Package: dhcping Version: 1.2-3 Severity: wishlist User: [EMAIL PROTECTED] Usertags: nostrip
Hello, There was a problem while autobuilding your package with DEB_BUILD_OPTIONS=nostrip. Final binaries are still stripped. If you call dh_strip correctly in debian/rules, this may mean that upstream is stripping anyway. You should look for call to strip, ld -s or install -s which may strip binaries. > Automatic build of dhcping_1.2-3 on octave for sid/i386 by rebuildd 0.2.1 > Build started at 2007-08-08 18:10:15.556768 > ****************************************************************************** > Reading package lists... > Building dependency tree... > Reading state information... > Need to get 99.6kB of source archives. > Get:1 http://ftp.fr.debian.org sid/main dhcping 1.2-3 (dsc) [518B] > Get:2 http://ftp.fr.debian.org sid/main dhcping 1.2-3 (tar) [75.5kB] > Get:3 http://ftp.fr.debian.org sid/main dhcping 1.2-3 (diff) [23.6kB] > Fetched 99.6kB in 0s (246kB/s) > Download complete and in download only mode > W: /home/staff/jd/.pbuilderrc does not exist > I: using fakeroot in build. > Current time: Wed Aug 8 18:10:20 UTC 2007 > pbuilder-time-stamp: 1186596620 > Building the build Environment > -> extracting base tarball [/var/cache/pbuilder/sid.tgz] > -> creating local configuration > -> copying local configuration > -> mounting /proc filesystem > -> mounting /dev/pts filesystem > -> policy-rc.d already exists > Obtaining the cached apt archive contents > Installing the build-deps > -> Attempting to parse the build-deps > -> Installing > Reading package lists... > Building dependency tree... > Reading state information... > 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. > -> Finished parsing the build-deps > Reading package lists... > Building dependency tree... > Reading state information... > fakeroot is already the newest version. > 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. > Copying back the cached apt archive contents > Copying source file > -> copying [dhcping_1.2-3.dsc] > -> copying [./dhcping_1.2.orig.tar.gz] > -> copying [./dhcping_1.2-3.diff.gz] > Extracting source > gpg: can't open `/gnupg/options.skel': No such file or directory > gpg: Signature made Sat Mar 4 21:44:31 2006 UTC using DSA key ID 801EA932 > gpg: Can't check signature: public key not found > dpkg-source: extracting dhcping in dhcping-1.2 > dpkg-source: unpacking dhcping_1.2.orig.tar.gz > dpkg-source: applying ./dhcping_1.2-3.diff.gz > -> Building the package > Setting DEB_BUILD_OPTIONS=nostrip > dpkg-buildpackage: source package is dhcping > dpkg-buildpackage: source version is 1.2-3 > dpkg-buildpackage: source changed by Martin Schulze <[EMAIL PROTECTED]> > dpkg-buildpackage: host architecture i386 > dpkg-buildpackage: source version without epoch 1.2-3 > fakeroot debian/rules clean > rm -rf debian/tmp > rm -f debian/{files,substvars} > rm -f stamp-build > test ! -f Makefile || /usr/bin/make distclean > rm -rf *~ copyright.txt > dpkg-source -b dhcping-1.2 > dpkg-source: building dhcping using existing dhcping_1.2.orig.tar.gz > dpkg-source: building dhcping in dhcping_1.2-3.diff.gz > dpkg-source: building dhcping in dhcping_1.2-3.dsc > debian/rules build > test -f config.cache || ./configure > checking for gcc... gcc > checking for C compiler default output... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for executable suffix... > checking for object suffix... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for a BSD compatible install... /usr/bin/install -c > checking build system type... i686-pc-linux-gnu > checking host system type... i686-pc-linux-gnu > checking target system type... i686-pc-linux-gnu > checking whether build environment is sane... yes > checking for mawk... mawk > checking whether make sets ${MAKE}... yes > checking for style of include used by make... GNU > checking dependency style of gcc... gcc3 > checking how to run the C preprocessor... gcc -E > checking for ANSI C header files... yes > checking whether time.h and sys/time.h may both be included... yes > checking for netdb.h... yes > checking for netinet/in.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for sys/socket.h... yes > checking for sys/time.h... yes > checking for unistd.h... yes > checking for gethostbyname... yes > checking for memset... yes > checking for select... yes > checking for socket... yes > configure: creating ./config.status > config.status: creating Makefile > /usr/bin/make > make[1]: Entering directory `/tmp/buildd/dhcping-1.2' > source='dhcping.c' object='dhcping.o' libtool=no \ > depfile='.deps/dhcping.Po' tmpdepfile='.deps/dhcping.TPo' \ > depmode=gcc3 /bin/sh ./depcomp \ > gcc -DPACKAGE=\"dhcping\" -DVERSION=\"1.2\" -DSTDC_HEADERS=1 > -DTIME_WITH_SYS_TIME=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 > -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 > -DHAVE_UNISTD_H=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 > -DHAVE_SOCKET=1 -I. -I. -g -O2 -c `test -f dhcping.c || echo > './'`dhcping.c > gcc -g -O2 -o dhcping dhcping.o > make[1]: Leaving directory `/tmp/buildd/dhcping-1.2' > touch stamp-build > cat debian/copyright LICENSE > copyright.txt > fakeroot debian/rules binary > rm -rf debian/tmp > rm -f debian/{files,substvars} > test -f stamp-build || /usr/bin/make -f debian/rules build > install -g root -o root -m 755 -d debian/tmp/DEBIAN > chown -R root.root debian/tmp > chmod -R g-ws debian/tmp > install -g root -o root -m 755 -d debian/tmp/usr/share/doc/dhcping > install -g root -o root -m 644 debian/changelog > debian/tmp/usr/share/doc/dhcping/changelog.Debian > # > install -g root -o root -m 644 copyright.txt > debian/tmp/usr/share/doc/dhcping/copyright > # gzip -9f debian/tmp/usr/share/doc/dhcping/{changelog.Debian} > # > install -g root -o root -m 755 -d debian/tmp/usr/sbin > install -g root -o root -m 755 -s dhcping debian/tmp/usr/sbin > # > install -g root -o root -m 755 -d debian/tmp/usr/share/man/man8 > install -g root -o root -m 644 dhcping.8 debian/tmp/usr/share/man/man8 > gzip -9 debian/tmp/usr/share/man/man?/* > # > dpkg-shlibdeps debian/tmp/usr/sbin/dhcping > dpkg-gencontrol -isp > dpkg --build debian/tmp .. > dpkg-deb: building package `dhcping' in `../dhcping_1.2-3_i386.deb'. > dpkg-genchanges > dpkg-genchanges: not including original source code in upload > dpkg-buildpackage: binary and diff upload (original source NOT included) > Copying back the cached apt archive contents > -> unmounting dev/pts filesystem > -> unmounting proc filesystem > -> cleaning the build env > -> removing directory /var/cache/pbuilder/build//15906 and its > subdirectories > Current time: Wed Aug 8 18:14:03 UTC 2007 > pbuilder-time-stamp: 1186596843 > Checking dhcping_1.2-3_i386.deb for stripped binaries... > --------------------------------------- > /tmp/dhcping_1.2-3_i386.deb/usr/sbin/dhcping: ELF 32-bit LSB executable, > Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.8, dynamically linked (uses > shared libs), stripped > > ...done > Removing result files... > ...done > ****************************************************************************** > Finished with status BUILD_FAILED at 2007-08-08 18:14:06.837643 > Build needed 0:03:51.280875 -- Julien Danjou .''`. Debian Developer : :' : http://julien.danjou.info `. `' http://people.debian.org/~acid `- 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD
signature.asc
Description: Digital signature

