[build-status: 168985] Log for failed build of lfhex_0.4-2 (dist=unstable)

Build Daemon 1 buildd at linux-m32r.org
Fri Sep 5 15:40:18 JST 2008


Automatic build of lfhex_0.4-2 on mappi005 by sbuild/m32r 98-farm
Build started at 20080905-1522
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Reading state information...
Need to get 42.6kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main lfhex 0.4-2 (dsc) [990B]
Get:2 http://debian.linux-m32r.org 06_devonian/main lfhex 0.4-2 (tar) [39.2kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main lfhex 0.4-2 (diff) [2439B]
Fetched 42.6kB in 2s (17.5kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: debhelper (>= 6), dpatch, libqt4-dev, flex, bison
Checking for already installed source dependencies...
debhelper: already installed (7.0.17 >= 6 is satisfied)
dpatch: already installed (2.0.30)
libqt4-dev: already installed (4.1.3-2)
flex: already installed (2.5.35-1)
bison: already installed (1:2.3.dfsg-5)
Checking for source dependency conflicts...
Checking correctness of source dependencies...
Toolchain package versions: libc6-dev_2.3.6.ds1-13 linux-kernel-headers_2.6.18-7 gcc-4.1_4.1.1-21 g++-4.1_4.1.1-21 binutils_2.18.1~cvs20080103-1 libstdc++6-4.1-dev_4.1.1-21 libstdc++6_4.1.1-21
------------------------------------------------------------------------------
dpkg-source: extracting lfhex in lfhex-0.4
dpkg-source: info: unpacking lfhex_0.4.orig.tar.gz
dpkg-source: info: applying lfhex_0.4-2.diff.gz
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value: 
dpkg-buildpackage: set LDFLAGS to default value: 
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
dpkg-buildpackage: source package lfhex
dpkg-buildpackage: source version 0.4-2
dpkg-buildpackage: host architecture m32r
 /usr/bin/fakeroot debian/rules clean
dpatch  deapply-all  
01-abs-llabs not applied to ./ .
rm -rf patch-stamp patch-stampT debian/patched
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
[ ! -f Makefile ] || /usr/bin/make clean
rm -f Makefile lfhex
dh_clean
 debian/rules build
dh_testdir
qmake lfhex.pro
touch configure-stamp
dh_testdir
/usr/bin/make
make[1]: Entering directory `/build/buildd/lfhex-0.4'
g++ -c -pipe -g -Wall -W -O2 -D_REENTRANT  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I/usr/share/qt3/include -o reader.o reader.cpp
g++ -c -pipe -g -Wall -W -O2 -D_REENTRANT  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I/usr/share/qt3/include -o save.o save.cpp
save.cpp:22:25: error: qmessagebox.h: No such file or directory
In file included from save.cpp:25:
translate.hpp:19:19: error: QString: No such file or directory
translate.hpp:32: error: variable or field 'ByteToHex' declared void
translate.hpp:32: error: 'int Translate::ByteToHex' redeclared as different kind of symbol
translate.hpp:27: error: previous declaration of 'void Translate::ByteToHex(std::vector<unsigned char, std::allocator<unsigned char> >&, const std::vector<unsigned char, std::allocator<unsigned char> >&)'
translate.hpp:32: error: 'QString' was not declared in this scope
translate.hpp:32: error: 'dst' was not declared in this scope
translate.hpp:32: error: expected primary-expression before 'const'
translate.hpp:33: error: variable or field 'ByteToChar' declared void
translate.hpp:33: error: 'int Translate::ByteToChar' redeclared as different kind of symbol
translate.hpp:28: error: previous declaration of 'void Translate::ByteToChar(std::vector<unsigned char, std::allocator<unsigned char> >&, const std::vector<unsigned char, std::allocator<unsigned char> >&)'
translate.hpp:33: error: 'QString' was not declared in this scope
translate.hpp:33: error: 'dst' was not declared in this scope
translate.hpp:33: error: expected primary-expression before 'const'
translate.hpp:34: error: variable or field 'ByteToOctal' declared void
translate.hpp:34: error: 'int Translate::ByteToOctal' redeclared as different kind of symbol
translate.hpp:29: error: previous declaration of 'void Translate::ByteToOctal(std::vector<unsigned char, std::allocator<unsigned char> >&, const std::vector<unsigned char, std::allocator<unsigned char> >&)'
translate.hpp:34: error: 'QString' was not declared in this scope
translate.hpp:34: error: 'dst' was not declared in this scope
translate.hpp:34: error: expected primary-expression before 'const'
translate.hpp:35: error: variable or field 'ByteToBinary' declared void
translate.hpp:35: error: 'int Translate::ByteToBinary' redeclared as different kind of symbol
translate.hpp:30: error: previous declaration of 'void Translate::ByteToBinary(std::vector<unsigned char, std::allocator<unsigned char> >&, const std::vector<unsigned char, std::allocator<unsigned char> >&)'
translate.hpp:35: error: 'QString' was not declared in this scope
translate.hpp:35: error: 'dst' was not declared in this scope
translate.hpp:35: error: expected primary-expression before 'const'
translate.hpp:42: error: expected ',' or '...' before '&' token
translate.hpp:42: error: ISO C++ forbids declaration of 'QString' with no type
translate.hpp:45: error: expected ',' or '...' before '&' token
translate.hpp:45: error: ISO C++ forbids declaration of 'QString' with no type
save.cpp: In function 'bool writeDeltas(const std::string&, DeltaMap&)':
save.cpp:36: error: 'QString' was not declared in this scope
save.cpp:36: error: expected `;' before 'message'
save.cpp:37: error: 'message' was not declared in this scope
save.cpp:40: error: 'QMessageBox' has not been declared
save.cpp:52: error: 'QString' was not declared in this scope
save.cpp:52: error: expected `;' before 'message'
save.cpp:53: error: 'message' was not declared in this scope
save.cpp:56: error: 'QMessageBox' has not been declared
make[1]: *** [save.o] Error 1
make[1]: Leaving directory `/build/buildd/lfhex-0.4'
make: *** [build-stamp] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
******************************************************************************
Build finished at 20080905-1540
FAILED [dpkg-buildpackage died]
------------------------------------------------------------------------------
******************************************************************************
Finished at 20080905-1540
Build needed 00:09:45, 504k disk space




More information about the build-status mailing list