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

Bug#1046752: qtserialport-opensource-src: Fails to build source after successful build



Source: qtserialport-opensource-src
Version: 5.15.10-2
Severity: minor
Tags: trixie sid ftbfs
User: lucas@debian.org
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: debian-qa@lists.debian.org
Usertags: qa-doublebuild

Hi,

This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).

This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.

More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild

Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env -us -uc -rfakeroot -S
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------
> 
> dpkg-buildpackage: info: source package qtserialport-opensource-src
> dpkg-buildpackage: info: source version 5.15.10-2
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Dmitry Shachnev <mitya57@debian.org>
>  dpkg-source --before-build .
>  debian/rules clean
> dh clean --with pkgkde_symbolshelper
>    dh_auto_clean
> 	make -j8 distclean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> cd src/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/src/src.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: 
> PREFIX=/usr ) && make -f Makefile distclean
> cd config.tests/ntddmodm && make distclean
> make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
> make[2]: Entering directory '/<<PKGBUILDDIR>>/config.tests/ntddmodm'
> rm -f main.o
> cd serialport/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/src/serialport/serialport.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> QMAKE_STRIP=: PREFIX=/usr ) && make -f Makefile distclean
> rm -f *~ core *.core
> rm -f ntddmodm 
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/config.tests/ntddmodm'
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/serialport'
> rm -f QtSerialPort.version
> rm -f .moc/moc_predefs.h
> rm -f .moc/moc_qserialport.cpp
> rm -f .obj/qserialport.o .obj/qserialportinfo.o .obj/qserialport_unix.o .obj/qserialportinfo_unix.o
> rm -f *~ core *.core
> rm -f ../../lib/libQt5SerialPort.so.5.15.10 
> rm -f ../../lib/libQt5SerialPort.so ../../lib/libQt5SerialPort.so.5 ../../lib/libQt5SerialPort.so.5.15 ../../lib/libQt5SerialPort.a
> rm -f /<<PKGBUILDDIR>>/include/QtSerialPort/qtserialport-config.h /<<PKGBUILDDIR>>/include/QtSerialPort/5.15.10/QtSerialPort/private/qtserialport-config_p.h /<<PKGBUILDDIR>>/include/QtSerialPort/QtSerialPortDepends /<<PKGBUILDDIR>>/src/serialport/qdoc_wrapper.sh /<<PKGBUILDDIR>>/lib/cmake/Qt5SerialPort/Qt5SerialPortConfig.cmake /<<PKGBUILDDIR>>/lib/cmake/Qt5SerialPort/Qt5SerialPortConfigVersion.cmake ../../lib/libQt5SerialPort.prl ../../lib/libQt5SerialPort.la ../../lib/pkgconfig/Qt5SerialPort.pc
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/serialport'
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
> cd examples/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/examples/examples.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> QMAKE_STRIP=: PREFIX=/usr ) && make -f Makefile distclean
> cd tests/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/tests/tests.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: 
> PREFIX=/usr ) && make -f Makefile distclean
> make[2]: Entering directory '/<<PKGBUILDDIR>>/examples'
> cd serialport/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/examples/serialport/serialport.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> QMAKE_STRIP=: PREFIX=/usr ) && make -f Makefile distclean
> make[2]: Entering directory '/<<PKGBUILDDIR>>/tests'
> cd auto/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/tests/auto/auto.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> QMAKE_STRIP=: PREFIX=/usr ) && make -f Makefile distclean
> make[3]: Entering directory '/<<PKGBUILDDIR>>/examples/serialport'
> cd cenumerator/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/examples/serialport/cenumerator/cenumerator.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro 
> QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr ) && make -f Makefile distclean
> cd creaderasync/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/examples/serialport/creaderasync/creaderasync.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro 
> QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr ) && make -f Makefile distclean
> cd creadersync/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/examples/serialport/creadersync/creadersync.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro 
> QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr ) && make -f Makefile distclean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/examples/serialport/cenumerator'
> make[3]: Entering directory '/<<PKGBUILDDIR>>/tests/auto'
> rm -f .moc/moc_predefs.h
> rm -f .obj/main.o
> cd cwriterasync/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/examples/serialport/cwriterasync/cwriterasync.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro 
> QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr ) && make -f Makefile distclean
> rm -f *~ core *.core
> rm -f cenumerator 
> cd qserialport/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/tests/auto/qserialport/qserialport.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> QMAKE_STRIP=: PREFIX=/usr ) && make -f Makefile distclean
> cd cwritersync/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/examples/serialport/cwritersync/cwritersync.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro 
> QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr ) && make -f Makefile distclean
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/examples/serialport/cenumerator'
> make[4]: Entering directory '/<<PKGBUILDDIR>>/examples/serialport/creadersync'
> rm -f .moc/moc_predefs.h
> cd qserialportinfo/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/tests/auto/qserialportinfo/qserialportinfo.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro 
> QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr ) && make -f Makefile distclean
> cd cmake/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/tests/auto/cmake/cmake.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> QMAKE_STRIP=: PREFIX=/usr ) && make -f Makefile distclean
> cd enumerator/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/examples/serialport/enumerator/enumerator.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro 
> QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr ) && make -f Makefile distclean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/examples/serialport/cwriterasync'
> rm -f .moc/moc_predefs.h
> rm -f .obj/main.o
> rm -f .moc/moc_serialportwriter.cpp
> rm -f *~ core *.core
> rm -f .obj/main.o .obj/serialportwriter.o .obj/moc_serialportwriter.o
> rm -f *~ core *.core
> rm -f cwriterasync 
> rm -f Makefile
> rm -f creadersync 
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/examples/serialport/cwriterasync'
> make[4]: Entering directory '/<<PKGBUILDDIR>>/tests/auto/qserialportinfo'
> rm -f .moc/moc_predefs.h
> cd terminal/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/examples/serialport/terminal/terminal.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> QMAKE_STRIP=: PREFIX=/usr ) && make -f Makefile distclean
> rm -f .moc/tst_qserialportinfo.moc
> rm -f Makefile
> make[4]: Entering directory '/<<PKGBUILDDIR>>/examples/serialport/creaderasync'
> rm -f .moc/moc_predefs.h
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/examples/serialport/creadersync'
> make[4]: Entering directory '/<<PKGBUILDDIR>>/examples/serialport/enumerator'
> rm -f .moc/moc_predefs.h
> rm -f .moc/moc_serialportreader.cpp
> rm -f .obj/tst_qserialportinfo.o
> make[4]: Entering directory '/<<PKGBUILDDIR>>/tests/auto/qserialport'
> rm -f .moc/moc_predefs.h
> rm -f .obj/main.o
> rm -f .obj/main.o .obj/serialportreader.o .obj/moc_serialportreader.o
> cd blockingmaster/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/examples/serialport/blockingmaster/blockingmaster.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro 
> QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr ) && make -f Makefile distclean
> rm -f *~ core *.core
> rm -f .moc/tst_qserialport.moc
> make[4]: Entering directory '/<<PKGBUILDDIR>>/examples/serialport/cwritersync'
> rm -f .moc/moc_predefs.h
> rm -f .obj/main.o
> rm -f *~ core *.core
> rm -f *~ core *.core
> rm -f *~ core *.core
> rm -f .obj/tst_qserialport.o
> rm -f *~ core *.core
> rm -f cwritersync 
> rm -f Makefile
> rm -f creaderasync 
> make[4]: Entering directory '/<<PKGBUILDDIR>>/tests/auto/cmake'
> rm -f Makefile
> rm -f tst_qserialportinfo 
> rm -f Makefile
> rm -f enumerator 
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/examples/serialport/cwritersync'
> rm -f Makefile
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/examples/serialport/creaderasync'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/cmake'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/qserialportinfo'
> cd blockingslave/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/examples/serialport/blockingslave/blockingslave.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro 
> QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr ) && make -f Makefile distclean
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/examples/serialport/enumerator'
> cd master/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/examples/serialport/master/master.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> QMAKE_STRIP=: PREFIX=/usr ) && make -f Makefile distclean
> cd slave/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/examples/serialport/slave/slave.pro 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' 'QMAKE_CXXFLAGS_DEBUG=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> QMAKE_STRIP=: PREFIX=/usr ) && make -f Makefile distclean
> rm -f tst_qserialport 
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/qserialport'
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto'
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/tests'
> make[4]: Entering directory '/<<PKGBUILDDIR>>/examples/serialport/blockingslave'
> rm -f .moc/moc_predefs.h
> make[4]: Entering directory '/<<PKGBUILDDIR>>/examples/serialport/terminal'
> rm -f .rcc/qrc_terminal.cpp
> make[4]: Entering directory '/<<PKGBUILDDIR>>/examples/serialport/blockingmaster'
> rm -f .moc/moc_predefs.h
> rm -f .moc/moc_predefs.h
> rm -f .moc/moc_dialog.cpp .moc/moc_slavethread.cpp
> rm -f .moc/moc_dialog.cpp .moc/moc_masterthread.cpp
> rm -f .moc/moc_mainwindow.cpp .moc/moc_settingsdialog.cpp .moc/moc_console.cpp
> rm -f .obj/main.o .obj/dialog.o .obj/slavethread.o .obj/moc_dialog.o .obj/moc_slavethread.o
> rm -f .obj/main.o .obj/dialog.o .obj/masterthread.o .obj/moc_dialog.o .obj/moc_masterthread.o
> rm -f .uic/ui_mainwindow.h .uic/ui_settingsdialog.h
> rm -f .obj/main.o .obj/mainwindow.o .obj/settingsdialog.o .obj/console.o .obj/qrc_terminal.o .obj/moc_mainwindow.o .obj/moc_settingsdialog.o .obj/moc_console.o
> rm -f *~ core *.core
> rm -f *~ core *.core
> make[4]: Entering directory '/<<PKGBUILDDIR>>/examples/serialport/slave'
> make[4]: Entering directory '/<<PKGBUILDDIR>>/examples/serialport/master'
> rm -f .moc/moc_predefs.h
> rm -f .moc/moc_dialog.cpp
> rm -f *~ core *.core
> rm -f .moc/moc_predefs.h
> rm -f .moc/moc_dialog.cpp
> rm -f .obj/main.o .obj/dialog.o .obj/moc_dialog.o
> rm -f blockingslave 
> rm -f *~ core *.core
> rm -f .obj/main.o .obj/dialog.o .obj/moc_dialog.o
> rm -f blockingmaster 
> rm -f terminal 
> rm -f master 
> rm -f Makefile
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/examples/serialport/blockingslave'
> rm -f Makefile
> rm -f *~ core *.core
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/examples/serialport/blockingmaster'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/examples/serialport/master'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/examples/serialport/terminal'
> rm -f slave 
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/examples/serialport/slave'
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/examples/serialport'
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/examples'
> rm -f Makefile
> rm -f .qmake.cache config.cache config.log mkspecs/modules/*.pri mkspecs/modules-inst/*.pri .qmake.stash
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_clean
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building qtserialport-opensource-src using existing ./qtserialport-opensource-src_5.15.10.orig.tar.xz
> dpkg-source: warning: newly created empty file 'config.opt' will not be represented in diff
> dpkg-source: error: cannot represent change to doc/qtserialport.qch: binary file contents changed
> dpkg-source: error: add doc/qtserialport.qch in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/qtserialport/images/arrow_bc.png: binary file contents changed
> dpkg-source: error: add doc/qtserialport/images/arrow_bc.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/qtserialport/images/bgrContent.png: binary file contents changed
> dpkg-source: error: add doc/qtserialport/images/bgrContent.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/qtserialport/images/blockingmaster-example.png: binary file contents changed
> dpkg-source: error: add doc/qtserialport/images/blockingmaster-example.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/qtserialport/images/blockingslave-example.png: binary file contents changed
> dpkg-source: error: add doc/qtserialport/images/blockingslave-example.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/qtserialport/images/btn_next.png: binary file contents changed
> dpkg-source: error: add doc/qtserialport/images/btn_next.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/qtserialport/images/btn_prev.png: binary file contents changed
> dpkg-source: error: add doc/qtserialport/images/btn_prev.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/qtserialport/images/bullet_dn.png: binary file contents changed
> dpkg-source: error: add doc/qtserialport/images/bullet_dn.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/qtserialport/images/bullet_sq.png: binary file contents changed
> dpkg-source: error: add doc/qtserialport/images/bullet_sq.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/qtserialport/images/cenumerator-example.png: binary file contents changed
> dpkg-source: error: add doc/qtserialport/images/cenumerator-example.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/qtserialport/images/creaderasync-example.png: binary file contents changed
> dpkg-source: error: add doc/qtserialport/images/creaderasync-example.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/qtserialport/images/creadersync-example.png: binary file contents changed
> dpkg-source: error: add doc/qtserialport/images/creadersync-example.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/qtserialport/images/cwriterasync-example.png: binary file contents changed
> dpkg-source: error: add doc/qtserialport/images/cwriterasync-example.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/qtserialport/images/cwritersync-example.png: binary file contents changed
> dpkg-source: error: add doc/qtserialport/images/cwritersync-example.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/qtserialport/images/enumerator-example.png: binary file contents changed
> dpkg-source: error: add doc/qtserialport/images/enumerator-example.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/qtserialport/images/home.png: binary file contents changed
> dpkg-source: error: add doc/qtserialport/images/home.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/qtserialport/images/ico_note.png: binary file contents changed
> dpkg-source: error: add doc/qtserialport/images/ico_note.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/qtserialport/images/ico_note_attention.png: binary file contents changed
> dpkg-source: error: add doc/qtserialport/images/ico_note_attention.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/qtserialport/images/ico_out.png: binary file contents changed
> dpkg-source: error: add doc/qtserialport/images/ico_out.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/qtserialport/images/logo.png: binary file contents changed
> dpkg-source: error: add doc/qtserialport/images/logo.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to doc/qtserialport/images/terminal-example.png: binary file contents changed
> dpkg-source: error: add doc/qtserialport/images/terminal-example.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: warning: file qtserialport-opensource-src-5.15.10/doc/qtserialport/qtserialport.qhp.sha1 has no final newline (either original or modified version)
> dpkg-source: warning: newly created empty file 'src/serialport/codeattributions.qdoc' will not be represented in diff
> dpkg-source: error: unrepresentable changes to source
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 1
> 
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env -us -uc -rfakeroot -S' failed to run.


The full build log is available from:
http://qa-logs.debian.net/2023/08/13/qtserialport-opensource-src_5.15.10-2_unstable.log

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.


Reply to: