Re: Could not find bootstrap binary 'guile-2.0.9.tar.xz'

2018-04-19 Thread Joshua Branson
thanks for the clarification! Mark H Weaver writes: > Joshua Branson writes: > >> I guess I'm still a little confused. Suppose that I want to update all >> packages, on my system. The ones owned by root, and the ones owned by >> all other users. Then

Re: pcspkr only loaded after waking up from sleep

2018-04-19 Thread Alex Kost
Pierre Neidhardt (2018-04-18 23:54 +0530) wrote: > Alex Kost writes: > >>> (kernel-arguments '("modprobe.blacklist=pcspkr")) >> >> Yes, it is. I recall I also needed to blacklist "snd_pcsp" module to get >> rid of this annoying beep (so I have

Re: Multilib support: running 32-bit binaries on 64-bit systems

2018-04-19 Thread Marius Bakke
Pierre Neidhardt writes: >> Does that make sense? > > Absolutely, but it gets trickier when trying to run a 32-bit executable > which was not compiled on Guix. > > Any idea how to achieve that easily? > > The way I can think of for now is to run patchelf against the binary to

Re: Multilib support: running 32-bit binaries on 64-bit systems

2018-04-19 Thread Pierre Neidhardt
> Does that make sense? Absolutely, but it gets trickier when trying to run a 32-bit executable which was not compiled on Guix. Any idea how to achieve that easily? The way I can think of for now is to run patchelf against the binary to change the dynamic linker path as well as the RPATH. --

Re: Multilib support: running 32-bit binaries on 64-bit systems

2018-04-19 Thread Mark H Weaver
Hi Pierre, Pierre Neidhardt writes: > Guix already supports cross-compilation out of the box of 32-bit > packages on any architecture: > > guix build --system=i686-linux PACKAGES... > > Now the question is: is it possible to run the produced binaries > directly (no

Re: Could not find bootstrap binary 'guile-2.0.9.tar.xz'

2018-04-19 Thread Mark H Weaver
Joshua Branson writes: > I guess I'm still a little confused. Suppose that I want to update all > packages, on my system. The ones owned by root, and the ones owned by > all other users. Then I'd do this? > > $ guix pull && guix package -u > > $ logout > > $ login

Re: Installing GuixSD on an external USB hard drive

2018-04-19 Thread Divan Santana
Chris Marusich writes: > Hi Divan! > > Thank you for taking the time to write to us about the problem. These > kinds of but reports are very helpful! Your welcome. Thanks for the great reply. > On Tue, Apr 17, 2018, 06:43 Divan Santana wrote: > >>

Re: Installing GuixSD on an external USB hard drive

2018-04-19 Thread Divan Santana
myg...@gmail.com writes: > On 04/16/2018 at 20:04 Divan Santana writes: > >> Hi Guix, >> >> So I'm installing GuixSD on an external USB hard drive. >> >> This is obviously quite useful to test and setup all before you switch >> to it. I plan to eventually install on laptop. >> >> I could do it

Re: Multilib support: running 32-bit binaries on 64-bit systems

2018-04-19 Thread 宋文武
Pierre Neidhardt writes: > Guix already supports cross-compilation out of the box of 32-bit > packages on any architecture: > > guix build --system=i686-linux PACKAGES... > > Now the question is: is it possible to run the produced binaries > directly (no VM)? Yes, you

Multilib support: running 32-bit binaries on 64-bit systems

2018-04-19 Thread Pierre Neidhardt
Guix already supports cross-compilation out of the box of 32-bit packages on any architecture: guix build --system=i686-linux PACKAGES... Now the question is: is it possible to run the produced binaries directly (no VM)? Many other distributions have support for the so-called