bug#41213: boost-for-mysql fails to build

2020-05-21 Thread Efraim Flashner
On Wed, May 20, 2020 at 10:31:32PM +0200, Marius Bakke wrote: > Jonathan Brielmaier writes: > > > `tools/build/src/engine/execunix.cpp` was named > > `tools/build/src/engine/execunix.c` before. So the following patch > > allows to build boost@1.59 again. > > > > ``` > > diff --git a/gnu/packages/

bug#41406: Docker package retains Go references (was Re: Guix closure size of a system?)

2020-05-21 Thread zimoun
On Wed, 20 May 2020 at 20:31, Julien Lepiller wrote: > guix graph -t references --path /gnu/store/…-docker /gnu/store/…-go > > Should give you the shortest path from docker to go, looking only at > references. It seems that the culprit is the package 'runc'. --8<---cut here

bug#40604: http-parser 2.9.4 fails to build on armhf-linux

2020-05-21 Thread Ricardo Wurmus
Marius Bakke writes: > The update to http-parser in 62f7f0d636d3b3ff796263ab892ebf53263539fa > causes a test failure armhf-linux: The same test failure happens on i686-linux. -- Ricardo

bug#40604: http-parser 2.9.4 fails to build on armhf-linux

2020-05-21 Thread Ricardo Wurmus
Ricardo Wurmus writes: > Marius Bakke writes: > >> The update to http-parser in 62f7f0d636d3b3ff796263ab892ebf53263539fa >> causes a test failure armhf-linux: > > The same test failure happens on i686-linux. Actually, this might be a different failure: test_g: test.c:4240: main: Assertio

bug#41409: “guix pull” should show a progress bar for channel updates

2020-05-21 Thread zimoun
Hi Ricardo, On Tue, 19 May 2020 at 23:31, Ricardo Wurmus wrote: > When I run “guix pull” (or “guix time-machine”) I see this message > >Updating channel 'guix' from Git repository at > 'https://git.savannah.gnu.org/git/guix.git'... > > followed by disconcerting silence. I can’t tell if it’

bug#41429: Shepherd Sometimes Crashes

2020-05-21 Thread Efraim Flashner
On Wed, May 20, 2020 at 09:59:03PM -0500, Katherine Cox-Buday wrote: > I am running shepherd as a userspace service manager on an alien distro. > Occassionally (often enough as to cause concern), Shepherd is crashing. > I am unable to narrow down a cause, but anecdotally, it seems to happen > more

bug#41433: Sway fails at configure step

2020-05-21 Thread Efraim Flashner
On Thu, May 21, 2020 at 07:00:46AM +0200, raingloom wrote: > Sway package is broken, when it gets to configure it fails with: > > ``` > ../source/meson.build:1:0: ERROR: lexer > ``` > > No idea what that means, as I barely know Meson. On which architecture? Running a recent commit? I just built

bug#41384: failing to build util-linux 2.35.1

2020-05-21 Thread Marius Bakke
Hi Josh, [+ debbugs, please keep it in CC] Josh writes: >>Try using 'guix pull --keep-failed' and inspect the util-linux test >>suite logs in /tmp/guix-build-util-linux-2.35.1.drv-0. > > I don't see much... > > In /tmp/guix-build-util-linux-2.35.1.drv-0/util-linux-2.35.1, the only tests > with

bug#41429: Shepherd Sometimes Crashes

2020-05-21 Thread Katherine Cox-Buday
Efraim Flashner writes: > On Wed, May 20, 2020 at 09:59:03PM -0500, Katherine Cox-Buday wrote: >> I am running shepherd as a userspace service manager on an alien distro. >> Occassionally (often enough as to cause concern), Shepherd is crashing. >> I am unable to narrow down a cause, but anecdota

bug#41375: guix substitute: error: TLS error in procedure 'handshake'

2020-05-21 Thread Marius Bakke
Igor Gajsin writes: > Next evening I've run `guix pull` again and it finished well. I don't > know why. OK. Closing the bug, as we're unlikely to find out what went wrong. Thanks! signature.asc Description: PGP signature

bug#41384: failing to build util-linux 2.35.1

2020-05-21 Thread Josh
[+ debbugs, please keep it in CC] Will do, sorry about that. Can you attach /var/log/guix/drvs/c7/0j91pkiv8qyazpv357ccc2jfjz91yw-util-linux-2.35.1.drv.bz2 to this bug report? Attached. Looks like those three that I mentioned. Anything else look interesting in there? 0j91pkiv8qyazpv357ccc2j

bug#41429: Shepherd Sometimes Crashes

2020-05-21 Thread Efraim Flashner
On Thu, May 21, 2020 at 07:51:54AM -0500, Katherine Cox-Buday wrote: > Efraim Flashner writes: > > > On Wed, May 20, 2020 at 09:59:03PM -0500, Katherine Cox-Buday wrote: > >> I am running shepherd as a userspace service manager on an alien distro. > >> Occassionally (often enough as to cause conc

bug#40604: http-parser 2.9.4 fails to build on armhf-linux

2020-05-21 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Ricardo, Marius, Ricardo Wurmus 写道: Marius Bakke writes: The update to http-parser in 62f7f0d636d3b3ff796263ab892ebf53263539fa causes a test failure armhf-linux: The same test failure happens on i686-linux. Actually, this might be a different failure: test_g: test.c:4240: main: Asse

bug#41437: build-system-asdf errors if a system name is too short

2020-05-21 Thread Katherine Cox-Buday
#+BEGIN_EXAMPLE 10:06 katco says: guix --version guix (GNU Guix) c660779722f4130e95cda89c0eb0cff534a89ef2 #+END_EXAMPLE I am packaging a system called ~sbcl-1am~, and I discovered that unless I make the package name longer, I receive this cryptic error when issuing ~guix build -L. sbcl-1am~: #+BE

bug#41429: Shepherd Sometimes Crashes

2020-05-21 Thread Katherine Cox-Buday
Efraim Flashner writes: >> Your comment is kind of scary though! Shepherd is the thing I want to >> stay up no matter what since it's responsible for monitoring and >> restarting things. The idea that a misbehaving or poorly written service >> could bring down the entire Shepherd process is a pro

bug#41406: Docker package retains Go references (was Re: Guix closure size of a system?)

2020-05-21 Thread Leo Famulari
On Thu, May 21, 2020 at 11:41:54AM +0200, zimoun wrote: > On Wed, 20 May 2020 at 20:31, Julien Lepiller wrote: > > > guix graph -t references --path /gnu/store/…-docker /gnu/store/…-go > > > > Should give you the shortest path from docker to go, looking only at > > references. > > It seems that

bug#41409: “guix pull” should show a progress bar for channel updates

2020-05-21 Thread Ricardo Wurmus
zimoun writes: > On Tue, 19 May 2020 at 23:31, Ricardo Wurmus wrote: > >> When I run “guix pull” (or “guix time-machine”) I see this message >> >>Updating channel 'guix' from Git repository at >> 'https://git.savannah.gnu.org/git/guix.git'... >> >> followed by disconcerting silence. I ca

bug#40604: http-parser 2.9.4 fails to build on armhf-linux

2020-05-21 Thread Ricardo Wurmus
Tobias Geerinckx-Rice writes: > Ricardo, Marius, > > Ricardo Wurmus 写道: >>> Marius Bakke writes: >>> The update to http-parser in 62f7f0d636d3b3ff796263ab892ebf53263539fa causes a test failure armhf-linux: >>> >>> The same test failure happens on i686-linux. >> >> Actually, this

bug#36464: gstreamer test timing out

2020-05-21 Thread Marius Bakke
Steffen Rytter Postas writes: > Upon finishing the build, the gstreamer package is tested, and it has a > single failure, which is the following: > > gst/gstelement.c:844:E:element tests:test_foreach_pad:0: (after this > point) Test timeout expired > Check suite gst_element ran in 30.164s (tests

bug#41384: failing to build util-linux 2.35.1

2020-05-21 Thread Marius Bakke
Josh writes: >>[+ debbugs, please keep it in CC] > > Will do, sorry about that. > >>Can you attach >>/var/log/guix/drvs/c7/0j91pkiv8qyazpv357ccc2jfjz91yw-util-linux-2.35.1.drv.bz2 >>to this bug report? > > Attached. Looks like those three that I mentioned. Anything else look > interesting in ther

bug#41409: “guix pull” should show a progress bar for channel updates

2020-05-21 Thread zimoun
On Thu, 21 May 2020 at 22:09, Ricardo Wurmus wrote: > It can take several seconds or even over a few minutes when fetching > from multiple channels. For what it’s worth I got annoyed waiting for > “guix pull” on ci.guix.gnu.org, which has a pretty decent network > connection (even though users o

bug#39885: Bioconductor URI, fallback and time-machine

2020-05-21 Thread zimoun
Dear Ricardo, On Mon, 23 Mar 2020 at 22:21, Ricardo Wurmus wrote: > > a) Add the Bioconductor release (known at packaging time) to all the > > packages; provide as argument to 'bioconductor-uri'. > > b) Add more URLs to fallback. > > > > As discussed on IRC, Tobias seems more inclined with the

bug#37939: guix-install.sh: Fails to detect signing key

2020-05-21 Thread zimoun
Dear, Because it is not a bug and after 12 weeks without any activity, I am closing. Best regards, simon

bug#38226: guix pull: error: build failed:

2020-05-21 Thread zimoun
Dear, Because this bug is tagged moreinfo and without any activities since 13 weeks, I am closing. Feel free to reopen it if I have misunderstood the status of this bug. Best regards, simon

bug#39478: Bogue GUIX install Virtual BOX

2020-05-21 Thread zimoun
Dear, Well, I am not convinced it is a bug and you should ask for help on the mailing list help-g...@gnu.org. You can speak any language you want on help-g...@gnu.org but the bug report are usually done in English. From your message here and a quick look to the bushy forum you linked, it is hard