Package: ed Version: 0.7-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. You should look for call to strip, ld -s or install -s which may strip binaries. > Automatic build of ed_0.7-1 on octave for sid/i386 by rebuildd 0.2.1 > Build started at 2007-08-08 22:34:51.439077 > ****************************************************************************** > Reading package lists... > Building dependency tree... > Reading state information... > Need to get 83.1kB of source archives. > Get:1 http://ftp.fr.debian.org sid/main ed 0.7-1 (dsc) [1157B] > Get:2 http://ftp.fr.debian.org sid/main ed 0.7-1 (tar) [74.8kB] > Get:3 http://ftp.fr.debian.org sid/main ed 0.7-1 (diff) [7165B] > Fetched 83.1kB in 0s (388kB/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 22:34:55 UTC 2007 > pbuilder-time-stamp: 1186612495 > 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 dpatch > -> Trying dpatch > -> Installing dpatch > Reading package lists... > Building dependency tree... > Reading state information... > Suggested packages: > curl > Recommended packages: > patchutils > The following NEW packages will be installed: > dpatch > 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/86.1kB of archives. > After unpacking 344kB of additional disk space will be used. > Selecting previously deselected package dpatch. > (Reading database ... 8965 files and directories currently installed.) > Unpacking dpatch (from .../archives/dpatch_2.0.27_all.deb) ... > Setting up dpatch (2.0.27) ... > -> 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 [ed_0.7-1.dsc] > -> copying [./ed_0.7.orig.tar.gz] > -> copying [./ed_0.7-1.diff.gz] > Extracting source > gpg: can't open `/gnupg/options.skel': No such file or directory > gpg: Signature made Sun Aug 5 15:10:17 2007 UTC using RSA key ID AB2A91F5 > gpg: Can't check signature: public key not found > dpkg-source: extracting ed in ed-0.7 > dpkg-source: unpacking ed_0.7.orig.tar.gz > dpkg-source: applying ./ed_0.7-1.diff.gz > -> Building the package > Setting DEB_BUILD_OPTIONS=nostrip > dpkg-buildpackage: source package is ed > dpkg-buildpackage: source version is 0.7-1 > dpkg-buildpackage: source changed by James Troup <[EMAIL PROTECTED]> > dpkg-buildpackage: host architecture i386 > dpkg-buildpackage: source version without epoch 0.7-1 > fakeroot debian/rules clean > dpatch deapply-all > 07_ed.1-spelling-fixes not applied to ./ . > 06_testsuite-Makefile not applied to ./ . > 05_ed.1-warning-fix not applied to ./ . > 03_ed.1-cleanup not applied to ./ . > rm -rf patch-stamp patch-stampT debian/patched > test -f ed.h && test -f debian/rules > rm -f ed-test build debian/patched > /usr/bin/make -i distclean || /usr/bin/make -f Makefile.in distclean > make[1]: Entering directory `/tmp/buildd/ed-0.7' > make[1]: *** No rule to make target `distclean'. Stop. > make[1]: Leaving directory `/tmp/buildd/ed-0.7' > make[1]: Entering directory `/tmp/buildd/ed-0.7' > rm -f p buf.o carg_parser.o glbl.o io.o main.o main_loop.o re.o signal.o > rm -f Makefile config.status *.tar *.bz2 > make[1]: Leaving directory `/tmp/buildd/ed-0.7' > find . -name \*~ | xargs rm -vf > rm -rf debian/tmp debian/files* debian/substvars* > dpkg-source -b ed-0.7 > dpkg-source: building ed using existing ed_0.7.orig.tar.gz > dpkg-source: building ed in ed_0.7-1.diff.gz > dpkg-source: warning: executable mode 0755 of > 'debian/patches/06_testsuite-Makefile.dpatch' will not be represented in diff > dpkg-source: warning: executable mode 0755 of > 'debian/patches/07_ed.1-spelling-fixes.dpatch' will not be represented in diff > dpkg-source: warning: executable mode 0755 of > 'debian/patches/03_ed.1-cleanup.dpatch' will not be represented in diff > dpkg-source: warning: executable mode 0755 of > 'debian/patches/05_ed.1-warning-fix.dpatch' will not be represented in diff > dpkg-source: building ed in ed_0.7-1.dsc > debian/rules build > test -d debian/patched || install -d debian/patched > dpatch apply-all > applying patch 03_ed.1-cleanup to ./ ... ok. > applying patch 05_ed.1-warning-fix to ./ ... ok. > applying patch 06_testsuite-Makefile to ./ ... ok. > applying patch 07_ed.1-spelling-fixes to ./ ... ok. > dpatch cat-all >>patch-stampT > mv -f patch-stampT patch-stamp > test -f ed.h && test -f debian/rules > ./configure --prefix=/usr > > creating config.status > creating Makefile > VPATH = . > prefix = /usr > exec_prefix = $(prefix) > bindir = $(exec_prefix)/bin > datadir = $(prefix)/share > infodir = $(datadir)/info > mandir = $(datadir)/man > sysconfdir = $(prefix)/etc > CC = gcc > CXX = g++ > CPPFLAGS = > CFLAGS = -Wall -W -O2 > CXXFLAGS = -Wall -W -O2 > LDFLAGS = > OK. Now you can run make. > /usr/bin/make CFLAGS="-O2 -g -Wall" > make[1]: Entering directory `/tmp/buildd/ed-0.7' > gcc -O2 -g -Wall -c -o buf.o buf.c > gcc -O2 -g -Wall -c -o carg_parser.o carg_parser.c > gcc -O2 -g -Wall -c -o glbl.o glbl.c > gcc -O2 -g -Wall -c -o io.o io.c > gcc -O2 -g -Wall -DPROGVERSION=\"0.7\" -c -o main.o main.c > gcc -O2 -g -Wall -c -o main_loop.o main_loop.c > gcc -O2 -g -Wall -c -o re.o re.c > gcc -O2 -g -Wall -c -o signal.o signal.c > gcc -o ed buf.o carg_parser.o glbl.o io.o main.o main_loop.o re.o signal.o > make[1]: Leaving directory `/tmp/buildd/ed-0.7' > touch build > fakeroot debian/rules binary > test -f ed.h && test -f debian/rules > make check || exit 127 > make[1]: Entering directory `/tmp/buildd/ed-0.7' > building test scripts for ed... > testing ed... > tests completed successfully. > make[1]: Leaving directory `/tmp/buildd/ed-0.7' > test -f ed.h && test -f debian/rules > test root = "`whoami`" > test -f ed.h && test -f debian/rules > rm -rf debian/tmp > install -d -m 755 debian/tmp/DEBIAN/ > install -m 755 debian/postinst debian/tmp/DEBIAN/ > install -m 755 debian/prerm debian/tmp/DEBIAN/ > install -d -m 755 debian/tmp/bin debian/tmp/usr/bin > install -m 755 -s ed debian/tmp/bin/ > ln -s /bin/ed debian/tmp/usr/bin/red > install -d -m 755 debian/tmp/usr/share/info/ > install -m 644 doc/ed.info debian/tmp/usr/share/info/ > gzip -9v debian/tmp/usr/share/info/ed.info > debian/tmp/usr/share/info/ed.info: 68.1% -- replaced with > debian/tmp/usr/share/info/ed.info.gz > install -d -m 755 debian/tmp/usr/share/man/man1/ > install -m 644 doc/ed.1 debian/tmp/usr/share/man/man1/ > gzip -9v debian/tmp/usr/share/man/man1/ed.1 > debian/tmp/usr/share/man/man1/ed.1: 69.1% -- replaced with > debian/tmp/usr/share/man/man1/ed.1.gz > ln -s ed.1.gz debian/tmp/usr/share/man/man1/red.1.gz > install -d -m 755 debian/tmp/usr/share/doc/ed/ > install -m 644 README NEWS AUTHORS TODO debian/tmp/usr/share/doc/ed > install -m 644 debian/changelog debian/tmp/usr/share/doc/ed/changelog.Debian > install -m 644 ChangeLog debian/tmp/usr/share/doc/ed/changelog > gzip -9v debian/tmp/usr/share/doc/ed/* > debian/tmp/usr/share/doc/ed/AUTHORS: 37.0% -- replaced with > debian/tmp/usr/share/doc/ed/AUTHORS.gz > debian/tmp/usr/share/doc/ed/NEWS: 12.4% -- replaced with > debian/tmp/usr/share/doc/ed/NEWS.gz > debian/tmp/usr/share/doc/ed/README: 55.5% -- replaced with > debian/tmp/usr/share/doc/ed/README.gz > debian/tmp/usr/share/doc/ed/TODO: 47.5% -- replaced with > debian/tmp/usr/share/doc/ed/TODO.gz > debian/tmp/usr/share/doc/ed/changelog: 53.5% -- replaced with > debian/tmp/usr/share/doc/ed/changelog.gz > debian/tmp/usr/share/doc/ed/changelog.Debian: 60.5% -- replaced with > debian/tmp/usr/share/doc/ed/changelog.Debian.gz > install -m 644 debian/copyright debian/tmp/usr/share/doc/ed/ > dpkg-shlibdeps ./ed > dpkg-gencontrol -isp > chown -R root.root debian/tmp > chmod -R go=rX debian/tmp > dpkg --build debian/tmp .. > dpkg-deb: building package `ed' in `../ed_0.7-1_i386.deb'. > dpkg-genchanges > dpkg-genchanges: including full source code in upload > dpkg-buildpackage: full upload (original source is 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//7139 and its > subdirectories > Current time: Wed Aug 8 22:40:37 UTC 2007 > pbuilder-time-stamp: 1186612837 > Checking ed_0.7-1_i386.deb for stripped binaries... > --------------------------------------- > /tmp/ed_0.7-1_i386.deb/bin/ed: 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 22:40:41.933228 > Build needed 0:05:50.494151 -- 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