bug#57585: guix gc removed home config

2022-09-04 Thread Andrew Tropin
On 2022-09-04 21:17, Julien Lepiller wrote: > Actually I figured this out: > > Generation 16 used an older guix version where guix home added a . at > the end of file names, so my config looked like this: > > (simple-service 'xfce4-terminal home-files-service-type > `(("config/xfc

bug#57589: Guix hands on GDM with wayland

2022-09-04 Thread Josselin Poiret via Bug reports for GNU Guix
Hi, Could you also attach the relevant parts of your config files? Best, -- Josselin Poiret

bug#57589: Guix hands on GDM with wayland

2022-09-04 Thread Grigory Shepelev
Using Guix and Guix Home, having troubles starting GDM with (wayland? #t) as described. On putting this option in config and reconfiguring laptop just hangs on login on "default" graphical (alt+ctrl+f7) tty, black screen nothing happens. (excuse me for probably technically incorrect terms) At

bug#57559: guix pull fails on http status code 503

2022-09-04 Thread André A . Gomes
Maxime Devos writes: > More concretely: > > * if all channels are available --> ok, keep status quo > * if no channels are available --> error, keep status quo > * if some but not all channels are available, and there is at least one > updated channel --> log the missing channels, and update th

bug#57585: guix gc removed home config

2022-09-04 Thread Julien Lepiller
Actually I figured this out: Generation 16 used an older guix version where guix home added a . at the end of file names, so my config looked like this: (simple-service 'xfce4-terminal home-files-service-type `(("config/xfce4/terminal/terminalrc" ,(local-file "files/xfc

bug#57585: guix gc removed home config

2022-09-04 Thread Julien Lepiller
Hi Guix! Today I ran "guix home delete-generations" to remove my old home generations. It removed generations 0 and 17. I'm on generation 18. Then I ran "guix gc" and after I noticed I couldn't run a program from my window manager (its menu is managed from guix home), I tried to look at what was

bug#57583: Guix cannot resume after hibernation

2022-09-04 Thread Josselin Poiret via Bug reports for GNU Guix
Hi Yusuf, Yusuf Talha via Bug reports for GNU Guix writes: > I haven't encountered this problem on any other distros.  You probably > realized that I encrypted my disk.  Hibernation wasn't working while I was > using Guix without encryption a few months ago either.  So I don't think LUKS > is

bug#57583: Guix cannot resume after hibernation

2022-09-04 Thread Yusuf Talha via Bug reports for GNU Guix
Hello.  I'm using Guix System on my Librebooted Thinkpad X200 laptop.  Suspending to RAM works perfectly.  The problem is, when I run "loginctl hibernate" it writes to the swap partition and powers off successfully.  But when I try to boot up and resume from swap, it just ignores it and starts u

bug#57581: Failing to build the website

2022-09-04 Thread Julien Lepiller
Hi Guix! I tried to update the po files for the website today, but I was unable to test. Trying to build the website from a clean checkout (without updating translations) gives this error. I think it's related to the code that generate the list of packages: Backtrace: In ice-9/eval.scm: 177:49

bug#57580: Podman bundled various things

2022-09-04 Thread Maxime Devos
Looking a the source code, it has a subdirectory 'vendor'. Looking at vendor/modules.txt, there are many dependencies to unbundle. Greetings, Maxime. OpenPGP_0x49E3EE22191725EE.asc Description: OpenPGP public key OpenPGP_signature Description: OpenPGP digital signature

bug#25957: gitolite broken: created repositories keep references to /usr/bin for hooks

2022-09-04 Thread Thompson, David
Hi Efraim, On Sun, Sep 4, 2022 at 3:26 AM Efraim Flashner wrote: > > Overall it looks good to me. I was going to ask about inetutils and > openssh since they're not wrapping the binaries but I see their paths > are substituted in the 'patch-source phase. > > LGTM! Thanks! I made one minor tweak

bug#57576: Missing support for NIPT-P384 gpg algorithm in Guix channel authentication.

2022-09-04 Thread Zhu Zihao
I'm working with my private channel, And I update my gpg key using NIPT-P384 algorithm. But `guix time-machine` complains that: Updating channel 'cireguix' from Git repository at '/home/citreu/gitrepos/cireguix'... Authenticating channel 'cireguix', commits 9b37ac0 to 6601a6a (1 new commits)... [

bug#57573: disarchive: Test "[prop] Writing is reversible" fails

2022-09-04 Thread Maxime Devos
On 04-09-2022 10:24, Maxime Devos wrote: Here's a reproducer: (define o (make-unstructured-octal 0 (make-zero-string "0" #\䤄))) (test-equal "Writing is reversible (#57573)"    o (decode-octal (encode-octal octal))) That was bogus (octal is undefined), try (define o (make-unstructured

bug#57573: disarchive: Test "[prop] Writing is reversible" fails

2022-09-04 Thread Maxime Devos
Here's a reproducer: (define o (make-unstructured-octal 0 (make-zero-string "0" #\䤄))) (test-equal "Writing is reversible (#57573)"    o (decode-octal (encode-octal octal)))

bug#57573: disarchive: Test "[prop] Writing is reversible" fails

2022-09-04 Thread Maxime Devos
X-Debbugs-CC: Timothy Sample Hi, disarchive fails to build (on core-updates, more precisely as part of the antiox jobset on ci.guix.gnu.org). The failing test is: test-name: [prop] Writing is reversible location: tests/kinds/octal.scm:128 source: + (test-assert +   "[prop] Writing is rever

bug#25957: gitolite broken: created repositories keep references to /usr/bin for hooks

2022-09-04 Thread Efraim Flashner
On Fri, Sep 02, 2022 at 03:58:09PM -0400, Thompson, David wrote: > On Fri, Sep 2, 2022 at 8:50 AM Thompson, David > wrote: > > > > On Fri, Sep 2, 2022 at 8:44 AM Efraim Flashner > > wrote: > > > > > > On Fri, Sep 02, 2022 at 07:11:54AM -0400, Thompson, David wrote: > > > > On Fri, Sep 2, 2022 a