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

Bug#438005: scottfree: not handling nostrip build option (policy 10.1)



Package: scottfree
Version: 1.14-8
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.
You should look for call to strip, ld -s or install -s which may strip binaries.


> Automatic build of scottfree_1.14-8 on octave for sid/i386 by rebuildd 0.2.2-r136
> Build started at 2007-08-14 23:34:38.282511
> ******************************************************************************
> Reading package lists...
> Building dependency tree...
> Reading state information...
> Need to get 24.0kB of source archives.
> Get:1 http://ftp.fr.debian.org sid/main scottfree 1.14-8 (dsc) [584B]
> Get:2 http://ftp.fr.debian.org sid/main scottfree 1.14-8 (tar) [13.9kB]
> Get:3 http://ftp.fr.debian.org sid/main scottfree 1.14-8 (diff) [9473B]
> Fetched 24.0kB in 0s (140kB/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 14 23:34:42 UTC 2007
> pbuilder-time-stamp: 1187134482
> 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 libncurses5-dev
>    -> Trying libncurses5-dev
>  -> Installing  libncurses5-dev
> Reading package lists...
> Building dependency tree...
> Reading state information...
> The following NEW packages will be installed:
>   libncurses5-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/1462kB of archives.
> After unpacking 6300kB of additional disk space will be used.
> Selecting previously deselected package libncurses5-dev.
> (Reading database ... 8969 files and directories currently installed.)
> Unpacking libncurses5-dev (from .../libncurses5-dev_5.6+20070716-1_i386.deb) ...
> Setting up libncurses5-dev (5.6+20070716-1) ...
>  -> 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 [scottfree_1.14-8.dsc]
>     -> copying [./scottfree_1.14.orig.tar.gz]
>     -> copying [./scottfree_1.14-8.diff.gz]
> Extracting source
> gpg: can't open `/gnupg/options.skel': No such file or directory
> gpg: Signature made Sat Jan 21 23:21:37 2006 UTC using DSA key ID AB963370
> gpg: Can't check signature: public key not found
> dpkg-source: extracting scottfree in scottfree-1.14
> dpkg-source: unpacking scottfree_1.14.orig.tar.gz
> dpkg-source: applying ./scottfree_1.14-8.diff.gz
>  -> Building the package
> Setting DEB_BUILD_OPTIONS=nostrip
> dpkg-buildpackage: source package is scottfree
> dpkg-buildpackage: source version is 1.14-8
> dpkg-buildpackage: source changed by Clint Adams <schizo@debian.org>
> dpkg-buildpackage: host architecture i386
> dpkg-buildpackage: source version without epoch 1.14-8
>  fakeroot debian/rules clean
> test -f debian/rules
> rm -f build
> make clean
> make[1]: Entering directory `/tmp/buildd/scottfree-1.14'
> rm -f ScottCurses.o scottfree
> make[1]: Leaving directory `/tmp/buildd/scottfree-1.14'
> rm -f `find . -name "*~"`
> rm -rf debian/tmp debian/files* core debian/substvars
>  dpkg-source -b scottfree-1.14
> dpkg-source: building scottfree using existing scottfree_1.14.orig.tar.gz
> dpkg-source: building scottfree in scottfree_1.14-8.diff.gz
> dpkg-source: building scottfree in scottfree_1.14-8.dsc
>  debian/rules build
> test -f debian/rules
> make CFLAGS="-O2 -g -Wall"
> make[1]: Entering directory `/tmp/buildd/scottfree-1.14'
> gcc -O2 -g -Wall   -c -o ScottCurses.o ScottCurses.c
> ScottCurses.c: In function 'ReadString':
> ScottCurses.c:197: warning: label 'oops' defined but not used
> ScottCurses.c: In function 'LoadDatabase':
> ScottCurses.c:242: warning: too many arguments for format
> ScottCurses.c: In function 'LoadGame':
> ScottCurses.c:698: warning: format '%d' expects type 'int *', but argument 4 has type 'short int *'
> ScottCurses.c: In function 'PerformActions':
> ScottCurses.c:1167: warning: 'return' with no value, in function returning non-void
> ScottCurses.c: At top level:
> ScottCurses.c:1302: warning: return type of 'main' is not 'int'
> ScottCurses.c: In function 'main':
> ScottCurses.c:1394: warning: implicit declaration of function 'time'
> gcc ScottCurses.o -o scottfree -lcurses
> make[1]: Leaving directory `/tmp/buildd/scottfree-1.14'
> touch build
>  fakeroot debian/rules binary
> test -f debian/rules
> test root = "`whoami`"
> test -f debian/rules
> test -f debian/rules
> rm -rf debian/tmp
> install -d debian/tmp
> cd debian/tmp && install -o 0 -g 0 -m755 -d `cat ../dirs`
> make install DESTDIR=/tmp/buildd/scottfree-1.14/debian/tmp
> make[1]: Entering directory `/tmp/buildd/scottfree-1.14'
> mkdir -p /tmp/buildd/scottfree-1.14/debian/tmp/usr/games
> install -m 755 -o root -g root scottfree /tmp/buildd/scottfree-1.14/debian/tmp/usr/games
> make[1]: Leaving directory `/tmp/buildd/scottfree-1.14'
> install -o 0 -g 0 -m644  README Definition debian/tmp/usr/share/doc/scottfree/
> install -o 0 -g 0 -m644  debian/scottfree.6 debian/tmp/usr/share/man/man6/
> install -o 0 -g 0 -m 644 -p debian/copyright debian/tmp/usr/share/doc/scottfree/copyright
> install -o 0 -g 0 -p -m644 debian/changelog debian/tmp/usr/share/doc/scottfree/changelog.Debian
> gzip -9f debian/tmp/usr/share/doc/scottfree/README debian/tmp/usr/share/doc/scottfree/Definition debian/tmp/usr/share/doc/scottfree/changelog.Debian debian/tmp/usr/share/man/man6/scottfree.6
> strip --remove-section=.comment --remove-section=.note debian/tmp/usr/games/scottfree
> install -o 0 -g 0 -d debian/tmp/DEBIAN
> dpkg-shlibdeps -Tdebian/substvars -dDepends debian/tmp/usr/games/scottfree
> dpkg-gencontrol -ldebian/changelog -isp -pscottfree -Tdebian/substvars -Pdebian/tmp
> cd debian/tmp && find * -type f  ! -regex '^DEBIAN/.*' -print0 | xargs -r0 md5sum > DEBIAN/md5sums
> chmod 644 debian/tmp/DEBIAN/control debian/tmp/DEBIAN/md5sums
> chown 0.0 debian/tmp/DEBIAN/control debian/tmp/DEBIAN/md5sums
> dpkg-gencontrol -isp
> chown -R root.root debian/tmp
> chmod -R go=rX debian/tmp
> dpkg --build debian/tmp ..
> dpkg-deb: building package `scottfree' in `../scottfree_1.14-8_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//18773 and its subdirectories
> Current time: Tue Aug 14 23:40:42 UTC 2007
> pbuilder-time-stamp: 1187134842
> Checking scottfree_1.14-8_i386.deb for stripped binaries...
> ---------------------------------------
> /tmp/scottfree_1.14-8_i386.deb/usr/games/scottfree: 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 POST_BUILD_FAILED at 2007-08-14 23:40:47.947451
> Build needed 0:06:09.664940

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