Hi! Ludovic Courtès <ludovic.cour...@inria.fr> skribis:
> help-debb...@gnu.org (GNU bug Tracking System) skribis: > >> We can already change Scotch and CMH to ‘git-fetch’ I think. > > For Scotch, the ‘v6.1.0’ tag at gitlab.inria.fr provides different > content than the tarball on gforge: [...] > There’s not much we can do if upstream isn’t more cautious though. > Perhaps we can still update to the “new” 6.1.0, maybe labeling it > “6.1.0b”? > > Attached a tentative patch. Believe it or not, gforge.inria.fr was finally phased out on Sept. 30th. And believe it or not, despite all the work and all the chat :-), we lost the source tarball of Scotch 6.1.1 for a short period of time (I found a copy and uploaded it to berlin a couple of hours ago). Going back to the script at the beginning of this bug report, we get (on 688a4db071736a772e6b5515d7c03fe501c3c15a): --8<---------------cut here---------------start------------->8--- scheme@(guile-user)> ,pp packages-on-gforge $2 = (#<package r-spams@2.6-2017-03-22 gnu/packages/statistics.scm:4357 7f08823d8630> #<package ocaml-cudf@0.9 gnu/packages/ocaml.scm:566 7f088675c630> #<package ocaml-dose3@5.0.1 gnu/packages/ocaml.scm:628 7f088675c4d0> #<package mpfi@1.5.4 gnu/packages/multiprecision.scm:158 7f0881609160> #<package scotch-shared@6.1.1 gnu/packages/maths.scm:3732 7f0882964c60> #<package pt-scotch32@6.1.1 gnu/packages/maths.scm:3814 7f0882964b00> #<package pt-scotch-shared@6.1.1 gnu/packages/maths.scm:3837 7f0882964a50> #<package scotch32@6.1.1 gnu/packages/maths.scm:3684 7f0882964d10> #<package why3@1.3.3 gnu/packages/maths.scm:6904 7f0882357e70> #<package pt-scotch@6.1.1 gnu/packages/maths.scm:3790 7f0882964bb0> #<package scotch@6.1.1 gnu/packages/maths.scm:3581 7f0882964dc0> #<package isl@0.18 gnu/packages/gcc.scm:1103 7f088161cbb0> #<package isl@0.22.1 gnu/packages/gcc.scm:1052 7f088161cc60> #<package isl@0.11.1 gnu/packages/gcc.scm:1117 7f088161cb00> #<package gf2x@1.2 gnu/packages/algebra.scm:107 7f0880397b00> #<package gappa@1.3.5 gnu/packages/algebra.scm:1273 7f08803a76e0>) scheme@(guile-user)> ,pp archived-source $3 = (#<package ocaml-cudf@0.9 gnu/packages/ocaml.scm:566 7f088675c630> #<package ocaml-dose3@5.0.1 gnu/packages/ocaml.scm:628 7f088675c4d0> #<package isl@0.18 gnu/packages/gcc.scm:1103 7f088161cbb0> #<package isl@0.11.1 gnu/packages/gcc.scm:1117 7f088161cb00>) scheme@(guile-user)> ,pp (lset-difference eq? packages-on-gforge archived-source) $4 = (#<package r-spams@2.6-2017-03-22 gnu/packages/statistics.scm:4357 7f08823d8630> #<package mpfi@1.5.4 gnu/packages/multiprecision.scm:158 7f0881609160> #<package scotch-shared@6.1.1 gnu/packages/maths.scm:3732 7f0882964c60> #<package pt-scotch32@6.1.1 gnu/packages/maths.scm:3814 7f0882964b00> #<package pt-scotch-shared@6.1.1 gnu/packages/maths.scm:3837 7f0882964a50> #<package scotch32@6.1.1 gnu/packages/maths.scm:3684 7f0882964d10> #<package why3@1.3.3 gnu/packages/maths.scm:6904 7f0882357e70> #<package pt-scotch@6.1.1 gnu/packages/maths.scm:3790 7f0882964bb0> #<package scotch@6.1.1 gnu/packages/maths.scm:3581 7f0882964dc0> #<package isl@0.22.1 gnu/packages/gcc.scm:1052 7f088161cc60> #<package gf2x@1.2 gnu/packages/algebra.scm:107 7f0880397b00> #<package gappa@1.3.5 gnu/packages/algebra.scm:1273 7f08803a76e0>) --8<---------------cut here---------------end--------------->8--- All this to say that we must really get our act together with Disarchive :-), and salvage all these tarballs until then. There are redirects in place for some of these, but probably not all. Ludo’.