bug#41116: Guix deploy fails with new version of Herd

2020-05-09 Thread Ludovic Courtès
Hi, Marius Bakke skribis: > Diego Nicola Barbato writes: [...] >>> I’ve reverted the patch in 5aa4d2dcf2f4f8786358feb45338893ed08a4cd9. >>> >>> Diego: I guess we can reinstate the patch “later”, once Shepherd 0.8 can >>> be considered widespread. >> >> I'm sorry I broke reconfigure and deploy

bug#41044: [guix 1.1.0] guix pull failed

2020-05-09 Thread Wensheng Xie
Hi, Thanks. The problem is solved by doing 'guix pull' again. wxie On 2020/5/6 上午3:37, Ludovic Courtès wrote: Hi, wensheng xie skribis: ./guix/store.scm:1034:9: Throw to key `srfi-34' with args `(#)'. Could you check the contents of the file above? It seems to be corrupt, which could b

bug#40872: [PATCH] gnu: system: Fix PATH export if the profile has no bin directory.

2020-05-09 Thread Stefan
Hi! > Am 02.05.2020 um 18:59 schrieb Stefan : > > * gnu/system.scm (operating-system-etc-service): Testing for $profile/bin. > > Fixes . > --- > gnu/system.scm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/gnu/system.scm b/gnu/system.sc

bug#37207: guix.gnu.org returns Last-Modified = Epoch

2020-05-09 Thread Christopher Baines
Ludovic Courtès writes: > Since the use of the ‘static-web-site’ service, which puts web site > files in the store, nginx returns a ‘Last-Modified’ header that can > trick clients into caching things forever: > > --8<---cut here---start->8--- > $ wget --debug

bug#41025: blueman does not start

2020-05-09 Thread Raghav Gururajan
Hi Pierre! >> Thanks, looking good! >> >> - Could you remove the `pk' lines? >> - Looks like pulseaudio is missing for blueman-manager: > > Please find the revised patch attached with this email. Sorry, I sent the wrong patch. I have attached the correct one with this email. I hope this patch do

bug#41025: blueman does not start

2020-05-09 Thread Raghav Gururajan
Hi Pierre! > Thanks, looking good! > > - Could you remove the `pk' lines? > - Looks like pulseaudio is missing for blueman-manager: Please find the revised patch attached with this email. Regards, RG. From 52dc6e2dd01cbbf280e7e17af6274d2b1aa2bde1 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan

bug#40700: herd restart guix-publish crashes system

2020-05-09 Thread Efraim Flashner
I just tried to replicate this and restarted the guix-publish daemon on my machine a couple of times and no crash. Restarting the guix-daemon also didn't make my machine crash. I'm closing this bug, will revisit if it happens again. -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 13

bug#41160: sbcl-cffi-libffi: Fails to build on ARM

2020-05-09 Thread Pierre Neidhardt
Log attached. -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature 0073bx3mc98019xd8q2yv2lpji460k-sbcl-cffi-libffi-0.21.0.drv.bz2 Description: Binary data

bug#41158: `guix` command segfaults after doing Ctrl-C during a frozen `guix pull`

2020-05-09 Thread JoJo
Due to an unrelated issue, I was updating my system with `guix pull`. During update, the process seemed to freeze / get stuck. My system was responsive and all, but the `guix pull` output was stuck. I don't remember what the last line in the output was, but after studying the output of an applicati

bug#41154: [cuirass]: Build duration time is wrong

2020-05-09 Thread Jonathan Brielmaier
At some builds the build duration time seems to be wrongly calculated: http://ci.guix.gnu.org/build/1672744/details -> 1568730254 seconds which seems like unix time stamp for the finished time: Tue 17 Sep 16:24:14 CEST 2019 Some times it's correct, 11 seconds: http://ci.guix.gnu.org/build/1024003/

bug#41058: core-updates: GNOME Maps doesn't start

2020-05-09 Thread sirgazil via Bug reports for GNU Guix
I still can reproduce the problem though, in both real and virtual machines. $ LANG=C guix describe Generation 80 May 08 2020 15:18:18(current) sirgazil-x ef6ac93 repository URL: https://gitlab.com/sirgazil/guix-channel-x.git branch: master commit: ef6ac933

bug#37244: Icecat Audio Issues

2020-05-09 Thread Martin Becze
I also have this problem with icecat. With ungoogled-chromuim the video is scrambled. I wonder if the two issues are possible related. On 9/1/19 1:15 PM, Tobias Geerinckx-Rice via Bug reports for GNU Guix wrote: > Raghav, > > Raghav Gururajan 写道: >> While streaming/watching movie on some (more th

bug#40558: (no subject)

2020-05-09 Thread elaexuotee
I encountered a similar issue while trying to package something with a texlive-union input. Tracking down the issue has killed way too many hours. FWIW, the `working.tex' minimal example is also giving me similar problems: $ guix describe Generation 285月 07 2020 01:10:02 (current)

bug#41146: [Cuirass] Build non-substitutable packages

2020-05-09 Thread Brice Waegeneire
Hello Guix, It would be useful to build non-substitutable packages on cuirass, without offering substitutes for it, to catch broken packages. For example ATM the zfs package is broken but it hasn't been noticed because it isn't present on ci.guix.gnu.org[0]. This wish item follows a discuss

bug#41144: core-updates merged!

2020-05-09 Thread Nicolò Balzarotti
Hi! I guix pull-ed yesterday night! The system continues to work well, but on the boot I get a lot of warnings, something like "WARNING: {g#45} importing (guix utils) conflicts with an existing identifier `delete'" (or something similar, I already forgot and don't know where to find the log). Am

bug#41140: “guix system” suggests wrong module import when using “remove”

2020-05-09 Thread Danny Milosavljevic
Hi Ricardo, On Sat, 09 May 2020 00:00:05 +0200 Ricardo Wurmus wrote: > * can we prefer (srfi srfi-1) over (rnrs lists) in the suggestions for > “remove”? If possible, I'd just make it search all the modules with that binding that are available in the search path. It's okay if that's slow--sin