Your message dated Fri, 07 Sep 2018 09:19:39 +0000
with message-id <e1fycvt-000evx...@fasolo.debian.org>
and subject line Bug#907993: fixed in lyx 2.3.0-3
has caused the Debian Bug report #907993,
regarding lyx: FTBFS with Qt 5.11
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 ow...@bugs.debian.org
immediately.)
--
907993: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907993
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:lyx
Version: 2.3.0-2
Severity: serious
Tags: ftbfs
Dear maintainer:
I tried to build this package in buster but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-indep
dh build-indep --with python2,tex --builddirectory
dh_update_autotools_config -i -O--builddirectory
dh_autoreconf -i -O--builddirectory
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- \
--disable-silent-rules \
--disable-rpath \
--enable-warnings \
--enable-nls \
--enable-qt5 \
--with-gnu-ld \
--without-aspell \
[... snipped ...]
from ../../../../src/frontends/qt4/GuiDocument.cpp:14:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractbutton.h:53:7: note:
forward declaration of 'class QButtonGroup'
class QButtonGroup;
^~~~~~~~~~~~
../../../../src/frontends/qt4/GuiDocument.cpp:1245:15: error: invalid use of
incomplete type 'class QButtonGroup'
packageGroup->addButton(alwaysRB);
^~
In file included from
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qcheckbox.h:44,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QCheckBox:1,
from ./ui_BulletsUi.h:14,
from ../../../../src/frontends/qt4/BulletsModule.h:15,
from ../../../../src/frontends/qt4/GuiDocument.h:17,
from ../../../../src/frontends/qt4/GuiDocument.cpp:14:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractbutton.h:53:7: note:
forward declaration of 'class QButtonGroup'
class QButtonGroup;
^~~~~~~~~~~~
../../../../src/frontends/qt4/GuiDocument.cpp:1246:15: error: invalid use of
incomplete type 'class QButtonGroup'
packageGroup->addButton(neverRB);
^~
In file included from
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qcheckbox.h:44,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QCheckBox:1,
from ./ui_BulletsUi.h:14,
from ../../../../src/frontends/qt4/BulletsModule.h:15,
from ../../../../src/frontends/qt4/GuiDocument.h:17,
from ../../../../src/frontends/qt4/GuiDocument.cpp:14:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractbutton.h:53:7: note:
forward declaration of 'class QButtonGroup'
class QButtonGroup;
^~~~~~~~~~~~
make[7]: *** [Makefile:1069: GuiDocument.o] Error 1
make[7]: Leaving directory
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/frontends/qt4'
make[6]: *** [Makefile:902: all] Error 2
make[6]: Leaving directory
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/frontends/qt4'
make[5]: *** [Makefile:786: all-recursive] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/frontends'
make[4]: *** [Makefile:2650: all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src'
make[3]: *** [Makefile:1880: all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src'
make[2]: *** [Makefile:575: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:470: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: cd obj-x86_64-linux-gnu && make -j1 returned exit code 2
make: *** [debian/rules:9: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit
status 2
--------------------------------------------------------------------------------
The build was made in my autobuilder with "dpkg-buildpackage -A"
but it also fails here:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/lyx.html
where you can get a full build log if you need it.
Thanks.
--- End Message ---
--- Begin Message ---
Source: lyx
Source-Version: 2.3.0-3
We believe that the bug you reported is fixed in the latest version of
lyx, 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 907...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Dr. Tobias Quathamer <to...@debian.org> (supplier of updated lyx 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 07 Sep 2018 10:40:43 +0200
Source: lyx
Binary: lyx lyx-common fonts-lyx
Architecture: source
Version: 2.3.0-3
Distribution: unstable
Urgency: medium
Maintainer: Dr. Tobias Quathamer <to...@debian.org>
Changed-By: Dr. Tobias Quathamer <to...@debian.org>
Description:
fonts-lyx - TrueType versions of some TeX fonts used by LyX
lyx - document processor
lyx-common - architecture-independent files for LyX
Closes: 907993
Changes:
lyx (2.3.0-3) unstable; urgency=medium
.
* Update upstream URL in d/watch and switch to version 4
* Update Standards-Version to 4.2.1, no changes needed
* New patch: Fix FTBFS with Qt 5.11.
This is a cherry-pick from upstream's git repository:
5394481071824b39b521d67e2acd7d509e68d0f8 (Closes: #907993)
Checksums-Sha1:
78ad7bbdbb43ecb78c25c9c30a565787449374f7 2198 lyx_2.3.0-3.dsc
afba2a4261b1663ec54c05d5111ff52e16e06858 29432 lyx_2.3.0-3.debian.tar.xz
9172f8eb62a3c1c148a69c68b68dcf3eae31ccfd 13281 lyx_2.3.0-3_amd64.buildinfo
Checksums-Sha256:
e999a9b916e82ce21640a563b372cec3f33271fab5bae579f1e384f85eaa0475 2198
lyx_2.3.0-3.dsc
6bd6a71a181fb6cadfb5d849a2a75367d87f0b530483366c85594f643ca94395 29432
lyx_2.3.0-3.debian.tar.xz
f180a0c7d074b34c20077c2547a2dcaf1aade5e8c70c365b3b16959fceedad80 13281
lyx_2.3.0-3_amd64.buildinfo
Files:
af7971e3ce605e623c59732fc6842f56 2198 editors optional lyx_2.3.0-3.dsc
e948ab2c6cde6d31582668ee0364ac9c 29432 editors optional
lyx_2.3.0-3.debian.tar.xz
937615b31512c19fc4dc32360584e516 13281 editors optional
lyx_2.3.0-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEE0cuPObxd7STF0seMEwLx8Dbr6xkFAluSO+wACgkQEwLx8Dbr
6xkuyA/+OQF67rdz80+1a2hRNMmSPjI5NRYYK5xVTQtFOghmmXRCbLnD1J7DvGDM
qsz50bkFssoKbKf6McbTqDnWTdWjPlzCTGXD9DIrhatVKSa8Blc4zYbjP73RcKPu
dCoLhHjg5jFlvi158OJcT07JrMPfgeaLfoC9MMbGmN2fCHohWrt8heyj/b3qUvWg
9okVAwog6u/024VU5TvKK5a4+Q2JXQlUT06+6eS1lEVaRIUsu92HS0usuyNsw8f8
mVkBv2undYW2JHt5JOv+yamFoHVYeysXpkEqEZR/nkKAlJrgJ6Ph5rKxbp1eNDlF
TSrfMhJf2k7W4eIQpKMwG1UyXFwtL27U4fi/wKsmh+nG7gfRH69N2v1eTDTsvNjH
RHyRTwOTUUULWPcMZNiIHDvbxyfAmKyx7fHwg9t8a60zesxHTaOLDilJwS4bm2aR
vJMxpPG7CtvikUQsIsh8i+CWt+KnIUGtAZyPxN/rPUZfq3GziB3QV/ZC0A5O5yK3
+Lw/po/eWQW2F89KbHldH+QSGtx61Lf0cOWNKofylcteNTLP4Nv+/fKddlA/GNWV
78e4IC/qXPQhKM5gIqsRE81vy5hrlMmlNlYa74ZpcaQ0rvgP/hQ1b0z8fhqf0abJ
ZBaGqE5MLpihSL2R4ucTiJ/3GRfsZMOyx2f7mczMqgNA5R4wMsQ=
=YHQJ
-----END PGP SIGNATURE-----
--- End Message ---