Package: f2c
Version: 20050501-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 f2c_20050501-1 on octave for sid/i386 by rebuildd 0.2.1
> Build started at 2007-08-09 03:11:20.595009
> ******************************************************************************
> Reading package lists...
> Building dependency tree...
> Reading state information...
> Need to get 362kB of source archives.
> Get:1 http://ftp.fr.debian.org sid/main f2c 20050501-1 (dsc) [661B]
> Get:2 http://ftp.fr.debian.org sid/main f2c 20050501-1 (tar) [353kB]
> Get:3 http://ftp.fr.debian.org sid/main f2c 20050501-1 (diff) [9136B]
> Fetched 362kB in 0s (460kB/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:11:25 UTC 2007
> pbuilder-time-stamp: 1186629085
> 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 [f2c_20050501-1.dsc]
>     -> copying [./f2c_20050501.orig.tar.gz]
>     -> copying [./f2c_20050501-1.diff.gz]
> Extracting source
> gpg: can't open `/gnupg/options.skel': No such file or directory
> gpg: Signature made Sun Sep 18 20:47:37 2005 UTC using RSA key ID 3087194D
> gpg: Can't check signature: public key not found
> dpkg-source: extracting f2c in f2c-20050501
> dpkg-source: unpacking f2c_20050501.orig.tar.gz
> dpkg-source: applying ./f2c_20050501-1.diff.gz
>  -> Building the package
> Setting DEB_BUILD_OPTIONS=nostrip
> dpkg-buildpackage: source package is f2c
> dpkg-buildpackage: source version is 20050501-1
> dpkg-buildpackage: source changed by Alan Bain <[EMAIL PROTECTED]>
> dpkg-buildpackage: host architecture i386
> dpkg-buildpackage: source version without epoch 20050501-1
>  fakeroot debian/rules clean
> test -f ./src/f2c.1t
> /usr/bin/make -C ./src -f makefile.u  clean
> make[1]: Entering directory `/tmp/buildd/f2c-20050501/src'
> rm -f *.o f2c sysdep.hd tokdefs.h f2c.t
> make[1]: Leaving directory `/tmp/buildd/f2c-20050501/src'
> cd src && rm -f xsum xsum1.out xsum.out
> rm -f build build_f2c build_f2c_i2
> rm -rf debian/tmp *~
> rm -rf debian/*~ debian/files* debian/substvars
>  dpkg-source -b f2c-20050501
> dpkg-source: building f2c using existing f2c_20050501.orig.tar.gz
> dpkg-source: building f2c in f2c_20050501-1.diff.gz
> dpkg-source: warning: ignoring deletion of file src/tokdefs.h
> dpkg-source: building f2c in f2c_20050501-1.dsc
>  debian/rules build
> test -f ./src/f2c.1t
> if [ i386 == "i386" ] ;\
>            then echo "Building for i386" ;\
>         fi
> Building for i386
> /usr/bin/make -C "./src" -f makefile.u  CFLAGS="-ansi -O2 
> -fomit-frame-pointer -mieee-fp -D_POSIX_SOURCE -DDEBIAN" ;\
>       touch build
> make[1]: Entering directory `/tmp/buildd/f2c-20050501/src'
> cc -c -ansi -O2 -fomit-frame-pointer -mieee-fp -D_POSIX_SOURCE -DDEBIAN main.c
> cc -c -ansi -O2 -fomit-frame-pointer -mieee-fp -D_POSIX_SOURCE -DDEBIAN init.c
> cc -c -ansi -O2 -fomit-frame-pointer -mieee-fp -D_POSIX_SOURCE -DDEBIAN gram.c
> grep -n . <tokens | sed "s/\([^:]*\):\(.*\)/#define \2 \1/" >tokdefs.h
> cc -c -ansi -O2 -fomit-frame-pointer -mieee-fp -D_POSIX_SOURCE -DDEBIAN lex.c
> cc -c -ansi -O2 -fomit-frame-pointer -mieee-fp -D_POSIX_SOURCE -DDEBIAN proc.c
> cc -c -ansi -O2 -fomit-frame-pointer -mieee-fp -D_POSIX_SOURCE -DDEBIAN 
> equiv.c
> cc -c -ansi -O2 -fomit-frame-pointer -mieee-fp -D_POSIX_SOURCE -DDEBIAN data.c
> cc -c -ansi -O2 -fomit-frame-pointer -mieee-fp -D_POSIX_SOURCE -DDEBIAN 
> format.c
> cc -c -ansi -O2 -fomit-frame-pointer -mieee-fp -D_POSIX_SOURCE -DDEBIAN expr.c
> cc -c -ansi -O2 -fomit-frame-pointer -mieee-fp -D_POSIX_SOURCE -DDEBIAN exec.c
> cc -c -ansi -O2 -fomit-frame-pointer -mieee-fp -D_POSIX_SOURCE -DDEBIAN intr.c
> cc -c -ansi -O2 -fomit-frame-pointer -mieee-fp -D_POSIX_SOURCE -DDEBIAN io.c
> cc -c -ansi -O2 -fomit-frame-pointer -mieee-fp -D_POSIX_SOURCE -DDEBIAN misc.c
> cc -c -ansi -O2 -fomit-frame-pointer -mieee-fp -D_POSIX_SOURCE -DDEBIAN 
> error.c
> cc -c -ansi -O2 -fomit-frame-pointer -mieee-fp -D_POSIX_SOURCE -DDEBIAN mem.c
> cc -c -ansi -O2 -fomit-frame-pointer -mieee-fp -D_POSIX_SOURCE -DDEBIAN 
> names.c
> cc -c -ansi -O2 -fomit-frame-pointer -mieee-fp -D_POSIX_SOURCE -DDEBIAN 
> output.c
> cc -c -ansi -O2 -fomit-frame-pointer -mieee-fp -D_POSIX_SOURCE -DDEBIAN 
> p1output.c
> cc -c -ansi -O2 -fomit-frame-pointer -mieee-fp -D_POSIX_SOURCE -DDEBIAN 
> pread.c
> cc -c -ansi -O2 -fomit-frame-pointer -mieee-fp -D_POSIX_SOURCE -DDEBIAN put.c
> cc -c -ansi -O2 -fomit-frame-pointer -mieee-fp -D_POSIX_SOURCE -DDEBIAN 
> putpcc.c
> cc -c -ansi -O2 -fomit-frame-pointer -mieee-fp -D_POSIX_SOURCE -DDEBIAN vax.c
> cc -c -ansi -O2 -fomit-frame-pointer -mieee-fp -D_POSIX_SOURCE -DDEBIAN 
> formatdata.c
> cc -c -ansi -O2 -fomit-frame-pointer -mieee-fp -D_POSIX_SOURCE -DDEBIAN 
> parse_args.c
> cc -c -ansi -O2 -fomit-frame-pointer -mieee-fp -D_POSIX_SOURCE -DDEBIAN 
> niceprintf.c
> cc -c -ansi -O2 -fomit-frame-pointer -mieee-fp -D_POSIX_SOURCE -DDEBIAN cds.c
> if cc sysdeptest.c; then echo '/*OK*/' > sysdep.hd;\
>       elif cc -DNO_MKDTEMP sysdeptest.c; then echo '#define NO_MKDTEMP' 
> >sysdep.hd;\
>       else echo '#define NO_MKDTEMP' >sysdep.hd; echo '#define NO_MKSTEMP' 
> >>sysdep.hd; fi
> rm -f a.out
> cc -c -ansi -O2 -fomit-frame-pointer -mieee-fp -D_POSIX_SOURCE -DDEBIAN 
> sysdep.c
> sysdep.c: In function 'set_tmp_names':
> sysdep.c:226: warning: assignment makes pointer from integer without a cast
> cc -c -ansi -O2 -fomit-frame-pointer -mieee-fp -D_POSIX_SOURCE -DDEBIAN 
> version.c
> cc  main.o init.o gram.o lex.o proc.o equiv.o data.o format.o expr.o exec.o 
> intr.o io.o misc.o error.o mem.o names.o output.o p1output.o pread.o put.o 
> putpcc.o vax.o formatdata.o parse_args.o niceprintf.o cds.o sysdep.o 
> version.o  -o f2c
> make[1]: Leaving directory `/tmp/buildd/f2c-20050501/src'
>  fakeroot debian/rules binary
> test -f ./src/f2c.1t
> test root = "`whoami`"
> test -f ./src/f2c.1t
> rm -rf debian/tmp
> install -d debian/tmp debian/tmp/DEBIAN
> install -d debian/tmp/usr/share/doc/f2c
> install -d -m 0755             debian/tmp/usr/bin
> install -s -m 0755 src/f2c     debian/tmp/usr/bin/f2c
> install -c -m 0755 fc          debian/tmp/usr/bin/fc
> install -d -m 0755             debian/tmp/usr/share/man/man1
> install -c -m 0644 fc.1        debian/tmp/usr/share/man/man1/fc.1
> install -c -m 0644 f2c.1t  debian/tmp/usr/share/man/man1/f2c.1
> gzip -9v debian/tmp/usr/share/man/man1/f2c.1
> debian/tmp/usr/share/man/man1/f2c.1:   55.3% -- replaced with 
> debian/tmp/usr/share/man/man1/f2c.1.gz
> gzip -9v debian/tmp/usr/share/man/man1/fc.1
> debian/tmp/usr/share/man/man1/fc.1:    54.7% -- replaced with 
> debian/tmp/usr/share/man/man1/fc.1.gz
> install -d -m 0755             debian/tmp/usr/include
> install -d -m 0755             debian/tmp/usr/share/doc/f2c
> install -c -m 0644 f2c.ps      debian/tmp/usr/share/doc/f2c
> install -c -m 0644 changes     debian/tmp/usr/share/doc/f2c/changelog
> install -c -m 0644 README      debian/tmp/usr/share/doc/f2c
> install -c -m 0644 debian/changelog \
>                                     
> debian/tmp/usr/share/doc/f2c/changelog.Debian
> install -c -m 0644 debian/README.debian  \
>                                   debian/tmp/usr/share/doc/f2c/README.debian
> (cd debian/tmp/usr/share/doc/f2c; gzip -9v *)
> README:        56.9% -- replaced with README.gz
> README.debian:         37.9% -- replaced with README.debian.gz
> changelog:     62.8% -- replaced with changelog.gz
> changelog.Debian:      61.6% -- replaced with changelog.Debian.gz
> f2c.ps:        65.1% -- replaced with f2c.ps.gz
> install -c -m 0644 debian/copyright \
>                                   debian/tmp/usr/share/doc/f2c/copyright
> dpkg-shlibdeps ./src/f2c
> dpkg-gencontrol -isp
> chown -R root.root debian/tmp
> chmod -R go-ws debian/tmp
> dpkg --build debian/tmp  ..
> dpkg-deb: building package `f2c' in `../f2c_20050501-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//23729 and its 
> subdirectories
> Current time: Thu Aug  9 03:17:28 UTC 2007
> pbuilder-time-stamp: 1186629448
> Checking f2c_20050501-1_i386.deb for stripped binaries...
> ---------------------------------------
> /tmp/f2c_20050501-1_i386.deb/usr/bin/f2c: 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:17:33.337078
> Build needed 0:06:12.742069

-- 
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