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

Incorrect dependency list in 1.10.1 (deb) #1014

Open
dafanasiev opened this issue Jan 16, 2024 · 0 comments
Open

Incorrect dependency list in 1.10.1 (deb) #1014

dafanasiev opened this issue Jan 16, 2024 · 0 comments
Labels

Comments

@dafanasiev
Copy link

Describe the bug

No libqt* deps in 1.10.1 in deb package:

$ objdump -p /usr/bin/ksnip
...
Dynamic Section:
  NEEDED               libQt5Network.so.5
  NEEDED               libQt5Xml.so.5
  NEEDED               libQt5PrintSupport.so.5
  NEEDED               libQt5DBus.so.5
  NEEDED               libQt5X11Extras.so.5
  NEEDED               libxcb-xfixes.so.0
  NEEDED               libX11.so.6
  NEEDED               libQt5Svg.so.5
  NEEDED               libQt5Widgets.so.5
  NEEDED               libQt5Gui.so.5
  NEEDED               libQt5Core.so.5
  NEEDED               libxcb.so.1
  NEEDED               libstdc++.so.6
  NEEDED               libm.so.6
  NEEDED               libgcc_s.so.1
  NEEDED               libc.so.6
...

but:

Package: ksnip
Version: 1.10.1
Architecture: amd64
...
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 4.5), libx11-6, libxcb-xfixes0, libxcb1

Note: in 1.9.2:

Package: ksnip
Version: 1.9.2
Architecture: amd64
.....
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.12.2), libqt5dbus5 (>= 5.0.2), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libqt5network5 (>= 5.0.2), libqt5printsupport5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5widgets5 (>= 5.4.0), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 4.5), libx11-6, libxcb-xfixes0, libxcb1

To Reproduce
Steps to reproduce the behavior:

  1. just unpack deb and cat /./control file
@dafanasiev dafanasiev added the bug label Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant