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

Bug#925815: marked as done (qtsvg-opensource-src: ftbfs with GCC-9)



Your message dated Tue, 25 Jun 2019 11:34:09 +0000
with message-id <E1hfjiD-000Hzc-G3@fasolo.debian.org>
and subject line Bug#925815: fixed in qtsvg-opensource-src 5.12.4-1
has caused the Debian Bug report #925815,
regarding qtsvg-opensource-src: ftbfs with GCC-9
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.)


-- 
925815: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925815
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:qtsvg-opensource-src
Version: 5.11.3-2
Severity: normal
Tags: sid bullseye
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-9

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-9/g++-9, but succeeds to build with gcc-8/g++-8. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc9-20190321/qtsvg-opensource-src_5.11.3-2_unstable_gcc9.log
The last lines of the build log are at the end of this report.

To build with GCC 9, either set CC=gcc-9 CXX=g++-9 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-9/porting_to.html

GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.

[...]
/usr/lib/qt5/bin/qmake -install qinstall /<<PKGBUILDDIR>>/examples/svg/embedded/weatherinfo/weatherinfo.cpp /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/qt5/examples/svg/embedded/weatherinfo/weatherinfo.cpp
/usr/lib/qt5/bin/qmake -install qinstall /<<PKGBUILDDIR>>/examples/svg/embedded/weatherinfo/weatherinfo.qrc /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/qt5/examples/svg/embedded/weatherinfo/weatherinfo.qrc
make[6]: Leaving directory '/<<PKGBUILDDIR>>/examples/svg/embedded/weatherinfo'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/examples/svg/embedded'
make[6]: Entering directory '/<<PKGBUILDDIR>>/examples/svg/opengl/framebufferobject'
/usr/lib/qt5/bin/qmake -install qinstall -exe framebufferobject /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/qt5/examples/svg/opengl/framebufferobject/framebufferobject
/usr/lib/qt5/bin/qmake -install qinstall /<<PKGBUILDDIR>>/examples/svg/opengl/framebufferobject/bubbles.svg /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/qt5/examples/svg/opengl/framebufferobject/bubbles.svg
/usr/lib/qt5/bin/qmake -install qinstall /<<PKGBUILDDIR>>/examples/svg/opengl/framebufferobject/designer.png /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/qt5/examples/svg/opengl/framebufferobject/designer.png
/usr/lib/qt5/bin/qmake -install qinstall /<<PKGBUILDDIR>>/examples/svg/opengl/framebufferobject/framebufferobject.pro /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/qt5/examples/svg/opengl/framebufferobject/framebufferobject.pro
/usr/lib/qt5/bin/qmake -install qinstall /<<PKGBUILDDIR>>/examples/svg/opengl/framebufferobject/glwidget.cpp /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/qt5/examples/svg/opengl/framebufferobject/glwidget.cpp
/usr/lib/qt5/bin/qmake -install qinstall /<<PKGBUILDDIR>>/examples/svg/opengl/framebufferobject/main.cpp /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/qt5/examples/svg/opengl/framebufferobject/main.cpp
/usr/lib/qt5/bin/qmake -install qinstall /<<PKGBUILDDIR>>/examples/svg/opengl/framebufferobject/glwidget.h /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/qt5/examples/svg/opengl/framebufferobject/glwidget.h
/usr/lib/qt5/bin/qmake -install qinstall /<<PKGBUILDDIR>>/examples/svg/opengl/framebufferobject/framebufferobject.qrc /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/qt5/examples/svg/opengl/framebufferobject/framebufferobject.qrc
make[6]: Leaving directory '/<<PKGBUILDDIR>>/examples/svg/opengl/framebufferobject'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/examples/svg/opengl'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/examples/svg'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/examples'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
# Fix wrong permissions in examples.
find /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/qt5/examples/ -type f \( \
-name '*.svg' \
\) -print0 | xargs -0 chmod 644
# Remove libtool-like files
rm -f debian/tmp/usr/lib/x86_64-linux-gnu/*.la
# Remove private headers
rm -rfv debian/tmp/usr/include/x86_64-linux-gnu/qt5/QtSvg/*/QtSvg/private
removed 'debian/tmp/usr/include/x86_64-linux-gnu/qt5/QtSvg/5.11.3/QtSvg/private/qsvgtinydocument_p.h'
removed 'debian/tmp/usr/include/x86_64-linux-gnu/qt5/QtSvg/5.11.3/QtSvg/private/qsvgfont_p.h'
removed 'debian/tmp/usr/include/x86_64-linux-gnu/qt5/QtSvg/5.11.3/QtSvg/private/qsvgstructure_p.h'
removed 'debian/tmp/usr/include/x86_64-linux-gnu/qt5/QtSvg/5.11.3/QtSvg/private/qsvggraphics_p.h'
removed 'debian/tmp/usr/include/x86_64-linux-gnu/qt5/QtSvg/5.11.3/QtSvg/private/qtsvgglobal_p.h'
removed 'debian/tmp/usr/include/x86_64-linux-gnu/qt5/QtSvg/5.11.3/QtSvg/private/qsvgstyle_p.h'
removed 'debian/tmp/usr/include/x86_64-linux-gnu/qt5/QtSvg/5.11.3/QtSvg/private/qsvghandler_p.h'
removed 'debian/tmp/usr/include/x86_64-linux-gnu/qt5/QtSvg/5.11.3/QtSvg/private/qsvgnode_p.h'
removed directory 'debian/tmp/usr/include/x86_64-linux-gnu/qt5/QtSvg/5.11.3/QtSvg/private'
# Remove other private stuff
rm -fv debian/tmp/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_svg_private.pri
removed 'debian/tmp/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_svg_private.pri'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_install -a
   dh_installdocs -a
   dh_installchangelogs -a
   dh_lintian -a
   dh_perl -a
   dh_link -a
   dh_strip_nondeterminism -a
   dh_compress -a
   dh_fixperms -a
   debian/rules override_dh_missing
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_missing --fail-missing
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_strip -a
   dh_makeshlibs -a
