Your message dated Tue, 20 Aug 2019 04:05:43 +0000
with message-id <e1hzvox-0006ra...@fasolo.debian.org>
and subject line Bug#919250: Removed package(s) from unstable
has caused the Debian Bug report #925814,
regarding qtscriptgenerator: 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 ow...@bugs.debian.org
immediately.)
--
925814: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925814
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:qtscriptgenerator
Version: 0.2.0-1
Severity: normal
Tags: sid bullseye
User: debian-...@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/qtscriptgenerator_0.2.0-1_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/include/qt4/QtCore/qstring.h: In member function 'QBool
QStringRef::contains(QLatin1String, Qt::CaseSensitivity) const':
/usr/include/qt4/QtCore/qstring.h:1278:32: warning: implicitly-declared
'constexpr QLatin1String::QLatin1String(const QLatin1String&)' is deprecated
[-Wdeprecated-copy]
1278 | { return QBool(indexOf(s, 0, cs) != -1); }
| ^
/usr/include/qt4/QtCore/qstring.h:658:27: note: because 'QLatin1String' has
user-provided 'QLatin1String& QLatin1String::operator=(const QLatin1String&)'
658 | inline QLatin1String &operator=(const QLatin1String &other)
| ^~~~~~~~
/usr/include/qt4/QtCore/qstring.h:1125:31: note: initializing argument 1 of
'int QStringRef::indexOf(QLatin1String, int, Qt::CaseSensitivity) const'
1125 | int indexOf(QLatin1String str, int from = 0, Qt::CaseSensitivity cs
= Qt::CaseSensitive) const;
| ~~~~~~~~~~~~~~^~~
In file included from /usr/include/qt4/QtCore/qobject.h:48,
from /usr/include/qt4/QtCore/qplugin.h:45,
from /usr/include/qt4/QtScript/qscriptextensionplugin.h:27,
from /usr/include/qt4/QtScript/QScriptExtensionPlugin:1,
from ../../generated_cpp/com_trolltech_qt_core/plugin.cpp:1:
/usr/include/qt4/QtCore/qstring.h: In member function 'int
QStringRef::compare(QLatin1String, Qt::CaseSensitivity) const':
/usr/include/qt4/QtCore/qstring.h:1254:62: warning: implicitly-declared
'constexpr QLatin1String::QLatin1String(const QLatin1String&)' is deprecated
[-Wdeprecated-copy]
1254 | { return QString::compare_helper(constData(), length(), s, cs); }
| ^
/usr/include/qt4/QtCore/qstring.h:658:27: note: because 'QLatin1String' has
user-provided 'QLatin1String& QLatin1String::operator=(const QLatin1String&)'
658 | inline QLatin1String &operator=(const QLatin1String &other)
| ^~~~~~~~
/usr/include/qt4/QtCore/qstring.h:634:45: note: initializing argument 3 of
'static int QString::compare_helper(const QChar*, int, QLatin1String,
Qt::CaseSensitivity)'
634 | QLatin1String s2,
| ~~~~~~~~~~~~~~^~
/usr/include/qt4/QtCore/qstring.h: In static member function 'static int
QStringRef::compare(const QStringRef&, QLatin1String, Qt::CaseSensitivity)':
/usr/include/qt4/QtCore/qstring.h:1260:69: warning: implicitly-declared
'constexpr QLatin1String::QLatin1String(const QLatin1String&)' is deprecated
[-Wdeprecated-copy]
1260 | { return QString::compare_helper(s1.constData(), s1.length(), s2, cs); }
| ^
/usr/include/qt4/QtCore/qstring.h:658:27: note: because 'QLatin1String' has
user-provided 'QLatin1String& QLatin1String::operator=(const QLatin1String&)'
658 | inline QLatin1String &operator=(const QLatin1String &other)
| ^~~~~~~~
/usr/include/qt4/QtCore/qstring.h:634:45: note: initializing argument 3 of
'static int QString::compare_helper(const QChar*, int, QLatin1String,
Qt::CaseSensitivity)'
634 | QLatin1String s2,
| ~~~~~~~~~~~~~~^~
/usr/include/qt4/QtCore/qstring.h: In member function 'QBool
QStringRef::contains(QLatin1String, Qt::CaseSensitivity) const':
/usr/include/qt4/QtCore/qstring.h:1278:32: warning: implicitly-declared
'constexpr QLatin1String::QLatin1String(const QLatin1String&)' is deprecated
[-Wdeprecated-copy]
1278 | { return QBool(indexOf(s, 0, cs) != -1); }
| ^
/usr/include/qt4/QtCore/qstring.h:658:27: note: because 'QLatin1String' has
user-provided 'QLatin1String& QLatin1String::operator=(const QLatin1String&)'
658 | inline QLatin1String &operator=(const QLatin1String &other)
| ^~~~~~~~
/usr/include/qt4/QtCore/qstring.h:1125:31: note: initializing argument 1 of
'int QStringRef::indexOf(QLatin1String, int, Qt::CaseSensitivity) const'
1125 | int indexOf(QLatin1String str, int from = 0, Qt::CaseSensitivity cs
= Qt::CaseSensitive) const;
| ~~~~~~~~~~~~~~^~~
../../generated_cpp/com_trolltech_qt_core/qtscript_QFutureVoid.cpp: At global
scope:
../../generated_cpp/com_trolltech_qt_core/qtscript_QFutureVoid.cpp:54:21:
warning: 'QScriptValue qtscript_QFutureVoid_prototype_call(QScriptContext*,
QScriptEngine*)' defined but not used [-Wunused-function]
54 | static QScriptValue qtscript_QFutureVoid_prototype_call(QScriptContext
*context, QScriptEngine *)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rm -f libqtscript_core.so.1.0.0 libqtscript_core.so libqtscript_core.so.1
libqtscript_core.so.1.0
g++ -m64 -Wl,-O1 -shared -Wl,-soname,libqtscript_core.so.1 -o
libqtscript_core.so.1.0.0 release/plugin.o release/qtscript_QFutureVoid.o
release/com_trolltech_qt_core_init.o -L/usr/lib/x86_64-linux-gnu -lQtScript
-lQtCore
ln -s libqtscript_core.so.1.0.0 libqtscript_core.so
ln -s libqtscript_core.so.1.0.0 libqtscript_core.so.1
ln -s libqtscript_core.so.1.0.0 libqtscript_core.so.1.0
rm -f ../../plugins/script/libqtscript_core.so.1.0.0
rm -f ../../plugins/script/libqtscript_core.so
rm -f ../../plugins/script/libqtscript_core.so.1
rm -f ../../plugins/script/libqtscript_core.so.1.0
mv -f libqtscript_core.so.1.0.0 libqtscript_core.so libqtscript_core.so.1
libqtscript_core.so.1.0 ../../plugins/script/
make[5]: Leaving directory
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/qtbindings/qtscript_core'
make[4]: Leaving directory
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/qtbindings/qtscript_core'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/qtbindings'
make[2]: *** [Makefile:31: obj-x86_64-linux-gnu/qtbindings/done] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j4 BUILDDIR=obj-x86_64-linux-gnu returned exit code 2
make[1]: *** [debian/rules:19: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:16: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Version: 0.2.0-1+rm
Dear submitter,
as the package qtscriptgenerator has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/919250
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---