bug#30768: Gettext : test-copy-file-1.sh fail if --with-store-dir=/var/tmp/xxxxx/gnu/store

2018-03-11 Thread YOANN P
I've add "/var/tmp" into the chroot directories inside nix/libstore/build.cc with the attached patch (based on v0.14.0 tag) and the installation of gettext and the other dependencies not yet installed seem to finished correctly. Is there someone who could validate than this patch is correct and

bug#30524: [PATCH] gnu: java-jeromq: Fix tests.

2018-03-11 Thread Ricardo Wurmus
Hi Gábor, > * gnu/packages/patches/java-jeromq-fix-tests.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/java.scm (java-jeromq)[source](patches): Add it. > [arguments](#test-exclude): Disable more failing tests. Thank you for the fix. I’ve pushed this patch to mast

bug#30644: Cuirass runs out of build users

2018-03-11 Thread Ludovic Courtès
Hi, Danny Milosavljevic skribis: > On Thu, 08 Mar 2018 13:01:01 +0100 > l...@gnu.org (Ludovic Courtès) wrote: > >> So what’s your take on this? > > sqlite has a sqlite-unlock-notify. We should wrap it and use it when we get > the > "locked" error code. > > We should also enable extended error

bug#30768: Gettext : test-copy-file-1.sh fail if --with-store-dir=/var/tmp/xxxxx/gnu/store

2018-03-11 Thread YOANN P
Hello, I'm not sure about the reason of this behavior but if configure guix --with-store-dir=/var/tmp/test_guix/gnu/store for exemple, the tests for gettext failed with a permission denied for test-copy-file-1.sh. If i configure guix with a store to $HOME/.local, everything run smoothly. Ple

bug#30760: guix system init broken on non GuixSD

2018-03-11 Thread Danny Milosavljevic
Hi Ludo, > BTW, we should add a ‘--skip-checks’ option to ‘guix system’ so that > users can skip those checks. That’d provide an escape hatch in case > ‘check-device-initrd-modules’ makes the wrong diagnostic. Yeah, good idea! pgpBUFlRA1b_T.pgp Description: OpenPGP digital signature

bug#30767: gtk+ not reproducible because of icon-theme.cache

2018-03-11 Thread Ricardo Wurmus
Danny Milosavljevic writes: > Then again usually people don't install gtk+ into their profiles. They do if they choose to install python-matplotlib, which sadly propagates gtk+. -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC https://elephly.net

bug#30767: gtk+ not reproducible because of icon-theme.cache

2018-03-11 Thread Danny Milosavljevic
Then again usually people don't install gtk+ into their profiles. gtk/updateiconcache.c scan_directory returns "directories". Instead of that, return g_list_sort(directories, strcmp). pgp2gM4IQQgWn.pgp Description: OpenPGP digital signature

bug#30767: gtk+ not reproducible because of icon-theme.cache

2018-03-11 Thread Danny Milosavljevic
Hi Ricardo, just remove icon-theme.cache from gtk+. There's a profile hook to generate icon-theme.cache . pgp5xQe9oBmW9.pgp Description: OpenPGP digital signature

bug#30767: gtk+ not reproducible because of icon-theme.cache

2018-03-11 Thread Ricardo Wurmus
The gtk+-3.22.28 package is not reproducible because of a single file: share/icons/hicolor/icon-theme.cache The contents of this file appear not be sorted deterministically: --8<---cut here---start->8--- diffoscope /gnu/store/1qqyd1mhydh19qcis13kg3455lfm9

bug#30729: r-lambda-r not reproducible

2018-03-11 Thread Ricardo Wurmus
Ricardo Wurmus writes: > Searching the R sources indicates that this value is set in > “src/library/base/R/srcfile.R”, which I’ve previously encountered in the > arguments field of “r-minimal”. It looks like this value is taken from > the source file’s mtime, but resetting the timestamps before

bug#30730: JDK not reproducible

2018-03-11 Thread Ricardo Wurmus
Ricardo Wurmus writes: > The icedtea packages are not reproducible. > > * The JDK provides jar files that did not undergo repacking (see > ant-build-system), so they contain timestamps. This is fixed in commit f2785bd65. The “out” output of icedtea-8 now is built reproducibly. -- Ricardo