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

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



Your message dated Sun, 20 Jan 2008 16:47:06 +0000
with message-id <E1JGdK6-0006yx-FU@ries.debian.org>
and subject line Bug#438005: fixed in scottfree 1.14-9
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: 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


--- End Message ---
--- Begin Message ---
Source: scottfree
Source-Version: 1.14-9

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

scottfree_1.14-9.diff.gz
  to pool/main/s/scottfree/scottfree_1.14-9.diff.gz
scottfree_1.14-9.dsc
  to pool/main/s/scottfree/scottfree_1.14-9.dsc
scottfree_1.14-9_i386.deb
  to pool/main/s/scottfree/scottfree_1.14-9_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 438005@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Barry deFreese <bddebian@comcast.net> (supplier of updated scottfree 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: Fri, 11 Jan 2008 09:52:55 -0500
Source: scottfree
Binary: scottfree
Architecture: source i386
Version: 1.14-9
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Changed-By: Barry deFreese <bddebian@comcast.net>
Description: 
 scottfree  - Interpreter for Adventure International games
Closes: 348950 438005
Changes: 
 scottfree (1.14-9) unstable; urgency=low
 .
   [ Barry deFreese ]
   * New maintainer (Closes: #348950)
     + Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
   * Add myself to uploaders
   * Add VCS fields to control file
   * Update build system to debhelper
     + Add build-dep on debhelper
   * Make clean not ignore errors
   * Handle nostrip options (Closes: #438005)
   * Add quilt patching system
     + Move source changes to patches
   * Remove spurious losar directory
   * Bump Standards Version to 3.7.3
Files: 
 220c0ab900f489ce117e6259700da1e0 817 games optional scottfree_1.14-9.dsc
 8a26c3ca459f3fa8327498c8f38c0313 4786 games optional scottfree_1.14-9.diff.gz
 9c661982c08a05d1d437dc5be195b251 20188 games optional scottfree_1.14-9_i386.deb

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

iD8DBQFHk3ee2hliNwI7P08RAtpkAKCcLalRQiB1gxUOLrGXcpsDpHRKrgCfd6hp
ui6kQgv7MbcnoOfgEzRlOvk=
=QSqM
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: