bug#40641: Building from git breaks when /bin/sh isn't bash

2022-07-18 Thread elaexuotee--- via Bug reports for GNU Guix
Maxim Cournoyer wrote: > I'll see if these Bashisms can be easily switched to POSIX variants, > else I'll experiment with setting the shebang of the test scripts to > bash. Is there any particular reason to go this route? Writing portable scripts is full of all sorts of pitfalls and ill-meaning

bug#53506: guix-packages-base.drv leads to segfault on i686-linux

2022-07-18 Thread Ludovic Courtès
Hi, Ludovic Courtès skribis: > Yes. I just tried ‘guix pull -s i686-linux’ for commit > e641d707e1ec8de2bfc658dcd1757360300aa509 and it passed! > > This is certainly due to the reduced heap usage in Guile 3.0.8. > However, while building > /gnu/store/87mqnqwxqbcidbx5bpyrq9xpxmhw1035-guix-packag

bug#55360: [Installer] ‘guix system init’ displays dots instead of progress bars

2022-07-18 Thread Ludovic Courtès
Hi! Ludovic Courtès skribis: > During installation, ‘guix system init’ displays dots instead of > progress bars for downloads and such. > > This suggests that ‘display-download-progress’ gets #:tty? #f. This may > be a side effect of running it in a pipe in > ‘run-external-command-with-handler’

bug#53210: installer: referring to N-1 guix is problematic.

