Discussion:
Missing libsuperlu5 packages
(too old to reply)
Christian Marillat
2023-08-05 17:40:01 UTC
Permalink
Hi,

I can't install libsuperlu5.

,----
| $ sudo apt-get install libsuperlu5
| Reading package lists... Done
| Building dependency tree... Done
| Reading state information... Done
| Package libsuperlu5 is not available, but is referred to by another package.
| This may mean that the package is missing, has been obsoleted, or
| is only available from another source
|
| E: Package 'libsuperlu5' has no installation candidate
`----

Only binaries all packages are available in the superlu directory

http://ftp.ports.debian.org/debian-ports/pool/main/s/superlu/

Packages have been built and installed on 2023-08-01

https://buildd.debian.org/status/package.php?p=superlu&suite=sid

Christian
Christian Marillat
2023-08-05 17:50:02 UTC
Permalink
Post by Christian Marillat
Hi,
I can't install libsuperlu5.
Well... We have a transition libsuperlu5 --> libsuperlu6
But why libsuperlu5 packages have been removed while the transition is
not finished ?
libsuperlu6 packages are also missing but supposed to be installed.

https://buildd.debian.org/status/package.php?p=superlu&suite=sid

Christian
Christian Marillat
2023-08-05 17:50:02 UTC
Permalink
Post by Christian Marillat
Hi,
I can't install libsuperlu5.
Well... We have a transition libsuperlu5 --> libsuperlu6

But why libsuperlu5 packages have been removed while the transition is
not finished ?

https://release.debian.org/transitions/html/auto-superlu.html

Christian
John Paul Adrian Glaubitz
2023-08-05 18:00:01 UTC
Permalink
But why libsuperlu5 packages have been removed while the transition is
not finished ?
https://release.debian.org/transitions/html/auto-superlu.html
https://lists.debian.org/debian-sparc/2017/12/msg00060.html
Adrian
--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer
`. `' Physicist
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
John Paul Adrian Glaubitz
2023-08-05 18:00:01 UTC
Permalink
Hi Christian!
Post by Christian Marillat
I can't install libsuperlu5.
You have to install libsuperlu6.
Post by Christian Marillat
,----
Post by Christian Marillat
$ sudo apt-get install libsuperlu5
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package libsuperlu5 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libsuperlu5' has no installation candidate
`----
Only binaries all packages are available in the superlu directory
http://ftp.ports.debian.org/debian-ports/pool/main/s/superlu/
That's the arch-all pool. You have to check the per arch pools:

http://ftp.ports.debian.org/debian-ports/pool-powerpc/main/s/superlu/
http://ftp.ports.debian.org/debian-ports/pool-ppc64/main/s/superlu/
Post by Christian Marillat
Packages have been built and installed on 2023-08-01
https://buildd.debian.org/status/package.php?p=superlu&suite=sid
Adrian
--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer
`. `' Physicist
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
Christian Marillat
2023-08-05 22:20:01 UTC
Permalink
Post by John Paul Adrian Glaubitz
Hi Christian!
Hi Adrian,
Post by John Paul Adrian Glaubitz
Post by Christian Marillat
I can't install libsuperlu5.
You have to install libsuperlu6.
As I'm using apt-get I need to wait for the superlu tansition.

Christian
Christian Marillat
2023-08-06 05:20:01 UTC
Permalink
On 05 août 2023 19:55, John Paul Adrian Glaubitz
Post by John Paul Adrian Glaubitz
Hi Christian!
Hi Adrian,
Post by John Paul Adrian Glaubitz
Post by Christian Marillat
I can't install libsuperlu5.
You have to install libsuperlu6.
As I'm using apt-get I need to wait for the superlu tansition.
My reply was unclear. The goal is to install opencv-dev who try to
install libarmadillo11 which depends on libsuperlu5

Christian
John Paul Adrian Glaubitz
2023-08-06 05:40:01 UTC
Permalink
Hi Christian!
Post by Christian Marillat
My reply was unclear. The goal is to install opencv-dev who try to
install libarmadillo11 which depends on libsuperlu5
http://snapshot.debian.org/binary/libsuperlu5/
Adrian
--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer
`. `' Physicist
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
Christian Marillat
2023-08-06 06:00:01 UTC
Permalink
Post by John Paul Adrian Glaubitz
Hi Christian!
Post by Christian Marillat
My reply was unclear. The goal is to install opencv-dev who try to
install libarmadillo11 which depends on libsuperlu5
http://snapshot.debian.org/binary/libsuperlu5/
Bad idea as I do packages for a public repository.

Christian
John Paul Adrian Glaubitz
2023-08-06 06:20:01 UTC
Permalink
Post by Christian Marillat
Post by Christian Marillat
http://snapshot.debian.org/binary/libsuperlu5/
Bad idea as I do packages for a public repository.
Not really. As long as you need libsuperlu5 as a transitive dependency only and
you're not linking against it, it's perfectly fine to use packages from snapshots
for building packages for public repositories.

We do that all the time when we need to unbreak dependency circles.

Adrian
--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer
`. `' Physicist
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
Christian Marillat
2023-08-06 14:30:01 UTC
Permalink
Post by John Paul Adrian Glaubitz
Post by Christian Marillat
Post by Christian Marillat
http://snapshot.debian.org/binary/libsuperlu5/
Bad idea as I do packages for a public repository.
Not really. As long as you need libsuperlu5 as a transitive dependency only and
you're not linking against it, it's perfectly fine to use packages from snapshots
for building packages for public repositories.
Finally libsuperlu6 has been installed with a libarmadillo11 rebuild
against libsuperlu6 and libspatialite8

Christian

Loading...