bug#40641: Building from git breaks when /bin/sh isn't bash

2022-07-10 Thread elaexuotee--- via Bug reports for GNU Guix
CONFIG_SHELL simply acts as a user override; it's not part of autoconf's core logic. That role belongs to the SHELL macro, who's picks the first available of the following: - CONFIG_SHELL environment variable, - SHELL environment variable, or - /bin/sh See autoconf's m4sugar/m4sh.m4 for the gory

bug#40641: Building from git breaks when /bin/sh isn't bash

2022-07-10 Thread Maxim Cournoyer
Hi, elaexuo...@wilsonb.com writes: > CONFIG_SHELL simply acts as a user override; it's not part of autoconf's core > logic. That role belongs to the SHELL macro, who's picks the first available > of > the following: > > - CONFIG_SHELL environment variable, > - SHELL environment variable, or > -

bug#56484: Installation bug

2022-07-10 Thread imran saleh
Hi, When running the graphical installer (from the 13.0 iso), when it gets to the disk partitioning bit, when I choose "automatic disk partitioning with encryption" it doesn't create a swap partition. I freed the root space so that I could create one myself, however when you choose "linux-swap"

bug#56490: Symbol filled with null bytes after unexpected shutoff

2022-07-10 Thread Skyler via Bug reports for GNU Guix
Removing the contents of ~/.cache/guix recovered the user account. --- Original Message --- On Sunday, July 10th, 2022 at 12:25 PM, Skyler wrote: > > Hello Guix developers, > > After my laptop unexpectedly powered off during a pull operation from a user > account, the next attempt

bug#56490: Symbol filled with null bytes after unexpected shutoff

2022-07-10 Thread Skyler via Bug reports for GNU Guix
Hello Guix developers, After my laptop unexpectedly powered off during a pull operation from a user account, the next attempt to pull as root resulted in the below error. The unexpected shutoff is due to some esoteric bug which causes my laptop to power off during pull or reconfigure

bug#56485: Graphical Installer Partitioning Bug

2022-07-10 Thread imran saleh
Hi, When I'm using the graphical installer and I choose the option to automatically partition with encryption, I then edit the partitions to add a swap partition (I do this because I want a swap partition and it isn't provided by default). I do this by freeing either the root or home partitions

bug#56114: Guix does not have a documented general and practical procedure for lowering a single lowerable object to the /gnu/store/... string.

2022-07-10 Thread Joshua Branson via Bug reports for GNU Guix
Whoops. I sent my original message to the list, not directly to ya'll. ,build and ,lower are awesome! I reccomend that we add ludo's proposed patch into guix. It's awesome! Thanks, Joshua