[build-status: 60691] Log for successful build of dares_0.6.5-2 (dist=unstable)
Build Daemon 2
buildd2 at linux-m32r.org
Sat Mar 24 13:06:38 JST 2007
Automatic build of dares_0.6.5-2 on mappi005 by sbuild/m32r 0.53
Build started at 20070324-1245
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Need to get 371kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main dares 0.6.5-2 (dsc) [660B]
Get:2 http://debian.linux-m32r.org 06_devonian/main dares 0.6.5-2 (tar) [367kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main dares 0.6.5-2 (diff) [3266B]
Fetched 371kB in 3s (93.9kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: debhelper (>= 4.0.0), libmagic-dev, libqt3-mt-dev, libncurses-dev
Checking for already installed source dependencies...
debhelper: already installed (5.0.42 >= 4.0.0 is satisfied)
libmagic-dev: already installed (4.19-1)
libqt3-mt-dev: missing
libncurses-dev: already installed (=*=PROVIDED=*=)
Checking for source dependency conflicts...
Reading package lists...
Building dependency tree...
Suggested packages:
libqt3-i18n qt3-doc
The following NEW packages will be installed:
libqt3-mt-dev
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 0B/45.9kB of archives.
After unpacking 168kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
libqt3-mt-dev
Authentication warning overridden.
Selecting previously deselected package libqt3-mt-dev.
(Reading database ... 61231 files and directories currently installed.)
Unpacking libqt3-mt-dev (from .../libqt3-mt-dev_3%3a3.3.7-1_m32r.deb) ...
Setting up libqt3-mt-dev (3.3.7-1) ...
Checking correctness of source dependencies...
Kernel: Linux 2.6.20 m32r (m32r)
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.17-3 libstdc++6-4.1-dev_4.1.1-21 libstdc++6_4.1.1-21
------------------------------------------------------------------------------
dpkg-source: extracting dares in dares-0.6.5
dpkg-source: unpacking dares_0.6.5.orig.tar.gz
dpkg-source: applying /debian/buildd2/build/dares_0.6.5-2.diff.gz
dpkg-buildpackage: source package is dares
dpkg-buildpackage: source version is 0.6.5-2
dpkg-buildpackage: source changed by Michael Hanke <michael.hanke at gmail.com>
dpkg-buildpackage: host architecture m32r
dpkg-buildpackage: source version without epoch 0.6.5-2
/usr/bin/fakeroot debian/rules clean
dh_testdir
dh_testroot
# Add here commands to clean up after the build process.
set -e; if [ -f Makefile ]; then /usr/bin/make -i clean; fi
make[1]: Entering directory `/build/buildd2/dares-0.6.5'
cd frontend/ncurses && make clean
make[2]: Entering directory `/build/buildd2/dares-0.6.5/frontend/ncurses'
rm ../../backend/dares.o display.o
rm: cannot remove `../../backend/dares.o': No such file or directory
rm: cannot remove `display.o': No such file or directory
make[2]: [clean] Error 1 (ignored)
rm dares
rm: cannot remove `dares': No such file or directory
make[2]: [clean] Error 1 (ignored)
make[2]: Leaving directory `/build/buildd2/dares-0.6.5/frontend/ncurses'
cd frontend/qt && make distclean
make[2]: Entering directory `/build/buildd2/dares-0.6.5/frontend/qt'
make[2]: *** No rule to make target `/usr/lib/qt-3.3/mkspecs/default/qmake.conf', needed by `Makefile'. Stop.
make[2]: Leaving directory `/build/buildd2/dares-0.6.5/frontend/qt'
make[1]: [clean] Error 2 (ignored)
make[1]: Leaving directory `/build/buildd2/dares-0.6.5'
rm -f frontend/qt/Makefile
dh_clean
debian/rules build
dh_testdir
/usr/bin/make
make[1]: Entering directory `/build/buildd2/dares-0.6.5'
cd frontend/qt && qmake-qt3 "DEB_BUILD_OPTIONS=$DEB_BUILD_OPTIONS" && make
make[2]: Entering directory `/build/buildd2/dares-0.6.5/frontend/qt'
g++ -c -pipe -g -pedantic -Wno-long-long -Wall -W -O2 -D_REENTRANT -DWITH_QT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I. -I../../include -I/usr/include/qt3 -I.ui/ -I.moc/ -o .obj/paramsdialog.o paramsdialog.cpp
g++ -c -pipe -g -pedantic -Wno-long-long -Wall -W -O2 -D_REENTRANT -DWITH_QT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I. -I../../include -I/usr/include/qt3 -I.ui/ -I.moc/ -o .obj/daresview.o daresview.cpp
gcc -c -pipe -Wall -W -O2 -D_REENTRANT -DWITH_QT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I. -I../../include -I/usr/include/qt3 -I.ui/ -I.moc/ -o .obj/dares.o ../../backend/dares.c
../../backend/dares.c: In function 'get_filetype':
../../backend/dares.c:346: warning: pointer targets in assignment differ in signedness
../../backend/dares.c: In function 'daresOpen':
../../backend/dares.c:648: warning: pointer targets in passing argument 2 of 'open_h2i' differ in signedness
g++ -c -pipe -g -pedantic -Wno-long-long -Wall -W -O2 -D_REENTRANT -DWITH_QT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I. -I../../include -I/usr/include/qt3 -I.ui/ -I.moc/ -o .obj/main.o main.cpp
/usr/share/qt3/bin/moc paramsdialog.h -o .moc/moc_paramsdialog.cpp
g++ -c -pipe -g -pedantic -Wno-long-long -Wall -W -O2 -D_REENTRANT -DWITH_QT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I. -I../../include -I/usr/include/qt3 -I.ui/ -I.moc/ -o .obj/moc_paramsdialog.o .moc/moc_paramsdialog.cpp
/usr/share/qt3/bin/moc daresview.h -o .moc/moc_daresview.cpp
g++ -c -pipe -g -pedantic -Wno-long-long -Wall -W -O2 -D_REENTRANT -DWITH_QT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I. -I../../include -I/usr/include/qt3 -I.ui/ -I.moc/ -o .obj/moc_daresview.o .moc/moc_daresview.cpp
g++ -o dares .obj/paramsdialog.o .obj/daresview.o .obj/dares.o .obj/main.o .obj/moc_paramsdialog.o .obj/moc_daresview.o -L/usr/share/qt3/lib -L/usr/X11R6/lib -lmagic -lqt-mt -lXext -lX11 -lm -lpthread
make[2]: Leaving directory `/build/buildd2/dares-0.6.5/frontend/qt'
cd frontend/ncurses && make
make[2]: Entering directory `/build/buildd2/dares-0.6.5/frontend/ncurses'
gcc -g -Wall -O2 -c -o ../../backend/dares.o ../../backend/dares.c
../../backend/dares.c: In function 'get_filetype':
../../backend/dares.c:346: warning: pointer targets in assignment differ in signedness
../../backend/dares.c: In function 'daresOpen':
../../backend/dares.c:648: warning: pointer targets in passing argument 2 of 'open_h2i' differ in signedness
gcc -g -Wall -O2 -c -o display.o display.c
display.c: In function 'display_asc_file':
display.c:99: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness
display.c:100: warning: pointer targets in passing argument 2 of 'waddnstr' differ in signedness
display.c:106: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness
display.c:107: warning: pointer targets in passing argument 2 of 'waddnstr' differ in signedness
display.c:113: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness
display.c:118: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness
display.c:119: warning: pointer targets in passing argument 2 of 'waddnstr' differ in signedness
display.c:124: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
display.c:131: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
display.c:137: warning: pointer targets in passing argument 2 of 'waddnstr' differ in signedness
gcc -Wall -lncurses -lmagic -o dares ../../backend/dares.o display.o
make[2]: Leaving directory `/build/buildd2/dares-0.6.5/frontend/ncurses'
make[1]: Leaving directory `/build/buildd2/dares-0.6.5'
/usr/bin/fakeroot debian/rules binary-arch
dh_testdir
/usr/bin/make
make[1]: Entering directory `/build/buildd2/dares-0.6.5'
cd frontend/qt && qmake-qt3 "DEB_BUILD_OPTIONS=$DEB_BUILD_OPTIONS" && make
make[2]: Entering directory `/build/buildd2/dares-0.6.5/frontend/qt'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/build/buildd2/dares-0.6.5/frontend/qt'
cd frontend/ncurses && make
make[2]: Entering directory `/build/buildd2/dares-0.6.5/frontend/ncurses'
make[2]: `dares' is up to date.
make[2]: Leaving directory `/build/buildd2/dares-0.6.5/frontend/ncurses'
make[1]: Leaving directory `/build/buildd2/dares-0.6.5'
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs --all
cp /build/buildd2/dares-0.6.5/frontend/qt/dares /build/buildd2/dares-0.6.5/debian/dares-qt/usr/bin/dares-qt
cp /build/buildd2/dares-0.6.5/frontend/ncurses/dares /build/buildd2/dares-0.6.5/debian/dares/usr/bin/dares
dh_testdir
dh_testroot
dh_installchangelogs doc/HISTORY
dh_installdocs --all debian/README.Debian
dh_installmenu
dh_installman
dh_link
dh_strip
dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
dpkg-deb: building package `dares' in `../dares_0.6.5-2_m32r.deb'.
dpkg-deb: building package `dares-qt' in `../dares-qt_0.6.5-2_m32r.deb'.
dpkg-genchanges -B
dpkg-genchanges: arch-specific upload - not including arch-independent packages
dpkg-genchanges: binary-only upload - not including any source code
dpkg-buildpackage: binary only upload (no source included)
******************************************************************************
Build finished at 20070324-1306
dares_0.6.5-2_m32r.changes:
Format: 1.7
Date: Fri, 28 Oct 2005 14:00:45 +0200
Source: dares
Binary: dares-qt dares
Architecture: m32r
Version: 0.6.5-2
Distribution: unstable
Urgency: low
Maintainer: Michael Hanke <michael.hanke at gmail.com>
Changed-By: Michael Hanke <michael.hanke at gmail.com>
Description:
dares - rescue files from damaged CDs and DVDs (ncurses-interface)
dares-qt - rescue files from damaged CDs and DVDs (Qt-interface)
Changes:
dares (0.6.5-2) unstable; urgency=low
.
* Explicitly call qmake-qt3 instead of simply qmake when building the package.
* Added -g build flag for all binaries.
* Added selection of compiler optimization flags via DEB_BUILD_OPTIONS.
Files:
175a41aaa8542e7dd1c02614b81a10dd 21954 utils optional dares_0.6.5-2_m32r.deb
d855282bbefff0316eacea2f468eb4a2 54178 utils optional dares-qt_0.6.5-2_m32r.deb
/debian/buildd2/build/chroot-unstable/build/buildd2/dares_0.6.5-2_m32r.deb:
new debian package, version 2.0.
size 21954 bytes: control archive= 712 bytes.
452 bytes, 12 lines control
457 bytes, 7 lines md5sums
Package: dares
Version: 0.6.5-2
Section: utils
Priority: optional
Architecture: m32r
Depends: libc6 (>= 2.3.5-1), libmagic1, libncurses5 (>= 5.4-5)
Installed-Size: 88
Maintainer: Michael Hanke <michael.hanke at gmail.com>
Description: rescue files from damaged CDs and DVDs (ncurses-interface)
Dares scans a CD/DVD image or a CD/DVD for files. This also works when
the filesystem (ISO-9660 or UDF) on the disc is damaged and cannot be mounted
anymore.
/debian/buildd2/build/chroot-unstable/build/buildd2/dares-qt_0.6.5-2_m32r.deb:
new debian package, version 2.0.
size 54178 bytes: control archive= 964 bytes.
536 bytes, 13 lines control
536 bytes, 8 lines md5sums
185 bytes, 7 lines * postinst #!/bin/sh
160 bytes, 5 lines * postrm #!/bin/sh
Package: dares-qt
Version: 0.6.5-2
Section: utils
Priority: optional
Architecture: m32r
Depends: libc6 (>= 2.3.5-1), libgcc1 (>= 1:4.1.1-12), libmagic1, libqt3-mt (>= 3:3.3.7), libstdc++6 (>= 4.1.1-12), libx11-6, libxext6
Installed-Size: 196
Maintainer: Michael Hanke <michael.hanke at gmail.com>
Source: dares
Description: rescue files from damaged CDs and DVDs (Qt-interface)
Dares scans a CD/DVD image or a CD/DVD for files. This also works when
the filesystem (ISO-9660 or UDF) on the disc is damaged and cannot be mounted
anymore.
/debian/buildd2/build/chroot-unstable/build/buildd2/dares_0.6.5-2_m32r.deb:
drwxr-xr-x root/root 0 2007-03-24 13:04 ./
drwxr-xr-x root/root 0 2007-03-24 13:03 ./usr/
drwxr-xr-x root/root 0 2007-03-24 13:03 ./usr/bin/
-rwxr-xr-x root/root 21604 2007-03-24 13:03 ./usr/bin/dares
drwxr-xr-x root/root 0 2007-03-24 13:03 ./usr/share/
drwxr-xr-x root/root 0 2007-03-24 13:03 ./usr/share/doc/
drwxr-xr-x root/root 0 2007-03-24 13:04 ./usr/share/doc/dares/
-rw-r--r-- root/root 1162 2007-03-24 12:49 ./usr/share/doc/dares/copyright
-rw-r--r-- root/root 1268 2005-07-23 04:40 ./usr/share/doc/dares/changelog.gz
-rw-r--r-- root/root 5391 2005-07-23 05:15 ./usr/share/doc/dares/README.deutsch.gz
-rw-r--r-- root/root 307 2007-03-24 12:49 ./usr/share/doc/dares/README.Debian
-rw-r--r-- root/root 333 2007-03-24 12:49 ./usr/share/doc/dares/changelog.Debian.gz
drwxr-xr-x root/root 0 2007-03-24 13:03 ./usr/share/man/
drwxr-xr-x root/root 0 2007-03-24 13:04 ./usr/share/man/man1/
-rw-r--r-- root/root 1024 2007-03-24 12:49 ./usr/share/man/man1/dares.1.gz
/debian/buildd2/build/chroot-unstable/build/buildd2/dares-qt_0.6.5-2_m32r.deb:
drwxr-xr-x root/root 0 2007-03-24 13:04 ./
drwxr-xr-x root/root 0 2007-03-24 13:03 ./usr/
drwxr-xr-x root/root 0 2007-03-24 13:03 ./usr/bin/
-rwxr-xr-x root/root 111292 2007-03-24 13:03 ./usr/bin/dares-qt
drwxr-xr-x root/root 0 2007-03-24 13:03 ./usr/share/
drwxr-xr-x root/root 0 2007-03-24 13:03 ./usr/share/doc/
drwxr-xr-x root/root 0 2007-03-24 13:04 ./usr/share/doc/dares-qt/
-rw-r--r-- root/root 1162 2007-03-24 12:49 ./usr/share/doc/dares-qt/copyright
-rw-r--r-- root/root 1268 2005-07-23 04:40 ./usr/share/doc/dares-qt/changelog.gz
-rw-r--r-- root/root 5391 2005-07-23 05:15 ./usr/share/doc/dares-qt/README.deutsch.gz
-rw-r--r-- root/root 307 2007-03-24 12:49 ./usr/share/doc/dares-qt/README.Debian
-rw-r--r-- root/root 333 2007-03-24 12:49 ./usr/share/doc/dares-qt/changelog.Debian.gz
drwxr-xr-x root/root 0 2007-03-24 13:03 ./usr/share/menu/
-rw-r--r-- root/root 119 2007-03-24 12:49 ./usr/share/menu/dares-qt
drwxr-xr-x root/root 0 2007-03-24 13:03 ./usr/share/man/
drwxr-xr-x root/root 0 2007-03-24 13:04 ./usr/share/man/man1/
-rw-r--r-- root/root 1027 2007-03-24 12:49 ./usr/share/man/man1/dares-qt.1.gz
******************************************************************************
Built successfully
Purging /debian/buildd2/build/chroot-unstable/build/buildd2/dares-0.6.5
------------------------------------------------------------------------------
(Reading database ... 61259 files and directories currently installed.)
Removing libqt3-mt-dev ...
******************************************************************************
Finished at 20070324-1306
Build needed 00:17:26, 3372k disk space
More information about the build-status
mailing list