2022-07-18 Thread Ludovic Courtès
Josselin Poiret skribis: > -(define channel-build-system > - ;; Build system used to "convert" a channel instance to a package. > +(define channel-profile-build-system > + ;; Build system used to "convert" a channel instance to a profile, in > + ;; package form. In hindsight I’m not convinced

bug#56633: [core-updates] Some cross-derivations cannot be computed

2022-07-18 Thread Marius Bakke
Hello Guix! On the 'core-updates' branch, running 'guix build -d' fails on some cross-derivations (notably anything that depends on NSPR, but there may be others). Somehow both TARGET and SYSTEM ends up #false. Any ideas to what is going on? --8<---cut here---start---

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

2022-07-18 Thread Ricardo Wurmus
zimoun writes: > At the cost of more bandwidth, we could switch from url-fetch to > git-fetch. Let’s do it! I’m tired of Bioconductor archive shenanigans messing with package availability. -- Ricardo

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

2022-07-18 Thread zimoun
Hi, Since 2020, I provided several examples of breakage with bug#39885 [1]. Here another one: --8<---cut here---start->8--- $ guix time-machine --commit=77e2de365497bf4c8b81cbd78624f78293490485 \ -- build r-biocneighbors -S substitute: updating substitut

bug#56619: Inkscape crashes on startup, renders package unusable

2022-07-18 Thread Justus Winter
Ludovic Courtès writes: > Hi Justus, > > Justus Winter skribis: > >> % guix shell inkscape -- inkscape >> (inkscape:10197): dbind-WARNING **: 18:11:01.868: AT-SPI: Error retrieving >> accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The >> name org.a11y.Bus was not provide

bug#20255: [bug#56382] [PATCH] gnu: gajim: Use hicolor-icon-theme to avoid crashing on startup

2022-07-18 Thread bokr
Hi Ludo, On +2022-07-18 11:29:55 +0200, Ludovic Courtès wrote: > Hi, > > Maxim Cournoyer skribis: > > > Hi Ludovic, > > > > Ludovic Courtès writes: > > > >> Hi, > >> > >> "Raghav Gururajan" skribis: > >> > Does simply adding ‘hicolor-icon-theme’ to ‘inputs’ fix the issue? > >>> > >>> Mos

bug#56503: Poor error message on missing file using substitute*

2022-07-18 Thread Ludovic Courtès
Hi, Daniel Meißner skribis: > It prints: > > #<&compound-exception components: (#<&external-error> #<&origin origin: > "mkstemp"> #<&message message: "~A"> #<&irritants irritants: ("Datei oder > Verzeichnis nicht gefunden")> #<&exception-with-kind-and-args kind: > system-error args: ("mkstemp

bug#56519: Shepherd non-deterministically fails to load the "guix-daemon" service after the "user-processes" service has been started

2022-07-18 Thread Ludovic Courtès
Hi Markus, >From the /var/log/messages excerpt you sent, it would seem that the root cause is failing to device mapping for the “streetkid” storage: Markus Nilsson skribis: > Jul 1 21:39:35 localhost vmunix: [ 16.150396] sd 6:0:1:0: Attached scsi > generic sg6 type 0 > Jul 1 21:39:35 local

bug#56619: Inkscape crashes on startup, renders package unusable

2022-07-18 Thread Ludovic Courtès
Hi Justus, Justus Winter skribis: > % guix shell inkscape -- inkscape > (inkscape:10197): dbind-WARNING **: 18:11:01.868: AT-SPI: Error retrieving > accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The > name org.a11y.Bus was not provided by any .service files > > (org.ink

bug#20255: [bug#56382] [PATCH] gnu: gajim: Use hicolor-icon-theme to avoid crashing on startup

2022-07-18 Thread Maxim Cournoyer
Hello! Ludovic Courtès writes: [...] >>> Right, so the proposed patch (adding ‘hicolor-icon-theme’ to ‘inputs’, >>> not ‘propagated-inputs’) shouldn’t make any difference I guess? >> >> I think it works as inputs because of our wrappers (perhaps >> XDG_DATA_DIRS)? But it's kind at odds with ou

bug#56545: guix time-machine/shell throws "unsupported manifest format" error

2022-07-18 Thread Maxim Cournoyer
Hi Ludovic, Ludovic Courtès writes: > Hi! > > Maxim Cournoyer scribes: > >> and the channels.scm file: >> >> (list (channel >>(inherit %default-guix-channel) >>(commit >> "ceeb2bfcaeb4380e01d26c8425e28b94ac13558a"))) ;2022-06-07 >> >> >> and was surprised to be greeted w

bug#20255: [bug#56382] [PATCH] gnu: gajim: Use hicolor-icon-theme to avoid crashing on startup

2022-07-18 Thread Ludovic Courtès
Hi, Maxim Cournoyer skribis: > Hi Ludovic, > > Ludovic Courtès writes: > >> Hi, >> >> "Raghav Gururajan" skribis: >> Does simply adding ‘hicolor-icon-theme’ to ‘inputs’ fix the issue? >>> >>> Most gtk-based apps expect hicolor-icon-theme and adwaita-icon-theme to be >>> in the profile. A

bug#56572: failed install on partition, backtrace attached

2022-07-18 Thread Ludovic Courtès
Hi, Peter skribis: > Follow-up: 1.3.0 installer couldn't be used again, will submit another bug > for the reason why separately. > > Using the snapshot 520v5sznglla0z1g3mz6pfsml88b8gxx-image.iso did not have > the error 1.3.0 did trying to format/write to the partition and the install > was able

bug#56619: Inkscape crashes on startup, renders package unusable

2022-07-18 Thread Liliana Marie Prikler
Am Sonntag, dem 17.07.2022 um 21:29 +0200 schrieb Justus Winter: > Thorsten Wilms writes: > > > On Sun, 17 Jul 2022 18:22:05 +0200 > > Justus Winter wrote: > > > > > Inkscape 1.1.1 crashes on startup on my machine, rendering the > > > package > > > unusable. > > > > > (org.inkscape.Inkscape:10

bug#54014: guix home pinentry weirdness

2022-07-18 Thread Andrew Tropin
On 2022-07-17 00:44, Zacchaeus Scheffer wrote: > On Mon, Jul 4, 2022 at 1:50 AM Andrew Tropin wrote: > >> On 2022-02-15 13:46, Zacchaeus Scheffer wrote: >> > There seems to be some problem installing password-store + pinentry >> > entirely via guix home. When I have both installed as such, I get