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
> ---
>
> #
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
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
>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
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
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
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
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
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