dpkg-gensymbols: error: some symbols or patterns disappeared in the symbols file: see diff output below
dpkg-gensymbols: warning: debian/libqt5svg5/DEBIAN/symbols doesn't match completely debian/libqt5svg5.symbols
--- debian/libqt5svg5.symbols (libqt5svg5_5.11.3-2_amd64)
+++ dpkg-gensymbols_Ww5NQ	2019-03-26 16:26:00.863394419 +0000
@@ -269,7 +269,7 @@
  _ZN9QSvgStyle6revertEP8QPainterR15QSvgExtraStates@Qt_5_PRIVATE_API 5.6.0~beta 1
  _ZN9QSvgStyleD1Ev@Qt_5_PRIVATE_API 5.6.0~beta 1
  _ZN9QSvgStyleD2Ev@Qt_5_PRIVATE_API 5.6.0~beta 1
- _ZNK10QStringRef7compareE13QLatin1StringN2Qt15CaseSensitivityE@Qt_5 5.9.0
+#MISSING: 5.11.3-2# _ZNK10QStringRef7compareE13QLatin1StringN2Qt15CaseSensitivityE@Qt_5 5.9.0
  _ZNK10QSvgCircle4typeEv@Qt_5_PRIVATE_API 5.6.0~beta 1
  _ZNK10QSvgSwitch4typeEv@Qt_5_PRIVATE_API 5.6.0~beta 1
  _ZNK10QSvgWidget10metaObjectEv@Qt_5 5.6.0~beta
dh_makeshlibs: failing due to earlier errors
make: *** [debian/rules:14: binary-arch] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-arch subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: qtsvg-opensource-src
Source-Version: 5.12.4-1

