bug#30166: guix system vm-image produces ERROR: In procedure copy-file: Success

2018-01-18 Thread George myglc2 Clemmer
Please see below ... guix system vm-image -M 4 -c 4 /home/g1/www/VM-on-GuixSD/vm/ggg8/v1.scm --image-size=5GB substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0% The following derivations will be built:

bug#30155: 'bag-transitive-inputs' behaves non-deterministically

2018-01-18 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Notice the “kernel-headers” repetition, which is not in the correct > build script. > > The repetition stems from the traversal done by ‘bag-transitive-inputs’, > which relies on pointer identity when comparing packages (via the ‘eq?’ > vhash in

bug#28111: qemu testsuite fails

2018-01-18 Thread Ludovic Courtès
Mathieu Lirzin skribis: > Mathieu Lirzin writes: > >> l...@gnu.org (Ludovic Courtès) writes: >> >>> Mathieu Lirzin skribis: >>> My previous snippet didn't include the actual error TEST: tests/test-hmp... (pid=27743)

bug#30161: gnucobol: depends on non-optional runtime depedencies

2018-01-18 Thread ng0
For a simple hello world (as per their own Manual) GNU Cobol depends on: * ncurse * bdb * gmp -- ng0 :: https://ea.n0.is A88C8ADD129828D7EAC02E52E22F9BBFEE348588 :: https://ea.n0.is/keys/ signature.asc Description: PGP signature

bug#30157: texlive-20170524-texmf.tar.xz' failed: 410, "Gone"

2018-01-18 Thread ng0
Mathieu Lirzin transcribed 2.4K bytes: > Hello, > > ng0 writes: > > > Mathieu Lirzin transcribed 1.0K bytes: > >> > >> While building my system configuration after a ‘guix pull’ with guix > >> "d36d4c55c4a3faf47ee09e1010cb6617c6e39a48", I encountered the following > >> error. > >>

bug#28111: qemu testsuite fails

2018-01-18 Thread Mathieu Lirzin
Mathieu Lirzin writes: > l...@gnu.org (Ludovic Courtès) writes: > >> Mathieu Lirzin skribis: >> >>> My previous snippet didn't include the actual error >>> >>> TEST: tests/test-hmp... (pid=27743) >>> /arm/hmp/integratorcp:

bug#30157: texlive-20170524-texmf.tar.xz' failed: 410, "Gone"

2018-01-18 Thread Mathieu Lirzin
Hello, ng0 writes: > Mathieu Lirzin transcribed 1.0K bytes: >> >> While building my system configuration after a ‘guix pull’ with guix >> "d36d4c55c4a3faf47ee09e1010cb6617c6e39a48", I encountered the following >> error. >> >> --8<---cut

bug#28111: qemu testsuite fails

2018-01-18 Thread Mathieu Lirzin
l...@gnu.org (Ludovic Courtès) writes: > Mathieu Lirzin skribis: > >> My previous snippet didn't include the actual error >> >> TEST: tests/test-hmp... (pid=27743) >> /arm/hmp/integratorcp: OK >> /arm/hmp/nuri:

bug#30157: texlive-20170524-texmf.tar.xz' failed: 410, "Gone"

2018-01-18 Thread ng0
Mathieu Lirzin transcribed 1.0K bytes: > Hello, > > While building my system configuration after a ‘guix pull’ with guix > "d36d4c55c4a3faf47ee09e1010cb6617c6e39a48", I encountered the following > error. > > --8<---cut here---start->8--- > Téléchargement de « 

bug#30157: texlive-20170524-texmf.tar.xz' failed: 410, "Gone"

2018-01-18 Thread Mathieu Lirzin
Hello, While building my system configuration after a ‘guix pull’ with guix "d36d4c55c4a3faf47ee09e1010cb6617c6e39a48", I encountered the following error. --8<---cut here---start->8--- Téléchargement de « 

bug#30155: 'bag-transitive-inputs' behaves non-deterministically

2018-01-18 Thread Ludovic Courtès
On ‘core-updates’ (e80514bc03b003a7ce95d7b55cf33c9f18f9e860) I get: --8<---cut here---start->8--- ludo@ribbon ~/src/guix/+core-updates$ make -q make all-recursive make[1]: Entering directory '/home/ludo/src/guix/+core-updates' Making all in po/guix make[1]:

bug#30104: Difference seems to be caused by timestamp

2018-01-18 Thread Gábor Boskovits
Ok, we have this in guix/build/ant-builde-system.scm, it is called strip-jar-timestamps. This should be done also on ant-bootstrap. 2018-01-18 9:58 GMT+01:00 Gábor Boskovits : > This is due to the modification times of files included in the jar. > No other difference is

bug#30107: Another kind of failure

2018-01-18 Thread Gábor Boskovits
I'm now on 6d49ca16be22e3fb95823ac1780ad9460a18b180. I also observe another kind of failure now. After output Buildfile: build.xml the build process hangs. This is also indeterministic, however it is harder to specify the failure rate here...

bug#30104: Difference seems to be caused by timestamp

2018-01-18 Thread Gábor Boskovits
This is due to the modification times of files included in the jar. No other difference is listed in the diffoscope output. How do we deal with this in other packages? That fix should be migrated to apply for this package also.