[Reproducible-builds] Bug#803754: webissues: FTBFS: commands/command.h:111:30: error: 'QIODevice' has not been declared
Chris Lamb
lamby at debian.org
Mon Nov 2 12:05:33 UTC 2015
Source: webissues
Version: 1.1.4-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds at lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds at lists.alioth.debian.org
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
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: webissues.1.1.4-1.unstable.amd64.log.txt.gz
Type: application/gzip
Size: 13142 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/reproducible-builds/attachments/20151102/26681f38/attachment.bin>
More information about the Reproducible-builds
mailing list