bug#56584: vala build uses bundled bootstrap binaries

2023-02-28 Thread Adam Faiz via Bug reports for GNU Guix
Looking at the vala source code, we can bootstrap the current version from 0.39.5.8, which appears to be between release cycles – 0.39.6 already requires it, whereas 0.39.5 bootstraps from 0.25.1. I'm not sure how to get 0.25.1 to build from source, though. The code in vala- bootstrap does not

bug#61856: guix system container --network fails b.c. of /etc/hosts

2023-02-28 Thread kabelomoiloa via Bug reports for GNU Guix
`guix describe` gives the following: Generation 67 Feb 27 2023 17:41:15(current) guix cf9e050 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: cf9e0508b26196dc985302776d860a0359652c59 Consider the system configuration given at this url:

bug#61885: `guix import go` fails outside of pre-inst-env

2023-02-28 Thread winter--- via Bug reports for GNU Guix
Hi, As of commit ec8c7370dfd66136f7cb517d31fa6fda31e2cb74, the following `guix import` invocation fails: $ guix import go --recursive github.com/tdewolff/minify/v2 Backtrace: In ice-9/boot-9.scm: 222:29 19 (map1 _) 222:29 18 (map1 _) 222:29 17 (map1 _) 222:29 16 (map1 _) 222:29 15

bug#61852: ‘scheme48-prescheme’ is not reproducible

2023-02-28 Thread Andrew Whatson via Bug reports for GNU Guix
Ludovic Courtès wrote: Hi again Andrew, It turns out that the package is not reproducible: --8<---cut here---start->8--- $ ./pre-inst-env guix challenge scheme48-prescheme /gnu/store/qkby7f4nr3lxlm16zmswmka5hgfs6spw-scheme48-prescheme-1.9.2 contents

bug#61883: evince no longer opens comics

2023-02-28 Thread Csepp
Evince used to be able to open cbz files but isn't anymore. It still has the MIME type association registered and AFAIK upstream has not removed support, so this is likely a packaging issue. I've been meaning to investigate it but hasn't gotten around to it for months, so I'm making this issue so

bug#61882: emacs-next-pgtk does not find emacs-org-roam, other path issues

2023-02-28 Thread Csepp
emacs-org-roam is installed in my default profile and all the other emacs packages work with the emacs-next-pgtk package in the same profile. guix shell emacs-org-roam emacs-next-pgtk does not work, guix shell emacs-org-roam emacs does. Possibly related: when I had flatpak installed it was not

bug#61881: Failed install with 1.4.0 installer-dump-2464c73a

2023-02-28 Thread Vagrant Cascadian
Tried the guix installer 1.4.0, and it seemed to be going smoothly, downloading substitutes... but eventually timed out waiting for substitutes... The "Resume" option for the install dropped me back to selecting locale, keyboard, substitutes, root password, user, etc. without actually seeming to

bug#61879: [core-updates] libstdc++ fails to build on powerpc64le-linux

2023-02-28 Thread Ludovic Courtès
>From (commit 0825162a35362640b47d3cabe278fd7ea49140bd and later): --8<---cut here---start->8--- libtool: compile: g++ -I/tmp/guix-build-libstdc++-11.3.0.drv-0/gcc-11.3.0/libstdc++-v3/../libgcc

bug#61684: can't compose 'with-patch' with 'with-source'

2023-02-28 Thread Simon Tournier
Hi Ludo, On lun., 27 févr. 2023 at 15:09, Ludovic Courtès wrote: > However, as I explained before, there’s no clear way to do that for two > reasons: > > 1. Transformations apply to bags, not packages, so we cannot tell > whether a transformation has an effect until after the transformed