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

Bug#907148: marked as done (kmail: FTBFS in buster/sid (invalid use of incomplete type 'class QButtonGroup'))



Your message dated Mon, 04 Feb 2019 15:44:29 +0100
with message-id <1891567.C0YfhY37kB@tuxin>
and subject line done with 4:18.07.90-1
has caused the Debian Bug report #907148,
regarding kmail: 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 owner@bugs.debian.org
immediately.)


-- 
907148: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907148
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:kmail
Version: 4:17.12.3-1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
/usr/share/pkg-kde-tools/qt-kde-team/3/dhmk.pl --with=kf5,pkgkde-symbolshelper 
dpkg-buildflags --export=make > debian/dhmk_env.mk
/usr/bin/make -f debian/rules dhmk_run_configure_commands DHMK_TARGET="configure"
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_testdir  # [-i]
dh_auto_configure '--buildsystem=kf5' --parallel  # [-i]
	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 -DCMAKE_INSTALL_SYSCONFDIR=/etc -DKDE_INSTALL_USE_QT_SYS_PATHS=ON ..
-- 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 ...]

/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractbutton.h:53:7: note: forward declaration of 'class QButtonGroup'
 class QButtonGroup;
       ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/configuredialog/configuresecuritypage.cpp:432:54: error: invalid use of incomplete type 'class QButtonGroup'
     QButtonGroup *bgHTTPProxy = new QButtonGroup(this);
                                                      ^
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 /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/ui_securitypagegeneraltab.h:16,
                 from /<<PKGBUILDDIR>>/src/configuredialog/configuresecuritypage.h:23,
                 from /<<PKGBUILDDIR>>/src/configuredialog/configuresecuritypage.cpp:18:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractbutton.h:53:7: note: forward declaration of 'class QButtonGroup'
 class QButtonGroup;
       ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/configuredialog/configuresecuritypage.cpp:433:16: error: invalid use of incomplete type 'class QButtonGroup'
     bgHTTPProxy->addButton(mWidget->honorHTTPProxyRB);
                ^~
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 /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/ui_securitypagegeneraltab.h:16,
                 from /<<PKGBUILDDIR>>/src/configuredialog/configuresecuritypage.h:23,
                 from /<<PKGBUILDDIR>>/src/configuredialog/configuresecuritypage.cpp:18:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractbutton.h:53:7: note: forward declaration of 'class QButtonGroup'
 class QButtonGroup;
       ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/configuredialog/configuresecuritypage.cpp:434:16: error: invalid use of incomplete type 'class QButtonGroup'
     bgHTTPProxy->addButton(mWidget->useCustomHTTPProxyRB);
                ^~
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 /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/ui_securitypagegeneraltab.h:16,
                 from /<<PKGBUILDDIR>>/src/configuredialog/configuresecuritypage.h:23,
                 from /<<PKGBUILDDIR>>/src/configuredialog/configuresecuritypage.cpp:18:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractbutton.h:53:7: note: forward declaration of 'class QButtonGroup'
 class QButtonGroup;
       ^~~~~~~~~~~~
make[4]: *** [src/CMakeFiles/kmailprivate.dir/build.make:1174: src/CMakeFiles/kmailprivate.dir/configuredialog/configuresecuritypage.cpp.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: *** [CMakeFiles/Makefile2:2965: src/CMakeFiles/kmailprivate.dir/all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [Makefile:144: all] Error 2
make[2]: 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[1]: *** [/usr/share/pkg-kde-tools/qt-kde-team/3/dhmk.mk:97: pre_build-indep_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [/usr/share/pkg-kde-tools/qt-kde-team/3/dhmk.mk:112: debian/dhmk_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/kmail.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 ---
Version: 4:18.07.90-1

Properly close this bug.

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---

Reply to: