bug#57315: guix upgrade --dry-run output is basically useless

2022-08-20 Thread Csepp
I'd like to figure out what Guix will try to build before I run an upgrade on my netbook, so I always use --dry-run. I'm pretty sure in the past it used to show more information, but today it just showed that it will download 20 megs, without saying what package that 20 megs are for, which ones wi

bug#57310: Graft SBCL do not copy files with accents in /gnu/store/...

2022-08-20 Thread Onch Oncheuh
Hello guix hackers I've tried some hours to setup a minimal repository which reproduces the problem here, and have included the logs : https://github.com/Jean-4k/bug-sbcl-guix I'm relatively new with guix, sorry if I did not provide enough informations. Best regards !

bug#57307: guix system reports an error when uuid is used in menu-entry

2022-08-20 Thread tiantian
I want to add an menu-entry in bootloader-configuration. I use uuid to specify the partition in device field of menu-entry , because my partition has no label. But when I use 'guix system reconfigure', guix system reports an error: "guix system: error: #< type: dce bv: #vu8(109 91 19 212 96 146

bug#57302: Builder for python-afdko failed for development build

2022-08-20 Thread Pim Kunis
It seems pytest quits with exit code 1 because several tests failed. I don't see a similar bug report on the afdko repository, so I assume it's a Guix problem. I have attached a screenshot of the log. I have very limited experience with Guix but I would like to investigate further. I should be

bug#57306: guix pull to old commit fails due to unsupported manifest format

2022-08-20 Thread paren--- via Bug reports for GNU Guix
Oops, I didn't read the issue properly and assumed it was just a duplicate of the time-machine unsupported manifest format bug by someone who doesn't know about the workaround (there have been a few of those); sorry! -- (

bug#57306: guix pull to old commit fails due to unsupported manifest format

2022-08-20 Thread Arun Isaac
>> Commit 4ff12d1de7cd617b791996ee7ca1240660b4c20e introduced that bug, >> which was fixed in c9fbd40785a99e13a59d8e530830ce85220a9871: The failing commit 6f75565b4ec3b8a7247699c327a3b3196c787f76 is not in that range, if that's what you are saying.

bug#57306: guix pull to old commit fails due to unsupported manifest format

2022-08-20 Thread paren--- via Bug reports for GNU Guix
https://issues.guix.gnu.org/56545#1 > Commit 4ff12d1de7cd617b791996ee7ca1240660b4c20e introduced that bug, > which was fixed in c9fbd40785a99e13a59d8e530830ce85220a9871: > > https://issues.guix.gnu.org/56441 > > ‘guix describe’ should show that you’re using a commit in that range. > > The solutio

bug#57306: guix pull to old commit fails due to unsupported manifest format

2022-08-20 Thread Arun Isaac
When I guix pull to 6f75565b4ec3b8a7247699c327a3b3196c787f76, activate the profile and run guix describe, it fails with an "unsupported manifest format" error. --8<---cut here---start->8--- $ guix pull --commit=6f75565b4ec3b8a7247699c327a3b3196c787f76 -p /tmp/

bug#57303: powerpc64le: rust build failure is bottleneck for many packages

2022-08-20 Thread Marcel van der Boom
For reference: this is the mrustc bug that needs resolving https://github.com/thepowersgang/mrustc/issues/194