SciDAVis / scidavis

Other
98 stars 23 forks source link

2.4.1-1: Debian 11 installation issues #23

Open gofh opened 2 years ago

gofh commented 2 years ago

<! Please file bug reports at: https://sourceforge.net/p/scidavis/scidavis-bugs/>

Describe the bug Installing Scidavis 2.4.1-1 via repository doesn't work because of dependency problems. Installing the offered deb package directly works but shows a different missing dependency.

To Reproduce Add the repository and then

apt install scidavis
[...]
The following packages have unmet dependencies:
 scidavis : Depends: libgsl23 (>= 2.5) but it is not installable
            Depends: libpython3.8 (>= 3.8.2) but it is not installable

On Debian 11 libpython3.9 is installed, libpython3.8 cannot be installed (but shouldn't be necessary anyways as 3.9 is higher):

dpkg -l | grep libpython
ii  libpython3.9-dev:amd64

apt install libpython3.8
[...]
E: Package 'libpython3.8' has no installation candidate

and for libgsl23:

apt install libgsl23
[...]
Package libgsl23 is not available, but is referred to by another package.
[...]
However the following packages replace it:
libgslcblas0

apt install libgslcblas0
[...]
libgslcblas0 is already the newest version (2.6+dfsg-2).

However when I install the deb package directly, the only missing dependency is libmuparser2v5:

dpkg -i scidavis_2.4.1-1_amd64.deb
[...]
dpkg: dependency problems prevent configuration of scidavis:
 scidavis depends on libmuparser2v5 (>= 2.2.6.1+dfsg); however:
  Package libmuparser2v5 is not installed.

After installing libmuparser2v5 Scidavis is usable.

So if you could tweak the dependencies, that would be great thing.

Thanks in advance!

highperformancecoder commented 2 years ago

Someone else reported this, and it turned out they were connected to the wrong repo (Debian 10 instead of Debian 11).

In any case, SciDaVis 2.4 is old news - the current version is 2.7.

Cheers

On Wed, Mar 23, 2022 at 08:18:51AM -0700, gofh wrote:

<! Please file bug reports at: https://sourceforge.net/p/scidavis/scidavis-bugs />

Describe the bug Installing Scidavis 2.4.1-1 via repository doesn't work because of dependency problems. Installing the offered deb package directly works but shows a different missing dependency.

To Reproduce Add the repository and then

apt install scidavis [...] The following packages have unmet dependencies: scidavis : Depends: libgsl23 (>= 2.5) but it is not installable Depends: libpython3.8 (>= 3.8.2) but it is not installable

On Debian 11 libpython3.9 is installed, libpython3.8 cannot be installed (but shouldn't be necessary anyways as 3.9 is higher):

dpkg -l | grep libpython ii libpython3.9-dev:amd64

apt install libpython3.8 [...] E: Package 'libpython3.8' has no installation candidate

and for libgsl23:

apt install libgsl23 [...] Package libgsl23 is not available, but is referred to by another package. [...] However the following packages replace it: libgslcblas0

apt install libgslcblas0 [...] libgslcblas0 is already the newest version (2.6+dfsg-2).

However when I install the deb package directly, the only missing dependency is libmuparser2v5:

dpkg -i scidavis_2.4.1-1_amd64.deb [...] dpkg: dependency problems prevent configuration of scidavis: scidavis depends on libmuparser2v5 (>= 2.2.6.1+dfsg); however: Package libmuparser2v5 is not installed.

After installing libmuparser2v5 Scidavis is usable.

So if you could tweak the dependencies, that would be great thing.

Thanks in advance!

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.*Message ID: @.***>

--


Dr Russell Standish Phone 0425 253119 (mobile) Principal, High Performance Coders @.*** http://www.hpcoders.com.au

gofh commented 2 years ago

Am Mittwoch, dem 23.03.2022 um 15:07 -0700 schrieb Russell Standish:

Someone else reported this, and it turned out they were connected to the wrong repo (Debian 10 instead of Debian 11). I double checked, it's 11: cat /etc/apt/sources.list.d/home\:hpcoder1.list deb http://download.opensuse.org/repositories/home:/hpcoder1/Debian_11/ /

In any case, SciDaVis 2.4 is old news - the current version is 2.7. 2.4.1-1 is offered at h ttps://software.opensuse.org//download.html?project=home%3Ahpcoder1&package=scidavis

and also via the repo: apt-cache show scidavis Package: scidavis Version: 2.4.1-1

Don't want to be nitpicking, just to inform you.

Cheerz

Cheers

On Wed, Mar 23, 2022 at 08:18:51AM -0700, gofh wrote:

<! Please file bug reports at: https://sourceforge.net/p/scidavis/scidavis-bugs />

Describe the bug Installing Scidavis 2.4.1-1 via repository doesn't work because of dependency problems. Installing the offered deb package directly works but shows a different missing dependency.

To Reproduce Add the repository and then

apt install scidavis [...] The following packages have unmet dependencies: scidavis : Depends: libgsl23 (>= 2.5) but it is not installable Depends: libpython3.8 (>= 3.8.2) but it is not installable

On Debian 11 libpython3.9 is installed, libpython3.8 cannot be installed (but shouldn't be necessary anyways as 3.9 is higher):

dpkg -l | grep libpython ii libpython3.9-dev:amd64

apt install libpython3.8 [...] E: Package 'libpython3.8' has no installation candidate

and for libgsl23:

apt install libgsl23 [...] Package libgsl23 is not available, but is referred to by another package. [...] However the following packages replace it: libgslcblas0

apt install libgslcblas0 [...] libgslcblas0 is already the newest version (2.6+dfsg-2).

However when I install the deb package directly, the only missing dependency is libmuparser2v5:

dpkg -i scidavis_2.4.1-1_amd64.deb [...] dpkg: dependency problems prevent configuration of scidavis: scidavis depends on libmuparser2v5 (>= 2.2.6.1+dfsg); however: Package libmuparser2v5 is not installed.

After installing libmuparser2v5 Scidavis is usable.

So if you could tweak the dependencies, that would be great thing.

Thanks in advance!

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.*Message ID: @.***>

--



Dr Russell Standish Phone 0425 253119 (mobile) Principal, High Performance Coders @.*** http://www.hpcoders.com.au


-- Reply to this email directly or view it on GitHub: https://github.com/SciDAVis/scidavis/issues/23#issuecomment-1076867573 You are receiving this because you authored the thread.

Message ID: @.***>

highperformancecoder commented 2 years ago

On Thu, Mar 24, 2022 at 01:39:16AM -0700, gofh wrote:

Am Mittwoch, dem 23.03.2022 um 15:07 -0700 schrieb Russell Standish:

Someone else reported this, and it turned out they were connected to the wrong repo (Debian 10 instead of Debian 11). I double checked, it's 11: cat /etc/apt/sources.list.d/home\:hpcoder1.list deb http://download.opensuse.org/repositories/home:/hpcoder1/Debian_11/ /

In any case, SciDaVis 2.4 is old news - the current version is 2.7. 2.4.1-1 is offered at h ttps://software.opensuse.org//download.html?project=home%3Ahpcoder1&package= scidavis

Then something is seriously awry with OBS. I'll investigate when I get a mo.

--


Dr Russell Standish Phone 0425 253119 (mobile) Principal, High Performance Coders @.*** http://www.hpcoders.com.au