guix-patches
[Top][All Lists]
Advanced

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

[bug#54083] [PATCH] gnu: python-importlib-metadata: Update to 4.11.1.


From: Ludovic Courtès
Subject: [bug#54083] [PATCH] gnu: python-importlib-metadata: Update to 4.11.1.
Date: Sun, 08 May 2022 23:22:29 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Hi,

kiasoc5@tutanota.com skribis:

> Tested update with the following command:
>
> guix refresh -l python-importlib-metadata | tr ' ' '\n' | grep '@' | xargs 
> ./pre-inst-env guix build --keep-going --check
>
> Most dependents build fine, there are some more to be fixed.
>
> ```
> guix build: error: build of 
> `/gnu/store/23zz3gkbcp7rhngx5kqqkifgllnnn87d-orange-3.31.1.drv', 
> `/gnu/store/8g57fz279rsfbp7ygyfdkkigxz6alsd9-python-dolfin-adjoint-2019.1.0.drv',
>  `/gnu/store/hpp2hysd3rjwy9kzbfrip1mjsp7cw42x-jrnl-1.9.7.drv', 
> `/gnu/store/im8523db69cn0zn8d6357fljvnj9h51v-python-pytest-virtualenv-1.7.0.drv',
>  
> `/gnu/store/jb7dhh6qyl1ywfl560g2fdincqln0j0m-python-behave-web-api-1.0.6.drv',
>  `/gnu/store/k0yar63qm2h4kv8qbl0dbp04c6lvm8kz-python-pysnptools-0.4.11.drv', 
> `/gnu/store/nr9isakhk3bxkl6p5v65gvqahy4n5fmy-dosage-2.17.drv', 
> `/gnu/store/pf79l2hn6brzwl0b1q0bynlh42501s3v-electrum-4.1.5.drv', 
> `/gnu/store/pvnxfjfr9fg0ap8lwia60vs53rgdclrh-gr-satellites-4.2.0.drv', 
> `/gnu/store/qg7mfxcn2ayyq4v4lc1bkxddayfj54bp-gnss-sdr-0.0.15.drv', 
> `/gnu/store/qgc7prgchmwn9hyy36hsn12cyraixvcf-electron-cash-4.2.6.drv', 
> `/gnu/store/sc72sngxh0fbklbn66hly6k6r7zy6fcl-gqrx-2.15.8.drv', 
> `/gnu/store/ympmpv7ci9xav22jaisq9kwrp1qq8w00-onionshare-2.4.drv' failed
> ```

Apologies for the long delay.

Would you be willing to try and adjust some of the failing dependents?
Of those listed above, only 4 are currently broken:

--8<---------------cut here---------------start------------->8---
$ guix weather orange python-dolfin-adjoint jrnl python-pytest-virtualenv 
python-behave-web-api python-pysnptools dosage electrum gr-satellites gnss-sdr 
electron-cash gqrx onionshare --substitute-urls=https://ci.guix.gnu.org 
--display-missing
computing 13 package derivations for x86_64-linux...
looking for 13 store items on https://ci.guix.gnu.org...
https://ci.guix.gnu.org
  69.2% substitutes available (9 out of 13)
  at least 51.0 MiB of nars (compressed)
  65.1 MiB on disk (uncompressed)

  0.0% (0 out of 4) of the missing items are queued
  744 queued builds
      aarch64-linux: 547 (73.5%)
      powerpc64le-linux: 1 (.1%)
      i686-linux: 6 (.8%)
      x86_64-linux: 190 (25.5%)
  build rate: 109.54 builds per hour
      powerpc64le-linux: 0.22 builds per hour
      i686-linux: 76.92 builds per hour
      x86_64-linux: 28.69 builds per hour
      aarch64-linux: 5.53 builds per hour

Substitutes are missing for the following items:
  /gnu/store/3j20ssshr0zd8624jrbv7ymrhq7hm02b-orange-3.31.1                     
 x86_64-linux
  /gnu/store/zymd425djigr7k5653k6sqbgccz6j7cn-python-dolfin-adjoint-2019.1.0    
 x86_64-linux
  /gnu/store/ggcnmsjmljr5fakf1pviyfa1w2nhw8c7-python-pytest-virtualenv-1.7.0    
 x86_64-linux
  /gnu/store/6iwf2dgsaihcmd0z9m0fcfs21b7ksg4y-python-pysnptools-0.4.11          
 x86_64-linux
$ guix describe
Generation 214  May 02 2022 21:44:14    (current)
  guix 6b588da
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: 6b588da368c77cde82ea2f22ca315116228777ad
--8<---------------cut here---------------end--------------->8---

So it seems like there’s a serious regression here.

As a stopgap, we can start by keeping version 1.5.0 in addition to the
new version, and use 1.5.0 in dependents that really need it.

Thoughts?

TIA,
Ludo’.





reply via email to

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