[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#436498: marked as done (axel: not handling nostrip build option (policy 10.1) sid/i386)



Your message dated Tue, 23 Oct 2007 21:02:02 +0000
with message-id <E1IkQt0-00076o-OP@ries.debian.org>
and subject line Bug#436498: fixed in axel 1.0b-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: axel
Version: 1.0b-1.1
Severity: wishlist
User: buildd@naquadah.org
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 <amaya@debian.org>
> 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


--- End Message ---
--- Begin Message ---
Source: axel
Source-Version: 1.0b-3

We believe that the bug you reported is fixed in the latest version of
axel, which is due to be installed in the Debian FTP archive:

axel-kapt_1.0b-3_all.deb
  to pool/main/a/axel/axel-kapt_1.0b-3_all.deb
axel_1.0b-3.diff.gz
  to pool/main/a/axel/axel_1.0b-3.diff.gz
axel_1.0b-3.dsc
  to pool/main/a/axel/axel_1.0b-3.dsc
axel_1.0b-3_i386.deb
  to pool/main/a/axel/axel_1.0b-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 436498@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ralf Treinen <treinen@debian.org> (supplier of updated axel package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 23 Oct 2007 22:35:46 +0200
Source: axel
Binary: axel-kapt axel
Architecture: source i386 all
Version: 1.0b-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Ralf Treinen <treinen@debian.org>
Description: 
 axel       - A light download accelerator - Console version
 axel-kapt  - A light download accelerator - Console version front-end
Closes: 302948 312060 413856 423414 436498
Changes: 
 axel (1.0b-3) unstable; urgency=low
 .
   * QA upload.
   * Use dpatch to manage patches.
   * Patch 01_kfreebsd: configuration for GNU/kFreeBSD. Based on a patch
     suggested by Cyril Brulebois (closes: #413856).
   * Patch 02_http404: fix segfaults on HTTP 404 and HTTP 401 responses. Thanks
     to Y Giridhar Appaji Nag for sending in the ypatch!
     (closes: #423414, #312060)
   * debian/copyright: Added copyright holder and upstream author
     (closes: #302948)
   * pass nostrip build option to ./configure. Thanks to Y Giridhar Appaji Nag
     for sending in the patch! (closes: #436498).
   * Fixed FSF address in debian/copyright.
   * Do not ignore errors of "make distclean"
   * menu file: changed section "Apps" to "Applications".
Files: 
 6e1e7582ca6f335a6019f3963241fbd7 558 web optional axel_1.0b-3.dsc
 2610608de8a5b2ac5961851e44cd0c91 5015 web optional axel_1.0b-3.diff.gz
 8a5e4bf35343a7c484a95fd0680ef272 3808 web optional axel-kapt_1.0b-3_all.deb
 c0578620451cdff20855e5dd391b6f63 37592 web optional axel_1.0b-3_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHHl3YtzWmSeC6BMERArxiAJ4tgTpmcBj2yHGJmg4OUMNtHkiLEQCaAqfb
lyRS7SzUYm86vQ6a5MYqaMo=
=m+er
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: