Simon Tournier skribis:
> On mer., 24 mai 2023 at 17:01, Ludovic Courtès wrote:
>
>>> gumbo-parser-0.10.1 149KiB
>>>
>>>555Ki
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.
C
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 wor
merge 63258 63728
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 Cr
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 nsc
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 here---start-
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
fo
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 o
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 s
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?
11 matches
Mail list logo