bug#62936: [core-updates] pre-inst-env no longer works

2023-04-24 Thread Brian Cully via Bug reports for GNU Guix
Josselin Poiret writes: Ran into this problem myself, here's the reason and the fix: We build a modified `guile` executable in the source tree (for reasons), and use that to run guix. Note that it is only added to PATH by ./pre-inst-env! That guile executable is linked against glibc,

bug#62936: [core-updates] pre-inst-env no longer works

2023-04-24 Thread Josselin Poiret via Bug reports for GNU Guix
Hello everyone, Brian Cully via Bug reports for GNU Guix writes: > I did a full rebuild before submitting this bug: bootstrap -> configure > -> make clean -> make. > > FWIW, I still have the issue with ‘pre-inst-env’ when not run from > within ‘guix shell -D guix’, which is a step I have never

bug#62936: [core-updates] pre-inst-env no longer works

2023-04-19 Thread Brian Cully via Bug reports for GNU Guix
I did a full rebuild before submitting this bug: bootstrap -> configure -> make clean -> make. FWIW, I still have the issue with ‘pre-inst-env’ when not run from within ‘guix shell -D guix’, which is a step I have never previously needed. As I just explained on IRC: --8<---cut

bug#62936: [core-updates] pre-inst-env no longer works

2023-04-19 Thread Brian Cully via Bug reports for GNU Guix
Ludovic Courtès writes: Make sure everything is in sync, and use ‘guix shell -D guix -C’ to avoid interference! This has made the glibc locale error and the libgit2 bindings to work. Thank you! However, I'm not sure how this happened in the first place. The system I'm running on is

bug#62936: [core-updates] pre-inst-env no longer works

2023-04-19 Thread Ludovic Courtès
Hi, Brian Cully skribis: > git/bindings.scm:66:8: In procedure git_libgit2_init: Function not > implemented That indicates that Guile-Git failed to load libgit2.so, which could be because libgit2.so is linked against a different libc version (since you’re testing core-updates). Make sure

bug#62936: [core-updates] pre-inst-env no longer works

2023-04-19 Thread Brian Cully via Bug reports for GNU Guix
Simon Tournier writes: ~/src/guix-core-updates $ ./pre-inst-env -- guix build zsh Are you sure about the dash-dash (--) with ./pre-inst-env? I get this: $ ./pre-inst-env guix describe Git checkout: repository: /home/simon/src/guix/wk/core-updates/ branch: core-updates commit:

bug#62936: [core-updates] pre-inst-env no longer works

2023-04-19 Thread Simon Tournier
Hi, On Tue, 18 Apr 2023 at 10:51, Brian Cully via Bug reports for GNU Guix wrote: > ~/src/guix-core-updates $ ./pre-inst-env -- guix build zsh Are you sure about the dash-dash (--) with ./pre-inst-env? I get this: --8<---cut here---start->8--- $

bug#62936: [core-updates] pre-inst-env no longer works

2023-04-18 Thread Brian Cully via Bug reports for GNU Guix
After re-configuring my system with core updates and rebooting, I'm no longer able to use Guix' ‘pre-inst-env’ command to do testing: --8<---cut here---start->8--- ~/src/guix-core-updates $ ./pre-inst-env -- guix build zsh hint: Consider installing the