[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#877825: marked as done (Needs to depend upon libqt5svg5)



Your message dated Fri, 6 Oct 2017 13:13:15 -0300
with message-id <CA+QPbz2y43ppaW_d6bK2qqnUWrML+PaxKrBgCHOoqcphMEK9TA@mail.gmail.com>
and subject line Re: Bug#877825: Needs to depend upon libqt5svg5
has caused the Debian Bug report #877825,
regarding Needs to depend upon libqt5svg5
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
877825: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=877825
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: libqt5widgets5
Version: 5.7.1+dfsg-3
Severity: normal

I've found out that libqt5widgets5 might load an SVG trough QLabel.
Currently in our packaging there is no direct dependency because
the SVG-related code is loaded trough the libqsvg.so plugin, which
is packaged in libqt5svg5.

I think the correct solution would be to ship the plugin in
libqt5widgets5 and thus letting the build system set the right
dependency.

More info:

$ objdump -x /usr/lib/x86_64-linux-gnu/qt5/plugins/imageformats/libqsvg.so | grep -i needed
  NEEDED               libQt5Svg.so.5
  NEEDED               libQt5Gui.so.5
  NEEDED               libQt5Core.so.5
  NEEDED               libstdc++.so.6
  NEEDED               libc.so.6
$ objdump -x /usr/lib/x86_64-linux-gnu/libQt5Svg.so.5 | grep -i needed
  NEEDED               libQt5Widgets.so.5
  NEEDED               libQt5Gui.so.5
  NEEDED               libQt5Core.so.5
  NEEDED               libz.so.1
  NEEDED               libstdc++.so.6
  NEEDED               libm.so.6
  NEEDED               libc.so.6
$ objdump -x /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 | grep -i needed
  NEEDED               libQt5Gui.so.5
  NEEDED               libQt5Core.so.5
  NEEDED               libpthread.so.0
  NEEDED               libstdc++.so.6
  NEEDED               libm.so.6
  NEEDED               libc.so.6



-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'unstable-debug'), (500, 'buildd-unstable'), (500, 'testing'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.13.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8), LANGUAGE=en_US (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages libqt5widgets5 depends on:
ii  libc6                            2.24-17
ii  libqt5core5a [qtbase-abi-5-9-0]  5.9.1+dfsg-11
ii  libqt5gui5                       5.9.1+dfsg-11
ii  libstdc++6                       7.2.0-8

libqt5widgets5 recommends no packages.

libqt5widgets5 suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
On 5 October 2017 at 21:49, Lisandro Damián Nicanor Pérez Meyer
<lisandro@debian.org> wrote:
> Package: libqt5widgets5
> Version: 5.7.1+dfsg-3
> Severity: normal
>
> I've found out that libqt5widgets5 might load an SVG trough QLabel.
> Currently in our packaging there is no direct dependency because
> the SVG-related code is loaded trough the libqsvg.so plugin, which
> is packaged in libqt5svg5.
>
> I think the correct solution would be to ship the plugin in
> libqt5widgets5 and thus letting the build system set the right
> dependency.

Actually libqt5widgets5 recommends libqt5svg5, which is just right
because it almost fully works without it. So closing.

--- End Message ---

Reply to: