Your message dated Thu, 13 Sep 2018 14:49:13 +0000
with message-id <[email protected]>
and subject line Bug#906969: fixed in cb2bib 1.9.9-1
has caused the Debian Bug report #906969,
regarding cb2bib: FTBFS in buster/sid (invalid use of incomplete type 'class 
QAction')
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.)


-- 
906969: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906969
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:cb2bib
Version: 1.9.7-2
Severity: serious
Tags: ftbfs

Dear maintainer:

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

--------------------------------------------------------------------------------
[...]
 debian/rules build-arch
dh build-arch --parallel
   dh_update_autotools_config -a -O--parallel
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
mkdir -p /<<PKGBUILDDIR>>/debian/build && \
cp -rpf c2bscripts  c2btools  cb2bib.pro  cb2bib.rc data src testPDFImport xpdf 
/<<PKGBUILDDIR>>/debian/build && \
cd /<<PKGBUILDDIR>>/debian/build && \
qtchooser -run-tool=qmake -qt=5 ../../
Info: creating stash file /<<PKGBUILDDIR>>/debian/build/.qmake.stash
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
convert src/icons/cb2bib.png -resize 32x32 debian/cb2bib.xpm

[... snipped ...]

/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:228:43: error: no type named 
'Object' in 'struct QtPrivate::FunctionPointer<const char*>'
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:260:13: note: candidate: 
'template<class Func1, class Func2> static typename 
std::enable_if<((int)(QtPrivate::FunctionPointer<Func2>::ArgumentCount) >= 0), 
QMetaObject::Connection>::type QObject::connect(const typename 
QtPrivate::FunctionPointer<Func>::Object*, Func1, Func2)'
             connect(const typename QtPrivate::FunctionPointer<Func1>::Object 
*sender, Func1 signal, Func2 slot)
             ^~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:260:13: note:   template 
argument deduction/substitution failed:
../../../src/findDialog.cpp:47:80: note:   candidate expects 3 arguments, 4 
provided
     connect(findPreviousAction, SIGNAL(triggered()), this, 
SLOT(findPrevious()));
                                                                                
^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:51,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/QVariant:1,
                 from ./ui_findDialog.h:12,
                 from ../../../src/findDialog.h:12,
                 from ../../../src/findDialog.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:269:13: note: candidate: 
