bug#63728: GHC cannot find lrt

2023-05-26 Thread Mekeor Melire
2023-05-25 22:25 bug-guix@gnu.org: Attempting to build a trivial Haskell program using ghc fails, as the linker cannot find the rt library: ``` ~ $ ghc -O2 test.hs Linking test ... /home/a/.guix-profile/bin/ld: cannot find -lrt: No such file or directory collect2: error: ld returned 1 exit

bug#63728: GHC cannot find lrt

2023-05-26 Thread Mekeor Melire
2023-05-25 22:25 bug-guix@gnu.org: Attempting to build a trivial Haskell program using ghc fails, as the linker cannot find the rt library: Does installing gcc-toolchain:static help as a work-around?

bug#63728: (no subject)

2023-05-26 Thread Antero Mejr via Bug reports for GNU Guix
merge 63258 63728

bug#63736: [Shepherd] Loss of SIGCHLD notifications

2023-05-26 Thread Ludovic Courtès
I experienced, with the Shepherd 0.10.0, a situation where ‘herd restart’ would get stuck after the end-of-grace-period expiration (restarting nscd in this case): --8<---cut here---start->8--- May 26 08:44:33 localhost shepherd[1]: [NetworkManager] Status of

bug#63726: time-machine without options does not get the latest commit

2023-05-26 Thread Konrad Hinsen
Hi, > Should we fix the doc or should we fix the code?… I vote for fixing the doc. Two reasons: 1. Having "guix time-machine" and "guix pull" behave in the same way is desirable. Less cognitive load for users. 2. What the doc says cannot be implemented in general. "The latest commit

bug#63738: [PATCH glibc] Stop checking if MiG supports retcode.

2023-05-26 Thread Joshua Branson via Bug reports for GNU Guix
Hey guix people! The Hurd developers having a 64 bit Hurd that can run /bin/sh. The below are some tips for how to set up such a thing if you were so inclined. The Debian people are providing 64-bit hurd applications here for now: https://people.debian.org/~sthibault/tmp/hurd-amd64 Flávio

bug#63726: time-machine without options does not get the latest commit

2023-05-26 Thread Simon Tournier
Hi, On jeu., 25 mai 2023 at 23:03, Ludovic Courtès wrote: > I had to check the code, but ‘guix time-machine’ follows the same logic > as ‘guix pull’: it reads ~/.config/guix/channels.scm, and so on (that’s > the ‘channel-list’ procedure). --8<---cut

bug#52362: guix import go error

2023-05-26 Thread Simon Tournier
Hi, On jeu., 25 mai 2023 at 20:58, Nicolas Goaziou wrote: > Oops! For the record, I meant: > >guix import go --recursive github.com/rclone/rclone I get: --8<---cut here---start->8--- $ ./pre-inst-env guix import go --recursive github.com/rclone/rclone

bug#63728: GHC cannot find lrt

2023-05-26 Thread Antero Mejr via Bug reports for GNU Guix
Mekeor Melire writes: > 2023-05-25 22:25 bug-guix@gnu.org: > >> Attempting to build a trivial Haskell program using ghc fails, as the linker >> cannot find the rt library: > > Does installing gcc-toolchain:static help as a work-around? I merged this bug with #63258. The gcc-toolchain:static

bug#63238: issue linking to librt

2023-05-26 Thread Brian Cully via Bug reports for GNU Guix
librt and libpthread were merged into libc with glibc 2.34, however, for compatibility, there exist empty .a files to satisfy the linker. But because Guix has a separate output for the static libraries, they need to be explicitly installed from ‘glibc:static’, which allows Cargo to do its thing.

bug#63666: sporadic “guix substitute: error: connect*: Connection timed out”

2023-05-26 Thread Ludovic Courtès
Simon Tournier skribis: > On mer., 24 mai 2023 at 17:01, Ludovic Courtès wrote: > >>> gumbo-parser-0.10.1 149KiB >>> >>>