bug#32087: gcc -m32 can't find stubs-32.h

2018-07-10 Thread Clément Lassieur
Ludovic Courtès writes: > Yeah. The problem is that currently we don’t build glibc with multilib > support. Something for the next ‘core-updates’ cycle if you feel like > working on it! :-) I can't work on it and I also don't need it at all. I'm just confirming what David says :-)

bug#32087: gcc -m32 can't find stubs-32.h

2018-07-10 Thread Ludovic Courtès
Hello, Clément Lassieur skribis: > Ricardo Wurmus writes: > >> Clément Lassieur writes: >> >>> Ricardo Wurmus writes: >>> David Larsson writes: > I tried to run gcc to compile a simple c program which fails: Are you using the “gcc-toolchain” package? >>> >>> I reprodu

bug#32110: Some Cuirass examples fail

2018-07-10 Thread Clément Lassieur
Clément Lassieur writes: > These examples fail: > > ./pre-inst-env cuirass --specifications=examples/gnu-system.scm > --database=test.db > ./pre-inst-env cuirass --specifications=examples/guix-track-git.scm > --database=test.db > ./pre-inst-env cuirass --specifications=examples/random-jobs.scm

bug#32112: feature request

2018-07-10 Thread pkill9
Feature request: a flag for `guix system init` to not copy any files over, so if grub fails to install due to a misconfiguration, you can try installing grub again without copying over all the files that the previous run of `guix system init` copied over.

bug#32087: gcc -m32 can't find stubs-32.h

2018-07-10 Thread Clément Lassieur
Ricardo Wurmus writes: > Clément Lassieur writes: > >> Ricardo Wurmus writes: >> >>> David Larsson writes: >>> I tried to run gcc to compile a simple c program which fails: >>> >>> Are you using the “gcc-toolchain” package? >> >> I reproduce that bug with gcc-toolchain. > > If you’re tryi

bug#32087: gcc -m32 can't find stubs-32.h

2018-07-10 Thread Ricardo Wurmus
Clément Lassieur writes: > Ricardo Wurmus writes: > >> David Larsson writes: >> >>> I tried to run gcc to compile a simple c program which fails: >> >> Are you using the “gcc-toolchain” package? > > I reproduce that bug with gcc-toolchain. If you’re trying to compile for i686, should you not

bug#32110: Some Cuirass examples fail

2018-07-10 Thread Clément Lassieur
Clément Lassieur writes: > Clément Lassieur writes: > >> These examples fail: >> >> ./pre-inst-env cuirass --specifications=examples/gnu-system.scm >> --database=test.db >> ./pre-inst-env cuirass --specifications=examples/guix-track-git.scm >> --database=test.db >> ./pre-inst-env cuirass --spe

bug#32110: Some Cuirass examples fail

2018-07-10 Thread Clément Lassieur
Clément Lassieur writes: > These examples fail: > > ./pre-inst-env cuirass --specifications=examples/gnu-system.scm > --database=test.db > ./pre-inst-env cuirass --specifications=examples/guix-track-git.scm > --database=test.db > ./pre-inst-env cuirass --specifications=examples/random-jobs.scm

bug#32087: gcc -m32 can't find stubs-32.h

2018-07-10 Thread Clément Lassieur
Ricardo Wurmus writes: > David Larsson writes: > >> I tried to run gcc to compile a simple c program which fails: > > Are you using the “gcc-toolchain” package? I reproduce that bug with gcc-toolchain.

bug#32110: Some Cuirass examples fail

2018-07-10 Thread Clément Lassieur
These examples fail: ./pre-inst-env cuirass --specifications=examples/gnu-system.scm --database=test.db ./pre-inst-env cuirass --specifications=examples/guix-track-git.scm --database=test.db ./pre-inst-env cuirass --specifications=examples/random-jobs.scm --database=test.db ./pre-inst-env cuira

bug#31714: Cannot use usb-storage initrd module.

2018-07-10 Thread Tonton
Today it seems I hit this bug. The last days I've been upgrading this machine with guix pull, and have been booting and reconfiguring fine until a few hours ago. Also, sorry about formatting. My config contained: (initrd (lambda (file-systems . rest) ;; Add a kernel module for RAID-

bug#32087: gcc -m32 can't find stubs-32.h

2018-07-10 Thread Ricardo Wurmus
David Larsson writes: > I tried to run gcc to compile a simple c program which fails: Are you using the “gcc-toolchain” package? -- Ricardo