bug#24735: netpbm pstopnm tries to invoke /usr/bin/gs - it should depend on ghostscript and invoke that

2019-02-12 Thread Leo Famulari
On Tue, Oct 18, 2016 at 11:44:49PM +0200, Danny Milosavljevic wrote: > Probably should be substituted out. > > It already depends on ghostscript. Thanks! Fixed in commit 344e0f56218f6b2680e0ab00446eed372216d420 signature.asc Description: PGP signature

bug#25533: guixsd hardware issue

2019-02-12 Thread Leo Famulari
Closing due to lack of response. signature.asc Description: PGP signature

bug#25258: Bashisms when building 0.11.0

2019-02-12 Thread Leo Famulari
On Sat, Dec 24, 2016 at 08:26:27AM +0100, pelzflorian (Florian Pelz) wrote: > Guix' testsuite uses the non-POSIX bashism `type -P guile` in > tests/guix-packages.sh which causes a test failure when using > Dash to provide /bin/sh instead of Bash. Additionally gnu/local.mk uses > brace expansion

bug#25036: make check-system hangs.

2019-02-12 Thread Leo Famulari
Closing because we no longer have QEMU 2.7.0 and haven't reproduced the issue on the build farm. signature.asc Description: PGP signature

bug#24220: "failed to unpack source code" on guix pull

2019-02-12 Thread Leo Famulari
`guix pull` has been completely overhauled since the bug was filed so I'm closing it. signature.asc Description: PGP signature

bug#18483: Dmd tries to initialize my network interface before it become available.

2019-02-12 Thread Leo Famulari
Is this bug still relevant? Or can we close it? signature.asc Description: PGP signature

bug#18261: Apparently intermittent failures to build gegl

2019-02-12 Thread Leo Famulari
Since gegl has seen many updates since this bug was filed and because, according to the Hydra web interface, it now builds reliably on i686, I'm closing this bug.

bug#34402: Inferior channel (I believe 'inferior-for-channels' function specifically) sometimes fails

2019-02-12 Thread Ludovic Courtès
Hi, skribis: > It looks like line 16205 (at the bottom pretty much) shows that a permissions > issue is the culprit: > > openat(AT_FDCWD, > "/home/itsme/.cache/guix/checkouts/pjmkglp4t7znuugeurpurzikxq3tnlaywmisyr27shj7apsnalwq/.git/FETCH_HEAD", > O_WRONLY|O_CREAT|O_TRUNC|O_CLOEXEC, 0666) =

bug#33497: [PATCH] Re: bug#33497: Our CMake package has no documentation

2019-02-12 Thread Marius Bakke
Hello! Now would be the time to get this in 'core-updates'. Maxim Cournoyer writes: > Maxim Cournoyer writes: > >> Hello, >> >> Our CMake package lacks any documentation (manpage or other). Patch to >> follow. >> >> Maxim > > Here's the patch to be merged in core-updates (or

bug#34441: Wrong build log-file given by Berlin build farm

2019-02-12 Thread Leo Famulari
On Tue, Feb 12, 2019 at 04:12:43PM +0100, Ludovic Courtès wrote: > Not a bug! :-) > > Due to fixed-output derivations, there can be several derivations > mapping to a given output. Here you just got the build log for one of > the derivations that produces >

bug#34461: Debugging build failures on Berlin / qemu-minimal-2.10 not available on Berlin build farm

2019-02-12 Thread Leo Famulari
Substitutes of the hidden package qemu-minimal-2.10 are available from but not . I'd like to fix this but I'm not sure how to start debugging things on the Berlin build farm. I know how to use the Hydra web interface to debug build

bug#34461: Debugging build failures on Berlin

2019-02-12 Thread Leo Famulari
I know this bug report is vague. Any guidance on a build debug workflow for the Berlin build farm will be helpful. signature.asc Description: PGP signature

bug#34459: Docker and containerd bundled dependencies — what to do?

2019-02-12 Thread Leo Famulari
On Tue, Feb 12, 2019 at 01:45:01AM +0100, Danny Milosavljevic wrote: > Docker still contains some vendored dependencies, among those > github.com/opencontainers/runc, > in directory "vendor", and so does containerd. It might make sense to also > remove them now. I didn't do anything regarding

bug#34184: Nitpick on reconfigure message: Installing for i386-pc platform.

2019-02-12 Thread Leo Famulari
On Wed, Jan 23, 2019 at 11:27:26PM +0100, Ricardo Wurmus wrote: > Maybe we should > > 1) prefix messages from other tools with the name of the tool, and > 2) hide these tool messages by default behind descriptive messages like > “installing bootloader” Yes, absolutely. We just had another person

bug#34333: Docker daemon failing to start on boot

2019-02-12 Thread Danny Milosavljevic
Hi Allan, On Tue, 12 Feb 2019 09:05:10 + Allan Adair wrote: > On 2019-02-11 17:31, Danny Milosavljevic wrote: > > Hi Allan, > > > > I've added some more requirements--let's see. > > > > Can you guix pull and guix reconfigure and then try again once more? > > Still no luck. Do you face

