[Pkg-deepin-devel] Bug#1044740: dtkgui: Fails to build source after successful build
Lucas Nussbaum
lucas at debian.org
Sun Aug 13 17:56:53 BST 2023
Source: dtkgui
Version: 5.5.25-1
Severity: minor
Tags: trixie sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: debian-qa at 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 dtkgui
> dpkg-buildpackage: info: source version 5.5.25-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Clay Stan <claystan97 at gmail.com>
> dpkg-source --before-build .
> debian/rules clean
> dh clean
> 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 LIB_INSTALL_DIR=/usr/lib/x86_64-linux-gnu ) && make -f Makefile distclean
> make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
> rm -f moc_predefs.h
> rm -f moc_dfiledrag.cpp moc_dfiledragclient.cpp moc_dfiledragserver.cpp moc_dforeignwindow.cpp moc_dguiapplicationhelper.cpp moc_dnativesettings.cpp moc_dpalette.cpp moc_dplatformhandle.cpp moc_dplatformtheme.cpp moc_dregionmonitor.cpp moc_dwindowmanagerhelper.cpp moc_dfontmanager.cpp moc_dtaskbarcontrol.cpp moc_dthumbnailprovider.cpp
> rm -f xeventmonitor_interface.cpp
> rm -f dfiledragclient.moc dfiledragserver.moc
> rm -f xeventmonitor_interface.h
> rm -f moc_xeventmonitor_interface.cpp
> rm -f dfiledrag.o dfiledragclient.o dfiledragserver.o dforeignwindow.o dguiapplicationhelper.o dnativesettings.o dpalette.o dplatformhandle.o dplatformtheme.o dregionmonitor.o dwindowgroupleader.o dwindowmanagerhelper.o dfontmanager.o dsvgrenderer.o dtaskbarcontrol.o dthumbnailprovider.o moc_dfiledrag.o moc_dfiledragclient.o moc_dfiledragserver.o moc_dforeignwindow.o moc_dnativesettings.o moc_dpalette.o moc_dplatformhandle.o moc_dwindowmanagerhelper.o moc_dfontmanager.o moc_dtaskbarcontrol.o moc_dthumbnailprovider.o xeventmonitor_interface.o moc_xeventmonitor_interface.o
> rm -f *~ core *.core
> rm -f libdtkgui.so.5.5.23
> rm -f libdtkgui.so libdtkgui.so.5 libdtkgui.so.5.5 libdtkgui.a
> rm -f libdtkgui.prl pkgconfig/dtkgui.pc
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
> cd tools/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/tools/tools.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 LIB_INSTALL_DIR=/usr/lib/x86_64-linux-gnu ) && make -f Makefile distclean
> make[2]: Entering directory '/<<PKGBUILDDIR>>/tools'
> cd deepin-gui-settings/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/tools/deepin-gui-settings/deepin-gui-settings.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 LIB_INSTALL_DIR=/usr/lib/x86_64-linux-gnu ) && make -f Makefile distclean
> cd dde-kwin-debug/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/tools/dde-kwin-debug/dde-kwin-debug.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 LIB_INSTALL_DIR=/usr/lib/x86_64-linux-gnu ) && make -f Makefile distclean
> make[3]: Entering directory '/<<PKGBUILDDIR>>/tools/dde-kwin-debug'
> rm -f moc_predefs.h
> rm -f main.o
> rm -f *~ core *.core
> rm -f ../../bin/dde-kwin-debug
> rm -f Makefile
> make[3]: Entering directory '/<<PKGBUILDDIR>>/tools/deepin-gui-settings'
> /usr/lib/qt5/bin/qmake -o Makefile deepin-gui-settings.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
> LIB_INSTALL_DIR=/usr/lib/x86_64-linux-gnu
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/tools/dde-kwin-debug'
> Project MESSAGE: build dtk with version 5.5.23
> Project MESSAGE: library version name libdtk-5.5.23, VER_BUI is 0
> rm -f moc_predefs.h
> rm -f main.o
> rm -f *~ core *.core
> rm -f ../../bin/deepin-gui-settings
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/tools/deepin-gui-settings'
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/tools'
> 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 LIB_INSTALL_DIR=/usr/lib/x86_64-linux-gnu ) && make -f Makefile distclean
> make[2]: Entering directory '/<<PKGBUILDDIR>>/tests'
> rm -f qrc_res.cpp
> rm -f ../src/moc_predefs.h
> rm -f ../src/moc_dfiledrag.cpp ../src/moc_dfiledragclient.cpp ../src/moc_dfiledragserver.cpp ../src/moc_dforeignwindow.cpp ../src/moc_dguiapplicationhelper.cpp ../src/moc_dnativesettings.cpp ../src/moc_dpalette.cpp ../src/moc_dplatformhandle.cpp ../src/moc_dplatformtheme.cpp ../src/moc_dregionmonitor.cpp ../src/moc_dwindowmanagerhelper.cpp ../src/moc_dfontmanager.cpp ../src/moc_dtaskbarcontrol.cpp ../src/moc_dthumbnailprovider.cpp
> rm -f xeventmonitor_interface.cpp
> rm -f ../src/dfiledragclient.moc ../src/dfiledragserver.moc
> rm -f xeventmonitor_interface.h
> rm -f ../src/moc_xeventmonitor_interface.cpp
> rm -f dfiledrag.o dfiledragclient.o dfiledragserver.o dforeignwindow.o dguiapplicationhelper.o dnativesettings.o dpalette.o dplatformhandle.o dplatformtheme.o dregionmonitor.o dwindowgroupleader.o dwindowmanagerhelper.o dfontmanager.o dsvgrenderer.o dtaskbarcontrol.o dthumbnailprovider.o main.o ut_dguiapplicationhelper.o ut_dregionmonitor.o ut_dforeignwindow.o ut_dpalette.o ut_dplatformhandle.o ut_dplatformtheme.o ut_dwindowmanagerhelper.o ut_dwindowgroupleader.o ut_dfontmanager.o ut_dsvgrenderer.o ut_dtaskbarcontrol.o ut_dthumbnailprovider.o qrc_res.o moc_dfiledrag.o moc_dfiledragclient.o moc_dfiledragserver.o moc_dforeignwindow.o moc_dnativesettings.o moc_dpalette.o moc_dplatformhandle.o moc_dwindowmanagerhelper.o moc_dfontmanager.o moc_dtaskbarcontrol.o moc_dthumbnailprovider.o xeventmonitor_interface.o
> moc_xeventmonitor_interface.o
> rm -f *~ core *.core
> rm -f tests
> rm -f /<<PKGBUILDDIR>>/tests/target_wrapper.sh
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/tests'
> 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 LIB_INSTALL_DIR=/usr/lib/x86_64-linux-gnu ) && make -f Makefile distclean
> make[2]: Entering directory '/<<PKGBUILDDIR>>/examples'
> cd dnd-example/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /<<PKGBUILDDIR>>/examples/dnd-example/dnd-example.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 LIB_INSTALL_DIR=/usr/lib/x86_64-linux-gnu ) && make -f Makefile distclean
> make[3]: Entering directory '/<<PKGBUILDDIR>>/examples/dnd-example'
> ( test -e Makefile.dnd-test-server || /usr/lib/qt5/bin/qmake -o Makefile.dnd-test-server /<<PKGBUILDDIR>>/examples/dnd-example/dnd-test-server.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 LIB_INSTALL_DIR=/usr/lib/x86_64-linux-gnu ) && make -f Makefile.dnd-test-server distclean
> ( test -e Makefile.dnd-test-client || /usr/lib/qt5/bin/qmake -o Makefile.dnd-test-client /<<PKGBUILDDIR>>/examples/dnd-example/dnd-test-client.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 LIB_INSTALL_DIR=/usr/lib/x86_64-linux-gnu ) && make -f Makefile.dnd-test-client distclean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/examples/dnd-example'
> /usr/lib/qt5/bin/qmake -o Makefile.dnd-test-server dnd-test-server.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 LIB_INSTALL_DIR=/usr/lib/x86_64-linux-gnu
> Project MESSAGE: build dtk with version 5.5.23
> Project MESSAGE: library version name libdtk-5.5.23, VER_BUI is 0
> make[4]: Entering directory '/<<PKGBUILDDIR>>/examples/dnd-example'
> /usr/lib/qt5/bin/qmake -o Makefile.dnd-test-client dnd-test-client.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 LIB_INSTALL_DIR=/usr/lib/x86_64-linux-gnu
> Project MESSAGE: build dtk with version 5.5.23
> Project MESSAGE: library version name libdtk-5.5.23, VER_BUI is 0
> rm -f moc_predefs.h
> rm -f dnd-test-server.moc
> rm -f dnd-test-server.o
> rm -f *~ core *.core
> rm -f ../../bin/dnd-test-server
> rm -f Makefile.dnd-test-server
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/examples/dnd-example'
> rm -f moc_predefs.h
> rm -f dnd-test-client.moc
> rm -f dnd-test-client.o
> rm -f *~ core *.core
> rm -f ../../bin/dnd-test-client
> rm -f Makefile.dnd-test-client
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/examples/dnd-example'
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/examples/dnd-example'
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/examples'
> rm -f Makefile
> rm -f .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 dtkgui using existing ./dtkgui_5.5.25.orig.tar.gz
> dpkg-source: error: cannot represent change to tests/dfiledrag.gcda: binary file contents changed
> dpkg-source: error: add tests/dfiledrag.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/dfiledrag.gcno: binary file contents changed
> dpkg-source: error: add tests/dfiledrag.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/dfiledragclient.gcda: binary file contents changed
> dpkg-source: error: add tests/dfiledragclient.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/dfiledragclient.gcno: binary file contents changed
> dpkg-source: error: add tests/dfiledragclient.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/dfiledragserver.gcda: binary file contents changed
> dpkg-source: error: add tests/dfiledragserver.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/dfiledragserver.gcno: binary file contents changed
> dpkg-source: error: add tests/dfiledragserver.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/dfontmanager.gcda: binary file contents changed
> dpkg-source: error: add tests/dfontmanager.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/dfontmanager.gcno: binary file contents changed
> dpkg-source: error: add tests/dfontmanager.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/dforeignwindow.gcda: binary file contents changed
> dpkg-source: error: add tests/dforeignwindow.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/dforeignwindow.gcno: binary file contents changed
> dpkg-source: error: add tests/dforeignwindow.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/dguiapplicationhelper.gcda: binary file contents changed
> dpkg-source: error: add tests/dguiapplicationhelper.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/dguiapplicationhelper.gcno: binary file contents changed
> dpkg-source: error: add tests/dguiapplicationhelper.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/dnativesettings.gcda: binary file contents changed
> dpkg-source: error: add tests/dnativesettings.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/dnativesettings.gcno: binary file contents changed
> dpkg-source: error: add tests/dnativesettings.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/dpalette.gcda: binary file contents changed
> dpkg-source: error: add tests/dpalette.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/dpalette.gcno: binary file contents changed
> dpkg-source: error: add tests/dpalette.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/dplatformhandle.gcda: binary file contents changed
> dpkg-source: error: add tests/dplatformhandle.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/dplatformhandle.gcno: binary file contents changed
> dpkg-source: error: add tests/dplatformhandle.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/dplatformtheme.gcda: binary file contents changed
> dpkg-source: error: add tests/dplatformtheme.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/dplatformtheme.gcno: binary file contents changed
> dpkg-source: error: add tests/dplatformtheme.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/dregionmonitor.gcda: binary file contents changed
> dpkg-source: error: add tests/dregionmonitor.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/dregionmonitor.gcno: binary file contents changed
> dpkg-source: error: add tests/dregionmonitor.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/dsvgrenderer.gcda: binary file contents changed
> dpkg-source: error: add tests/dsvgrenderer.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/dsvgrenderer.gcno: binary file contents changed
> dpkg-source: error: add tests/dsvgrenderer.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/dtaskbarcontrol.gcda: binary file contents changed
> dpkg-source: error: add tests/dtaskbarcontrol.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/dtaskbarcontrol.gcno: binary file contents changed
> dpkg-source: error: add tests/dtaskbarcontrol.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/dthumbnailprovider.gcda: binary file contents changed
> dpkg-source: error: add tests/dthumbnailprovider.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/dthumbnailprovider.gcno: binary file contents changed
> dpkg-source: error: add tests/dthumbnailprovider.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/dwindowgroupleader.gcda: binary file contents changed
> dpkg-source: error: add tests/dwindowgroupleader.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/dwindowgroupleader.gcno: binary file contents changed
> dpkg-source: error: add tests/dwindowgroupleader.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/dwindowmanagerhelper.gcda: binary file contents changed
> dpkg-source: error: add tests/dwindowmanagerhelper.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/dwindowmanagerhelper.gcno: binary file contents changed
> dpkg-source: error: add tests/dwindowmanagerhelper.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/main.gcda: binary file contents changed
> dpkg-source: error: add tests/main.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/main.gcno: binary file contents changed
> dpkg-source: error: add tests/main.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/moc_dfiledrag.gcda: binary file contents changed
> dpkg-source: error: add tests/moc_dfiledrag.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/moc_dfiledrag.gcno: binary file contents changed
> dpkg-source: error: add tests/moc_dfiledrag.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/moc_dfiledragclient.gcda: binary file contents changed
> dpkg-source: error: add tests/moc_dfiledragclient.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/moc_dfiledragclient.gcno: binary file contents changed
> dpkg-source: error: add tests/moc_dfiledragclient.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/moc_dfiledragserver.gcda: binary file contents changed
> dpkg-source: error: add tests/moc_dfiledragserver.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/moc_dfiledragserver.gcno: binary file contents changed
> dpkg-source: error: add tests/moc_dfiledragserver.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/moc_dfontmanager.gcda: binary file contents changed
> dpkg-source: error: add tests/moc_dfontmanager.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/moc_dfontmanager.gcno: binary file contents changed
> dpkg-source: error: add tests/moc_dfontmanager.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/moc_dforeignwindow.gcda: binary file contents changed
> dpkg-source: error: add tests/moc_dforeignwindow.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/moc_dforeignwindow.gcno: binary file contents changed
> dpkg-source: error: add tests/moc_dforeignwindow.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/moc_dnativesettings.gcda: binary file contents changed
> dpkg-source: error: add tests/moc_dnativesettings.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/moc_dnativesettings.gcno: binary file contents changed
> dpkg-source: error: add tests/moc_dnativesettings.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/moc_dpalette.gcda: binary file contents changed
> dpkg-source: error: add tests/moc_dpalette.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/moc_dpalette.gcno: binary file contents changed
> dpkg-source: error: add tests/moc_dpalette.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/moc_dplatformhandle.gcda: binary file contents changed
> dpkg-source: error: add tests/moc_dplatformhandle.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/moc_dplatformhandle.gcno: binary file contents changed
> dpkg-source: error: add tests/moc_dplatformhandle.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/moc_dtaskbarcontrol.gcda: binary file contents changed
> dpkg-source: error: add tests/moc_dtaskbarcontrol.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/moc_dtaskbarcontrol.gcno: binary file contents changed
> dpkg-source: error: add tests/moc_dtaskbarcontrol.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/moc_dthumbnailprovider.gcda: binary file contents changed
> dpkg-source: error: add tests/moc_dthumbnailprovider.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/moc_dthumbnailprovider.gcno: binary file contents changed
> dpkg-source: error: add tests/moc_dthumbnailprovider.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/moc_dwindowmanagerhelper.gcda: binary file contents changed
> dpkg-source: error: add tests/moc_dwindowmanagerhelper.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/moc_dwindowmanagerhelper.gcno: binary file contents changed
> dpkg-source: error: add tests/moc_dwindowmanagerhelper.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/moc_xeventmonitor_interface.gcda: binary file contents changed
> dpkg-source: error: add tests/moc_xeventmonitor_interface.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/moc_xeventmonitor_interface.gcno: binary file contents changed
> dpkg-source: error: add tests/moc_xeventmonitor_interface.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/qrc_res.gcda: binary file contents changed
> dpkg-source: error: add tests/qrc_res.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/qrc_res.gcno: binary file contents changed
> dpkg-source: error: add tests/qrc_res.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/ut_dfontmanager.gcda: binary file contents changed
> dpkg-source: error: add tests/ut_dfontmanager.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/ut_dfontmanager.gcno: binary file contents changed
> dpkg-source: error: add tests/ut_dfontmanager.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/ut_dforeignwindow.gcda: binary file contents changed
> dpkg-source: error: add tests/ut_dforeignwindow.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/ut_dforeignwindow.gcno: binary file contents changed
> dpkg-source: error: add tests/ut_dforeignwindow.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/ut_dguiapplicationhelper.gcda: binary file contents changed
> dpkg-source: error: add tests/ut_dguiapplicationhelper.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/ut_dguiapplicationhelper.gcno: binary file contents changed
> dpkg-source: error: add tests/ut_dguiapplicationhelper.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/ut_dpalette.gcda: binary file contents changed
> dpkg-source: error: add tests/ut_dpalette.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/ut_dpalette.gcno: binary file contents changed
> dpkg-source: error: add tests/ut_dpalette.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/ut_dplatformhandle.gcda: binary file contents changed
> dpkg-source: error: add tests/ut_dplatformhandle.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/ut_dplatformhandle.gcno: binary file contents changed
> dpkg-source: error: add tests/ut_dplatformhandle.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/ut_dplatformtheme.gcda: binary file contents changed
> dpkg-source: error: add tests/ut_dplatformtheme.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/ut_dplatformtheme.gcno: binary file contents changed
> dpkg-source: error: add tests/ut_dplatformtheme.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/ut_dregionmonitor.gcda: binary file contents changed
> dpkg-source: error: add tests/ut_dregionmonitor.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/ut_dregionmonitor.gcno: binary file contents changed
> dpkg-source: error: add tests/ut_dregionmonitor.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/ut_dsvgrenderer.gcda: binary file contents changed
> dpkg-source: error: add tests/ut_dsvgrenderer.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/ut_dsvgrenderer.gcno: binary file contents changed
> dpkg-source: error: add tests/ut_dsvgrenderer.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/ut_dtaskbarcontrol.gcda: binary file contents changed
> dpkg-source: error: add tests/ut_dtaskbarcontrol.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/ut_dtaskbarcontrol.gcno: binary file contents changed
> dpkg-source: error: add tests/ut_dtaskbarcontrol.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/ut_dthumbnailprovider.gcda: binary file contents changed
> dpkg-source: error: add tests/ut_dthumbnailprovider.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/ut_dthumbnailprovider.gcno: binary file contents changed
> dpkg-source: error: add tests/ut_dthumbnailprovider.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/ut_dwindowgroupleader.gcda: binary file contents changed
> dpkg-source: error: add tests/ut_dwindowgroupleader.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/ut_dwindowgroupleader.gcno: binary file contents changed
> dpkg-source: error: add tests/ut_dwindowgroupleader.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/ut_dwindowmanagerhelper.gcda: binary file contents changed
> dpkg-source: error: add tests/ut_dwindowmanagerhelper.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/ut_dwindowmanagerhelper.gcno: binary file contents changed
> dpkg-source: error: add tests/ut_dwindowmanagerhelper.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/xeventmonitor_interface.gcda: binary file contents changed
> dpkg-source: error: add tests/xeventmonitor_interface.gcda in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/xeventmonitor_interface.gcno: binary file contents changed
> dpkg-source: error: add tests/xeventmonitor_interface.gcno in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> 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/dtkgui_5.5.25-1_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.
More information about the Pkg-deepin-devel
mailing list