Source: webissues Version: 1.1.4-1 Severity: serious Justification: fails to build from source User: [email protected] Usertags: ftbfs X-Debbugs-Cc: [email protected]
Dear Maintainer,
webissues fails to build from source in unstable/amd64:
[..]
In file included from commands/alertsbatch.cpp:21:0:
commands/command.h:111:30: error: 'QIODevice' has not been declared
void setAttachmentInput( QIODevice* input ) { m_attachmentInput =
input; }
^
commands/command.h:116:5: error: 'QIODevice' does not name a type
QIODevice* attachmentInput() const { return m_attachmentInput; }
^
commands/command.h:121:35: error: 'QIODevice' has not been declared
void setBinaryResponseOutput( QIODevice* output ) {
m_binaryResponseOutput = output; }
^
commands/command.h:126:5: error: 'QIODevice' does not name a type
QIODevice* binaryResponseOutput() const { return
m_binaryResponseOutput; }
^
commands/command.h:193:5: error: 'QIODevice' does not name a type
QIODevice* m_attachmentInput;
^
commands/command.h:194:5: error: 'QIODevice' does not name a type
QIODevice* m_binaryResponseOutput;
^
commands/command.h: In member function 'void
Command::setAttachmentInput(int*)':
commands/command.h:111:51: error: 'm_attachmentInput' was not declared
in this scope
void setAttachmentInput( QIODevice* input ) { m_attachmentInput =
input; }
^
commands/command.h: In member function 'void
Command::setBinaryResponseOutput(int*)':
commands/command.h:121:57: error: 'm_binaryResponseOutput' was not
declared in this scope
void setBinaryResponseOutput( QIODevice* output ) {
m_binaryResponseOutput = output; }
^
Makefile:1910: recipe for target '../tmp/obj/debug/alertsbatch.o'
failed
make[2]: *** [../tmp/obj/debug/alertsbatch.o] Error 1
make[2]: Leaving directory '/build/webissues-1.1.4/src'
Makefile:42: recipe for target 'sub-src-make_first' failed
make[1]: *** [sub-src-make_first] Error 2
make[1]: Leaving directory '/build/webissues-1.1.4'
dh_auto_build: make -j1 returned exit code 2
debian/rules:6: recipe for target 'build' failed
make: *** [build] Error 25
dpkg-buildpackage: error: debian/rules build gave error exit status 2
[..]
The full build log is attached or (an alternate build) can be viewed
here:
https://reproducible.debian.net/logs/unstable/amd64/webissues_1.1.4-1.build1.log.gz
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
webissues.1.1.4-1.unstable.amd64.log.txt.gz
Description: application/gzip

