Simon Streit schreef op vr 27-08-2021 om 21:53 [+0200]:
> This is another follow up after having actually read the relevant info
> section on how to do proper testing in Guix.
>
> Checkout is at 5422920b9eaaa0c6bf779588748595c66ca86ba3, and this time I
> prepared a test-suite.log with all errors t
On 2021-08-26 20:07, Simon Streit wrote:
/home/ss2/code/guix/test-tmp/store/9m9mjdz3zl28n1dq094aqsxk5d480mvg-bash:
9m9mjdz3zl28n1dq094aqsxk5d480mvg-bash: No such file or directory
But this executable is there though.
Does it run when invoked manually?
Kind regards,
T G-R
Sent from a Web br
Hi Leo,
I found the cause of the "error adding symbols: Malformed archive".
It happens because the maximum number of open file descriptors is too
low. I pushed a fix (f3152cf3021892ba7e2f3d837207eb1ee64bfdb6) raising
the limit from 1024 to 4096 in the build phase on top of your 4 patches,
and the
Hi,
Maxime Devos writes:
> * What's the hash of gnu/packages/bootstrap/i686-linux/bash?
>
> (Run guix hash gnu/packages/bootstrap/i686-linux/bash)
>
> I have 1ig8a4bhc7fpw8zrnw4l568wmmcb29rlwg4jbih3imb4x6d9l1gd.
> If you see something different, your copy is probably corrupt.
Also check th
Hello Guix,
GCC 10 changed the default behavior when encountering multiple
definitions of a global (often an enum) [0]. This causes error messages
like [1]:
--8<---cut here---start->8---
ld: a.o:(.bss+0x0): multiple definition of `a'; main.o:(.data+0x0): fir
Tobias Geerinckx-Rice writes:
> On 2021-08-26 20:07, Simon Streit wrote:
>> /home/ss2/code/guix/test-tmp/store/9m9mjdz3zl28n1dq094aqsxk5d480mvg-bash:
>> 9m9mjdz3zl28n1dq094aqsxk5d480mvg-bash: No such file or directory
>> But this executable is there though.
>
> Does it run when invoked manually?
Hey Mark,
Mark H Weaver writes:
> Also check the permissions of gnu/packages/bootstrap/i686-linux/bash.
> It should be 0555, i.e. "-r-xr-xr-x", and ditto for 'mkdir' in the same
> directory. I vaguely recall someone running into a similar problem many
> years ago because the executable bit was m
Hello Maxime,
Maxime Devos writes:
> Some questions:
>
> * What's the hash of gnu/packages/bootstrap/i686-linux/bash?
>
> (Run guix hash gnu/packages/bootstrap/i686-linux/bash)
>
> I have 1ig8a4bhc7fpw8zrnw4l568wmmcb29rlwg4jbih3imb4x6d9l1gd.
> If you see something different, your copy is pr
Hello,
Maxim Cournoyer writes:
> Hello,
>
> maxim.courno...@gmail.com writes:
>
>> Using Guix System, the bootloader declaration doesn't currently seem to
>> support being installed to multiple drives:
>>
>> (bootloader (bootloader-configuration
>> (bootloader grub-bootloader)
>
Hello,
Maxim Cournoyer writes:
> Hello,
>
> maxim.courno...@gmail.com writes:
>
>> Consider the following file system record:
>>
>> (file-system
>> (device "some-server:/mnt/scratch/yocto-sstate")"
>> (mount-point "/mnt/scratch/yocto-sstate")
>> (create-mount-point? #t)
>> (type "nfs")
>
10 matches
Mail list logo