Ludovic Courtès schreef op do 17-02-2022 om 11:40 [+0100]: > Yes, we can do that on master. Do you want to give it a try? See attachment! I verified that: * upower builds: ./pre-inst-env guix build upower * upower builds on i686: ./pre-inst-env guix build upower --system=i686-linux * linting (almost) succeeds: ./pre-inst-env guix lint upower umockdev [...] upower@0.99.15: label 'glib' does not match package name 'glib:bin' I just did `(,glib "bin") (new-input style), so this seems more a problem of the linter or whatever code is reponsible for constructing labels to me. [...]: upower@0.99.15: line 5457 is way too long (101 characters) It contains a long URL, so not much that can be done here. * the dependents of upower and umockdev build: ./pre-inst-env guix refresh -l upower umockdev [...]: thermald@2.4.7 gnome-power-manager@3.32.0 rhythmbox@3.4.4 eiciel@0.9.13.1 gnome-tweaks@40.0 gpaste@3.42.2 gnome-shell-extension-gsconnect@33 arc-theme@20210412 numix-gtk-theme@2.6.7 gnome@41.0 eolie@0.9.101 wmbattery@2.54 mate@1.24.1 mixxx@2.3.2 xfce@4.16.0 usbguard@0.7.8 ./pre-inst-env guix build thermald@2.4.7 gnome-power-manager@3.32.0 rhythmbox@3.4.4 eiciel@0.9.13.1 gnome-tweaks@40.0 gpaste@3.42.2 gnome-shell-extension-gsconnect@33 arc-theme@20210412 numix-gtk-theme@2.6.7 gnome@41.0 eolie@0.9.101 wmbattery@2.54 mate@1.24.1 mixxx@2.3.2 xfce@4.16.0 usbguard@0.7.8 This took to long to run it to the end, but no build failures so far It has _not_ been verified whether this upower is usable for system services! Some remarks: * "guix refresh -u upower" did not work completely because the 'commit' field was (string-append "UPOWER_" (string-map (match-lambda (#\. #\_) (chr chr)) version)) before the update and (string-append "v" version) after the update, which (guix upstream) does not not how to change. If the tag was replaced by the commit it referred to, this would not have been necessary. Greetings, Maxime.