Your message dated Sun, 07 Oct 2018 20:40:00 +0000
with message-id <[email protected]>
and subject line Bug#906971: fixed in apper 1.0.0-1.1
has caused the Debian Bug report #906971,
regarding apper: FTBFS in buster/sid (invalid use of incomplete type 'class 
QButtonGroup')
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 [email protected]
immediately.)


-- 
906971: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906971
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:apper
Version: 1.0.0-1
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 kde
   dh_update_autotools_config -i
   dh_autoreconf -i
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -Skde -- -DDEBCONF_SUPPORT=ON -DAPPSTREAM=ON -DAUTOREMOVE=ON 
-DEDIT_ORIGNS_DESKTOP_NAME=software-properties-kde
        cd obj-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None 
-DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var 
-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run 
"-GUnix Makefiles" -DCMAKE_BUILD_TYPE=Debian -DDEBCONF_SUPPORT=ON 
-DAPPSTREAM=ON -DAUTOREMOVE=ON 
-DEDIT_ORIGNS_DESKTOP_NAME=software-properties-kde ..
-- The C compiler identification is GNU 8.2.0
-- The CXX compiler identification is GNU 8.2.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done

[... snipped ...]

In file included from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtoolbutton.h:45,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QToolButton:1,
                 from /<<PKGBUILDDIR>>/libapper/Requirements.h:26,
                 from /<<PKGBUILDDIR>>/libapper/Requirements.cpp:21:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractbutton.h:53:7: note: 
forward declaration of 'class QButtonGroup'
 class QButtonGroup;
       ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/libapper/Requirements.cpp:158:22: error: invalid use of 
incomplete type 'class QButtonGroup'
         m_buttonGroup->buttons().first()->click();
                      ^~
In file included from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtoolbutton.h:45,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QToolButton:1,
                 from /<<PKGBUILDDIR>>/libapper/Requirements.h:26,
                 from /<<PKGBUILDDIR>>/libapper/Requirements.cpp:21:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractbutton.h:53:7: note: 
forward declaration of 'class QButtonGroup'
 class QButtonGroup;
       ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/libapper/Requirements.cpp: In member function 'void 
Requirements::showUntrustedButton()':
/<<PKGBUILDDIR>>/libapper/Requirements.cpp:253:29: error: invalid use of 
incomplete type 'class QButtonGroup'
     qDeleteAll(m_buttonGroup->buttons());
                             ^~
In file included from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtoolbutton.h:45,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QToolButton:1,
                 from /<<PKGBUILDDIR>>/libapper/Requirements.h:26,
                 from /<<PKGBUILDDIR>>/libapper/Requirements.cpp:21:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractbutton.h:53:7: note: 
forward declaration of 'class QButtonGroup'
 class QButtonGroup;
       ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/libapper/Requirements.cpp:261:18: error: invalid use of 
incomplete type 'class QButtonGroup'
     m_buttonGroup->addButton(m_untrustedButton, Transaction::InfoUntrusted);
                  ^~
In file included from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtoolbutton.h:45,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QToolButton:1,
                 from /<<PKGBUILDDIR>>/libapper/Requirements.h:26,
                 from /<<PKGBUILDDIR>>/libapper/Requirements.cpp:21:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractbutton.h:53:7: note: 
forward declaration of 'class QButtonGroup'
 class QButtonGroup;
       ^~~~~~~~~~~~
make[3]: *** [libapper/CMakeFiles/apper_private.dir/build.make:298: 
libapper/CMakeFiles/apper_private.dir/Requirements.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:1408: 
libapper/CMakeFiles/apper_private.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:144: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: cd obj-x86_64-linux-gnu && make -j1 "INSTALL=install 
--strip-program=true" returned exit code 2
make: *** [debian/rules:17: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

The build was made with "dpkg-buildpackage -A" in my autobuilder.
Most probably, it also fails here in reproducible builds:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/apper.html

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: apper
Source-Version: 1.0.0-1.1

We believe that the bug you reported is fixed in the latest version of
apper, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adrian Bunk <[email protected]> (supplier of updated apper 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 [email protected])


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

Format: 1.8
Date: Sat, 22 Sep 2018 22:39:11 +0300
Source: apper
Binary: apper apper-data
Architecture: source
Version: 1.0.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klumpp <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Description:
 apper      - KDE package management tool using PackageKit
 apper-data - KDE package management tool using PackageKit (data files)
Closes: 906971
Changes:
 apper (1.0.0-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add upstream fix for FTBFS with Qt 5.11,
     thanks to Reiner Herrmann. (Closes: #906971)
Checksums-Sha1:
 4e282dc35b309c910cd39c5b9504823f9952403b 2396 apper_1.0.0-1.1.dsc
 ba7b40a7d8dd900e50bd8be517968a5a9c0e5e41 6040 apper_1.0.0-1.1.debian.tar.xz
Checksums-Sha256:
 c8ecb006531150ec935fa8e690b7f416f5d758498b4fc1a3512f5d28bd56195a 2396 
apper_1.0.0-1.1.dsc
 629e8207e2f55b04f43dbb2ffe484304c5b5a29b39575854b65aac1267a2ba72 6040 
apper_1.0.0-1.1.debian.tar.xz
Files:
 9d6fcd800b3f62b357f2132fdb7a5694 2396 kde optional apper_1.0.0-1.1.dsc
 64a605487e6819217c1fc68673ad4e82 6040 kde optional 
apper_1.0.0-1.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAlummzEACgkQiNJCh6LY
mLFJXQ/+JPzjl4YFlDe668N2JRgfjfRjChwIvdgPVpveSZbJtGliyWqBmydmAheF
E34dAodQRtHqiqFlL6zTQ31J+UbxkMQzWmokmzlgS/BA2ZR/LhcE7iobbWSAdzgg
fooRUUNE4ZlCmtEuFxzwAko8K5OpuxyRIcdfOMrheNajhJVXhA8RVC4tNrVPx+uU
NshUNuApMxYEtg0TxvGOrXglYpBm/+XVdhr2SWiIcUBedUq3ahNu/gzffRkKD57r
3IF1/1o5xW6SPUyQKbJEJJ0705z6jSKH3CeznM+daRBpEtAsMf5x6nsqH+2LrKCe
4IAfX4o6vwLVeVyOSClXzuUiA0zJpH7Ei49QsDCA2nSyFxK+/AJC6k7eHbFYjD3G
1In+9L9+TICaKi7HwbLOYJ5pHtoP1EkYFzewdxEXUt7wvnUlcDqZ8HvDTuxDTS9G
9Ewysr4OW5iOttAQkpR+pOdw0xFXexJmWh8mYJmIWpTGWIswG16h/z+NwsYGemRy
3nQCQDR9YGgMhzNNx4Y4+g2GZpEaHRsayYhzd902Ba4PzyErYOHarSDz8eJD/2Iy
QeQaPeubQD8sec9ejOiQmC4BRIhivlO+259VNufxretj/Ng6DAOeltqg8Re/WmxG
UyXy4JDuhLLtjfK7F/rv/cK2+OC+LUwD1iJ8GsrgbHAebNgrXsg=
=tUAx
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to