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

Bug#1046543: qtfeedback-opensource-src: Fails to build source after successful build



Source: qtfeedback-opensource-src
Version: 5.0~git20180903.a14bd0b-5
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 qtfeedback-opensource-src
> dpkg-buildpackage: info: source version 5.0~git20180903.a14bd0b-5
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Mike Gabriel <sunweaver@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 -Wl,-z,now' 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr ) && make -f Makefile distclean
> make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
> cd feedback/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/src/feedback/feedback.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 -Wl,-z,now' 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr ) && make -f Makefile distclean
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/feedback'
> rm -f QtFeedback.version
> rm -f .moc/moc_predefs.h
> rm -f .moc/moc_qfeedbackactuator.cpp .moc/moc_qfeedbackeffect.cpp
> rm -f .obj/qfeedbackactuator.o .obj/qfeedbackeffect.o .obj/qfeedbackplugin.o .obj/moc_qfeedbackactuator.o .obj/moc_qfeedbackeffect.o
> rm -f *~ core *.core
> rm -f ../../lib/libQt5Feedback.so.5.0.0 
> rm -f ../../lib/libQt5Feedback.so ../../lib/libQt5Feedback.so.5 ../../lib/libQt5Feedback.so.5.0 ../../lib/libQt5Feedback.a
> rm -f /<<PKGBUILDDIR>>/include/QtFeedback/QtFeedbackDepends /<<PKGBUILDDIR>>/src/feedback/qdoc_wrapper.sh /<<PKGBUILDDIR>>/lib/cmake/Qt5Feedback/Qt5FeedbackConfig.cmake /<<PKGBUILDDIR>>/lib/cmake/Qt5Feedback/Qt5FeedbackConfigVersion.cmake ../../lib/libQt5Feedback.prl ../../lib/libQt5Feedback.la ../../lib/pkgconfig/Qt5Feedback.pc
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/feedback'
> cd plugins/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/src/plugins/plugins.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 -Wl,-z,now' 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr ) && make -f Makefile distclean
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/plugins'
> cd feedback/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/src/plugins/feedback/feedback.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 -Wl,-z,now' 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr ) && make -f Makefile distclean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/src/plugins/feedback'
> cd mmk/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/src/plugins/feedback/mmk/mmk.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 -Wl,-z,now' 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr ) && make -f Makefile distclean
> make[5]: Entering directory '/<<PKGBUILDDIR>>/src/plugins/feedback/mmk'
> rm -f .moc/moc_predefs.h
> rm -f .moc/moc_qfeedback.cpp
> rm -f .obj/qfeedback.o .obj/moc_qfeedback.o
> rm -f *~ core *.core
> rm -f ../../../../plugins/feedback/libqtfeedback_mmk.so 
> rm -f /<<PKGBUILDDIR>>/lib/cmake/Qt5Feedback/Qt5Feedback_.cmake
> rm -f Makefile
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/plugins/feedback/mmk'
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/plugins/feedback'
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/plugins'
> cd imports/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/src/imports/imports.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 -Wl,-z,now' 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr ) && make -f Makefile distclean
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/imports'
> cd feedback/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/src/imports/feedback/feedback.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 -Wl,-z,now' 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr ) && make -f Makefile distclean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/src/imports/feedback'
> rm -f .moc/moc_predefs.h
> rm -f .moc/moc_qdeclarativehapticseffect_p.cpp .moc/moc_qdeclarativefileeffect_p.cpp .moc/moc_qdeclarativethemeeffect_p.cpp .moc/moc_qdeclarativefeedbackactuator_p.cpp .moc/moc_qdeclarativefeedbackeffect_p.cpp
> rm -f .moc/plugin.moc
> rm -f .obj/qdeclarativehapticseffect.o .obj/qdeclarativefileeffect.o .obj/plugin.o .obj/qdeclarativethemeeffect.o .obj/qdeclarativefeedbackactuator.o .obj/qdeclarativefeedbackeffect.o .obj/moc_qdeclarativehapticseffect_p.o .obj/moc_qdeclarativefileeffect_p.o .obj/moc_qdeclarativethemeeffect_p.o .obj/moc_qdeclarativefeedbackactuator_p.o .obj/moc_qdeclarativefeedbackeffect_p.o
> rm -f *~ core *.core
> rm -f ../../../qml/QtFeedback/libdeclarative_feedback.so 
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/imports/feedback'
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/imports'
> 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 -Wl,-z,now' 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> -Wl,-z,now' 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 -Wl,-z,now' 'QMAKE_LFLAGS_DEBUG=-Wl,-z,relro 
> -Wl,-z,now' QMAKE_STRIP=: PREFIX=/usr ) && make -f Makefile distclean
> make[2]: Entering directory '/<<PKGBUILDDIR>>/examples'
> rm -f Makefile
> make[2]: Entering directory '/<<PKGBUILDDIR>>/tests'
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/examples'
> cd auto/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/tests/auto/auto.pro ) && make -f Makefile distclean
> make[3]: Entering directory '/<<PKGBUILDDIR>>/tests/auto'
> cd qfeedbackactuator/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/tests/auto/qfeedbackactuator/qfeedbackactuator.pro ) && make -f Makefile distclean
> cd qfeedbackhapticseffect/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/tests/auto/qfeedbackhapticseffect/qfeedbackhapticseffect.pro ) && make -f Makefile distclean
> cd qfeedbackplugin/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/tests/auto/qfeedbackplugin/qfeedbackplugin.pro ) && make -f Makefile distclean
> cd qfeedbackmmk/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/tests/auto/qfeedbackmmk/qfeedbackmmk.pro ) && make -f Makefile distclean
> cd qdeclarativefeedback/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/tests/auto/qdeclarativefeedback/qdeclarativefeedback.pro ) && make -f Makefile distclean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/tests/auto/qfeedbackactuator'
> rm -f .moc/moc_predefs.h
> rm -f .moc/tst_qfeedbackactuator.moc
> rm -f .obj/tst_qfeedbackactuator.o
> rm -f *~ core *.core
> rm -f qfeedbackactuator 
> rm -f /<<PKGBUILDDIR>>/tests/auto/qfeedbackactuator/target_wrapper.sh
> make[4]: Entering directory '/<<PKGBUILDDIR>>/tests/auto/qfeedbackplugin'
> rm -f Makefile
> cd testplugin/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/tests/auto/qfeedbackplugin/testplugin/testplugin.pro ) && make -f Makefile distclean
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/qfeedbackactuator'
> cd testplugin2/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/tests/auto/qfeedbackplugin/testplugin2/testplugin2.pro ) && make -f Makefile distclean
> cd testplugin3/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/tests/auto/qfeedbackplugin/testplugin3/testplugin3.pro ) && make -f Makefile distclean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/tests/auto/qfeedbackhapticseffect'
> rm -f .moc/moc_predefs.h
> rm -f .moc/tst_qfeedbackhapticseffect.moc
> rm -f .obj/tst_qfeedbackhapticseffect.o
> rm -f *~ core *.core
> make[4]: Entering directory '/<<PKGBUILDDIR>>/tests/auto/qdeclarativefeedback'
> rm -f .moc/moc_predefs.h
> rm -f .moc/tst_qdeclarativefeedback.moc
> make[4]: Entering directory '/<<PKGBUILDDIR>>/tests/auto/qfeedbackmmk'
> rm -f .moc/moc_predefs.h
> rm -f .moc/tst_qfeedbackmmk.moc
> rm -f qfeedbackhapticseffect 
> rm -f .obj/tst_qdeclarativefeedback.o
> rm -f .obj/tst_qfeedbackmmk.o
> rm -f *~ core *.core
> rm -f /<<PKGBUILDDIR>>/tests/auto/qfeedbackhapticseffect/target_wrapper.sh
> rm -f *~ core *.core
> rm -f qdeclarativefeedback 
> rm -f Makefile
> rm -f qfeedbackmmk 
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/qfeedbackhapticseffect'
> rm -f /<<PKGBUILDDIR>>/tests/auto/qdeclarativefeedback/target_wrapper.sh
> rm -f /<<PKGBUILDDIR>>/tests/auto/qfeedbackmmk/target_wrapper.sh
> rm -f Makefile
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/qdeclarativefeedback'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/qfeedbackmmk'
> make[5]: Entering directory '/<<PKGBUILDDIR>>/tests/auto/qfeedbackplugin/testplugin3'
> rm -f .moc/moc_predefs.h
> make[5]: Entering directory '/<<PKGBUILDDIR>>/tests/auto/qfeedbackplugin/testplugin2'
> rm -f .moc/moc_predefs.h
> rm -f .moc/moc_qfeedbacktestplugin.cpp
> rm -f .obj/qfeedbacktestplugin.o .obj/moc_qfeedbacktestplugin.o
> rm -f .moc/moc_qfeedbacktestplugin.cpp
> rm -f *~ core *.core
> rm -f .obj/qfeedbacktestplugin.o .obj/moc_qfeedbacktestplugin.o
> rm -f ../../../../plugins/feedback/libqtfeedback_testplugin2.so 
> rm -f /<<PKGBUILDDIR>>/lib/cmake/Qt5Feedback/Qt5Feedback_.cmake
> rm -f *~ core *.core
> rm -f Makefile
> rm -f ../../../../plugins/feedback/libqtfeedback_testplugin3.so 
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/qfeedbackplugin/testplugin2'
> rm -f /<<PKGBUILDDIR>>/lib/cmake/Qt5Feedback/Qt5Feedback_.cmake
> rm -f Makefile
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/qfeedbackplugin/testplugin3'
> make[5]: Entering directory '/<<PKGBUILDDIR>>/tests/auto/qfeedbackplugin/testplugin'
> rm -f .moc/moc_predefs.h
> rm -f .moc/moc_qfeedbacktestplugin.cpp
> rm -f .obj/qfeedbacktestplugin.o .obj/moc_qfeedbacktestplugin.o
> rm -f *~ core *.core
> rm -f ../../../../plugins/feedback/libqtfeedback_testplugin.so 
> rm -f /<<PKGBUILDDIR>>/lib/cmake/Qt5Feedback/Qt5Feedback_.cmake
> rm -f Makefile
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/qfeedbackplugin/testplugin'
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/qfeedbackplugin'
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto'
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/tests'
> 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 qtfeedback-opensource-src using existing ./qtfeedback-opensource-src_5.0~git20180903.a14bd0b.orig.tar.xz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: error: cannot represent change to doc/qtfeedback.qch: binary file contents changed
> dpkg-source: error: add doc/qtfeedback.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/qtfeedback/images/arrow_bc.png: binary file contents changed
> dpkg-source: error: add doc/qtfeedback/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/qtfeedback/images/bgrContent.png: binary file contents changed
> dpkg-source: error: add doc/qtfeedback/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/qtfeedback/images/btn_next.png: binary file contents changed
> dpkg-source: error: add doc/qtfeedback/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/qtfeedback/images/btn_prev.png: binary file contents changed
> dpkg-source: error: add doc/qtfeedback/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/qtfeedback/images/bullet_dn.png: binary file contents changed
> dpkg-source: error: add doc/qtfeedback/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/qtfeedback/images/bullet_sq.png: binary file contents changed
> dpkg-source: error: add doc/qtfeedback/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/qtfeedback/images/hapticsquare-example.png: binary file contents changed
> dpkg-source: error: add doc/qtfeedback/images/hapticsquare-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/qtfeedback/images/home.png: binary file contents changed
> dpkg-source: error: add doc/qtfeedback/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/qtfeedback/images/ico_note.png: binary file contents changed
> dpkg-source: error: add doc/qtfeedback/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/qtfeedback/images/ico_note_attention.png: binary file contents changed
> dpkg-source: error: add doc/qtfeedback/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/qtfeedback/images/ico_out.png: binary file contents changed
> dpkg-source: error: add doc/qtfeedback/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/qtfeedback/images/logo.png: binary file contents changed
> dpkg-source: error: add doc/qtfeedback/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/qtfeedback/images/non-periodic-effect.png: binary file contents changed
> dpkg-source: error: add doc/qtfeedback/images/non-periodic-effect.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/qtfeedback/images/periodic-effect.png: binary file contents changed
> dpkg-source: error: add doc/qtfeedback/images/periodic-effect.png in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: warning: file qtfeedback-opensource-src-5.0~git20180903.a14bd0b/doc/qtfeedback/qtfeedback.qhp.sha1 has no final newline (either original or modified version)
> dpkg-source: warning: newly created empty file 'src/feedback/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/qtfeedback-opensource-src_5.0~git20180903.a14bd0b-5_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: