* Guix now compiles on my Talos II
@ 2020-11-09 21:13 Tobias Platen
2020-11-12 20:50 ` Ludovic Courtès
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Tobias Platen @ 2020-11-09 21:13 UTC (permalink / raw)
To: guix-devel
I checked out the wip-ppc branch which I compiled on my Talos II.
--
Tobias Platen <guix@platen-software.de>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Guix now compiles on my Talos II
2020-11-09 21:13 Guix now compiles on my Talos II Tobias Platen
@ 2020-11-12 20:50 ` Ludovic Courtès
2020-11-12 23:22 ` Joshua Branson
2020-11-14 17:16 ` Guix now compiles on my Talos II, but download fails Tobias Platen
2 siblings, 0 replies; 7+ messages in thread
From: Ludovic Courtès @ 2020-11-12 20:50 UTC (permalink / raw)
To: Tobias Platen; +Cc: guix-devel
Hi Tobias,
Tobias Platen <guix@platen-software.de> skribis:
> I checked out the wip-ppc branch which I compiled on my Talos II.
So you built Guix from source using that branch, right? Sounds nice!
Ludo’.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Guix now compiles on my Talos II
2020-11-09 21:13 Guix now compiles on my Talos II Tobias Platen
2020-11-12 20:50 ` Ludovic Courtès
@ 2020-11-12 23:22 ` Joshua Branson
2020-11-14 14:33 ` Tobias Platen
2020-11-14 17:16 ` Guix now compiles on my Talos II, but download fails Tobias Platen
2 siblings, 1 reply; 7+ messages in thread
From: Joshua Branson @ 2020-11-12 23:22 UTC (permalink / raw)
To: Tobias Platen; +Cc: guix-devel
Does most software compile for it?
Are you running gnome? Or something else?
Thanks,
--
Joshua Branson
Sent from Emacs and Gnus
https://gnucode.me
https://video.hardlimit.com/accounts/joshua_branson/video-channels
"You can have whatever you want, as long as you help enough other people get what they want." - Zig Ziglar
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Guix now compiles on my Talos II, but download fails
2020-11-09 21:13 Guix now compiles on my Talos II Tobias Platen
2020-11-12 20:50 ` Ludovic Courtès
2020-11-12 23:22 ` Joshua Branson
@ 2020-11-14 17:16 ` Tobias Platen
2020-11-16 3:51 ` Maxim Cournoyer
2020-11-16 11:29 ` Ludovic Courtès
2 siblings, 2 replies; 7+ messages in thread
From: Tobias Platen @ 2020-11-14 17:16 UTC (permalink / raw)
To: guix-devel
On Mon, 9 Nov 2020 22:13:52 +0100
Tobias Platen <guix@platen-software.de> wrote:
> I checked out the wip-ppc branch which I compiled on my Talos II.
Guix now runs and is able to download files and put them in the store.
./pre-inst-env guix download https://ftp.gnu.org/gnu/guix/guix-1.1.0.tar.gz
works, but other commands that download files do not work, with the following error message:
building /gnu/store/gcsaa54nd7mfggxdrn9bgmb4gw4ai4hl-hello-2.10.tar.gz.drv...
error: failed to run download program '/home/user/guix-ppc/guix/scripts/guix': Permission denied
builder for `/gnu/store/gcsaa54nd7mfggxdrn9bgmb4gw4ai4hl-hello-2.10.tar.gz.drv' failed with exit code 1
build of /gnu/store/gcsaa54nd7mfggxdrn9bgmb4gw4ai4hl-hello-2.10.tar.gz.drv failed
View build log at '/usr/local/var/log/guix/drvs/gc/saa54nd7mfggxdrn9bgmb4gw4ai4hl-hello-2.10.tar.gz.drv.gz'.
cannot build derivation `/gnu/store/n4r9d1rxw6091s878wz7p6658mdzpjzj-hello-2.10.drv': 1 dependencies couldn't be built
guix build: error: build of `/gnu/store/n4r9d1rxw6091s878wz7p6658mdzpjzj-hello-2.10.drv' failed
--
Tobias Platen <guix@platen-software.de>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Guix now compiles on my Talos II, but download fails
2020-11-14 17:16 ` Guix now compiles on my Talos II, but download fails Tobias Platen
@ 2020-11-16 3:51 ` Maxim Cournoyer
2020-11-16 11:29 ` Ludovic Courtès
1 sibling, 0 replies; 7+ messages in thread
From: Maxim Cournoyer @ 2020-11-16 3:51 UTC (permalink / raw)
To: Tobias Platen; +Cc: guix-devel
Hi!
Tobias Platen <guix@platen-software.de> writes:
> On Mon, 9 Nov 2020 22:13:52 +0100
> Tobias Platen <guix@platen-software.de> wrote:
>
>> I checked out the wip-ppc branch which I compiled on my Talos II.
>
> Guix now runs and is able to download files and put them in the store.
>
> ./pre-inst-env guix download https://ftp.gnu.org/gnu/guix/guix-1.1.0.tar.gz
> works, but other commands that download files do not work, with the following error message:
>
> building /gnu/store/gcsaa54nd7mfggxdrn9bgmb4gw4ai4hl-hello-2.10.tar.gz.drv...
> error: failed to run download program '/home/user/guix-ppc/guix/scripts/guix': Permission denied
> builder for `/gnu/store/gcsaa54nd7mfggxdrn9bgmb4gw4ai4hl-hello-2.10.tar.gz.drv' failed with exit code 1
> build of /gnu/store/gcsaa54nd7mfggxdrn9bgmb4gw4ai4hl-hello-2.10.tar.gz.drv failed
> View build log at '/usr/local/var/log/guix/drvs/gc/saa54nd7mfggxdrn9bgmb4gw4ai4hl-hello-2.10.tar.gz.drv.gz'.
> cannot build derivation `/gnu/store/n4r9d1rxw6091s878wz7p6658mdzpjzj-hello-2.10.drv': 1 dependencies couldn't be built
> guix build: error: build of `/gnu/store/n4r9d1rxw6091s878wz7p6658mdzpjzj-hello-2.10.drv' failed
Well done, Tobias!
I'm excited to see how things will go from there :-).
Maxim
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Guix now compiles on my Talos II, but download fails
2020-11-14 17:16 ` Guix now compiles on my Talos II, but download fails Tobias Platen
2020-11-16 3:51 ` Maxim Cournoyer
@ 2020-11-16 11:29 ` Ludovic Courtès
1 sibling, 0 replies; 7+ messages in thread
From: Ludovic Courtès @ 2020-11-16 11:29 UTC (permalink / raw)
To: Tobias Platen; +Cc: guix-devel
Hi Tobias,
Congrats on this progress!
Tobias Platen <guix@platen-software.de> skribis:
> ./pre-inst-env guix download https://ftp.gnu.org/gnu/guix/guix-1.1.0.tar.gz
> works, but other commands that download files do not work, with the following error message:
>
> building /gnu/store/gcsaa54nd7mfggxdrn9bgmb4gw4ai4hl-hello-2.10.tar.gz.drv...
> error: failed to run download program '/home/user/guix-ppc/guix/scripts/guix': Permission denied
> builder for `/gnu/store/gcsaa54nd7mfggxdrn9bgmb4gw4ai4hl-hello-2.10.tar.gz.drv' failed with exit code 1
> build of /gnu/store/gcsaa54nd7mfggxdrn9bgmb4gw4ai4hl-hello-2.10.tar.gz.drv failed
> View build log at '/usr/local/var/log/guix/drvs/gc/saa54nd7mfggxdrn9bgmb4gw4ai4hl-hello-2.10.tar.gz.drv.gz'.
> cannot build derivation `/gnu/store/n4r9d1rxw6091s878wz7p6658mdzpjzj-hello-2.10.drv': 1 dependencies couldn't be built
> guix build: error: build of `/gnu/store/n4r9d1rxw6091s878wz7p6658mdzpjzj-hello-2.10.drv' failed
guix-daemon internally invokes commands such as ‘guix substitute’, ‘guix
perform-download’ etc. Here it seems that
/home/user/guix-ppc/guix/scripts/guix is not executable, hence these
failures.
HTH!
Ludo’.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2020-11-16 11:31 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-09 21:13 Guix now compiles on my Talos II Tobias Platen
2020-11-12 20:50 ` Ludovic Courtès
2020-11-12 23:22 ` Joshua Branson
2020-11-14 14:33 ` Tobias Platen
2020-11-14 17:16 ` Guix now compiles on my Talos II, but download fails Tobias Platen
2020-11-16 3:51 ` Maxim Cournoyer
2020-11-16 11:29 ` Ludovic Courtès
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.