bug#36870: was: date bug -- really locale bug or ??

2019-08-05 Thread Mark H Weaver
Hi Bengt, I'm sorry that I didn't have time to fully read your messages, but if I understand correctly from my quick skimming, the 'date' command from Guix is failing to access the zoneinfo. I think I see your problem. Bengt Richter writes: > $ strace -y date|& egrep 'America|^write'|sed -e 's:

bug#36876: guix system delete-generations removes custom boot menu entries

2019-08-05 Thread Jesse Gibbons
On Mon, 2019-08-05 at 12:05 -0400, Jakob L. Kreuze wrote: > ... > > I don't think this should be _too_ hard to fix. To me, parsing the > installed Grub configuration to get existing menu entries seems like > a > logical step forward. > > Thoughts from anyone else? > > Regards, > Jakob Alternati

bug#36878: guix system reconfigure broken

2019-08-05 Thread ison
On Mon, Aug 05, 2019 at 10:59:57AM -0400, Jakob L. Kreuze wrote: > ison -- I'm very sorry that you've had this experience. Would you be > willing to share the 'bootloader' field of your operating system > configuration so I can look into this? Thanks for taking an interest. Here is the new bug rep

bug#36870: was: date bug -- really locale bug or ??

2019-08-05 Thread Bengt Richter
Hi all, following up on myself, sorry I lost my copy of my original, so this does not contain any quoting, but this can stand on its own as a new problem statement. Problem should go away if I can get locales working, but despite trying what purportedly has worked for others, no luck. I hope it wi

bug#36942: Reconfigure broke GRUB

2019-08-05 Thread ison
Continuing this issue from https://issues.guix.gnu.org/issue/36878 guix reconfigure recently broke GRUB for me. When rebooting I get dropped to a "grub rescue>" shell with an error about "grub_file_filters" being an unknown symbol. If I try doing the usual commands to tell GRUB how to boot I just

bug#36931: guile-bash repository no longer exists?

2019-08-05 Thread Jesse Gibbons
On Mon, 2019-08-05 at 16:38 +0200, Ricardo Wurmus wrote: > Jesse Gibbons writes: > > > guile-bash fails to build. The site https://anonscm.debian.org/cgit > > /use > > rs/kaction-guest/retired/dev.guile-bash.git says it is not on the > > web > > server. > > Perhaps a copy of the sources can be f

bug#36931: guile-bash repository no longer exists?

2019-08-05 Thread Björn Höfling
On Mon, 05 Aug 2019 16:38:07 +0200 Ricardo Wurmus wrote: > Jesse Gibbons writes: > > > guile-bash fails to build. The site > > https://anonscm.debian.org/cgit/use > > rs/kaction-guest/retired/dev.guile-bash.git says it is not on the > > web server. > > Perhaps a copy of the sources can be fo

bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs

2019-08-05 Thread Tobias Geerinckx-Rice
Martin, Ricardo, I agree with Ricardo (here and in matters of fonts) that propagation is to be avoided at all reasonable costs, so… Martin Becze 写道: The terminator packagage propagates gsetting-desktop-schema as well but maybe its also doing the wrong thing? …that was a mistake, in retrosp

bug#36632: ungoogled-chromium needs font-gnu-freefont-ttf

2019-08-05 Thread Ricardo Wurmus
Hi Martin, > ungoogled-chromium will crash until font-gnu-freefont-ttf is installed. Thank you for reporting this problem and proposing a patch. I’d prefer not to propagate any fonts. Do you happen to know what the mechanism underlying the fix is? Why does this fix the problem? Why does it

bug#36938: Website: Package list is not updated

2019-08-05 Thread Hartmut Goebel
The package list at http://guix.gnu.org/packages/ is not updated. It still says: […] provides 9,789 packages […] (updated July 19, 2019). -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought a

bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs

2019-08-05 Thread Martin Becze
On 2019-08-05 07:40, Ricardo Wurmus wrote: > Hi, > > null writes: > >> --- >> gnu/packages/gnome.scm | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm >> index 3f7bbac214..c33653f361 100644 >> --- a/gnu/packages/gnome.scm >> +++ b/gnu/

bug#36930: NSS 3.45 fails to build on armhf-linux

2019-08-05 Thread Marius Bakke
Mark H Weaver writes: > Earlier, I wrote: >> For now, we could simply revert my commit that updates NSS to 3.45. >> Although I mentioned in the commit log that it fixed some CVEs, I later >> discovered that 3.44.1 includes fixes for the same CVEs. NSS 3.44.1 was >> the version of NSS in 'master'

bug#36930: NSS 3.45 fails to build on armhf-linux

2019-08-05 Thread Mark H Weaver
Earlier, I wrote: > For now, we could simply revert my commit that updates NSS to 3.45. > Although I mentioned in the commit log that it fixed some CVEs, I later > discovered that 3.44.1 includes fixes for the same CVEs. NSS 3.44.1 was > the version of NSS in 'master' before my commit. I reverted

bug#22138: Search paths of dependencies are not honored

2019-08-05 Thread Julien Lepiller
Le 5 août 2019 18:23:55 GMT+02:00, Mark H Weaver a écrit : >Hi Julien, > >Julien Lepiller writes: > >> Hi, I've been looking at our current code and would like to propose >the >> attached patch for that issue. >> >> From cfd2c229087166ab4cc0a9e2bdb72c8b393bcdd5 Mon Sep 17 00:00:00 >2001 >> From:

bug#22138: Search paths of dependencies are not honored

