guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#53434] Patches to unbreak many i686 packages


From: Maxime Devos
Subject: [bug#53434] Patches to unbreak many i686 packages
Date: Fri, 18 Feb 2022 08:50:45 +0100
User-agent: Evolution 3.38.3-1

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.

Attachment: 0001-gnu-upower-Make-it-auto-updatable.patch
Description: Text Data

Attachment: 0002-gnu-upower-Update-to-0.99.15.patch
Description: Text Data

Attachment: 0003-gnu-umockdev-Use-G-expressions.patch
Description: Text Data

Attachment: 0004-gnu-umockdev-Reference-env-and-sh-by-absolute-path.patch
Description: Text Data

Attachment: 0005-gnu-umockdev-Reference-libumockdev-by-absolute-path.patch
Description: Text Data

Attachment: 0006-gnu-upower-Remove-obsolete-phase.patch
Description: Text Data

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]