Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.4.1-1: Debian 11 installation issues #23

Open
gofh opened this issue Mar 23, 2022 · 3 comments
Open

2.4.1-1: Debian 11 installation issues #23

gofh opened this issue Mar 23, 2022 · 3 comments

Comments

@gofh
Copy link

gofh commented Mar 23, 2022

<! 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
Copy link
Member

highperformancecoder commented Mar 23, 2022 via email

@gofh
Copy link
Author

gofh commented Mar 24, 2022 via email

@highperformancecoder
Copy link
Member

highperformancecoder commented Mar 24, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants