bug#43088: GNU Mailutils fails its test suite on aarch64

2020-09-12 Thread Pierre Langlois
Hi Tobias, Tobias Geerinckx-Rice via Bug reports for GNU Guix writes: > Guix, > > ‘readmsg’ from mailutils@3.10 segfaults on aarch64, blocking > ‘emacs’ > and ‘emacs-no-x’, but not ‘emacs-minimal’. > > --- ./readmsg/tests/testsuite.dir/4/testsuite.log > --- > > #

bug#43352: Fail to build any Guix system after linux-libre update to 5.8.8.

2020-09-12 Thread Danny Milosavljevic
On Sat, 12 Sep 2020 13:14:59 +0300 Oleg Pykhalov wrote: > I fail to build any Guix system since ad42c209 commit. What does the build log at /var/log/guix/drvs/7r/rciccr7p6af93nn2wn5klp4kc0ik9d-qemu-image.drv.bz2 say? pgpHdb30nZrLa.pgp Description: OpenPGP digital signature

bug#43352: Fail to build any Guix system after linux-libre update to 5.8.8.

2020-09-12 Thread Leo Famulari
On Sat, Sep 12, 2020 at 05:55:49PM +0200, Danny Milosavljevic wrote: > On Sat, 12 Sep 2020 13:14:59 +0300 > Oleg Pykhalov wrote: > > > I fail to build any Guix system since ad42c209 commit. > > What does the build log at > /var/log/guix/drvs/7r/rciccr7p6af93nn2wn5klp4kc0ik9d-qemu-image.drv.bz2

bug#43352: Fail to build any Guix system after linux-libre update to 5.8.8.

2020-09-12 Thread Danny Milosavljevic
>creating partition table with 2 partitions (20.0 MiB, 40.0 MiB)... >Error: Partition(s) 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, >18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, >>37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54

bug#40039: 'wrap-script' introduces spurious argument

2020-09-12 Thread Brendan Tildesley
Hi Ricardo, Ludovic... I was wondering if we could revisit and fix this. I believe there is more than 1 bug here. Suppose we have the script test.sh #!/run/current-system/profile/bin/bash echo "$@" ./test.sh returns: hi Wrapping with wrap-script returns  ./test.sh hi (notice the extr

bug#41669: Cross-compiled powerpc64-linux bootstrap-tarballs not reproducible

2020-09-12 Thread Chris Marusich
Hi everyone, Chris Marusich writes: > If you examine the derivations and their inputs, you'll find that they > depend upon each other in the following order: > > guix build --target=powerpc64-linux-gnu -d -e '(@ (gnu packages > make-bootstrap) %gcc-bootstrap-tarball)' > /gnu/store/pygln3lr6qbxc

bug#43366: "error: rmdir: Device or resource busy" when using btrfs

2020-09-12 Thread Fredrik Salomonsson
When you have separate btrfs subvolumes for /gnu and /var/guix, you'll encounter this error running `guix system init /mnt/etc/config.scm /mnt` when it tries to copy things to /mnt. My guess is that guix is trying to remove one of them but fails as they're mounted. I encountered this issue while

bug#41669: Cross-compiled powerpc64-linux bootstrap-tarballs not reproducible

2020-09-12 Thread Efraim Flashner
On Sat, Sep 12, 2020 at 07:53:04PM -0700, Chris Marusich wrote: > Hi everyone, > > Chris Marusich writes: > > > If you examine the derivations and their inputs, you'll find that they > > depend upon each other in the following order: > > > > guix build --target=powerpc64-linux-gnu -d -e '(@ (gnu

bug#41762: Python's pip works from the store but not from profiles

2020-09-12 Thread Efraim Flashner
On Sat, Sep 12, 2020 at 12:18:11PM +0200, Pierre Neidhardt wrote: > Yes, I will update the package description. > Updating python-wrapper rebuilds the world though. > Does an edit to the package description count as a reason to rebuild all > dependants? > Editing the description (or synopsis, li