bug#54558: mcomix refuses to run, missing GTK libraries

2022-03-24 Thread Natalie
Hi there, I've just tried to install mcomix on Guix System, but have had no luck running it. Upon installing and trying to run it in the shell, it fails with: > [MainThread] ERROR: You do not have the required versions of GTK+ 3.0 > installed. Does GTK need to be added to its inputs?

bug#54557: “fakechroot” execution engine doesn’t work for Bash

2022-03-24 Thread Ludovic Courtès
Hello! The “fakechroot” engine fails when applied to ‘bash’: --8<---cut here---start->8--- $ guix pack -RR bash -S /bin=bin /gnu/store/mnbmklbvd1pk7yby0k8h26msk6z11m1m-bash-tarball-pack.tar.gz $ (cd /tmp/pack; tar xf

bug#25327: windows-related dependencies in crates

2022-03-24 Thread Maxime Devos
Nicolas Graves schreef op do 24-03-2022 om 18:18 [+0100]: > I included Maxime Devos in the > conversation, would it be possible to fork guix to develop this and try > to rebuild every rust package after that on a guix build farm ? In the past, for some build system changes, separate branches have

bug#25327: windows-related dependencies in crates

2022-03-24 Thread Nicolas Graves via Bug reports for GNU Guix
Hi all, I've delved into the subject the past week and now have a clearer view on it : - windows (and mac) dependencies are not needed when compiling a single package. It is possible to bypass it without changing the build-system, by a few means : - either by using the

bug#54546: failed to compute the derivation for (very old) Guix

2022-03-24 Thread Giovanni Biscuolo
Hi Maxime, Maxime Devos writes: > Giovanni Biscuolo schreef op do 24-03-2022 om 15:51 [+0100]: >> --8<---cut here---end--->8--- >> [(ice-9 exceptions) stuff] >> Please is there any workaround for this? > > build-aux/build-self.scm stubs (gcrypt hash) and

bug#54546: failed to compute the derivation for (very old) Guix

2022-03-24 Thread Maxime Devos
Giovanni Biscuolo schreef op do 24-03-2022 om 15:51 [+0100]: > --8<---cut here---end--->8--- > [(ice-9 exceptions) stuff] > Please is there any workaround for this? build-aux/build-self.scm stubs (gcrypt hash) and (git). Likewise, it could be modified to stub

bug#54546: failed to compute the derivation for (very old) Guix

2022-03-24 Thread Giovanni Biscuolo
Hello, I'm trying to update a (very) old guix installation in my root default profile when pulling I'm getting this error: --8<---cut here---start->8--- $ sudo -i guix pull --url=http://git.savannah.gnu.org/git/guix.git [sudo] password for g: Updating

bug#54545: [Guix Home] ‘shepherd’ started twice?

2022-03-24 Thread Ludovic Courtès
Hi, >From what can be seen in ‘guix home container’, it would seem that ‘shepherd’ is started twice, leading to this error while attempting to bind(2) the second time (thus it’s actually harmless, but suboptimal): --8<---cut here---start->8--- $ ./pre-inst-env

bug#54111: guile bundles (a compiled version of) UnicodeData.txt and binaries

2022-03-24 Thread Ludovic Courtès
Hello, Timothy Sample skribis: > I’ve attached two patches, the second of which is gzipped (the > UnicodeData.txt file is nearly 2M). > > The first patch replaces the Perl script with the Awk script. The Awk > script produces an identical ‘srfi-14.i.c’, except for changing “.pl” to > “.awk” in

bug#46879: Non-deterministic failures while building Guix with Guile 3.0.5

2022-03-24 Thread Ludovic Courtès
Hi Maxim, Maxim Cournoyer skribis: > Ludovic Courtès writes: > >> Ludovic Courtès skribis: >> >>> In gnu/services/mcron.scm: >>>132:13 0 (mcron-shepherd-services _) >>> >>> gnu/services/mcron.scm:132:13: In procedure mcron-shepherd-services: >>> In procedure allocate-struct: Wrong type

bug#46389: Guix says it will download an output that is already downloaded

2022-03-24 Thread Ludovic Courtès
Hi, Maxim Cournoyer skribis: > We can see that it listed *both* output about to be downloaded, then > proceeded to download only the one missing (the debug output). That could be a bug in ‘derivation-build-plan’, the procedure that computes what needs to be built and substituted. Ludo’.

bug#36374: ‘guix pull’ should not suggest running ‘guix pull’

2022-03-24 Thread Ludovic Courtès
Hi, zimoun skribis: > This old report and associated patch is uncommented since a while? > > > > What do we do? Include the proposed patch? Other ideas? I think the initial patch doesn’t work reliably, as I wrote back then, but something like that