mbox series

[bug#56248,v2,0/7] Remove use of older check-0.14 from most packages

Message ID 20220702040757.16231-1-bauermann@kolabnow.com
Headers show
Series Remove use of older check-0.14 from most packages | expand

Message

Thiago Jung Bauermann July 2, 2022, 4:07 a.m. UTC
Hello,

This version addresses Liliana's comments about the message title, body
and changelog, by adopting her suggestions.

Original cover letter:

Move packages that are currently using check-0.14 to regular check. Except
for libwapcaplet, which still needs the older version, all others build
fine with the newer one. I noticed this issue because check-0.14 doesn't
build on powerpc64le, and that prevented me from building recutils.

These patches can go on the master branch because according to “guix
refresh -l”, they have few dependents:

- recutils: A single dependent package: emacs-helm-system-packages@1.10.2
- libsigrokdecode: Building the following 2 packages would ensure
  2 dependent packages are rebuilt: pulseview@0.4.2 sigrok-cli@0.7.2
- burp :: No dependents other than itself: burp@2.3.38
- edi :: No dependents other than itself: edi@0.8.0
- libsbml :: Building the following 1 package would ensure 2 dependent
  packages are rebuilt: r-biggr@1.32.0
- iodine :: No dependents other than itself: iodine@0.7.0
- gdm :: Building the following 4 packages would ensure 6 dependent
  packages are rebuilt: gnome-shell-extension-gsconnect@48
  arc-theme@20210412 numix-gtk-theme@2.6.7 gnome@41.0

To test this series, I built all the packages mentioned above on
x86_64-linux. I also built the following ones on powerpc64le-linux:

recutils, emacs-helm-system-packages, libsigrokdecode, sigrok-cli, burp,
libsbml, iodine.

The others don't currently build on powerpc64le-linux for other reasons.

Thiago Jung Bauermann (7):
  gnu: recutils: Use regular check.
  gnu: libsigrokdecode: Use regular check.
  gnu: burp: Use regular check.
  gnu: edi: Use regular check.
  gnu: libsbml: Use regular check.
  gnu: iodine: Use regular check.
  gnu: gdm: Use regular check.

 gnu/packages/backup.scm         | 2 +-
 gnu/packages/bioinformatics.scm | 2 +-
 gnu/packages/databases.scm      | 2 +-
 gnu/packages/electronics.scm    | 2 +-
 gnu/packages/enlightenment.scm  | 2 +-
 gnu/packages/gnome.scm          | 2 +-
 gnu/packages/networking.scm     | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)


base-commit: d86ad3d8dff0f6f3d63e52a9309fac9fe279c77a

Comments

Liliana Marie Prikler July 2, 2022, 10 a.m. UTC | #1
Am Samstag, dem 02.07.2022 um 01:07 -0300 schrieb Thiago Jung
Bauermann:
> Hello,
> 
> This version addresses Liliana's comments about the message title,
> body and changelog, by adopting her suggestions.
Pushed to master.

Thanks
Thiago Jung Bauermann July 3, 2022, 12:23 a.m. UTC | #2
Hello,

Liliana Marie Prikler <liliana.prikler@gmail.com> writes:

> Am Samstag, dem 02.07.2022 um 01:07 -0300 schrieb Thiago Jung
> Bauermann:
>> Hello,
>> 
>> This version addresses Liliana's comments about the message title,
>> body and changelog, by adopting her suggestions.
> Pushed to master.

Thank you!