bug#57232: [installer] ENTER in guided partitioner destroys partition table

2022-08-15 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Hi all, Whilst testing the graphical installer, I selected ‘guided partitioning’ and pressed ENTER on the main drive (sda) to see what that does. What that does is immediately and without confirmation wipe the on-disc partition table. And its back-up. Testdisk is great, T G-R signature

bug#57229: ‘guix system image’ forces commit authentication?

2022-08-15 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Hi all, There doesn't seem to be a way to opt out of commit authentication with ‘./pre-inst-env guix system image’. Am I missing (a reasonable!) one? I'd expect all commands that authenticate commits to honour ‘--disable-authentication’. --8<---cut here---start

bug#57225: emacs-build-system doesn't build .texi manual for a package.

2022-08-15 Thread Yury Kholodkov
Example: emacs-embark. There're repetitive manual fixes in package declarations. Could be a phase in build-system by default.

bug#57083: Jekyll is unusable

2022-08-15 Thread Remco van 't Veer
The jekyll packages is pretty minimal and the generated site by a "jekyll new" requires more than supplied by the package. To get it to work you either need to include the ruby package for bundler (as you did), set GEM_HOME to some writable directory, and pull in the development dependencies of ru

bug#57215: ci: Fail to evaluate Guix specification

2022-08-15 Thread Mathieu Othacehe
With symbols: #0 0x7f63a4b15030 in raise () from /gnu/store/5h2w4qi9hk1qzzgi1w83220ydslinr4s-glibc-2.33/lib/libc.so.6 #1 0x7f63a4aff526 in abort () from /gnu/store/5h2w4qi9hk1qzzgi1w83220ydslinr4s-glibc-2.33/lib/libc.so.6 #2 0x7f63a5091198 in scm_dynstack_unwind_1.isra.0 (dynsta

bug#57215: ci: Fail to evaluate Guix specification

2022-08-15 Thread Mathieu Othacehe
Hello, > [pid 74060] --- SIGPIPE {si_signo=SIGPIPE, si_code=SI_USER, si_pid=74060, > si_uid=997} --- > > The evaluation process receives a SIGPIPE when trying to write the > evaluation result to the pipe connecting it to "cuirass register". I think this is a wrong lead. The cuirass evaluation

bug#57222: Guix Tor service needs a little more authority

2022-08-15 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Hi all, I recently found my Tor nodes dead, unable to bind to their port with a confusing ‘permission denied’ error. This was caused by a regression in Guix's Tor service: it now uses ‘least-authority-wrapper’, meaning that it… well, hasn't the authority to bind to all ports. Oops. Even t