Re: Installing Guix from source

2019-07-14 Thread Ricardo Wurmus
Hi Reza, > after build finished, I had two versions of Guix on my machine, the old one > which > is located in store, and the new one which is installed in `/usr/local/bin`. > > the problem is that the old instance of guix is detected as default on > my machine. What do you mean by “detected”

Re: Installing Guix from source

2019-07-14 Thread Reza Alizadeh Majd
Hi Ricardo, > What do you mean by “detected”? On any GNU system shell commands are > mapped to executables by looking for matching executables in any of the > directories listed in the PATH environment variable. If there are more > than one executable of a name, the order of directories on PATH

Re: bug#36611: Installation of a new guix system -- summaries of the issues

2019-07-14 Thread Ludovic Courtès
Julien, could you quote only the relevant parts of the message you’re replying to? TIA! :-) Ludo’.

Re: Installing Guix from source

2019-07-14 Thread Marius Bakke
"Reza Alizadeh Majd" writes: > Hi Guix, > > I tried to build Guix from source on an existing version of GuixSD. so I > followed > the instructions provided in official documents: > > https://guix.info/manual/en/html_node/Requirements.html > https://www.gnu.org/software/guix/manual/en/html_no

Re: Screen doesn't lock on lid close in XFCE

2019-07-14 Thread swedebugia
On 2019-07-08 00:49, Jonathan Frederickson wrote: I recently tried switching from Gnome to XFCE on my X230. Almost everything still works as expected, but I haven't been able to get the screen locker to activate when closing the lid. If I suspend my laptop using the sleep hotkey (Fn-F4), xlock is

Re: Consider the package expr evaluates to.

2019-07-14 Thread swedebugia
On 2019-06-29 05:32, Mark H Weaver wrote: Hi, zna...@disroot.org writes: ... 'Consider' - here it means 'to use'. But dictionary meaning of 'consider' is 'think about', 'regard' [1], so this is hard for understanding. I agree that the word "consider" is a bad choice in that sentence. It woul

Still need help installing ProtonMail Bridge

2019-07-14 Thread Gary Johnson
Hi Guix, I sent an email out a week ago detailing my attempt to create a package definition that would install the ProtonMail Bridge client (https://protonmail.com/bridge/) and seeking help from anyone who might be able to help me debug my Scheme code. As no one has yet responded, I'm guessing th

Squashfs files no longer work with singularity 3.x

2019-07-14 Thread Shane Sturrock
I’ve previously used guix pack -f squashfs to create files that Singularity 3.x would run although it complains about the lack of exec with "WARNING: container does not have /.singularity.d/actions/exec, calling samtools directly” where samtools is the program installed in the file by Guix. That

Re: Squashfs files no longer work with singularity 3.x

2019-07-14 Thread Ricardo Wurmus
Hi Shane, > However, the most recent updates/installs of Guix produce a file that > fails with "FATAL: exec /.singularity.d/actions/exec failed: no such > file or directory”. I can reproduce this with singularity version 3.1.0-1.el7.centos. > $ guix pack -f squashfs -S /bin=bin samtools > /gnu

Re: Still need help installing ProtonMail Bridge

2019-07-14 Thread Meiyo Peng
Hi Gary, Gary Johnson writes: > I sent an email out a week ago detailing my attempt to create a package > definition that would install the ProtonMail Bridge client > (https://protonmail.com/bridge/) and seeking help from anyone who might > be able to help me debug my Scheme code. > > As no one h

Re: Squashfs files no longer work with singularity 3.x

2019-07-14 Thread Shane Sturrock
Thanks Richardo, the --entry-point=bin/sh was the key. I can just call samtools without the leading /bin just fine: $ singularity --silent exec $image samtools --version samtools 1.9 Using htslib 1.9 Copyright (C) 2018 Genome Research Ltd. Regards, Shane > On 15/07/2019, at 2:26 PM, Ricardo Wu

Re: Specify swap partition by UUID

2019-07-14 Thread Gábor Boskovits
Hello, Jesse Gibbons ezt írta (időpont: 2019. júl. 13., Szo, 5:21): > I recently discovered my current guixsd system does not use my swap > device, which is a separate drive. I want to specify a UUID. How might > I accomplish this? I do not want to be too adventurous in case I break > something