bug#57180: Graphical Installer Failure

2022-08-21 Thread imran saleh
Hi, Actually, when I ran the `guix system init` command from the command line, it seems that it was just a network error on my part, so when it stopped working, I was able to just run the command again and pick up where I left off. Thanks, Imran On Fri, Aug 19, 2022 at 10:11 AM Josselin Poiret

bug#53790: Audacity has extraneous binary at directory root

2022-08-21 Thread Liliana Marie Prikler
Am Samstag, dem 05.02.2022 um 13:52 -0500 schrieb Leo Famulari: > > > We can try searching for the bits in CMakeLists that install this > > wrapper or we can simply drop the file.  WDYT? > > I don't know... I wonder if Audacity is worse for Guix users since > this shell script doesn't end up in

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

2022-08-21 Thread Josselin Poiret via Bug reports for GNU Guix
Hi again, tiantian writes: > Should I close this bug now? Let's wait for a maintainer to push the fix first, they will most likely close the bug themselves. I'm glad this fix worked and that you were able to figure out your other issue! See you around. Best, -- Josselin Poiret

bug#57316: (core-updates) dejagnu@1.6.3 sometimes fails to build

2022-08-21 Thread Maxime Devos
On the build farm, dejagnu sometimes fails to build: https://ci.guix.gnu.org/build/1229968/log/raw ERROR: --- ERROR: in testcase ./testsuite/runtest.libs/libs.exp ERROR: send: spawn id exp6 not open ERROR: tcl error code NONE ERROR: tcl error info:

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

2022-08-21 Thread Maxime Devos
On 20-08-2022 20:06, Onch Oncheuh wrote: 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 Looks like a locale issue.  (guix build graft) and (guix grafts) do not

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

2022-08-21 Thread bdju
On Sun Aug 21, 2022 at 1:39 AM CDT, Csepp wrote: > This should go without saying, but this is pretty bad UX. > > Is there something that can be done about this? The upgrade process on > less powerful machines is pretty awful currently. Agreed. Upgrading on Guix can be pretty horrible. Especially

bug#57307: [PATCH 1/2] bootloader: Convert device in menu-entry to proper sexp.

2022-08-21 Thread Josselin Poiret via Bug reports for GNU Guix
Previously, menu-entry->sexp didn't try to convert `device` to a proper sexp, which was inserted directly into the boot parameters G-exp, leading to a G-exp input error. Now convert both uuid and file-system-label possibilities to sexps, and add parsing code to sexp->menu-entry. This fixes

bug#57307: [PATCH 2/2] tests: Add test for menu-entry roundtrips as sexps.

2022-08-21 Thread Josselin Poiret via Bug reports for GNU Guix
* tests/boot-parameters.scm (%uuid-menu-entry, %file-system-label-menu-entry): New variables. ("menu-entry roundtrip, uuid", "menu-entry roundtrip, file-system-label"): New tests. --- tests/boot-parameters.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git

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

2022-08-21 Thread Josselin Poiret via Bug reports for GNU Guix
Hi, tiantian writes: > 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:

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

2022-08-21 Thread Josselin Poiret via Bug reports for GNU Guix
Hi Arun, Arun Isaac writes: > This happens because my guix-daemon writes a version 4 manifest and the > guix from commit 6f75565b4ec3b8a7247699c327a3b3196c787f76 only > understands a version 3 manifest. >From what I can gather from looking at the code, the patch at [1] should've fixed this

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

2022-08-21 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