unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* package definition question: installation into system directory
@ 2023-06-23 18:43 Andy Tai
  2023-06-23 20:24 ` Felix Lechner via Development of GNU Guix and the GNU System distribution.
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Tai @ 2023-06-23 18:43 UTC (permalink / raw)
  To: guix-devel

Hi, I was trying to create a package definition for xrdp.
when testing the package build, its fails at installation step:

libtool: install:
/gnu/store/a5i8avx826brw5grn3n4qv40g514505c-coreutils-9.1/bin/install
-c .libs/xrdp-sesman
/gnu/store/6rfpjdc3vcsfw3yi1cr42g81pd1lw63l-xrdp-0.9.22.1/sbin/xrdp-sesman
 /gnu/store/a5i8avx826brw5grn3n4qv40g514505c-coreutils-9.1/bin/mkdir
-p '/etc/xrdp'
/gnu/store/a5i8avx826brw5grn3n4qv40g514505c-coreutils-9.1/bin/mkdir:
cannot create directory ‘/etc/xrdp’: Permission denied
make[3]: *** [Makefile:690: install-dist_sesmansysconfDATA] Error 1


clearly it was trying to install (some PAM related file) into /etc
which fails.  Curious how should such scenario be handled? Thanks


^ permalink raw reply	[flat|nested] 3+ messages in thread
* package definition question: installation into system directory
@ 2023-06-23 17:56 Andy Tai
  0 siblings, 0 replies; 3+ messages in thread
From: Andy Tai @ 2023-06-23 17:56 UTC (permalink / raw)
  To: guix-devel

Hi, I was trying to create a package definition for xrdp.
when testing the package build, its fails at installation step:

libtool: install:
/gnu/store/a5i8avx826brw5grn3n4qv40g514505c-coreutils-9.1/bin/install
-c .libs/xrdp-sesman
/gnu/store/6rfpjdc3vcsfw3yi1cr42g81pd1lw63l-xrdp-0.9.22.1/sbin/xrdp-sesman
 /gnu/store/a5i8avx826brw5grn3n4qv40g514505c-coreutils-9.1/bin/mkdir
-p '/etc/xrdp'
/gnu/store/a5i8avx826brw5grn3n4qv40g514505c-coreutils-9.1/bin/mkdir:
cannot create directory ‘/etc/xrdp’: Permission denied
make[3]: *** [Makefile:690: install-dist_sesmansysconfDATA] Error 1


clearly it was trying to install (some PAM related file) into /etc
which fails.  Curious how should such scenario be handled? Thanks


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-06-25  8:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-23 18:43 package definition question: installation into system directory Andy Tai
2023-06-23 20:24 ` Felix Lechner via Development of GNU Guix and the GNU System distribution.
  -- strict thread matches above, loose matches on Subject: below --
2023-06-23 17:56 Andy Tai

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).