We believe that the bug you reported is fixed in the latest version of
qtsvg-opensource-src, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 925815@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Shachnev <mitya57@debian.org> (supplier of updated qtsvg-opensource-src package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 25 Jun 2019 14:03:25 +0300
Source: qtsvg-opensource-src
Architecture: source
Version: 5.12.4-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Dmitry Shachnev <mitya57@debian.org>
Closes: 925815
Changes:
 qtsvg-opensource-src (5.12.4-1) experimental; urgency=medium
 .
   * New upstream release.
   * Bump Qt build-dependencies to 5.12.4.
   * Mark one symbol as optional to fix FTBFS with GCC 9 (closes: #925815).
Checksums-Sha1:
 4f14fb664530dd8a2e8aa54e3f73622c7302fabc 2814 qtsvg-opensource-src_5.12.4-1.dsc
 bbec375dc52e9a739b93b57152800e682aeb14d0 1859476 qtsvg-opensource-src_5.12.4.orig.tar.xz
 6d3d73a0a31d3726bb99b610e87cd117db55ac00 11548 qtsvg-opensource-src_5.12.4-1.debian.tar.xz
 269bf8e8634b8b1c06335eacfd04ec72bacf53c6 11603 qtsvg-opensource-src_5.12.4-1_source.buildinfo
Checksums-Sha256:
 4feafec1203a03234de9799314d9a8fa9c155b3c1660aa7cf8d4f5464af2ef53 2814 qtsvg-opensource-src_5.12.4-1.dsc
 110812515a73c650e5ebc41305d9a243dadeb21f485aaed773e394dd84ce0d04 1859476 qtsvg-opensource-src_5.12.4.orig.tar.xz
 946ead6469b044e05cf3de3eff60169a465a237049fbe89156101329ea9ebad5 11548 qtsvg-opensource-src_5.12.4-1.debian.tar.xz
 6523c81276d336d0b27038c58a581ddf514505ed3c21e520d97b071b7b2f67ce 11603 qtsvg-opensource-src_5.12.4-1_source.buildinfo
Files:
 048a1d01b54a6248ea58383bf9dcf962 2814 libs optional qtsvg-opensource-src_5.12.4-1.dsc
 58600fa4ffad742f6e2d615b7ae4c474 1859476 libs optional qtsvg-opensource-src_5.12.4.orig.tar.xz
 c120990498e1589f59c98e0b6f7fd608 11548 libs optional qtsvg-opensource-src_5.12.4-1.debian.tar.xz
 172a88cdf40f85d0349a454e82dd8ac5 11603 libs optional qtsvg-opensource-src_5.12.4-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJHBAEBCgAxFiEE8kKZ/xu8kBi5BqTLYCaTbS8ciuAFAl0SAHUTHG1pdHlhNTdA
ZGViaWFuLm9yZwAKCRBgJpNtLxyK4A4UEACg+tRgrjqjzdGFOVLJ5uNyivN7tzgC
VYzNpR1WzB7DcxIfurk1g1ZnAhgOkaq+C1Q3DVWnt766gZTPgo8cE2IhUOfgl4i0
w6HR2oz8lPqFZo7B4bUJzgW/td68Zb/US6vz4HznvVAw+WDBB1psSN7Cw7xtQEF8
hnUEsOttHBOUEY/cehwsnWfpS+NlzLd5GCXKzCaP66+BD0AN6G7UQChPmUPhmhZW
lsn7NyX/d9jpCVZAZnmQok3x6MItrawky0ApYI/Ewm3wDVQK6LnvBVPNc3B/yrwQ
MRxq8pE+z8njz5m4iW1cnGWVKJuu3ZjHaYzbDYEmPXkMNcI2AE/obZ899LrrwpBE
w0XRqb9wujypX59+C6NDn04kI5bHmet9BB+owjp04vwe9HIrkgthMYgT3f8ZZ6Ig
o6ccR+EF8uyq3xuGNlrmKx2abBSWYsmjjfpD2Or8ccammLuAIUdpEXnkf2GjASl3
vjNG4csp0HmAYk9tMPFVINDbd5cR0RA4DSAHTM5VrGAmqyYImjM1AMQcbyDRtgq5
kBx06AQA3ZWY7fCODEglaMLFdOC8vICZcR5BTXfodhOxqpvNHPsOA6ooePGYhIbl
rqBJwReJJ43Svj3Ea/IaP6AIRHVNGeTbj6xM//G6K1v3ZvXWyPbYZVfSOjHHhOyC
kD6qsezRhIrFGw==
=l84T
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: