Package: ezmlm-browse Version: 0.10-2 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 ezmlm-browse_0.10-2 on octave for sid/i386 by rebuildd > 0.2.1 > Build started at 2007-08-09 03:09:48.400283 > ****************************************************************************** > Reading package lists... > Building dependency tree... > Reading state information... > Need to get 35.1kB of source archives. > Get:1 http://ftp.fr.debian.org sid/main ezmlm-browse 0.10-2 (dsc) [566B] > Get:2 http://ftp.fr.debian.org sid/main ezmlm-browse 0.10-2 (tar) [30.3kB] > Get:3 http://ftp.fr.debian.org sid/main ezmlm-browse 0.10-2 (diff) [4218B] > Fetched 35.1kB in 0s (217kB/s) > Download complete and in download only mode > W: /home/staff/jd/.pbuilderrc does not exist > I: using fakeroot in build. > Current time: Thu Aug 9 03:09:51 UTC 2007 > pbuilder-time-stamp: 1186628991 > 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 bglibs-dev > -> Trying bglibs-dev > -> Installing bglibs-dev > Reading package lists... > Building dependency tree... > Reading state information... > Suggested packages: > dietlibc-dev > Recommended packages: > bglibs-doc > The following NEW packages will be installed: > bglibs-dev > debconf: delaying package configuration, since apt-utils is not installed > 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. > Need to get 0B/469kB of archives. > After unpacking 2470kB of additional disk space will be used. > Selecting previously deselected package bglibs-dev. > (Reading database ... 8965 files and directories currently installed.) > Unpacking bglibs-dev (from .../bglibs-dev_1.041-2_i386.deb) ... > Setting up bglibs-dev (1.041-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 [ezmlm-browse_0.10-2.dsc] > -> copying [./ezmlm-browse_0.10.orig.tar.gz] > -> copying [./ezmlm-browse_0.10-2.diff.gz] > Extracting source > gpg: can't open `/gnupg/options.skel': No such file or directory > gpg: Signature made Sun Feb 26 13:06:54 2006 UTC using DSA key ID BC70A6FF > gpg: Can't check signature: public key not found > dpkg-source: extracting ezmlm-browse in ezmlm-browse-0.10 > dpkg-source: unpacking ezmlm-browse_0.10.orig.tar.gz > dpkg-source: applying ./ezmlm-browse_0.10-2.diff.gz > -> Building the package > Setting DEB_BUILD_OPTIONS=nostrip > dpkg-buildpackage: source package is ezmlm-browse > dpkg-buildpackage: source version is 0.10-2 > dpkg-buildpackage: source changed by Gerrit Pape <[EMAIL PROTECTED]> > dpkg-buildpackage: host architecture i386 > dpkg-buildpackage: source version without epoch 0.10-2 > fakeroot debian/rules clean > /usr/bin/make clean > make[1]: Entering directory `/tmp/buildd/ezmlm-browse-0.10' > rm -f `cat TARGETS` > make[1]: Leaving directory `/tmp/buildd/ezmlm-browse-0.10' > for i in *'{orig}'; do test ! -r $i || mv -f $i ${i%%'{orig}'}; done > rm -f conf-home > test ! -e patch-stamp || \ > for i in `ls -t1 debian/diff/*.diff || :`; do \ > patch -p0 -R <$i || exit 1; \ > done > rm -rf '/tmp/buildd/ezmlm-browse-0.10/debian/ezmlm-browse' > rm -f build-stamp configure-stamp patch-stamp > rm -f debian/files debian/substvars changelog > dpkg-source -b ezmlm-browse-0.10 > dpkg-source: building ezmlm-browse using existing > ezmlm-browse_0.10.orig.tar.gz > dpkg-source: building ezmlm-browse in ezmlm-browse_0.10-2.diff.gz > dpkg-source: building ezmlm-browse in ezmlm-browse_0.10-2.dsc > debian/rules build > for i in `ls -t1 debian/diff/*.diff || :`; do \ > patch -p0 <$i || exit 1; \ > done > ls: debian/diff/*.diff: No such file or directory > touch patch-stamp > echo '/usr/lib/ezmlm-browse' >conf-home > test -r conf-bglibs'{orig}' || cp conf-bglibs conf-bglibs'{orig}' > echo '/usr/lib/bglibs' >conf-bglibs > test -r conf-bgincs'{orig}' || cp conf-bgincs conf-bgincs'{orig}' > echo '/usr/include/bglibs' >conf-bgincs > test -r Makefile'{orig}' || cp Makefile Makefile'{orig}' > sed -e 's}`which python2`}/usr/bin/python}' \ > -e 's}`pwd`}/usr/lib/ezmlm-browse}' <Makefile'{orig}' >Makefile > touch configure-stamp > /usr/bin/make programs version.py > make[1]: Entering directory `/tmp/buildd/ezmlm-browse-0.10' > ( bglibs=`head -n 1 conf-bglibs`; \ > echo '#!/bin/sh';\ > echo 'main="$1"; shift';\ > echo exec `head -n 1 conf-ld` -L. "-L'${bglibs}'" '-o "$main" > "$main.o" ${1+"$@"}' -lbg-sysdeps; \ > ) >load > chmod 755 load > ( bgincs=`head -n 1 conf-bgincs`; \ > echo '#!/bin/sh'; \ > echo 'source=$1; shift'; \ > echo 'base=`echo "$source" | sed -e s:\\\\.c$::`'; \ > echo exec `head -n 1 conf-cc` -I. "-I'${bgincs}'" '-o ${base}.o -c > $source ${1+"$@"}'; \ > ) >compile > chmod 755 compile > echo 'const char auto_pwd[] = "'/usr/lib/ezmlm-browse'";' >auto_pwd.c > ( set -e; PATH="/bin:/usr/bin:/usr/local/bin:$PATH"; export PATH; \ > python2=/usr/bin/python; \ > echo 'const char auto_python2[] = "'$python2'";' ) >auto_python2.c > ./compile wrapper.c > ./load wrapper > ( \ > echo program = \"`head -n 1 VERSION | cut -d' ' -f1`\"; \ > echo version = \"`head -n 1 VERSION | cut -d' ' -f2`\"; \ > echo full = \"`head -n 1 VERSION`\"; \ > ) >version.py > make[1]: Leaving directory `/tmp/buildd/ezmlm-browse-0.10' > touch build-stamp > fakeroot debian/rules binary > rm -rf '/tmp/buildd/ezmlm-browse-0.10/debian/ezmlm-browse' > install -d -m0755 > '/tmp/buildd/ezmlm-browse-0.10/debian/ezmlm-browse'/usr/lib/ezmlm-browse/commands > sed -e 's/^all: programs python$/all: python/g' <Makefile \ > > >'/tmp/buildd/ezmlm-browse-0.10/debian/ezmlm-browse'/usr/lib/ezmlm-browse/Makefile > install -m0644 *.py *.css VERSION > '/tmp/buildd/ezmlm-browse-0.10/debian/ezmlm-browse'/usr/lib/ezmlm-browse/ > grep -F .pyc <TARGETS > >'/tmp/buildd/ezmlm-browse-0.10/debian/ezmlm-browse'/usr/lib/ezmlm-browse/TARGETS > rm -f > '/tmp/buildd/ezmlm-browse-0.10/debian/ezmlm-browse'/usr/lib/ezmlm-browse/config.py > install -d -m0755 > '/tmp/buildd/ezmlm-browse-0.10/debian/ezmlm-browse'/etc/ezmlm-browse/html > install -m0644 config.py > '/tmp/buildd/ezmlm-browse-0.10/debian/ezmlm-browse'/etc/ezmlm-browse/ > install -m0644 debian/config.Makefile > '/tmp/buildd/ezmlm-browse-0.10/debian/ezmlm-browse'/etc/ezmlm-browse/Makefile > install -m0644 commands/*.py > '/tmp/buildd/ezmlm-browse-0.10/debian/ezmlm-browse'/usr/lib/ezmlm-browse/commands/ > install -d -m0755 > '/tmp/buildd/ezmlm-browse-0.10/debian/ezmlm-browse'/usr/lib/cgi-bin > install -m0755 wrapper > '/tmp/buildd/ezmlm-browse-0.10/debian/ezmlm-browse'/usr/lib/cgi-bin/ezmlm-browse > : nostrip -R .comment -R .note > '/tmp/buildd/ezmlm-browse-0.10/debian/ezmlm-browse'/usr/lib/cgi-bin/ezmlm-browse > install -m0644 html/*.html html/*.xml > '/tmp/buildd/ezmlm-browse-0.10/debian/ezmlm-browse'/etc/ezmlm-browse/html/ > ln -s /etc/ezmlm-browse/config.py > '/tmp/buildd/ezmlm-browse-0.10/debian/ezmlm-browse'/usr/lib/ezmlm-browse/ > ln -s /etc/ezmlm-browse/html > '/tmp/buildd/ezmlm-browse-0.10/debian/ezmlm-browse'/usr/lib/ezmlm-browse/ > # changelog > test -r changelog || ln -s NEWS changelog > : implicit > : debian/ezmlm-browse/usr/share/doc/ezmlm-browse/ > + install -m0644 debian/copyright > debian/ezmlm-browse/usr/share/doc/ezmlm-browse/ > + install -m0644 debian/changelog > debian/ezmlm-browse/usr/share/doc/ezmlm-browse/changelog.Debian > + install -m0644 changelog debian/ezmlm-browse/usr/share/doc/ezmlm-browse/ > + install -m0644 README debian/ezmlm-browse/usr/share/doc/ezmlm-browse/ > + install -m0644 TODO debian/ezmlm-browse/usr/share/doc/ezmlm-browse/ > + install -m0644 VERSION debian/ezmlm-browse/usr/share/doc/ezmlm-browse/ > + install -m0644 debian/ezmlm-browse.README.Debian > debian/ezmlm-browse/usr/share/doc/ezmlm-browse/README.Debian > : debian/ezmlm-browse/usr/share/doc/ezmlm-browse/examples/ > : debian/ezmlm-browse/usr/share/doc/ezmlm-browse/ ok > : debian/ezmlm-browse/DEBIAN/ > + install -m0644 debian/ezmlm-browse.conffiles > debian/ezmlm-browse/DEBIAN/conffiles > + install -m0755 debian/ezmlm-browse.postinst > debian/ezmlm-browse/DEBIAN/postinst > + install -m0755 debian/ezmlm-browse.postrm debian/ezmlm-browse/DEBIAN/postrm > : debian/ezmlm-browse/DEBIAN/md5sums > : debian/ezmlm-browse/DEBIAN/ ok > dpkg-shlibdeps > '/tmp/buildd/ezmlm-browse-0.10/debian/ezmlm-browse'/usr/lib/cgi-bin/ezmlm-browse > dpkg-gencontrol -isp -pezmlm-browse > -P'/tmp/buildd/ezmlm-browse-0.10/debian/ezmlm-browse' > dpkg -b '/tmp/buildd/ezmlm-browse-0.10/debian/ezmlm-browse' .. > dpkg-deb: building package `ezmlm-browse' in > `../ezmlm-browse_0.10-2_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//30746 and its > subdirectories > Current time: Thu Aug 9 03:13:48 UTC 2007 > pbuilder-time-stamp: 1186629228 > Checking ezmlm-browse_0.10-2_i386.deb for stripped binaries... > --------------------------------------- > /tmp/ezmlm-browse_0.10-2_i386.deb/usr/lib/cgi-bin/ezmlm-browse: 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-09 03:13:59.916173 > Build needed 0:04:11.515890 -- 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

