bug#51141: guix home reconfigure does not apply changes to shepherd services

2021-10-23 Thread Andrew Tropin
On 2021-10-22 02:32, Oleg Pykhalov wrote: > Andrew Tropin writes: > > […] > >> According to what I see in the shepherd tests: >> https://git.savannah.gnu.org/cgit/shepherd.git/tree/tests/replacement.sh?h=4c5176f5a7a5a1e7d7f258f585e8ed127a21b99a#n61 >> >> and how it's implemented in home-shepherd:

bug#48462: Corrupt, un-repairable store after power cut during upgrade

2021-10-23 Thread Liliana Marie Prikler
Hi Guix, Am Sonntag, den 16.05.2021, 17:59 +0900 schrieb elaexuo...@wilsonb.com: > Hey Guix, > > Recently, during in the middle of a `guix package -m > .guix/manifest.scm`, my > machine had power failure. After rebotting, I simply reran the above > and it completed without error. > > However, it

bug#34717: GPL and Openssl incompatibilities in u-boot and possibly others

2021-10-23 Thread Maxime Devos
Vagrant Cascadian schreef op vr 22-10-2021 om 14:15 [-0700]: > [...] > Though, it is *possible* that various u-boot-BOARD in some cases > doesn't > include any openssl code at all in the resulting binaries, but builds > some tools used during the build process, that are then used to > produce > var

bug#51341: gajim fails to start call

2021-10-23 Thread rdes via Bug reports for GNU Guix
## Guix guix 6cd33f8 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 6cd33f855c88e63849c96d5df7ca256dd0379f4a ## Versions - OS: Linux - GTK Version: 3.24.24 - PyGObject Version: 3.34.0 - GLib Version : 2.62.6 - python-nbxmpp Version: 2.0.2 - Gajim Version: 1.3.2 #

bug#51348: Exception on `guix install nss-certs`

2021-10-23 Thread Raimundo Martins via Bug reports for GNU Guix
Hi! I'm having an exception when trying to install nss-certs. I have glibc-utf8-locales installed, and even tried installing glibc-locales even though my LANG=en_US.UTF-8. I'm running Guix the package manager on top of Void Linux. I want to install nss-certs because curl, youtube-dl, and probably

bug#50592: Can't guix system init with grub-efi-bootloader from system that boots using grub-bootloader

2021-10-23 Thread pelzflorian (Florian Pelz)
The original wish to install to EFI NVRAM without EFI NVRAM is impossible; workarounds have been described. Closing. Regards, Florian

bug#51352: Matterbridge contained a lot of vendored code

2021-10-23 Thread Denis 'GNUtoo' Carikli
Hi, When I sent the patch adding matterbridge to Guix, I only notified that I didn't know if it contained vendored code or not at the last moment (after the patch was sent, during the discussion about it, and before it was merged). The issue is that I didn't know go at all and more specifically I

bug#51352: Matterbridge contained a lot of vendored code

2021-10-23 Thread Liliana Marie Prikler
Hi, Am Samstag, den 23.10.2021, 16:57 +0200 schrieb Denis 'GNUtoo' Carikli: > Hi, > > When I sent the patch adding matterbridge to Guix, I only notified > that I didn't know if it contained vendored code or not at the last > moment (after the patch was sent, during the discussion about it, and >

bug#34717: GPL and Openssl incompatibilities in u-boot and possibly others

2021-10-23 Thread Leo Famulari
On Fri, Oct 22, 2021 at 02:17:33PM -0700, Vagrant Cascadian wrote: > * Disable substitutes for relevent packages. Technically correct as > license incompatibility is only triggered on transmission of binary, > though maybe missing something about the spirit of the GPL. Maybe, but did anyone wi

bug#51352: Matterbridge contained a lot of vendored code

2021-10-23 Thread Leo Famulari
On Sat, Oct 23, 2021 at 04:57:02PM +0200, Denis 'GNUtoo' Carikli wrote: > Given the huge amount of dependencies I was wondering what was the best > approach here: > - Would it makes sense to remove matterbridge from Guix, or should we > fix it instead? There's no need to remove it. Vendoring, o

bug#51348: Exception on `guix install nss-certs`

2021-10-23 Thread Leo Famulari
On Sat, Oct 23, 2021 at 10:57:20AM +, Raimundo Martins via Bug reports for GNU Guix wrote: > Hi! I'm having an exception when trying to install nss-certs. I have > glibc-utf8-locales installed, and even tried installing glibc-locales even > though my LANG=en_US.UTF-8. > I'm running Guix the

bug#51258: [PATCH v3] gnu: emacs: Handle pdump filenames that contain a fingerprint

2021-10-23 Thread Morgan . J . Smith
From: Morgan Smith * gnu/packages/emacs.scm (emacs) [restore-emacs-pdmp]: Change regex to handle filenames that have a fingerprint in them. Remove #t at the end of the phase. Don't bother deleting the old files because rename will overwrite them anyways. --- find-files does sort its return so my