bug#40997: [raid] The bootloader can only be installed to a single drive

2021-08-28 Thread Maxim Cournoyer
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)

bug#50212: Several tests fail, Bash fails often. Was: Tests fail while building Guix

2021-08-28 Thread Simon Streit
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

bug#50212: Several tests fail, Bash fails often. Was: Tests fail while building Guix

2021-08-28 Thread Simon Streit
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

bug#50212: Tests fail while building Guix

2021-08-28 Thread Simon Streit
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?

bug#50243: [core-updates-frozen] "multiple definition of..." build failures

2021-08-28 Thread Sarah Morgensen
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):

bug#50212: Several tests fail, Bash fails often. Was: Tests fail while building Guix

2021-08-28 Thread Mark H Weaver
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

bug#50014: [core-updates] QtWebKit build failures

2021-08-28 Thread Guillaume Le Vaillant
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

bug#50212: Tests fail while building Guix

2021-08-28 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
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

bug#50212: Several tests fail, Bash fails often. Was: Tests fail while building Guix

2021-08-28 Thread Maxime Devos
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