2019-08-05 Thread Mark H Weaver
Hi Julien, Julien Lepiller writes: > Hi, I've been looking at our current code and would like to propose the > attached patch for that issue. > > From cfd2c229087166ab4cc0a9e2bdb72c8b393bcdd5 Mon Sep 17 00:00:00 2001 > From: Julien Lepiller > Date: Thu, 1 Aug 2019 22:09:38 +0200 > Subject: [PAT

bug#36876: guix system delete-generations removes custom boot menu entries

2019-08-05 Thread Jakob L. Kreuze
Hi Jesse, Jesse Gibbons writes: > I dual-booted Guix with another gnu/linux-libre distro. > My configuration includes the other distro in the grub menu. When I run > "sudo guix system delete-generations" the changes to the grub menu drop > the other distro with the older system generations of gu

bug#36930: NSS 3.45 fails to build on armhf-linux

2019-08-05 Thread Mark H Weaver
Hi Marius, Marius Bakke writes: > On armhf-linux, 'nss' fails early in the build process due to an > undefined reference to "PR_Assert": > > https://ci.guix.gnu.org/log/5cqmmjd9a8h05l8y352z1pq4mlyd6w21-nss-3.45 > > This is almost certainly because of this upstream commit, which swaps > out the c

bug#36912: JSON-related tests failing on latest master branch

2019-08-05 Thread Brian Leung
Got it, thanks for your response. On Mon, Aug 5, 2019 at 3:24 PM Ricardo Wurmus wrote: > > Brian Leung writes: > > > For example, `make check TESTS="tests/swh.scm"` yields two failing tests. > > Running one of the package-manager test suites (such as gem.scm)` will > also > > produce some faili

bug#36878: guix system reconfigure broken

2019-08-05 Thread Jakob L. Kreuze
Hi ison and Ricardo, Ricardo Wurmus writes: > ison writes: > >> I made the mistake of rebooting my machine after I first got this >> error, I thought perhaps it was benign. But when it came back up I >> was dropped to a GRUB rescue shell with some error about >> "grub_file_filters" being an unk

bug#36931: guile-bash repository no longer exists?

2019-08-05 Thread Ricardo Wurmus
Jesse Gibbons writes: > guile-bash fails to build. The site https://anonscm.debian.org/cgit/use > rs/kaction-guest/retired/dev.guile-bash.git says it is not on the web > server. Perhaps a copy of the sources can be found in the Software Heritage archive? -- Ricardo

bug#36924: fixing GDM + GNOME Shell

2019-08-05 Thread Ricardo Wurmus
Efraim Flashner writes: > On Sun, Aug 04, 2019 at 11:00:41PM +0200, Ricardo Wurmus wrote: >> Hi Guix, >> >> Today I again couldn’t log into my workstation after upgrading the >> system. I’m using GDM + GNOME Shell. >> >> At first GDM wouldn’t start. I knew what to do: remove /var/lib/gdm, >>

bug#36931: guile-bash repository no longer exists?

2019-08-05 Thread Jesse Gibbons
guile-bash fails to build. The site https://anonscm.debian.org/cgit/use rs/kaction-guest/retired/dev.guile-bash.git says it is not on the web server. I checked the wayback machine, github, and gitlab for some sort of backup, but have had no luck. Is there a trustworthy replacement source? If not,

bug#36912: JSON-related tests failing on latest master branch

2019-08-05 Thread Ricardo Wurmus
Brian Leung writes: > For example, `make check TESTS="tests/swh.scm"` yields two failing tests. > Running one of the package-manager test suites (such as gem.scm)` will also > produce some failing tests. This is not actually a bug. We switched from Guile JSON 1.x to 3.x, which has a different

bug#36930: NSS 3.45 fails to build on armhf-linux

2019-08-05 Thread Marius Bakke
Hello, On armhf-linux, 'nss' fails early in the build process due to an undefined reference to "PR_Assert": https://ci.guix.gnu.org/log/5cqmmjd9a8h05l8y352z1pq4mlyd6w21-nss-3.45 This is almost certainly because of this upstream commit, which swaps out the curve25519 implementation for 32-bit ARM

bug#36878: guix system reconfigure broken

2019-08-05 Thread Ricardo Wurmus
ison writes: > I made the mistake of rebooting my machine after I first got this error, I > thought perhaps it was benign. But when it came back up I was dropped to a > GRUB rescue shell with some error about "grub_file_filters" being an unknown > symbol. This eems unrelated. The problem soun

bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs

2019-08-05 Thread Ricardo Wurmus
Hi, null writes: > --- > gnu/packages/gnome.scm | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm > index 3f7bbac214..c33653f361 100644 > --- a/gnu/packages/gnome.scm > +++ b/gnu/packages/gnome.scm > @@ -8074,6 +8074,8 @@ generic enough

bug#36878: guix system reconfigure broken

2019-08-05 Thread ison
On Fri, Aug 02, 2019 at 11:11:31AM -0400, Jakob L. Kreuze wrote: > The patch made it into master as 1db6f137d; thanks to Danny for signing > off on it. Should we close this? I'm still experiencing this issue. "guix describe" shows that I'm using commit 35600cd which should be newer than the fix.

bug#36924: fixing GDM + GNOME Shell

2019-08-05 Thread Efraim Flashner
On Sun, Aug 04, 2019 at 11:00:41PM +0200, Ricardo Wurmus wrote: > Hi Guix, > > Today I again couldn’t log into my workstation after upgrading the > system. I’m using GDM + GNOME Shell. > > At first GDM wouldn’t start. I knew what to do: remove /var/lib/gdm, > because some state must have accumu