Hi, (Adjusting Cc: list.)
Mathieu Othacehe <[email protected]> skribis: >> services: Add file system utilities to profile. >> >> * gnu/services/base.scm (file-system-type->utilities) >> (file-system-utilities): New procedures. >> (file-system-service-type): Extend 'profile-service-type' with >> 'file-system-utilities'. >> * gnu/system.scm (boot-file-system-service): New procedure. >> (operating-system-default-essential-services): Use it. >> (%base-packages): Remove 'e2fsprogs'. > > I think this somehow breaks the following test: > https://ci.guix.gnu.org/build/1545484/log/raw The error is: --8<---------------cut here---------------start------------->8--- + GUIX_BUILD_OPTIONS=--no-grafts + guix build isc-dhcp /gnu/store/kjd88saf4ypk838fl1659pf05xkkhs23-isc-dhcp-4.4.3 [1m[0m+ parted --script /dev/vda mklabel gpt mkpart primary ext2 1M 3M mkpart primary ext2 3M 1.6G set 1 boot on set 1 bios_grub on + mkfs.ext4 -L my-root /dev/vda2 sh: line 12: mkfs.ext4: command not found environment variable `PATH' set to `/gnu/store/swncbb2ig6acwpcmqdhlarqn0cfmdy7p-qemu-minimal-7.1.0/bin' QEMU runs as PID 22 connected to QEMU's monitor read QEMU monitor prompt connected to guest REPL marionette is ready ;;; (uname #("Linux" "gnu" "5.19.11-gnu" "#1 SMP PREEMPT_DYNAMIC 1" "x86_64")) builder for `/gnu/store/5kyys3zclghs8sf9l8rk84ljgx8zzd6w-installation.drv' failed with exit code 1 --8<---------------cut here---------------end--------------->8--- So it would seem like e2fsprogs is not being added to the profile of the installation image. Maxim, thoughts? Ludo’.