'template<class Func1, class Func2> static typename 
std::enable_if<(((int)(QtPrivate::FunctionPointer<Func2>::ArgumentCount) >= 0) 
&& (! QtPrivate::FunctionPointer<Func2>::IsPointerToMemberFunction)), 
QMetaObject::Connection>::type QObject::connect(const typename 
QtPrivate::FunctionPointer<Func>::Object*, Func1, const QObject*, Func2, 
Qt::ConnectionType)'
             connect(const typename QtPrivate::FunctionPointer<Func1>::Object 
*sender, Func1 signal, const QObject *context, Func2 slot,
             ^~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:269:13: note:   template 
argument deduction/substitution failed:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h: In substitution of 
'template<class Func1, class Func2> static typename 
std::enable_if<(((int)(QtPrivate::FunctionPointer<Func2>::ArgumentCount) >= 0) 
&& (! QtPrivate::FunctionPointer<Func2>::IsPointerToMemberFunction)), 
QMetaObject::Connection>::type QObject::connect(const typename 
QtPrivate::FunctionPointer<Func>::Object*, Func1, const QObject*, Func2, 
Qt::ConnectionType) [with Func1 = const char*; Func2 = const char*]':
../../../src/findDialog.cpp:47:80:   required from here
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:269:13: error: no type named 
'type' in 'struct std::enable_if<false, QMetaObject::Connection>'
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:300:13: note: candidate: 
'template<class Func1, class Func2> static typename 
std::enable_if<(QtPrivate::FunctionPointer<Func2>::ArgumentCount == -1), 
QMetaObject::Connection>::type QObject::connect(const typename 
QtPrivate::FunctionPointer<Func>::Object*, Func1, Func2)'
             connect(const typename QtPrivate::FunctionPointer<Func1>::Object 
*sender, Func1 signal, Func2 slot)
             ^~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:300:13: note:   template 
argument deduction/substitution failed:
../../../src/findDialog.cpp:47:80: note:   candidate expects 3 arguments, 4 
provided
     connect(findPreviousAction, SIGNAL(triggered()), this, 
SLOT(findPrevious()));
                                                                                
^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:51,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/QVariant:1,
                 from ./ui_findDialog.h:12,
                 from ../../../src/findDialog.h:12,
                 from ../../../src/findDialog.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:308:13: note: candidate: 
'template<class Func1, class Func2> static typename 
std::enable_if<(QtPrivate::FunctionPointer<Func2>::ArgumentCount == -1), 
QMetaObject::Connection>::type QObject::connect(const typename 
QtPrivate::FunctionPointer<Func>::Object*, Func1, const QObject*, Func2, 
Qt::ConnectionType)'
             connect(const typename QtPrivate::FunctionPointer<Func1>::Object 
*sender, Func1 signal, const QObject *context, Func2 slot,
             ^~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:308:13: note:   template 
argument deduction/substitution failed:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h: In substitution of 
'template<class Func1, class Func2> static typename 
std::enable_if<(QtPrivate::FunctionPointer<Func2>::ArgumentCount == -1), 
QMetaObject::Connection>::type QObject::connect(const typename 
QtPrivate::FunctionPointer<Func>::Object*, Func1, const QObject*, Func2, 
Qt::ConnectionType) [with Func1 = const char*; Func2 = const char*]':
../../../src/findDialog.cpp:47:80:   required from here
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:308:13: error: no type named 
'Object' in 'struct QtPrivate::FunctionPointer<const char*>'
make[3]: *** [Makefile:1978: findDialog.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/debian/build/src'
make[2]: *** [Makefile:71: sub-src-make_first] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
make[1]: *** [debian/rules:21: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:9: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2
--------------------------------------------------------------------------------

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

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/cb2bib.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: cb2bib
Source-Version: 1.9.9-1

We believe that the bug you reported is fixed in the latest version of
cb2bib, 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.
Filippo Rusconi <[email protected]> (supplier of updated cb2bib 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: SHA256

Format: 1.8
Date: Thu, 13 Sep 2018 16:14:02 +0200
Source: cb2bib
Binary: cb2bib
Architecture: source amd64
Version: 1.9.9-1
Distribution: unstable
Urgency: low
Maintainer: Filippo Rusconi <[email protected]>
Changed-By: Filippo Rusconi <[email protected]>
Description:
 cb2bib     - extract bibliographic references from various sources
Closes: 901535 906969
Changes:
 cb2bib (1.9.9-1) unstable; urgency=low
 .
   * New upstream release. Should fix bug (Closes: #906969); thanks to Santiago
     Vila <[email protected]> for reporting it.
 .
   * (From 1.9.7-3) Allow for cross-compilation (thanks to Helmut Grohne
     <[email protected]> (Closes: #901535).
 .
   * Update the Vcs-Browser and Vcs-Git fields to point to the salsa.d.o
     science team location.
 .
   * Standards-Version: 4.2.1, no changes required.
Checksums-Sha1:
 fbef72eb910968c3c4e0aa8fc8abc9b3837adb58 2051 cb2bib_1.9.9-1.dsc
 99ca4046e3116e2de75df512df54024e7afb31e0 1292720 cb2bib_1.9.9.orig.tar.gz
 451baa5acce953c117381f6d2d2c4914a9ff4fd3 8512 cb2bib_1.9.9-1.debian.tar.xz
 8ff48cb4477c872e35beb2318cda57d4e35129cf 19475220 
cb2bib-dbgsym_1.9.9-1_amd64.deb
 0ce7eecca93bad931cd3130e0ac78e5338a6f3e5 11619 cb2bib_1.9.9-1_amd64.buildinfo
 31eb2c4748795b0ac4e82a083cef9ed5c48101da 1162272 cb2bib_1.9.9-1_amd64.deb
Checksums-Sha256:
 43d80d51f07b45338cb3079fc28ddb2206f9b4774d15df883581a7303aef5d58 2051 
cb2bib_1.9.9-1.dsc
 873c9f7f246469c0367982a7146e6aab301891baa5fbe1aa63466462d2fea78b 1292720 
cb2bib_1.9.9.orig.tar.gz
 bd8675b8f40a100e299f5bf126d530e789ff930ec21d10f436e617f7db51d5af 8512 
cb2bib_1.9.9-1.debian.tar.xz
 f7b5fb098201e8cc5b6d5d108be435553bef3fe9773d9ef8700fea83497bffb1 19475220 
cb2bib-dbgsym_1.9.9-1_amd64.deb
 28374491a24a547ee460dacecd0935c53f9d732a1332808aa81b9fc231016a41 11619 
cb2bib_1.9.9-1_amd64.buildinfo
 330aac1035c4202a3d1ab543c9b764f46ae4503da61812ac8f2f913488867766 1162272 
cb2bib_1.9.9-1_amd64.deb
Files:
 a685be1cc0b5b5cbc6ac523bc38a1713 2051 text optional cb2bib_1.9.9-1.dsc
 e2b054b5665eac5649aeb7b8a0e80127 1292720 text optional cb2bib_1.9.9.orig.tar.gz
 1fce1bc74079470e32acc5dc7bd74bae 8512 text optional 
cb2bib_1.9.9-1.debian.tar.xz
 d9a0f0902bb2020550bdd92063990e72 19475220 debug optional 
cb2bib-dbgsym_1.9.9-1_amd64.deb
 c9f610e15d47f81ee8f143b11b300b5a 11619 text optional 
cb2bib_1.9.9-1_amd64.buildinfo
 3165b1cbb30ac7f14a9ce573c716cae4 1162272 text optional cb2bib_1.9.9-1_amd64.deb

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

iQIzBAEBCAAdFiEEsFMwThfW1Bndm0ZRQatITXaUz0IFAluacjYACgkQQatITXaU
z0LIFg/8DVyQtWEkMhYmxWFfVZK1pZOMFkO04tsPQ/Oys1BDssxUJczrrCaOLb7e
iA4mGYZv8fEiwxPZnjG+iF5cWL6CKRL3M+oYQNqmwRdUMhvZXIyuollJLKHkrEwQ
GoBOdqm6jpv5UOqoN82uVCuLiY8Cci/TYI0nUR7d/bTG5PeNc15vq7lshhO6MOwM
5SKW5mFDzdgNmdoekzHoZCnaw2+Ypj5UfPc3CaVFC97A16JtMsSFNRgt+2k0Tc6Y
nRHrhjYzpU8zlOw4ii1pVJApI60P0Xa+sh8Xg4EQ7AIiaPxZhvH7X3w8cPyY5L+y
1HPaWNxjeC2lrhIY3+KKxQ4/VXcmSiyd7hdhKyyj5uUGjLyGOmlziTonNpNuEyYN
GsWXvKiHPA2/k6rUJx7cyx7QEp2Cxwr0aCOsV2AAbcf5A1YkMCCZYqRO5/opAE8r
ndRfpIQx1+mG+D3tdQYKvMHQhaY/Dhn457YYolIvE9YF2WQX28pRKCOmb+NFphiL
PdCcU1dFfx8FULk4eREmerWin9o0BsqKg0h0fRDVPxiFUeVa8xrXbLDd/IhduKLs
jfXgwD+E+6r/Qk3lGfehDan2s2dEVKl4svopQNZDpDx7ngQ46kRlFVGM/m8tWb1/
8ffHG6WfhKWgCGpRV1xg11jNjwrtlbi5nvrOsX/0ISWISvPVihQ=
=eQM1
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to