--- Begin Message ---
Source: qtscript-opensource-src
Version: 5.15.10+dfsg-2
Severity: minor
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: debian...@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 qtscript-opensource-src
> dpkg-buildpackage: info: source version 5.15.10+dfsg-2
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Dmitry Shachnev
> <mity...@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 -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 -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 -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 -Wdate-time -D_FORTIFY_SOURCE=2'
> QMAKE_LFLAGS_RELEASE=-Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-z,relro
> QMAKE_STRIP=: PREFIX=/usr QT_BUILD_PARTS+=tests ) && make -f Makefile
> distclean
> make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
> cd script/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile
> /<<PKGBUILDDIR>>/src/script/script.pro 'QMAKE_CFLAGS_RELEASE=-g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -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 -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 -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 -Wdate-time -D_FORTIFY_SOURCE=2'
> QMAKE_LFLAGS_RELEASE=-Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-z,relro
> QMAKE_STRIP=: PREFIX=/usr QT_BUILD_PARTS+=tests ) && make -f Makefile
> distclean
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/script'
> rm -f QtScript.version
> rm -f .moc/moc_predefs.h
> rm -f .moc/moc_qscriptengine.cpp .moc/moc_qscriptextensionplugin.cpp
> .moc/moc_qscriptqobject_p.cpp
> rm -f .moc/MainThreadQt.moc .moc/ThreadingQt.moc
> rm -f obj/release/pcre_compile.o obj/release/pcre_exec.o
> obj/release/pcre_tables.o obj/release/pcre_ucp_searchfuncs.o
> obj/release/pcre_xclass.o obj/release/JSBase.o
> obj/release/JSCallbackConstructor.o obj/release/JSCallbackFunction.o
> obj/release/JSCallbackObject.o obj/release/JSClassRef.o
> obj/release/JSContextRef.o obj/release/JSObjectRef.o
> obj/release/JSStringRef.o obj/release/JSValueRef.o
> obj/release/OpaqueJSString.o obj/release/ARMAssembler.o
> obj/release/MacroAssemblerARM.o obj/release/CodeBlock.o
> obj/release/JumpTable.o obj/release/Opcode.o obj/release/SamplingTool.o
> obj/release/StructureStubInfo.o obj/release/BytecodeGenerator.o
> obj/release/NodesCodegen.o obj/release/DebuggerActivation.o
> obj/release/DebuggerCallFrame.o obj/release/Debugger.o
> obj/release/CallFrame.o obj/release/Interpreter.o
> obj/release/RegisterFile.o obj/release/ExecutableAllocatorFixedVMPool.o
> obj/release/ExecutableAllocatorPosix.o
> obj/release/ExecutableAllocatorSymbian.o obj/release/ExecutableAllocatorWin.o
> obj/release/ExecutableAllocator.o obj/release/JITArithmetic.o
> obj/release/JITCall.o obj/release/JIT.o obj/release/JITOpcodes.o
> obj/release/JITPropertyAccess.o obj/release/JITStubs.o obj/release/Lexer.o
> obj/release/Nodes.o obj/release/ParserArena.o obj/release/Parser.o
> obj/release/Profile.o obj/release/ProfileGenerator.o
> obj/release/ProfileNode.o obj/release/Profiler.o obj/release/ArgList.o
> obj/release/Arguments.o obj/release/ArrayConstructor.o
> obj/release/ArrayPrototype.o obj/release/BooleanConstructor.o
> obj/release/BooleanObject.o obj/release/BooleanPrototype.o
> obj/release/CallData.o obj/release/Collector.o
> obj/release/CommonIdentifiers.o obj/release/Completion.o
> obj/release/ConstructData.o obj/release/DateConstructor.o
> obj/release/DateConversion.o obj/release/DateInstance.o
> obj/release/DatePrototype.o obj/release/ErrorConstructor.o
> obj/release/Error.o obj/release/ErrorInstance.o obj/release/ErrorPrototype.o
> obj/release/ExceptionHelpers.o obj/release/Executable.o
> obj/release/FunctionConstructor.o obj/release/FunctionPrototype.o
> obj/release/GetterSetter.o obj/release/GlobalEvalFunction.o
> obj/release/Identifier.o obj/release/InitializeThreading.o
> obj/release/InternalFunction.o obj/release/JSActivation.o
> obj/release/JSAPIValueWrapper.o obj/release/JSArray.o
> obj/release/JSByteArray.o obj/release/JSCell.o obj/release/JSFunction.o
> obj/release/JSGlobalData.o obj/release/JSGlobalObject.o
> obj/release/JSGlobalObjectFunctions.o
> obj/release/JSImmediate.o obj/release/JSLock.o obj/release/JSNotAnObject.o
> obj/release/JSNumberCell.o obj/release/JSObject.o obj/release/JSONObject.o
> obj/release/JSPropertyNameIterator.o obj/release/JSStaticScopeObject.o
> obj/release/JSString.o obj/release/JSValue.o obj/release/JSVariableObject.o
> obj/release/JSWrapperObject.o obj/release/LiteralParser.o
> obj/release/Lookup.o obj/release/MarkStackPosix.o
> obj/release/MarkStackSymbian.o obj/release/MarkStackWin.o
> obj/release/MarkStack.o obj/release/MathObject.o
> obj/release/NativeErrorConstructor.o obj/release/NativeErrorPrototype.o
> obj/release/NumberConstructor.o obj/release/NumberObject.o
> obj/release/NumberPrototype.o obj/release/ObjectConstructor.o
> obj/release/ObjectPrototype.o obj/release/Operations.o
> obj/release/PropertyDescriptor.o obj/release/PropertyNameArray.o
> obj/release/PropertySlot.o obj/release/PrototypeFunction.o
> obj/release/RegExpConstructor.o obj/release/RegExp.o
> obj/release/RegExpObject.o obj/release/RegExpPrototype.o
> obj/release/ScopeChain.o obj/release/SmallStrings.o
> obj/release/StringConstructor.o obj/release/StringObject.o
> obj/release/StringPrototype.o obj/release/StructureChain.o
> obj/release/Structure.o obj/release/TimeoutChecker.o obj/release/UString.o
> obj/release/UStringImpl.o obj/release/Assertions.o obj/release/ByteArray.o
> obj/release/CurrentTime.o obj/release/DateMath.o obj/release/dtoa.o
> obj/release/FastMalloc.o obj/release/HashTable.o obj/release/MainThread.o
> obj/release/MainThreadQt.o obj/release/ThreadingQt.o
> obj/release/RandomNumber.o obj/release/RefCountedLeakCounter.o
> obj/release/BlockAllocatorSymbian.o
> obj/release/RegisterFileAllocatorSymbian.o
> obj/release/ThreadingNone.o obj/release/Threading.o obj/release/TypeTraits.o
> obj/release/CollatorDefault.o obj/release/CollatorICU.o obj/release/UTF8.o
> obj/release/RegexCompiler.o obj/release/RegexInterpreter.o
> obj/release/RegexJIT.o obj/release/Grammar.o obj/release/TCSystemAlloc.o
> obj/release/qscriptclass.o obj/release/qscriptclasspropertyiterator.o
> obj/release/qscriptcontext.o obj/release/qscriptcontextinfo.o
> obj/release/qscriptengine.o obj/release/qscriptengineagent.o
> obj/release/qscriptextensionplugin.o obj/release/qscriptprogram.o
> obj/release/qscriptstring.o obj/release/qscriptvalue.o
> obj/release/qscriptvalueiterator.o obj/release/qscriptable.o
> obj/release/qscriptfunction.o obj/release/qscriptobject.o
> obj/release/qscriptclassobject.o obj/release/qscriptvariant.o
> obj/release/qscriptqobject.o
> obj/release/qscriptglobalobject.o obj/release/qscriptactivationobject.o
> obj/release/qscriptstaticscopeobject.o obj/release/qscriptdeclarativeobject.o
> obj/release/qscriptdeclarativeclass.o obj/release/qscriptast.o
> obj/release/qscriptastvisitor.o obj/release/qscriptgrammar.o
> obj/release/qscriptsyntaxchecker.o obj/release/qscriptlexer.o
> obj/release/moc_qscriptextensionplugin.o
> rm -f .pch/Qt5Script.gch/c .pch/Qt5Script.gch/c++
> rm -f *~ core *.core
> rm -f ../../lib/libQt5Script.so.5.15.10
> rm -f ../../lib/libQt5Script.so ../../lib/libQt5Script.so.5
> ../../lib/libQt5Script.so.5.15 ../../lib/libQt5Script.a
> rm -f /<<PKGBUILDDIR>>/include/QtScript/qtscript-config.h
> /<<PKGBUILDDIR>>/include/QtScript/5.15.10/QtScript/private/qtscript-config_p.h
> /<<PKGBUILDDIR>>/include/QtScript/QtScriptDepends
> /<<PKGBUILDDIR>>/src/script/qdoc_wrapper.sh
> /<<PKGBUILDDIR>>/lib/cmake/Qt5Script/Qt5ScriptConfig.cmake
> /<<PKGBUILDDIR>>/lib/cmake/Qt5Script/Qt5ScriptConfigVersion.cmake
> ../../lib/libQt5Script.prl ../../lib/libQt5Script.la
> ../../lib/pkgconfig/Qt5Script.pc
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/script'
> cd scripttools/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile
> /<<PKGBUILDDIR>>/src/scripttools/scripttools.pro 'QMAKE_CFLAGS_RELEASE=-g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -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 -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 -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 -Wdate-time -D_FORTIFY_SOURCE=2'
> QMAKE_LFLAGS_RELEASE=-Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-z,relro
> QMAKE_STRIP=: PREFIX=/usr QT_BUILD_PARTS+=tests ) && make -f Makefile
> distclean
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/scripttools'
> rm -f QtScriptTools.version
> rm -f .rcc/qrc_scripttools_debugging.cpp
> rm -f .moc/moc_predefs.h
> rm -f .moc/moc_qscriptdebugger_p.cpp
> .moc/moc_qscriptcompletiontaskinterface_p.cpp
> .moc/moc_qscriptcompletiontask_p.cpp
> .moc/moc_qscriptdebuggerconsoleglobalobject_p.cpp .moc/moc_qscriptedit_p.cpp
> .moc/moc_qscriptdebuggerconsolewidgetinterface_p.cpp
> .moc/moc_qscriptdebuggerconsolewidget_p.cpp
> .moc/moc_qscriptdebuggerstackwidgetinterface_p.cpp
> .moc/moc_qscriptdebuggerstackwidget_p.cpp
> .moc/moc_qscriptdebuggerscriptswidgetinterface_p.cpp
> .moc/moc_qscriptdebuggerscriptswidget_p.cpp
> .moc/moc_qscriptdebuggerscriptsmodel_p.cpp
> .moc/moc_qscriptdebuggerlocalswidgetinterface_p.cpp
> .moc/moc_qscriptdebuggerlocalswidget_p.cpp
> .moc/moc_qscriptdebuggerlocalsmodel_p.cpp
> .moc/moc_qscriptdebuggercodewidgetinterface_p.cpp
> .moc/moc_qscriptdebuggercodewidget_p.cpp
> .moc/moc_qscriptdebuggercodeviewinterface_p.cpp
> .moc/moc_qscriptdebuggercodeview_p.cpp
> .moc/moc_qscriptdebuggercodefinderwidgetinterface_p.cpp
> .moc/moc_qscriptdebuggercodefinderwidget_p.cpp
> .moc/moc_qscriptdebugoutputwidgetinterface_p.cpp
> .moc/moc_qscriptdebugoutputwidget_p.cpp
> .moc/moc_qscriptbreakpointswidgetinterface_p.cpp
> .moc/moc_qscriptbreakpointswidget_p.cpp
> .moc/moc_qscriptbreakpointsmodel_p.cpp
> .moc/moc_qscripterrorlogwidgetinterface_p.cpp
> .moc/moc_qscripterrorlogwidget_p.cpp .moc/moc_qscriptenginedebugger.cpp
> rm -f .moc/qscriptdebuggerconsolewidget.moc
> .moc/qscriptdebuggerlocalswidget.moc .moc/qscriptbreakpointswidget.moc
> .moc/qscriptenginedebugger.moc
> rm -f .obj/qscriptdebuggervalue.o .obj/qscriptdebuggervalueproperty.o
> .obj/qscriptdebuggercommand.o .obj/qscriptdebuggerresponse.o
> .obj/qscriptdebuggerevent.o .obj/qscriptdebuggercommandexecutor.o
> .obj/qscriptdebuggercommandschedulerfrontend.o .obj/qscriptdebuggerbackend.o
> .obj/qscriptdebuggeragent.o .obj/qscriptdebuggerfrontend.o
> .obj/qscriptstdmessagehandler.o .obj/qscriptenginedebuggerfrontend.o
> .obj/qscriptdebuggerjob.o .obj/qscriptdebuggercommandschedulerjob.o
> .obj/qscriptvalueproperty.o .obj/qscriptobjectsnapshot.o
> .obj/qscriptscriptdata.o .obj/qscriptxmlparser.o .obj/qscriptbreakpointdata.o
> .obj/qscriptdebugger.o .obj/qscriptdebuggerconsole.o
> .obj/qscriptdebuggerconsolecommand.o .obj/qscriptdebuggerconsolecommandjob.o
> .obj/qscriptdebuggerconsolecommandgroupdata.o
> .obj/qscriptdebuggerconsolecommandmanager.o
> .obj/qscriptcompletiontaskinterface.o .obj/qscriptcompletiontask.o
> .obj/qscriptdebuggerconsoleglobalobject.o
> .obj/qscriptdebuggerscriptedconsolecommand.o .obj/qscriptedit.o
> .obj/qscriptsyntaxhighlighter.o .obj/qscriptdebuggerconsolewidgetinterface.o
> .obj/qscriptdebuggerconsolewidget.o
> .obj/qscriptdebuggerstackwidgetinterface.o .obj/qscriptdebuggerstackwidget.o
> .obj/qscriptdebuggerstackmodel.o .obj/qscriptdebuggerscriptswidgetinterface.o
> .obj/qscriptdebuggerscriptswidget.o .obj/qscriptdebuggerscriptsmodel.o
> .obj/qscriptdebuggerlocalswidgetinterface.o
> .obj/qscriptdebuggerlocalswidget.o .obj/qscriptdebuggerlocalsmodel.o
> .obj/qscriptdebuggercodewidgetinterface.o .obj/qscriptdebuggercodewidget.o
> .obj/qscriptdebuggercodeviewinterface.o .obj/qscriptdebuggercodeview.o
> .obj/qscriptdebuggercodefinderwidgetinterface.o
> .obj/qscriptdebuggercodefinderwidget.o
> .obj/qscriptdebugoutputwidgetinterface.o .obj/qscriptdebugoutputwidget.o
> .obj/qscriptbreakpointswidgetinterface.o .obj/qscriptbreakpointswidget.o
> .obj/qscriptbreakpointsmodel.o .obj/qscripterrorlogwidgetinterface.o
> .obj/qscripterrorlogwidget.o .obj/qscriptdebuggerstandardwidgetfactory.o
> .obj/qscriptenginedebugger.o .obj/qrc_scripttools_debugging.o
> .obj/moc_qscriptcompletiontaskinterface_p.o
> .obj/moc_qscriptcompletiontask_p.o
> .obj/moc_qscriptdebuggerconsoleglobalobject_p.o .obj/moc_qscriptedit_p.o
> .obj/moc_qscriptdebuggerconsolewidgetinterface_p.o
> .obj/moc_qscriptdebuggerstackwidgetinterface_p.o
> .obj/moc_qscriptdebuggerscriptswidgetinterface_p.o
> .obj/moc_qscriptdebuggerscriptsmodel_p.o
> .obj/moc_qscriptdebuggerlocalswidgetinterface_p.o
> .obj/moc_qscriptdebuggerlocalsmodel_p.o
> .obj/moc_qscriptdebuggercodewidgetinterface_p.o
> .obj/moc_qscriptdebuggercodeviewinterface_p.o
> .obj/moc_qscriptdebuggercodefinderwidgetinterface_p.o
> .obj/moc_qscriptdebugoutputwidgetinterface_p.o
> .obj/moc_qscriptdebugoutputwidget_p.o
> .obj/moc_qscriptbreakpointswidgetinterface_p.o
> .obj/moc_qscriptbreakpointsmodel_p.o
> .obj/moc_qscripterrorlogwidgetinterface_p.o .obj/moc_qscripterrorlogwidget_p.o
> rm -f .pch/Qt5ScriptTools.gch/c .pch/Qt5ScriptTools.gch/c++
> rm -f *~ core *.core
> rm -f ../../lib/libQt5ScriptTools.so.5.15.10
> rm -f ../../lib/libQt5ScriptTools.so ../../lib/libQt5ScriptTools.so.5
> ../../lib/libQt5ScriptTools.so.5.15 ../../lib/libQt5ScriptTools.a
> rm -f /<<PKGBUILDDIR>>/include/QtScriptTools/QtScriptToolsDepends
> /<<PKGBUILDDIR>>/src/scripttools/qdoc_wrapper.sh
> /<<PKGBUILDDIR>>/lib/cmake/Qt5ScriptTools/Qt5ScriptToolsConfig.cmake
> /<<PKGBUILDDIR>>/lib/cmake/Qt5ScriptTools/Qt5ScriptToolsConfigVersion.cmake
> ../../lib/libQt5ScriptTools.prl ../../lib/libQt5ScriptTools.la
> ../../lib/pkgconfig/Qt5ScriptTools.pc
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/scripttools'
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
> 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 -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 -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 -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 -Wdate-time -D_FORTIFY_SOURCE=2'
> QMAKE_LFLAGS_RELEASE=-Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-z,relro
> QMAKE_STRIP=: PREFIX=/usr QT_BUILD_PARTS+=tests ) && make -f Makefile
> distclean
> 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 -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 -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 -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 -Wdate-time -D_FORTIFY_SOURCE=2'
> QMAKE_LFLAGS_RELEASE=-Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-z,relro
> QMAKE_STRIP=: PREFIX=/usr QT_BUILD_PARTS+=tests ) && 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 -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 -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 -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 -Wdate-time -D_FORTIFY_SOURCE=2'
> QMAKE_LFLAGS_RELEASE=-Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-z,relro
> QMAKE_STRIP=: PREFIX=/usr QT_BUILD_PARTS+=tests ) && make -f Makefile
> distclean
> make[2]: Entering directory '/<<PKGBUILDDIR>>/examples'
> cd script/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile
> /<<PKGBUILDDIR>>/examples/script/script.pro 'QMAKE_CFLAGS_RELEASE=-g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -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 -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 -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 -Wdate-time -D_FORTIFY_SOURCE=2'
> QMAKE_LFLAGS_RELEASE=-Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-z,relro
> QMAKE_STRIP=: PREFIX=/usr QT_BUILD_PARTS+=tests ) && make -f Makefile
> distclean
> make[3]: Entering directory '/<<PKGBUILDDIR>>/tests/auto'
> cd qscriptable/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile
> /<<PKGBUILDDIR>>/tests/auto/qscriptable/qscriptable.pro
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -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 -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 -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 -Wdate-time -D_FORTIFY_SOURCE=2'
> QMAKE_LFLAGS_RELEASE=-Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-z,relro
> QMAKE_STRIP=: PREFIX=/usr QT_BUILD_PARTS+=tests ) && make -f Makefile
> distclean
> cd qscriptclass/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile
> /<<PKGBUILDDIR>>/tests/auto/qscriptclass/qscriptclass.pro
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -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 -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 -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 -Wdate-time
> -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro
> QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr
> QT_BUILD_PARTS+=tests ) && make -f Makefile distclean
> cd qscriptcontextinfo/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o
> Makefile
> /<<PKGBUILDDIR>>/tests/auto/qscriptcontextinfo/qscriptcontextinfo.pro
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -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 -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 -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 -Wdate-time
> -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro
> QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr
> QT_BUILD_PARTS+=tests ) && make -f Makefile distclean
> cd qscriptengine/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile
> /<<PKGBUILDDIR>>/tests/auto/qscriptengine/qscriptengine.pro
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -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 -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 -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 -Wdate-time
> -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro
> QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr
> QT_BUILD_PARTS+=tests ) && make -f Makefile distclean
> cd qscriptenginedebugger/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o
> Makefile
> /<<PKGBUILDDIR>>/tests/auto/qscriptenginedebugger/qscriptenginedebugger.pro
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -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 -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 -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 -Wdate-time
> -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro
> QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr
> QT_BUILD_PARTS+=tests ) && make -f Makefile distclean
> cd qscriptextensionplugin/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o
> Makefile
> /<<PKGBUILDDIR>>/tests/auto/qscriptextensionplugin/qscriptextensionplugin.pro
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -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 -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 -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 -Wdate-time
> -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro
> QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr
> QT_BUILD_PARTS+=tests ) && make -f Makefile distclean
> make[3]: Entering directory '/<<PKGBUILDDIR>>/examples/script'
> cd customclass/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile
> /<<PKGBUILDDIR>>/examples/script/customclass/customclass.pro
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -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 -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 -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 -Wdate-time
> -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro
> QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr
> QT_BUILD_PARTS+=tests ) && make -f Makefile distclean
> cd qscriptextqobject/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o
> Makefile /<<PKGBUILDDIR>>/tests/auto/qscriptextqobject/qscriptextqobject.pro
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -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 -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 -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 -Wdate-time
> -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro
> QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr
> QT_BUILD_PARTS+=tests ) && make -f Makefile distclean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/tests/auto/qscriptengine'
> rm -f .rcc/qrc_qscriptengine.cpp
> make[4]: Entering directory '/<<PKGBUILDDIR>>/tests/auto/qscriptcontextinfo'
> rm -f .moc/moc_predefs.h
> rm -f .moc/moc_predefs.h
> rm -f .moc/tst_qscriptengine.moc
> make[4]: Entering directory '/<<PKGBUILDDIR>>/tests/auto/qscriptable'
> rm -f .moc/moc_predefs.h
> rm -f .obj/tst_qscriptengine.o .obj/qrc_qscriptengine.o
> rm -f .moc/tst_qscriptcontextinfo.moc
> rm -f .obj/tst_qscriptcontextinfo.o
> rm -f *~ core *.core
> rm -f *~ core *.core
> rm -f tst_qscriptengine
> make[4]: Entering directory '/<<PKGBUILDDIR>>/examples/script/customclass'
> rm -f .moc/moc_predefs.h
> rm -f /<<PKGBUILDDIR>>/tests/auto/qscriptengine/target_wrapper.sh
> rm -f .moc/moc_bytearrayclass.cpp .moc/moc_bytearrayprototype.cpp
> rm -f Makefile
> rm -f .obj/main.o .obj/bytearrayclass.o .obj/bytearrayprototype.o
> .obj/moc_bytearrayclass.o .obj/moc_bytearrayprototype.o
> rm -f .moc/tst_qscriptable.moc
> rm -f *~ core *.core
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/qscriptengine'
> make[4]: Entering directory '/<<PKGBUILDDIR>>/tests/auto/qscriptclass'
> make[4]: Entering directory
> '/<<PKGBUILDDIR>>/tests/auto/qscriptenginedebugger'
> rm -f .moc/moc_predefs.h
> rm -f .moc/moc_predefs.h
> make[4]: Entering directory
> '/<<PKGBUILDDIR>>/tests/auto/qscriptextensionplugin'
> rm -f .moc/tst_qscriptclass.moc
> rm -f tst_qscriptcontextinfo
> rm -f .obj/tst_qscriptclass.o
> rm -f /<<PKGBUILDDIR>>/tests/auto/qscriptcontextinfo/target_wrapper.sh
> rm -f Makefile
> rm -f *~ core *.core
> rm -f .obj/tst_qscriptable.o
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/qscriptcontextinfo'
> rm -f .moc/tst_qscriptenginedebugger.moc
> cd qscriptjstestsuite/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o
> Makefile
> /<<PKGBUILDDIR>>/tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -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 -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 -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 -Wdate-time
> -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro
> QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr
> QT_BUILD_PARTS+=tests ) && make -f Makefile distclean
> rm -f customclass
> cd simpleplugin/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile
> /<<PKGBUILDDIR>>/tests/auto/qscriptextensionplugin/simpleplugin/simpleplugin.pro
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -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 -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 -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 -Wdate-time
> -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro
> QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr
> QT_BUILD_PARTS+=tests ) && make -f Makefile distclean
> rm -f .obj/tst_qscriptenginedebugger.o
> rm -f *~ core *.core
> rm -f tst_qscriptclass
> rm -f Makefile
> cd qscriptstring/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile
> /<<PKGBUILDDIR>>/tests/auto/qscriptstring/qscriptstring.pro
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -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 -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 -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 -Wdate-time
> -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro
> QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr
> QT_BUILD_PARTS+=tests ) && make -f Makefile distclean
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/examples/script/customclass'
> rm -f *~ core *.core
> rm -f tst_qscriptable
> cd qsdbg/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile
> /<<PKGBUILDDIR>>/examples/script/qsdbg/qsdbg.pro 'QMAKE_CFLAGS_RELEASE=-g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -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 -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 -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 -Wdate-time -D_FORTIFY_SOURCE=2'
> QMAKE_LFLAGS_RELEASE=-Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-z,relro
> QMAKE_STRIP=: PREFIX=/usr QT_BUILD_PARTS+=tests ) && make -f Makefile
> distclean
> rm -f /<<PKGBUILDDIR>>/tests/auto/qscriptclass/target_wrapper.sh
> rm -f /<<PKGBUILDDIR>>/tests/auto/qscriptable/target_wrapper.sh
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/qscriptable'
> cd qscriptv8testsuite/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o
> Makefile
> /<<PKGBUILDDIR>>/tests/auto/qscriptv8testsuite/qscriptv8testsuite.pro
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -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 -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 -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 -Wdate-time
> -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro
> QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr
> QT_BUILD_PARTS+=tests ) && make -f Makefile distclean
> rm -f tst_qscriptenginedebugger
> make[4]: Entering directory '/<<PKGBUILDDIR>>/tests/auto/qscriptextqobject'
> rm -f .moc/moc_predefs.h
> make[5]: Entering directory
> '/<<PKGBUILDDIR>>/tests/auto/qscriptextensionplugin/simpleplugin'
> rm -f .moc/moc_predefs.h
> make[4]: Entering directory '/<<PKGBUILDDIR>>/examples/script/qsdbg'
> rm -f .moc/moc_predefs.h
> rm -f Makefile
> rm -f /<<PKGBUILDDIR>>/tests/auto/qscriptenginedebugger/target_wrapper.sh
> rm -f .moc/tst_qscriptextqobject.moc
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/qscriptclass'
> rm -f .obj/main.o .obj/scriptdebugger.o .obj/scriptbreakpointmanager.o
> rm -f .obj/tst_qscriptextqobject.o
> rm -f Makefile
> rm -f .moc/simpleplugin.moc
> make[4]: Entering directory '/<<PKGBUILDDIR>>/tests/auto/qscriptv8testsuite'
> rm -f .rcc/qrc_qscriptv8testsuite.cpp
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/qscriptenginedebugger'
> rm -f .obj/simpleplugin.o
> rm -f .moc/moc_predefs.h
> rm -f *~ core *.core
> make[4]: Entering directory '/<<PKGBUILDDIR>>/tests/auto/qscriptjstestsuite'
> rm -f .rcc/qrc_qscriptjstestsuite.cpp
> cd qscriptvalue/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile
> /<<PKGBUILDDIR>>/tests/auto/qscriptvalue/qscriptvalue.pro
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -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 -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 -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 -Wdate-time
> -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro
> QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr
> QT_BUILD_PARTS+=tests ) && make -f Makefile distclean
> rm -f .moc/moc_predefs.h
> rm -f *~ core *.core
> rm -f .obj/tst_qscriptv8testsuite.o .obj/abstracttestsuite.o
> .obj/qrc_qscriptv8testsuite.o
> rm -f *~ core *.core
> rm -f qsdbg
> make[4]: Entering directory '/<<PKGBUILDDIR>>/tests/auto/qscriptstring'
> rm -f .moc/moc_predefs.h
> rm -f .obj/tst_qscriptjstestsuite.o .obj/abstracttestsuite.o
> .obj/qrc_qscriptjstestsuite.o
> rm -f tst_qscriptextqobject
> rm -f Makefile
> rm -f *~ core *.core
> cd qscriptvaluegenerated/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o
> Makefile
> /<<PKGBUILDDIR>>/tests/auto/qscriptvaluegenerated/qscriptvaluegenerated.pro
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -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 -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 -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 -Wdate-time
> -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro
> QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr
> QT_BUILD_PARTS+=tests ) && make -f Makefile distclean
> rm -f .moc/tst_qscriptstring.moc
> rm -f ../plugins/script/libsimpleplugin.so
> rm -f *~ core *.core
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/examples/script/qsdbg'
> rm -f .obj/tst_qscriptstring.o
> rm -f /<<PKGBUILDDIR>>/tests/auto/qscriptextqobject/target_wrapper.sh
> rm -f Makefile
> cd helloscript/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile
> /<<PKGBUILDDIR>>/examples/script/helloscript/helloscript.pro
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -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 -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 -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 -Wdate-time
> -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro
> QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr
> QT_BUILD_PARTS+=tests ) && make -f Makefile distclean
> rm -f Makefile
> rm -f *~ core *.core
> rm -f tst_qscriptjstestsuite
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/qscriptextqobject'
> rm -f tst_qscriptv8testsuite
> make[5]: Leaving directory
> '/<<PKGBUILDDIR>>/tests/auto/qscriptextensionplugin/simpleplugin'
> rm -f /<<PKGBUILDDIR>>/tests/auto/qscriptjstestsuite/target_wrapper.sh
> rm -f Makefile
> cd staticplugin/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile
> /<<PKGBUILDDIR>>/tests/auto/qscriptextensionplugin/staticplugin/staticplugin.pro
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -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 -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 -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 -Wdate-time
> -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro
> QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr
> QT_BUILD_PARTS+=tests ) && make -f Makefile distclean
> rm -f /<<PKGBUILDDIR>>/tests/auto/qscriptv8testsuite/target_wrapper.sh
> cd qscriptvalueiterator/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o
> Makefile
> /<<PKGBUILDDIR>>/tests/auto/qscriptvalueiterator/qscriptvalueiterator.pro
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -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 -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 -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 -Wdate-time
> -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro
> QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr
> QT_BUILD_PARTS+=tests ) && make -f Makefile distclean
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/qscriptjstestsuite'
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/qscriptv8testsuite'
> rm -f tst_qscriptstring
> rm -f /<<PKGBUILDDIR>>/tests/auto/qscriptstring/target_wrapper.sh
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/qscriptstring'
> cd qscriptqwidgets/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o
> Makefile /<<PKGBUILDDIR>>/tests/auto/qscriptqwidgets/qscriptqwidgets.pro
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -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 -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 -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 -Wdate-time
> -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro
> QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr
> QT_BUILD_PARTS+=tests ) && 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 -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 -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 -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 -Wdate-time -D_FORTIFY_SOURCE=2'
> QMAKE_LFLAGS_RELEASE=-Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-z,relro
> QMAKE_STRIP=: PREFIX=/usr QT_BUILD_PARTS+=tests ) && make -f Makefile
> distclean
> cd context2d/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile
> /<<PKGBUILDDIR>>/examples/script/context2d/context2d.pro
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -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 -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 -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 -Wdate-time -D_FORTIFY_SOURCE=2'
> QMAKE_LFLAGS_RELEASE=-Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-z,relro
> QMAKE_STRIP=: PREFIX=/usr QT_BUILD_PARTS+=tests ) && make -f Makefile
> distclean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/tests/auto/qscriptvalue'
> rm -f .moc/moc_predefs.h
> rm -f .moc/moc_tst_qscriptvalue.cpp
> rm -f .obj/tst_qscriptvalue.o .obj/moc_tst_qscriptvalue.o
> make[4]: Entering directory
> '/<<PKGBUILDDIR>>/tests/auto/qscriptvaluegenerated'
> rm -f .moc/moc_predefs.h
> rm -f .moc/moc_tst_qscriptvalue.cpp
> rm -f *~ core *.core
> rm -f .obj/tst_qscriptvalue.o .obj/tst_qscriptvalue_generated_init.o
> .obj/tst_qscriptvalue_generated_cast.o
> .obj/tst_qscriptvalue_generated_comparison.o
> .obj/tst_qscriptvalue_generated_isXXX.o
> .obj/tst_qscriptvalue_generated_toXXX.o .obj/moc_tst_qscriptvalue.o
> make[4]: Entering directory '/<<PKGBUILDDIR>>/examples/script/helloscript'
> rm -f .rcc/qrc_helloscript.cpp
> rm -f tst_qscriptvalue
> rm -f .moc/moc_predefs.h
> make[4]: Entering directory '/<<PKGBUILDDIR>>/tests/auto/qscriptvalueiterator'
> rm -f .moc/moc_predefs.h
> make[5]: Entering directory
> '/<<PKGBUILDDIR>>/tests/auto/qscriptextensionplugin/staticplugin'
> rm -f .rcc/qrc_staticplugin.cpp
> rm -f *~ core *.core
> rm -f .moc/tst_qscriptvalueiterator.moc
> rm -f /<<PKGBUILDDIR>>/tests/auto/qscriptvalue/target_wrapper.sh
> rm -f .moc/moc_predefs.h
> rm -f .obj/tst_qscriptvalueiterator.o
> rm -f .moc/staticplugin.moc
> rm -f Makefile
> rm -f tst_qscriptvaluegenerated
> rm -f .obj/main.o .obj/qrc_helloscript.o
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/qscriptvalue'
> rm -f *~ core *.core
> rm -f *~ core *.core
> rm -f /<<PKGBUILDDIR>>/tests/auto/qscriptvaluegenerated/target_wrapper.sh
> make[4]: Entering directory '/<<PKGBUILDDIR>>/tests/auto/qscriptqwidgets'
> rm -f .moc/moc_predefs.h
> rm -f tst_qscriptvalueiterator
> rm -f .obj/staticplugin.o .obj/staticplugin_plugin_resources.o
> .obj/qrc_staticplugin.o
> rm -f Makefile
> rm -f helloscript
> rm -f .moc/tst_qscriptqwidgets.moc
> make[4]: Entering directory '/<<PKGBUILDDIR>>/tests/auto/cmake'
> rm -f Makefile
> rm -f *~ core *.core
> rm -f Makefile
> rm -f /<<PKGBUILDDIR>>/tests/auto/qscriptvalueiterator/target_wrapper.sh
> rm -f .obj/tst_qscriptqwidgets.o
> rm -f Makefile
> cd defaultprototypes/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o
> Makefile
> /<<PKGBUILDDIR>>/examples/script/defaultprototypes/defaultprototypes.pro
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -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 -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 -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 -Wdate-time
> -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro
> QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr
> QT_BUILD_PARTS+=tests ) && make -f Makefile distclean
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/qscriptvaluegenerated'
> make[4]: Entering directory '/<<PKGBUILDDIR>>/examples/script/context2d'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/qscriptvalueiterator'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/cmake'
> rm -f .rcc/qrc_context2d.cpp
> ( test -e Makefile.host || /usr/lib/qt5/bin/qmake -o Makefile.host
> /<<PKGBUILDDIR>>/tests/auto/host.pro 'QMAKE_CFLAGS_RELEASE=-g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -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 -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 -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 -Wdate-time -D_FORTIFY_SOURCE=2'
> QMAKE_LFLAGS_RELEASE=-Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-z,relro
> QMAKE_STRIP=: PREFIX=/usr QT_BUILD_PARTS+=tests ) && make -f Makefile.host
> distclean
> rm -f *~ core *.core
> rm -f .moc/moc_predefs.h
> rm -f ../plugins/script/libstaticplugin.a
> rm -f .moc/moc_qcontext2dcanvas.cpp .moc/moc_context2d.cpp
> .moc/moc_environment.cpp .moc/moc_window.cpp
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/examples/script/helloscript'
> rm -f tst_qscriptqwidgets
> cd qscript/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile
> /<<PKGBUILDDIR>>/examples/script/qscript/qscript.pro 'QMAKE_CFLAGS_RELEASE=-g
> -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -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 -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 -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 -Wdate-time -D_FORTIFY_SOURCE=2'
> QMAKE_LFLAGS_RELEASE=-Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-z,relro
> QMAKE_STRIP=: PREFIX=/usr QT_BUILD_PARTS+=tests ) && make -f Makefile
> distclean
> cd marshal/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile
> /<<PKGBUILDDIR>>/examples/script/marshal/marshal.pro 'QMAKE_CFLAGS_RELEASE=-g
> -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -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 -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 -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 -Wdate-time -D_FORTIFY_SOURCE=2'
> QMAKE_LFLAGS_RELEASE=-Wl,-z,relro QMAKE_LFLAGS_DEBUG=-Wl,-z,relro
> QMAKE_STRIP=: PREFIX=/usr QT_BUILD_PARTS+=tests ) && make -f Makefile
> distclean
> rm -f .obj/qcontext2dcanvas.o .obj/context2d.o .obj/domimage.o
> .obj/environment.o .obj/window.o .obj/main.o .obj/qrc_context2d.o
> .obj/moc_qcontext2dcanvas.o .obj/moc_context2d.o .obj/moc_environment.o
> .obj/moc_window.o
> rm -f /<<PKGBUILDDIR>>/tests/auto/qscriptqwidgets/target_wrapper.sh
> rm -f
> /<<PKGBUILDDIR>>/tests/auto/qscriptextensionplugin/staticplugin/staticplugin_plugin_resources.cpp
> rm -f Makefile
> rm -f Makefile
> make[5]: Leaving directory
> '/<<PKGBUILDDIR>>/tests/auto/qscriptextensionplugin/staticplugin'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/qscriptqwidgets'
> cd test/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile
> /<<PKGBUILDDIR>>/tests/auto/qscriptextensionplugin/test/test.pro
> 'QMAKE_CFLAGS_RELEASE=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -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 -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 -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 -Wdate-time
> -D_FORTIFY_SOURCE=2' QMAKE_LFLAGS_RELEASE=-Wl,-z,relro
> QMAKE_LFLAGS_DEBUG=-Wl,-z,relro QMAKE_STRIP=: PREFIX=/usr
> QT_BUILD_PARTS+=tests ) && make -f Makefile distclean
> rm -f *~ core *.core
> rm -f context2d
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/examples/script/context2d'
> make[4]: Entering directory '/<<PKGBUILDDIR>>/examples/script/marshal'
> rm -f .moc/moc_predefs.h
> rm -f .obj/main.o
> rm -f *~ core *.core
> rm -f marshal
> rm -f Makefile
> make[4]: Entering directory '/<<PKGBUILDDIR>>/examples/script/qscript'
> rm -f .moc/moc_predefs.h
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/examples/script/marshal'
> rm -f .moc/moc_bytearrayclass.cpp .moc/moc_bytearrayprototype.cpp
> rm -f .obj/main.o .obj/bytearrayclass.o .obj/bytearrayprototype.o
> .obj/moc_bytearrayclass.o .obj/moc_bytearrayprototype.o
> make[4]: Entering directory '/<<PKGBUILDDIR>>/tests/auto'
> rm -f Makefile.host
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto'
> rm -f *~ core *.core
> make[4]: Entering directory
> '/<<PKGBUILDDIR>>/examples/script/defaultprototypes'
> rm -f .rcc/qrc_defaultprototypes.cpp
> rm -f qscript
> rm -f .moc/moc_predefs.h
> rm -f .moc/moc_prototypes.cpp
> rm -f Makefile
> rm -f .obj/main.o .obj/prototypes.o .obj/qrc_defaultprototypes.o
> .obj/moc_prototypes.o
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/examples/script/qscript'
> rm -f *~ core *.core
> make[5]: Entering directory
> '/<<PKGBUILDDIR>>/tests/auto/qscriptextensionplugin/test'
> rm -f .moc/moc_predefs.h
> rm -f .moc/tst_qscriptextensionplugin.moc
> rm -f .obj/tst_qscriptextensionplugin.o
> rm -f defaultprototypes
> rm -f *~ core *.core
> rm -f Makefile
> make[4]: Leaving directory
> '/<<PKGBUILDDIR>>/examples/script/defaultprototypes'
> rm -f Makefile
> rm -f ../tst_qscriptextensionplugin
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/examples/script'
> rm -f
> /<<PKGBUILDDIR>>/tests/auto/qscriptextensionplugin/test/target_wrapper.sh
> rm -f Makefile
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/examples'
> make[5]: Leaving directory
> '/<<PKGBUILDDIR>>/tests/auto/qscriptextensionplugin/test'
> rm -f Makefile
> make[4]: Leaving directory
> '/<<PKGBUILDDIR>>/tests/auto/qscriptextensionplugin'
> 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 qtscript-opensource-src using existing
> ./qtscript-opensource-src_5.15.10+dfsg.orig.tar.xz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: warning: newly created empty file 'config.opt' will not be
> represented in diff
> dpkg-source: warning: newly created empty file 'config.summary' will not be
> represented in diff
> dpkg-source: error: cannot represent change to doc/qtscript.qch: binary file
> contents changed
> dpkg-source: error: add doc/qtscript.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/qtscript/images/arrow_bc.png: binary file contents changed
> dpkg-source: error: add doc/qtscript/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/qtscript/images/bgrContent.png: binary file contents changed
> dpkg-source: error: add doc/qtscript/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/qtscript/images/btn_next.png: binary file contents changed
> dpkg-source: error: add doc/qtscript/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/qtscript/images/btn_prev.png: binary file contents changed
> dpkg-source: error: add doc/qtscript/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/qtscript/images/bullet_dn.png: binary file contents changed
> dpkg-source: error: add doc/qtscript/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/qtscript/images/bullet_sq.png: binary file contents changed
> dpkg-source: error: add doc/qtscript/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/qtscript/images/context2d-example-smileysmile.png: binary file contents
> changed
> dpkg-source: error: add doc/qtscript/images/context2d-example-smileysmile.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/qtscript/images/context2d-example.png: binary file contents changed
> dpkg-source: error: add doc/qtscript/images/context2d-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/qtscript/images/defaultprototypes-example.png: binary file contents
> changed
> dpkg-source: error: add doc/qtscript/images/defaultprototypes-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/qtscript/images/home.png:
> binary file contents changed
> dpkg-source: error: add doc/qtscript/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/qtscript/images/ico_note.png: binary file contents changed
> dpkg-source: error: add doc/qtscript/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/qtscript/images/ico_note_attention.png: binary file contents changed
> dpkg-source: error: add doc/qtscript/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/qtscript/images/ico_out.png: binary file contents changed
> dpkg-source: error: add doc/qtscript/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/qtscript/images/logo.png:
> binary file contents changed
> dpkg-source: error: add doc/qtscript/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/qtscript/images/qtscript-debugger.png: binary file contents changed
> dpkg-source: error: add doc/qtscript/images/qtscript-debugger.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> qtscript-opensource-src-5.15.10+dfsg/doc/qtscript/qtscript.qhp.sha1 has no
> final newline (either original or modified version)
> dpkg-source: error: cannot represent change to doc/qtscripttools.qch: binary
> file contents changed
> dpkg-source: error: add doc/qtscripttools.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/qtscripttools/images/arrow_bc.png: binary file contents changed
> dpkg-source: error: add doc/qtscripttools/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/qtscripttools/images/bgrContent.png: binary file contents changed
> dpkg-source: error: add doc/qtscripttools/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/qtscripttools/images/btn_next.png: binary file contents changed
> dpkg-source: error: add doc/qtscripttools/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/qtscripttools/images/btn_prev.png: binary file contents changed
> dpkg-source: error: add doc/qtscripttools/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/qtscripttools/images/bullet_dn.png: binary file contents changed
> dpkg-source: error: add doc/qtscripttools/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/qtscripttools/images/bullet_sq.png: binary file contents changed
> dpkg-source: error: add doc/qtscripttools/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/qtscripttools/images/home.png: binary file contents changed
> dpkg-source: error: add doc/qtscripttools/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/qtscripttools/images/ico_note.png: binary file contents changed
> dpkg-source: error: add doc/qtscripttools/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/qtscripttools/images/ico_note_attention.png: binary file contents changed
> dpkg-source: error: add doc/qtscripttools/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/qtscripttools/images/ico_out.png: binary file contents changed
> dpkg-source: error: add doc/qtscripttools/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/qtscripttools/images/logo.png: binary file contents changed
> dpkg-source: error: add doc/qtscripttools/images/logo.png in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> qtscript-opensource-src-5.15.10+dfsg/doc/qtscripttools/qtscripttools.qhp.sha1
> has no final newline (either original or modified version)
> dpkg-source: warning: newly created empty file 'src/script/qtscript-config.h'
> will not be represented in diff
> dpkg-source: warning: newly created empty file
> 'src/scripttools/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/qtscript-opensource-src_5.15.10+dfsg-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.
--- End Message ---