mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1382] firetools_0.9.46.deb depends on libqt4-svg #944
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#944
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jsm09a on GitHub (Jul 14, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1382
I just built a firetools 0.9.46 package for Debian Stretch (from source). When attempting to install that package, Debian Stretch refuses stating: "firetools depends on libqt4-svg" ... despite the fact that the package was built with the "qt5-default" package installed. That same firetools deb package seems to install/run OK if "dpkg --force-depends" is used.
Should the debian control file for the firetools package be automatically updated to QT5 by the configure/make process ... or is a manual adjustment of this file required ? (... or perhaps I have more serious issues with my build process ...).
Thanks !
@reinerh commented on GitHub (Aug 10, 2017):
The Debian packaging control file inside firetools currently hardcodes the dependencies:
Depends: libqtgui4, libqt4-svgI would recommend building the package from the Debian source (requires devscripts and build-essential), which is more flexible:
It will use Qt5 and have correct dependencies.