From: Leo Famulari <leo@famulari.name>
To: Christopher Allan Webber <cwebber@dustycloud.org>
Cc: Guix-devel <guix-devel@gnu.org>
Subject: Re: xscreenserver WIP
Date: Fri, 8 Apr 2016 18:52:40 -0400 [thread overview]
Message-ID: <20160408225240.GB13118@jasmine> (raw)
In-Reply-To: <877fg8w1rp.fsf@dustycloud.org>
On Fri, Apr 08, 2016 at 10:36:42AM -0500, Christopher Allan Webber wrote:
> Hello all,
>
> Attached is an in-progress package for xscreensaver. There are a few
> issues:
>
> - It builds, but does not install. It stops here:
>
> /gnu/store/34j2zmi69mqwrslpyizbi9mcxmn2hzgb-coreutils-8.24/bin/install -c xscreensaver /gnu/store/2agy7nwjl6gl4m271kx3xjkyi22zv2ps-xscreensaver-5.34/bin/xscreensaver
> /gnu/store/34j2zmi69mqwrslpyizbi9mcxmn2hzgb-coreutils-8.24/bin/install -c xscreensaver-command /gnu/store/2agy7nwjl6gl4m271kx3xjkyi22zv2ps-xscreensaver-5.34/bin/xscreensaver-command
> /gnu/store/34j2zmi69mqwrslpyizbi9mcxmn2hzgb-coreutils-8.24/bin/install -c xscreensaver-demo /gnu/store/2agy7nwjl6gl4m271kx3xjkyi22zv2ps-xscreensaver-5.34/bin/xscreensaver-demo
> /gnu/store/34j2zmi69mqwrslpyizbi9mcxmn2hzgb-coreutils-8.24/bin/install -c xscreensaver-getimage /gnu/store/2agy7nwjl6gl4m271kx3xjkyi22zv2ps-xscreensaver-5.34/bin/xscreensaver-getimage
> /gnu/store/34j2zmi69mqwrslpyizbi9mcxmn2hzgb-coreutils-8.24/bin/install: cannot create directory ‘/usr’: Permission denied
> Makefile:302: recipe for target 'install-ad' failed
> make[1]: *** [install-ad] Error 1
> make[1]: Leaving directory '/tmp/guix-build-xscreensaver-5.34.drv-0/xscreensaver-5.34/driver'
> Makefile:29: recipe for target 'install' failed
> make: *** [install] Error 5
> phase `install' failed after 0.1 seconds
> note: keeping build directory `/tmp/guix-build-xscreensaver-5.34.drv-0'
>
> If you look at the driver/Makefile result, this isn't surprising:
>
> install_prefix =
> # ...
> install-ad: XScreenSaver.ad
> @if [ ! -d $(install_prefix)$(AD_DIR) ]; then \
> $(INSTALL_DIRS) $(install_prefix)$(AD_DIR) ; \
> fi
> # ...
Did you try something like this?
(arguments
`(#:make-flags (string-append "install_prefix= (assoc-ref %outputs "out"))))
next prev parent reply other threads:[~2016-04-08 22:52 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-08 15:36 xscreenserver WIP Christopher Allan Webber
2016-04-08 22:52 ` Leo Famulari [this message]
2016-04-10 1:52 ` [PATCH] gnu: Add xscreenserver Christopher Allan Webber
2016-04-10 3:08 ` Leo Famulari
2016-04-11 12:52 ` Christopher Allan Webber
2016-04-11 12:59 ` Mathieu Lirzin
2016-04-11 22:28 ` Leo Famulari
2016-04-12 15:22 ` Christopher Allan Webber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160408225240.GB13118@jasmine \
--to=leo@famulari.name \
--cc=cwebber@dustycloud.org \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.