Re: ELF executable exists but is not found

2018-06-23 Thread Pierre Neidhardt
The Guix project does not provide support for proprietary software, so you won't get much help about this topic on this mailing list, sorry. That said, a similar issue was discussed recently. https://lists.gnu.org/archive/html/help-guix/2018-04/msg00156.html Hope that helps! :) --

guix system disk-image: preset user profiles (packages & arbitrary data)

2018-06-23 Thread Pierre Neidhardt
Hi there, I'd like to built a live disk-image for a USB stick I carry around with me. Booting it would result in the exact configuration I have on my machine. I can create a disk image with: > guix system disk-image ~/.guix-config/config.scm Then boot the live and set up my user profile as

Re: MTP & Guix

2018-06-23 Thread swedebugia
On 2018-06-23 20:03, Thompson, David wrote: > On Sat, Jun 23, 2018 at 2:02 PM, Pierre Neidhardt wrote: >> Personally I'd prefer that it'd be mounted just like any other folder so >> that I >> can browse with Emacs for instance. > > Yeah, that's what I'm after as well. There's some missing

ELF executable exists but is not found

2018-06-23 Thread Marco van Hulten
Hi— I would like to run a piece of proprietary software on GuixSD. Would the general, relatively secure, approach be to use "guix environment" and make available with "--expose" what the program needs? The program is the photo ordering software by CEWE Stiftung & Co. KGaA, which is used by

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

2018-06-23 Thread Pierre Neidhardt
Hi again, sorry for the long silence :p I've been tinkering around this issue today but I face two problems: 1. With `guix environment`: Ludovic Courtès writes: > In the meantime one can use ‘guix environment -C --expose=…’ to expose > directories as /bin and the likes. I've been trying to

Re: MTP & Guix

2018-06-23 Thread Thompson, David
On Sat, Jun 23, 2018 at 2:02 PM, Pierre Neidhardt wrote: > Personally I'd prefer that it'd be mounted just like any other folder so that > I > can browse with Emacs for instance. Yeah, that's what I'm after as well. There's some missing integration here. - Dave

Re: MTP & Guix

2018-06-23 Thread Pierre Neidhardt
Personally I'd prefer that it'd be mounted just like any other folder so that I can browse with Emacs for instance. -- Pierre Neidhardt Davis's Dictum: Problems that go away by themselves, come back by themselves. signature.asc Description: PGP signature

Re: MTP & Guix

2018-06-23 Thread Thompson, David
Hi Pierre, On Sat, Jun 23, 2018 at 10:22 AM, Pierre Neidhardt wrote: > > Hi there! > > Do you people have recommendations when it comes to MTP (file sharing > with mobile devices) support on GuixSD? > > Ideally I'd like something as straightforward as an auto-mounted folder > which I can browse

Re: What is GUIX_PROFILE for?

2018-06-23 Thread Marius Bakke
George Clemmer writes: > What is GUIX_PROFILE is for? > > > First question: > > If I log into a GuixSD vm-image w/ 1 package installed ... > > nemo:~ $ ssh g1@sysi34.local > Last login: Fri Jun 22 08:24:11 2018 from fe80::1c82:5c21:6372:5970%eth0 > g1@sysi34 ~$ guix package -I > znc 1.7.0

MTP & Guix

2018-06-23 Thread Pierre Neidhardt
Hi there! Do you people have recommendations when it comes to MTP (file sharing with mobile devices) support on GuixSD? Ideally I'd like something as straightforward as an auto-mounted folder which I can browse with my favourite file browser. I see Guix offers a few options: - jmtpgs - gmtp -