Re: Can't open a container-shell

2022-03-02 Thread Dominic Martinez
Cássio Tavares writes: I have created a profile from the attached `manifest.scm`, meant to be used in a container shell, so as to isolate activity X from the everything else. After everything was setup, I tried to initiate the shell with this command: guix shell -c 4 -M 6 --no-cwd --pure

Problem when packaging Avizo

2022-03-02 Thread Pier-Hugues Pellerin
Hello, I've been enjoying my time with Guix so far and I've decided to packages a few applications that I was using before switching. I've been trying to package avizo[0], they seem to be using meson and ninja to build the software. So I've written the following package, but when I've tried to buil

Re: Can't open a container-shell

2022-03-02 Thread Cássio Tavares
Forgot the attatchment... On Wed, Mar 2, 2022 at 7:06 PM Cássio Tavares wrote: > > I have created a profile from the attached `manifest.scm`, meant to be > used in a container shell, so as to isolate activity X from the everything > else. After everything was setup, I tried to initiate the shel

Can't open a container-shell

2022-03-02 Thread Cássio Tavares
I have created a profile from the attached `manifest.scm`, meant to be used in a container shell, so as to isolate activity X from the everything else. After everything was setup, I tried to initiate the shell with this command: guix shell -c 4 -M 6 --no-cwd --pure --container --network \

Re: cannot boot from microSD card on aarch64 machine

2022-03-02 Thread Ricardo Wurmus
Vagrant Cascadian writes: > [[PGP Signed Part:Undecided]] > On 2022-03-02, Ricardo Wurmus wrote: >> I got myself a rockpro64 board. > ... >> So I then decided to build my own system and install a new u-boot onto >> the microSD card. Here’s the system I built: > ... >> (bootloader (bootloader

Re: cannot boot from microSD card on aarch64 machine

2022-03-02 Thread Ricardo Wurmus
Efraim Flashner writes: > Are you sure the primary device is /dev/mmcblk1? On my pine64 it's > mmcblk0. There is no /dev/mmcblk0 when I boot either Guix System (from USB) or armbian (from microsd). /dev/mmcblk1 is the microSD card, at least in a booted system. The device name only matters fo

Re: Nix programs on path but not found

2022-03-02 Thread Gary Johnson
Stefan Baums writes: > I am running Guix with EXWM. Prior to Guix, in Ubuntu, I used > ~/.xinitrc to set some environment variables and run some startup > programs. Since this is apparently not read in Guix+EXWM, I put > the following at the top of my ~/.exwm instead: > > ...snip... > > From ansi

Re: cannot boot from microSD card on aarch64 machine

2022-03-02 Thread Vagrant Cascadian
On 2022-03-02, Ricardo Wurmus wrote: > I got myself a rockpro64 board. ... > So I then decided to build my own system and install a new u-boot onto > the microSD card. Here’s the system I built: ... > (bootloader (bootloader-configuration >(bootloader u-boot-rockpro64-rk3399-boot

Re: installing a package not from GNU

2022-03-02 Thread Gary Johnson
Gottfried writes: > I wanted to install a package "gtkhash" which I could not find in GNU > packages. > How can I install it? > After downloading it and trying to install it, it said: unknown package > > guix install gtkhash-1.4 > guix install: Fehler: gtkhash-1.4: Unbekanntes Paket > > > What to

Re: cannot boot from microSD card on aarch64 machine

2022-03-02 Thread Efraim Flashner
On Wed, Mar 02, 2022 at 12:37:53PM +0100, Ricardo Wurmus wrote: > Hi, > > I got myself a rockpro64 board. I put armbian > (Armbian_21.08.1_Rockpro64_bullseye_current_5.10.60.img) on a microSD > card to check that it’s all working correctly. Then I downloaded the > latest Guix System image for a

Re: Guix website and CI is unavailable in Russia

2022-03-02 Thread Julien Lepiller
Hi! I'm sorry to hear that you can't access the ci. At least, I don't think it's an intentional block from the Guix project. The website and ci are located at the MDC, in Berlin. We also have a second official build farm in Bordeaux, France. If you don't have it already configured, try it: http

Re: older and newer Versions of IceCat and icedove

2022-03-02 Thread Martin Castillo
Hi, Am 25.02.22 um 19:49 schrieb Gottfried: My answer is under your email: Am 25.02.22 um 16:40 schrieb Martin Castillo: Am 25.02.22 um 15:06 schrieb Gottfried: Sorry, I don't know any further. Try executing /gnu/store/hchyj7faw7f98njsja27i89v3jk7bbqm-icecat-91.6.0-guix0-preview1/lib/icec

Re: Guix website and CI is unavailable in Russia

2022-03-02 Thread Dominic Martinez
I don't know anything about gnu.org's availability, but if you want to download sources ahead of time you can do so with the guix build --sources flag. It will download the source of a package or derivation and put it in the store. For instance, you could download the sources of a package man

Guix website and CI is unavailable in Russia

2022-03-02 Thread w96k
Hello. Looks like Guix website (guix.gnu.org) and guix ci in cli (can't pull and install packages from ci.guix.gnu.org) doesn't work without a tor for some users from Russia including me. Gnu.org works fine without a tor. The website is not blocked by Russian government (at least looks like so):

missing files from aspell-dict package

2022-03-02 Thread vapnik spaknik
I have installed the latest versions of aspell & aspell-dict-en via guix on a foreign distro: > guix package --list-installed=aspell\* aspell                0.60.8               out /gnu/store/xyz0ljdw4m25k8vhnl8261ywq7dvmr49-aspell-0.60.8 aspell-dict-en2020.12.07-0out /gnu/store/

Re: Nss libraries not found when using guix pack

2022-03-02 Thread Jean-Christophe HAESSIG
On 02/03/2022 10:46, Jean-Christophe HAESSIG wrote: > I tried to deploy Slurm using guix pack : > guix pack -R -S /sbin=sbin -S /bin=bin slurm@19.05.8 nss-pam-ldapd sssd > > User and authentication data comes from ldap (sssd). The libraries are > present but the Slurm binary does not find them, a

cannot boot from microSD card on aarch64 machine

2022-03-02 Thread Ricardo Wurmus
Hi, I got myself a rockpro64 board. I put armbian (Armbian_21.08.1_Rockpro64_bullseye_current_5.10.60.img) on a microSD card to check that it’s all working correctly. Then I downloaded the latest Guix System image for a pinebook pro and dd’d it to a USB drive. With the armbian microSD card inser

Nss libraries not found when using guix pack

2022-03-02 Thread Jean-Christophe HAESSIG
Hi, I tried to deploy Slurm using guix pack : guix pack -R -S /sbin=sbin -S /bin=bin slurm@19.05.8 nss-pam-ldapd sssd User and authentication data comes from ldap (sssd). The libraries are present but the Slurm binary does not find them, and fails with an invalid user error. Excerpt of strace