bug#35178: Agda doesn't build

2019-04-08 Thread Pronaip
‐‐‐ Original Message ‐‐‐ On Sunday, April 7, 2019 6:28 PM, Ludovic Courtès wrote: > Could check whether it systematically fails to build? > > Thank you, > Ludo’. I've tried it a few times, it always gives the same result. The --rounds thing stops after the first failed build, so maybe I'

bug#35181: Hydra offloads often get stuck while exporting build requisites

2019-04-08 Thread Mark H Weaver
merge 35181 34157 thanks I looked more closely at the 'mozjs-60' failures, and I'm convinced that it's an instance of the same problem that's currently affecting these large font builds. Mozjs-60 was pushed to the master branch on 2019-01-18. It has _never_ successfully built on x86_64 or i686,

bug#35175: Cannot reconfigure

2019-04-08 Thread Luther Thompson
On Mon, 8 Apr 2019 12:54:14 +0200 Danny Milosavljevic wrote: > The reason for the error Luther encountered is because something is > up with the gdm service. > > And that's because of > > (extend params (compose extensions))) > > And I guess the extension/composition mech

bug#35181: Hydra offloads often get stuck while exporting build requisites

2019-04-08 Thread Mark H Weaver
Hi Ludovic, Ludovic Courtès writes: > Mark H Weaver skribis: > >> The source checkout currently being transferred for build 3432472 >> (/gnu/store/…-font-google-material-design-icons-3.0.1-checkout) is 176 >> megabytes uncompressed, as measured by "du -s --si", which is not >> precisely same as

bug#35190: Hydra unable to new create evaluations of master

2019-04-08 Thread Ludovic Courtès
Hi, Mark H Weaver skribis: > Hydra's latest attempt to evaluate 'master' failed. Here's the tail of > the evaluation log: > > building path(s) `/gnu/store/103icyz4q7crjxbh71k3vbill3kzjm9n-profile' > Backtrace: >7 (apply-smob/1 #) > In ice-9/boot-9.scm: > 705:2 6 (call-with-prom

bug#35175: Cannot reconfigure

2019-04-08 Thread Ludovic Courtès
Danny Milosavljevic skribis: > On Sat, 06 Apr 2019 20:44:45 + > zna...@disroot.org wrote: > >> This is not a bug, but your config is wrong here: >> >> (file-systems >>(cons >> (file-system (device "my-root") >> (mount-point "/") >> (type "ext4") >>

bug#35192: Patch

2019-04-08 Thread Alex Sassmannshausen
Please find attached a patch for handling #f file-name. Alex >From e6f7d9c4dbbf89284455d6a05488ab952d5374a4 Mon Sep 17 00:00:00 2001 From: Alex Sassmannshausen Date: Mon, 8 Apr 2019 15:18:23 +0100 Subject: [PATCH] utils: Handle #f file-name. * guix/utils.scm (current-source-directory): Change di

bug#35192: `current-source-directory' fails when file-name #f

2019-04-08 Thread Alex Sassmannshausen
Hello, re: /guix/utils.scm:748: When file-name is #f (e.g. in a geiser repl), the procedure's match fails. `assq' returns ('filename . #f). This is handled in the match bodies cond clause, but excluded as possibility by the encapsulating match clause. Alex

bug#35175: Cannot reconfigure

2019-04-08 Thread Danny Milosavljevic
On Sat, 06 Apr 2019 20:44:45 + zna...@disroot.org wrote: > This is not a bug, but your config is wrong here: > > (file-systems >(cons > (file-system (device "my-root") >(mount-point "/") >(type "ext4") >(title 'label)) > %base-file

bug#34407: [PATCH] shepherd: Delete the socket file upon exit.

2019-04-08 Thread Ludovic Courtès
Hello, iyzs...@member.fsf.org (宋文武) skribis: > Yes, I have the 'rm /run/user/1000/shepherd/socket' workaround in my session > script too... I never had to do that because /run is wiped at boot time, like Danny wrote. > According to 'man 2 bind', the socket pathname should be deleted when no > l

bug#33639: ISO installer image is broken on i686

2019-04-08 Thread Ludovic Courtès
Hello, "Thomas Schmitt" skribis: > The fact that the VM always sees the expected size but the host sees varying > sizes supports the suspicion that at the end of the VM its i/o buffers or > virtual disk are not always properly flushed to the i/o system of the host. > The varying success smells l

bug#35181: Hydra offloads often get stuck while exporting build requisites

2019-04-08 Thread Ludovic Courtès
Hi Mark, Mark H Weaver skribis: > The source checkout currently being transferred for build 3432472 > (/gnu/store/…-font-google-material-design-icons-3.0.1-checkout) is 176 > megabytes uncompressed, as measured by "du -s --si", which is not > precisely same as NAR size, but hopefully close enoug

bug#35190: Hydra unable to new create evaluations of master

2019-04-08 Thread Mark H Weaver
Hydra's latest attempt to evaluate 'master' failed. Here's the tail of the evaluation log: --8<---cut here---start->8--- building path(s) `/gnu/store/103icyz4q7crjxbh71k3vbill3kzjm9n-profile' Backtrace: 7 (apply-smob/1 #) In ice-9/boot-9.scm: 705

bug#35181: Hydra offloads often get stuck while exporting build requisites

2019-04-08 Thread Mark H Weaver
The same jobs that are consistently getting stuck offloading to hydra.gnunet.org (Hydra's only functional x86 build slave at present) built successfully on armhf, with build times of 1-2 hours. With only one x86 build slave and all armhf build slaves on the same network and running the same ancien