all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#63728: GHC cannot find lrt
@ 2023-05-25 22:25 Antero Mejr via Bug reports for GNU Guix
  2023-05-26  9:17 ` Mekeor Melire
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Antero Mejr via Bug reports for GNU Guix @ 2023-05-25 22:25 UTC (permalink / raw)
  To: 63728

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 status
`gcc' failed in phase `Linker'. (Exit code: 1)
```

Glibc and gcc-toolchain are installed in the profile, and
~/.guix-profile/lib/librt.so.1 exists.

Maybe this is related to this new bug, or the recent core-updates merge?
https://issues.guix.gnu.org/63238




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-05-31 18:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-25 22:25 bug#63728: GHC cannot find lrt Antero Mejr via Bug reports for GNU Guix
2023-05-26  9:17 ` Mekeor Melire
2023-05-26 15:44   ` Antero Mejr via Bug reports for GNU Guix
2023-05-29 20:04     ` Mekeor Melire
2023-05-31 18:40       ` Josselin Poiret via Bug reports for GNU Guix
2023-05-26  9:21 ` Mekeor Melire
2023-05-26 15:16 ` bug#63728: (no subject) Antero Mejr via Bug reports for GNU Guix

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.