Package: axel
Version: 1.0b-1.1
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.

> Automatic build of axel_1.0b-1.1 on octave for sid/i386 by rebuildd 0.2.1
> Build started at 2007-08-07 20:59:17.224793
> ******************************************************************************
> Reading package lists...
> Building dependency tree...
> Reading state information...
> Need to get 47.1kB of source archives.
> Get:1 http://ftp.fr.debian.org sid/main axel 1.0b-1.1 (dsc) [554B]
> Get:2 http://ftp.fr.debian.org sid/main axel 1.0b-1.1 (tar) [43.3kB]
> Get:3 http://ftp.fr.debian.org sid/main axel 1.0b-1.1 (diff) [3238B]
> Fetched 47.1kB in 0s (93.8kB/s)
> Download complete and in download only mode
> W: /home/staff/jd/.pbuilderrc does not exist
> I: using fakeroot in build.
> Current time: Tue Aug  7 20:59:20 UTC 2007
> pbuilder-time-stamp: 1186520360
> 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 
>  -> Considering build-dep gettext
>    -> Trying gettext
>  -> Installing  gettext
> Reading package lists...
> Building dependency tree...
> Reading state information...
> The following extra packages will be installed:
>   gettext-base
> Suggested packages:
>   cvs gettext-doc
> Recommended packages:
>   curl wget lynx
> The following NEW packages will be installed:
>   gettext gettext-base
> debconf: delaying package configuration, since apt-utils is not installed
> 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
> Need to get 0B/2310kB of archives.
> After unpacking 6738kB of additional disk space will be used.
> Selecting previously deselected package gettext-base.
> (Reading database ... 8965 files and directories currently installed.)
> Unpacking gettext-base (from .../gettext-base_0.16.1-2_i386.deb) ...
> Selecting previously deselected package gettext.
> Unpacking gettext (from .../gettext_0.16.1-2_i386.deb) ...
> Setting up gettext-base (0.16.1-2) ...
> 
> Setting up gettext (0.16.1-2) ...
> 
>  -> 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 [axel_1.0b-1.1.dsc]
>     -> copying [./axel_1.0b.orig.tar.gz]
>     -> copying [./axel_1.0b-1.1.diff.gz]
> Extracting source
> gpg: can't open `/gnupg/options.skel': No such file or directory
> gpg: Signature made Tue Jul 11 18:12:22 2006 UTC using DSA key ID 3FCC2A90
> gpg: Can't check signature: public key not found
> dpkg-source: extracting axel in axel-1.0b
> dpkg-source: unpacking axel_1.0b.orig.tar.gz
> dpkg-source: applying ./axel_1.0b-1.1.diff.gz
>  -> Building the package
> Setting DEB_BUILD_OPTIONS=nostrip
> dpkg-buildpackage: source package is axel
> dpkg-buildpackage: source version is 1.0b-1.1
> dpkg-buildpackage: source changed by Amaya Rodrigo Sastre <[EMAIL PROTECTED]>
> dpkg-buildpackage: host architecture i386
> dpkg-buildpackage: source version without epoch 1.0b-1.1
>  fakeroot debian/rules clean
> if [ "`whoami`" != "root" -o ! -d debian ]; then exit 1; fi
> rm -rf build-stamp debian/axel debian/axel-kapt debian/*.substvars 
> debian/files
> /usr/bin/make distclean DESTDIR=`pwd`/debian/axel
> make[1]: Entering directory `/tmp/buildd/axel-1.0b'
> rm -f *.o  search core *.mo
> rm -f Makefile.settings config.h
> make[1]: Leaving directory `/tmp/buildd/axel-1.0b'
>  dpkg-source -b axel-1.0b
> dpkg-source: building axel using existing axel_1.0b.orig.tar.gz
> dpkg-source: building axel in axel_1.0b-1.1.diff.gz
> dpkg-source: building axel in axel_1.0b-1.1.dsc
>  debian/rules build
> if [ ! -d debian ]; then exit 1; fi
> ./configure --i18n=1 --debug=0 --prefix=/usr --etcdir=/etc
> The strip option is enabled. This should not be a problem usually, but on some
> systems it breaks stuff.
> 
> Configuration done:
>   Internationalization enabled.
>   Debugging disabled.
>   Binary stripping enabled.
> /usr/bin/make DESTDIR=`pwd`/debian/axel
> make[1]: Entering directory `/tmp/buildd/axel-1.0b'
> gcc -c axel.c -o axel.o -Wall -O3
> gcc -c conf.c -o conf.o -Wall -O3
> gcc -c conn.c -o conn.o -Wall -O3
> gcc -c ftp.c -o ftp.o -Wall -O3
> gcc -c http.c -o http.o -Wall -O3
> gcc -c search.c -o search.o -Wall -O3
> gcc -c tcp.c -o tcp.o -Wall -O3
> gcc -c text.c -o text.o -Wall -O3
> gcc axel.o conf.o conn.o ftp.o http.o search.o tcp.o text.o -o axel  -lpthread
> strip axel
> msgfmt -vo nl.mo nl.po
> 46 translated messages.
> msgfmt -vo de.mo de.po
> 43 translated messages, 3 fuzzy translations.
> make[1]: Leaving directory `/tmp/buildd/axel-1.0b'
> touch build-stamp
>  fakeroot debian/rules binary
> if [ "`whoami`" != "root" -o ! -d debian ]; then exit 1; fi
> mkdir -p debian/axel/DEBIAN/
> mkdir -p debian/axel-kapt/DEBIAN/
> /usr/bin/make install DESTDIR=`pwd`/debian/axel
> make[1]: Entering directory `/tmp/buildd/axel-1.0b'
> mkdir -p /tmp/buildd/axel-1.0b/debian/axel/usr/bin/
> cp axel /tmp/buildd/axel-1.0b/debian/axel/usr/bin/axel
> mkdir -p /tmp/buildd/axel-1.0b/debian/axel/etc/
> cp axelrc.example /tmp/buildd/axel-1.0b/debian/axel/etc/axelrc
> mkdir -p /tmp/buildd/axel-1.0b/debian/axel/usr/share/man/man1/
> cp axel.1 /tmp/buildd/axel-1.0b/debian/axel/usr/share/man/man1/axel.1
> Installing locale files...
> make[1]: Leaving directory `/tmp/buildd/axel-1.0b'
> /usr/bin/make -C gui/kapt install DESTDIR=`pwd`/debian/axel-kapt
> make[1]: Entering directory `/tmp/buildd/axel-1.0b/gui/kapt'
> mkdir -p /tmp/buildd/axel-1.0b/debian/axel-kapt/usr/bin
> install -m 0755 axel-kapt /tmp/buildd/axel-1.0b/debian/axel-kapt/usr/bin
> mkdir -p /tmp/buildd/axel-1.0b/debian/axel-kapt/usr/share/man/man1/
> install -m 0644 axel-kapt.1 
> /tmp/buildd/axel-1.0b/debian/axel-kapt/usr/share/man/man1/
> make[1]: Leaving directory `/tmp/buildd/axel-1.0b/gui/kapt'
> if [ "`whoami`" != "root" -o ! -d debian ]; then exit 1; fi
> chmod 755 debian/axel-kapt.p*
> # axel-kapt (all archs)
> mkdir -p debian/axel-kapt/usr/share/doc/
> ln -s axel debian/axel-kapt/usr/share/doc/axel-kapt
> gzip -9 debian/axel-kapt/usr/share/man/man1/axel-kapt.1
> install -D --mode=0644 debian/axel-kapt.menu 
> debian/axel-kapt/usr/lib/menu/axel-kapt
> cp debian/axel-kapt.postinst debian/axel-kapt/DEBIAN/postinst
> cp debian/axel-kapt.postrm debian/axel-kapt/DEBIAN/postrm
> cd debian/axel-kapt; \
>               find usr -type f -exec md5sum {} \; > DEBIAN/md5sums
> dpkg-gencontrol -ldebian/changelog -isp -paxel-kapt -Pdebian/axel-kapt
> dpkg --build debian/axel-kapt ..
> dpkg-deb: building package `axel-kapt' in `../axel-kapt_1.0b-1.1_all.deb'.
> if [ "`whoami`" != "root" -o ! -d debian ]; then exit 1; fi
> chmod 755 debian/axel.p*
> # axel
> mkdir -p debian/axel/usr/share/doc/axel/examples/
> cp CREDITS README debian/axel/usr/share/doc/axel/
> cp axelrc.example debian/axel/usr/share/doc/axel/examples/
> # (Copying to axel package because axel-kapt just symlinks to axel's docdir)
> cp gui/kapt/axel-kapt.desktop debian/axel/usr/share/doc/axel/examples/
> cp debian/changelog debian/axel/usr/share/doc/axel/changelog.Debian
> cp debian/copyright debian/axel/usr/share/doc/axel/copyright
> cp CHANGES debian/axel/usr/share/doc/axel/changelog
> cd debian/axel/usr/share/; \
>               gzip -9 doc/axel/changelog doc/axel/changelog.Debian 
> man/man1/axel.1
> cp debian/axel.conffiles debian/axel/DEBIAN/conffiles
> cp debian/axel.postinst debian/axel/DEBIAN/postinst
> cp debian/axel.prerm debian/axel/DEBIAN/prerm
> strip -R .comment -R .note debian/axel/usr/bin/axel
> cd debian/axel; \
>               find usr -type f -exec md5sum {} \; > DEBIAN/md5sums
> dpkg-shlibdeps -Tdebian/axel.substvars -dDepends debian/axel/usr/bin/axel
> dpkg-gencontrol -ldebian/changelog -isp -paxel -Tdebian/axel.substvars 
> -Pdebian/axel
> dpkg --build debian/axel ..
> dpkg-deb: building package `axel' in `../axel_1.0b-1.1_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//8014 and its 
> subdirectories
> Current time: Tue Aug  7 21:03:08 UTC 2007
> pbuilder-time-stamp: 1186520588
> Checking axel-kapt_1.0b-1.1_all.deb for stripped binaries...
> ---------------------------------------
> Checking axel_1.0b-1.1_i386.deb for stripped binaries...
> ---------------------------------------
> /tmp/axel_1.0b-1.1_i386.deb/usr/bin/axel: 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-07 21:03:15.629703
> Build needed 0:03:58.404910

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD

Attachment: signature.asc
Description: Digital signature

Reply via email to