[build-status: 76624] Log for successful build of pcopy_1.5-0 (dist=unstable)
Build Daemon 2
buildd2 at linux-m32r.org
Sun Jun 10 21:13:58 JST 2007
Automatic build of pcopy_1.5-0 on mappi005 by sbuild/m32r 0.53
Build started at 20070610-2106
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Need to get 31.9kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main pcopy 1.5-0 (dsc) [577B]
Get:2 http://debian.linux-m32r.org 06_devonian/main pcopy 1.5-0 (tar) [28.7kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main pcopy 1.5-0 (diff) [2605B]
Fetched 31.9kB in 0s (63.0kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: debhelper (>= 5), autoconf, autotools-dev
Checking for already installed source dependencies...
debhelper: already installed (5.0.49 >= 5 is satisfied)
autoconf: already installed (2.61-4)
autotools-dev: already installed (20070306.1)
Checking for source dependency conflicts...
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 pcopy in pcopy-1.5
dpkg-source: unpacking pcopy_1.5.orig.tar.gz
dpkg-source: applying /debian/buildd2/build/pcopy_1.5-0.diff.gz
dpkg-buildpackage: source package is pcopy
dpkg-buildpackage: source version is 1.5-0
dpkg-buildpackage: source changed by Anibal Monsalve Salazar <anibal at debian.org>
dpkg-buildpackage: host architecture m32r
dpkg-buildpackage: source version without epoch 1.5-0
/usr/bin/fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp
# Add here commands to clean up after the build process.
/usr/bin/make distclean
make[1]: Entering directory `/build/buildd2/pcopy-1.5'
make[1]: *** No rule to make target `distclean'. Stop.
make[1]: Leaving directory `/build/buildd2/pcopy-1.5'
make: [clean] Error 2 (ignored)
rm -f config.sub
rm -f config.guess
dh_clean
rm -f debian/pcopy.substvars
rm -f debian/pcopy.*.debhelper
rm -rf debian/pcopy
rm -f debian/files
find . \( \( -type f -a \
\( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
-o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
-o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
-o -name TAGS -o -name core -o \( -path '*/.deps/*' -a -name '*.P' \) \
\) -exec rm -f {} \; \) -o \
\( -type d -a -name autom4te.cache -prune -exec rm -rf {} \; \) \)
debian/rules build
dh_testdir
# Add here commands to configure the package.
cp -f /usr/share/misc/config.sub config.sub
cp -f /usr/share/misc/config.guess config.guess
autoconf
./configure --host=m32r-linux-gnu --build=m32r-linux-gnu --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info CFLAGS="-Wall -g -O2" LDFLAGS="-Wl,-z,defs"
checking for m32r-linux-gnu-gcc... m32r-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether m32r-linux-gnu-gcc accepts -g... yes
checking for m32r-linux-gnu-gcc option to accept ISO C89... none needed
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether make sets $(MAKE)... yes
checking how to run the C preprocessor... m32r-linux-gnu-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for long... yes
checking size of long... 4
checking for lseek64... yes
checking for llseek... yes
checking for thr_create in -lthread... no
checking for pthread_attr_init in -lpthread... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
dh_testdir
# Add here commands to compile the package.
/usr/bin/make
make[1]: Entering directory `/build/buildd2/pcopy-1.5'
m32r-linux-gnu-gcc -Wall -g -O2 -c -o pcopy.o pcopy.c
pcopy.c: In function 'x_pwrite64':
pcopy.c:176: warning: suggest parentheses around assignment used as truth value
pcopy.c: In function 'writer':
pcopy.c:291: warning: suggest parentheses around assignment used as truth value
pcopy.c:307: warning: implicit declaration of function 'strerror'
pcopy.c:307: warning: format '%s' expects type 'char *', but argument 6 has type 'int'
pcopy.c: In function 'main':
pcopy.c:453: warning: format '%s' expects type 'char *', but argument 4 has type 'int'
pcopy.c:461: warning: format '%s' expects type 'char *', but argument 4 has type 'int'
pcopy.c:500: warning: format '%s' expects type 'char *', but argument 6 has type 'int'
pcopy.c:515: warning: format '%s' expects type 'char *', but argument 6 has type 'int'
pcopy.c:518: warning: implicit declaration of function 'memset'
pcopy.c:518: warning: incompatible implicit declaration of built-in function 'memset'
m32r-linux-gnu-gcc -o pcopy pcopy.o -lpthread
make[1]: Leaving directory `/build/buildd2/pcopy-1.5'
#docbook-to-man debian/pcopy.sgml > pcopy.1
touch build-stamp
/usr/bin/fakeroot debian/rules binary-arch
dh_testdir
dh_testroot
dh_clean -k
rm -f debian/pcopy.substvars
rm -f debian/pcopy.*.debhelper
rm -rf debian/pcopy
find . \( \( -type f -a \
\( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
-o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
-o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
-o -name TAGS -o -name core -o \( -path '*/.deps/*' -a -name '*.P' \) \
\) -exec rm -f {} \; \) -o \
\( -type d -a -name autom4te.cache -prune -exec rm -rf {} \; \) \)
dh_installdirs
install -d debian/pcopy
install -d debian/pcopy/usr/bin debian/pcopy/usr/sbin
# Add here commands to install the package into debian/pcopy.
/usr/bin/make install prefix=/build/buildd2/pcopy-1.5/debian/pcopy/usr
make[1]: Entering directory `/build/buildd2/pcopy-1.5'
/usr/bin/ginstall -c -m 755 pcopy /build/buildd2/pcopy-1.5/debian/pcopy/usr/bin
make[1]: Leaving directory `/build/buildd2/pcopy-1.5'
dh_testdir
dh_testroot
dh_installchangelogs ChangeLog
install -d debian/pcopy/usr/share/doc/pcopy
install -o 0 -g 0 -p -m644 debian/changelog debian/pcopy/usr/share/doc/pcopy/changelog.Debian
install -o 0 -g 0 -p -m644 ChangeLog debian/pcopy/usr/share/doc/pcopy/changelog
dh_installdocs
cp -a README debian/pcopy/usr/share/doc/pcopy
chown -R 0:0 debian/pcopy/usr/share/doc
chmod -R go=rX debian/pcopy/usr/share/doc
chmod -R u\+rw debian/pcopy/usr/share/doc
install -g 0 -o 0 -m 644 -p debian/copyright debian/pcopy/usr/share/doc/pcopy/copyright
dh_installexamples
dh_installman pcopy.1
install -d debian/pcopy/usr/share/man/man1/
install -p -m644 pcopy.1 debian/pcopy/usr/share/man/man1/pcopy.1
dh_link
dh_strip
strip --remove-section=.comment --remove-section=.note debian/pcopy/usr/bin/pcopy
dh_compress
cd debian/pcopy
chmod a-x usr/share/man/man1/pcopy.1 usr/share/doc/pcopy/changelog usr/share/doc/pcopy/changelog.Debian
gzip -9f usr/share/man/man1/pcopy.1 usr/share/doc/pcopy/changelog usr/share/doc/pcopy/changelog.Debian
cd '/build/buildd2/pcopy-1.5'
dh_fixperms
find debian/pcopy -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0
find debian/pcopy ! -type l -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s
find debian/pcopy/usr/share/doc -type f ! -regex 'debian/pcopy/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 644
find debian/pcopy/usr/share/doc -type d -print0 2>/dev/null | xargs -0r chmod 755
find debian/pcopy/usr/share/man debian/pcopy/usr/man/ debian/pcopy/usr/X11*/man/ -type f -print0 2>/dev/null | xargs -0r chmod 644
find debian/pcopy -perm -5 -type f \( -name '*.so*' -or -name '*.la' -or -name '*.a' \) -print0 2>/dev/null | xargs -0r chmod 644
find debian/pcopy/usr/include -type f -print0 2>/dev/null | xargs -0r chmod 644
find debian/pcopy/usr/lib/perl5 debian/pcopy/usr/share/perl5 -type f -perm -5 -name '*.pm' -print0 2>/dev/null | xargs -0r chmod a-X
find debian/pcopy/usr/bin -type f -print0 2>/dev/null | xargs -0r chmod a+x
find debian/pcopy/usr/sbin -type f -print0 2>/dev/null | xargs -0r chmod a+x
dh_installdeb
install -o 0 -g 0 -d debian/pcopy/DEBIAN
dh_shlibdeps
dpkg-shlibdeps -Tdebian/pcopy.substvars debian/pcopy/usr/bin/pcopy
dh_gencontrol
dpkg-gencontrol -ldebian/changelog -isp -Tdebian/pcopy.substvars -Pdebian/pcopy
dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}
chmod 644 debian/pcopy/DEBIAN/control
chown 0:0 debian/pcopy/DEBIAN/control
dh_md5sums
(cd debian/pcopy >/dev/null ; find . -type f ! -regex '.*/DEBIAN/.*' -printf '%P\0' | xargs -r0 md5sum > DEBIAN/md5sums) >/dev/null
chmod 644 debian/pcopy/DEBIAN/md5sums
chown 0:0 debian/pcopy/DEBIAN/md5sums
dh_builddeb
dpkg-deb --build debian/pcopy ..
dpkg-deb: building package `pcopy' in `../pcopy_1.5-0_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 20070610-2113
pcopy_1.5-0_m32r.changes:
Format: 1.7
Date: Wed, 18 Oct 2006 13:07:33 +1000
Source: pcopy
Binary: pcopy
Architecture: m32r
Version: 1.5-0
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar <anibal at debian.org>
Changed-By: Anibal Monsalve Salazar <anibal at debian.org>
Description:
pcopy - multithreaded (raw) disk copying program
Closes: 372579 393849
Changes:
pcopy (1.5-0) unstable; urgency=low
.
* Initial release (Closes: #393849, #372579).
* Run autoconf to update configure to fix "configure: error: can
only configure for one host and one target at a time".
Files:
366053f595ce1a08b253d71124afb41d 9114 utils optional pcopy_1.5-0_m32r.deb
/debian/buildd2/build/chroot-unstable/build/buildd2/pcopy_1.5-0_m32r.deb:
new debian package, version 2.0.
size 9114 bytes: control archive= 726 bytes.
549 bytes, 17 lines control
378 bytes, 6 lines md5sums
Package: pcopy
Version: 1.5-0
Architecture: m32r
Maintainer: Anibal Monsalve Salazar <anibal at debian.org>
Installed-Size: 72
Depends: libc6 (>= 2.3.5-1)
Section: utils
Priority: optional
Description: multithreaded (raw) disk copying program
Tool for large disk to disk copying.
.
pcopy is intended to be used when doing large disk (partition)
to disk (partition) copying where dd is just too slow (and error
prone). It also displays a progress counter while doing the
copying.
.
Homepage: http://directory.fsf.org/sysadmin/Backup/pcopy.html
/debian/buildd2/build/chroot-unstable/build/buildd2/pcopy_1.5-0_m32r.deb:
drwxr-xr-x root/root 0 2007-06-10 21:13 ./
drwxr-xr-x root/root 0 2007-06-10 21:12 ./usr/
drwxr-xr-x root/root 0 2007-06-10 21:12 ./usr/sbin/
drwxr-xr-x root/root 0 2007-06-10 21:12 ./usr/bin/
-rwxr-xr-x root/root 9568 2007-06-10 21:12 ./usr/bin/pcopy
drwxr-xr-x root/root 0 2007-06-10 21:12 ./usr/share/
drwxr-xr-x root/root 0 2007-06-10 21:12 ./usr/share/doc/
drwxr-xr-x root/root 0 2007-06-10 21:12 ./usr/share/doc/pcopy/
-rw-r--r-- root/root 1245 2007-06-10 21:08 ./usr/share/doc/pcopy/copyright
-rw-r--r-- root/root 435 2003-12-02 23:51 ./usr/share/doc/pcopy/changelog.gz
-rw-r--r-- root/root 1086 2001-09-10 17:06 ./usr/share/doc/pcopy/README
-rw-r--r-- root/root 258 2007-06-10 21:08 ./usr/share/doc/pcopy/changelog.Debian.gz
drwxr-xr-x root/root 0 2007-06-10 21:12 ./usr/share/man/
drwxr-xr-x root/root 0 2007-06-10 21:12 ./usr/share/man/man1/
-rw-r--r-- root/root 516 2007-06-10 21:08 ./usr/share/man/man1/pcopy.1.gz
******************************************************************************
Built successfully
Purging /debian/buildd2/build/chroot-unstable/build/buildd2/pcopy-1.5
------------------------------------------------------------------------------
******************************************************************************
Finished at 20070610-2113
Build needed 00:05:54, 540k disk space
More information about the build-status
mailing list