bug#34431: Qt fails to build

2019-02-12 Thread Ricardo Wurmus
Ludovic Courtès writes: > Danny Milosavljevic skribis: > >> Possible fix https://672856.bugs.gentoo.org/attachment.cgi?id=557978 >> >> diff -Naurp a/src/corelib/global/minimum-linux_p.h >> b/src/corelib/global/minimum-linux_p.h >> --- a/src/corelib/global/minimum-linux_p.h 2018-11-25

bug#34427: guile-bootstrap@2.2 segfault?

2019-02-12 Thread Efraim Flashner
On Tue, Feb 12, 2019 at 03:27:37PM +0100, Ludovic Courtès wrote: > Hello Efraim, > > Efraim Flashner skribis: > > > I'm testing %bootstrap-guile from bootstrap.scm and I'm getting a > > segfault when runing guile --version. I've attached an strace of the > > process. > > To be clear, I believe

bug#34441: Wrong build log-file given by Berlin build farm

2019-02-12 Thread Ludovic Courtès
Hello! Leo Famulari skribis: > $ ./pre-inst-env guix build --no-grafts -e '(@@ (gnu packages virtualization) > qemu-minimal-2.10)' --substitute-urls=https://berlin.guixsd.org > /gnu/store/fmwazsg7rgdq7zlxmq3rviwab54gxw8f-qemu-minimal-2.10.2 > $ ./pre-inst-env guix build --no-grafts -e '(@@

bug#34431: Qt fails to build

2019-02-12 Thread Ludovic Courtès
Danny Milosavljevic skribis: > Possible fix https://672856.bugs.gentoo.org/attachment.cgi?id=557978 > > diff -Naurp a/src/corelib/global/minimum-linux_p.h > b/src/corelib/global/minimum-linux_p.h > --- a/src/corelib/global/minimum-linux_p.h 2018-11-25 15:51:11.0 > +0300 > +++

bug#34427: guile-bootstrap@2.2 segfault?

2019-02-12 Thread Ludovic Courtès
Hello Efraim, Efraim Flashner skribis: > I'm testing %bootstrap-guile from bootstrap.scm and I'm getting a > segfault when runing guile --version. I've attached an strace of the > process. To be clear, I believe this is for a *cross-compiled* Guile, right? The natively-built binary on

bug#34423: gnome-shell-extensions and glib

2019-02-12 Thread Ludovic Courtès
Hello, Brett Gilio skribis: > Hi all, when I try to install gnome-shell-extensions it is throwing this > issue > > brettg@guixsd ~$ guix package -i gnome-shell-extensions > The following package will be installed: >gnome-shell-extensions 3.24.3 >

bug#34431: Qt fails to build

2019-02-12 Thread Andreas Enge
On Mon, Feb 11, 2019 at 04:27:38PM +0100, Andreas Enge wrote: > It happens on my laptop, with kernel 4.9.0. But I thought it also happens > on bayfront (kernel 4.19.1), which offloads to harbourfront (kernel 4.19.8). > I will try the latter two again. Actually I did not remember well, it did

bug#34454: (no subject)

2019-02-12 Thread Bradley Haggerty
I've now had a similar crash from emacs. I've got errors for both. emacs erorr: (emacs-26-1:1049): Gdk-ERROR **: 04:27:15.240: The program 'emacs-26-1' received an X Window System error. This probably reflects a bug in the program. The error was 'BadMatch (invalid parameter attributes)'.

bug#34211: error running container: mingetty cannot find ttys

2019-02-12 Thread Giovanni Biscuolo
Hi Ludo' thank you for looking into this issue! Ludovic Courtès writes: [...] > I also get this behavior. OK, so this is deterministic now :-) > What happens is that the /dev/ttyN nodes do not exist (understandably), > and thus the ‘console-font-ttyN’ Shepherd services fail to start, and >

bug#34454: After an update, icecat now segfaults very quickly after opening.

2019-02-12 Thread Bradley Haggerty
user profile version: guix (GNU Guix) d5612439178465cd5bda6c69b71d6afb652b83e5 icecat version: GNU IceCat 60.5.0 system profile version: guix (GNU Guix) db7c901af1dfaaab2e12218759475a6e121ac3b7 I am able to launch icecat, but loading some sites (e.g. riot.im) or trying to restore my session seem

bug#34427: [PATCH] build guile-static with guile-2.0

2019-02-12 Thread Efraim Flashner
When experimenting I found that using guile@2.0 as a base for guile-static, the resulting guile-static didn't segfault on the target architecture. -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent

bug#34333: Docker daemon failing to start on boot

2019-02-12 Thread Allan Adair
On 2019-02-11 17:31, Danny Milosavljevic wrote: Hi Allan, I've added some more requirements--let's see. Can you guix pull and guix reconfigure and then try again once more? Still no luck. Do you face the same issue? -- Allan Adair +47 468 12 135 al...@adair.io http://allan.adair.io