Your message dated Thu, 22 Dec 2011 16:18:58 +0000
with message-id <[email protected]>
and subject line Bug#555880: fixed in overgod 1.0-1.1
has caused the Debian Bug report #555880,
regarding FTBFS with binutils-gold
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
555880: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555880
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: overgod
Version: 1.0-1
Severity: minor
User: [email protected]
Usertags: no-add-needed
Tried to build your package and it fails to build with GNU binutils-gold. The
important difference is that --no-add-needed is the default behavior of of GNU
binutils-gold. Please provide all needed libraries to the linker when building
your executables.
More informations can be found at
http://wiki.debian.org/qa.debian.org/FTBFS#A2009-11-02Packagesfailingbecausebinutils-gold.2BAC8-indirectlinking
dpkg-buildpackage: source changed by Sam Hocevar (Debian packages)
<[email protected]>
dpkg-buildpackage: host architecture amd64
fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp
rm -f overgod *.o
QUILT_PATCHES=debian/patches quilt pop -a -R || test $? = 2
No patch removed
dh_clean
dpkg-source -b overgod-1.0
dpkg-source: info: using source format `1.0'
dpkg-source: info: building overgod using existing overgod_1.0.orig.tar.gz
dpkg-source: info: building overgod in overgod_1.0-1.diff.gz
dpkg-source: info: building overgod in overgod_1.0-1.dsc
debian/rules build
dh_testdir
QUILT_PATCHES=debian/patches quilt push -a || test $? = 2
Applying patch 010_data_path.diff
patching file displ_in.c
patching file menu.c
patching file sound.c
Applying patch 020_config_file.diff
patching file main.c
Now at patch 020_config_file.diff
cc -g -O2 -Wall *.c -o overgod `allegro-config --cflags --libs`
actor.c: In function 'actor_sidekicks':
actor.c:611: warning: 'target_y' may be used uninitialized in this function
actor.c:611: warning: 'target_x' may be used uninitialized in this function
bullet.c: In function 'manage_bullet':
bullet.c:267: warning: 'cy' may be used uninitialized in this function
bullet.c:267: warning: 'cx' may be used uninitialized in this function
cmds.c: In function 'bomb_shot':
cmds.c:2697: warning: 'special3' is used uninitialized in this function
cmds.c:2697: warning: 'special4' is used uninitialized in this function
cmds.c:2697: warning: 'special5' is used uninitialized in this function
cmds.c: In function 'missile_shot':
cmds.c:2514: warning: 'special2' is used uninitialized in this function
displ_in.c: In function 'init_display':
displ_in.c:144: warning: unused variable 'temp_palette3'
displ_in.c:142: warning: unused variable 'temp_palette2'
displ_in.c: In function 'make_rle_large_ship':
displ_in.c:1092: warning: 'base_col' may be used uninitialized in this function
enemy.c: In function 'standard_attack':
enemy.c:7183: warning: 'status' may be used uninitialized in this function
enemy.c: In function 'create_enemy':
enemy.c:198: warning: 'j' may be used uninitialized in this function
tile.c: In function 'make_maze_map':
tile.c:319: warning: 'tmaze' may be used uninitialized in this function
/usr/bin/ld: /tmp/cchP6xev.o: in function closest_enemy_or_actor:actor.c:485:
error: undefined reference to 'hypot'
/usr/bin/ld: /tmp/cchP6xev.o: in function closest_enemy_or_actor:actor.c:461:
error: undefined reference to 'hypot'
/usr/bin/ld: /tmp/cchP6xev.o: in function closest_enemy:actor.c:433: error:
undefined reference to 'hypot'
/usr/bin/ld: /tmp/cchP6xev.o: in function
detect_collision_actor_pickups:actor.c:1124: error: undefined reference to
'hypot'
/usr/bin/ld: /tmp/cchP6xev.o: in function acquire_target:actor.c:385: error:
undefined reference to 'cos'
/usr/bin/ld: /tmp/cchP6xev.o: in function acquire_target:actor.c:386: error:
undefined reference to 'sin'
/usr/bin/ld: /tmp/cchP6xev.o: in function drag_actor:actor.c:317: error:
undefined reference to 'atan2'
/usr/bin/ld: /tmp/cchP6xev.o: in function drag_actor:actor.c:329: error:
undefined reference to 'cos'
/usr/bin/ld: /tmp/cchP6xev.o: in function drag_actor:actor.c:332: error:
undefined reference to 'sin'
/usr/bin/ld: /tmp/cchP6xev.o: in function
detect_collision_actor_enemies:actor.c:963: error: undefined reference to
'atan2'
/usr/bin/ld: /tmp/cchP6xev.o: in function
detect_collision_actor_enemies:actor.c:964: error: undefined reference to
'atan2'
/usr/bin/ld: /tmp/cchP6xev.o: in function
detect_collision_actor_enemies:actor.c:993: error: undefined reference to 'cos'
/usr/bin/ld: /tmp/cchP6xev.o: in function
detect_collision_actor_enemies:actor.c:994: error: undefined reference to 'sin'
/usr/bin/ld: /tmp/cchP6xev.o: in function
detect_collision_actor_enemies:actor.c:1002: error: undefined reference to
'atan2'
/usr/bin/ld: /tmp/cchP6xev.o: in function actor_sidekicks:actor.c:600: error:
undefined reference to 'cos'
/usr/bin/ld: /tmp/cchP6xev.o: in function actor_sidekicks:actor.c:601: error:
undefined reference to 'sin'
/usr/bin/ld: /tmp/cchO1tPw.o: in function init_trig:stuff.c:57: error:
undefined reference to 'sincosf'
collect2: ld returned 1 exit status
make: *** [build-stamp] Error 1
--- End Message ---
--- Begin Message ---
Source: overgod
Source-Version: 1.0-1.1
We believe that the bug you reported is fixed in the latest version of
overgod, which is due to be installed in the Debian FTP archive:
overgod-data_1.0-1.1_all.deb
to main/o/overgod/overgod-data_1.0-1.1_all.deb
overgod_1.0-1.1.diff.gz
to main/o/overgod/overgod_1.0-1.1.diff.gz
overgod_1.0-1.1.dsc
to main/o/overgod/overgod_1.0-1.1.dsc
overgod_1.0-1.1_i386.deb
to main/o/overgod/overgod_1.0-1.1_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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
gregor herrmann <[email protected]> (supplier of updated overgod 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 20 Dec 2011 16:38:08 +0100
Source: overgod
Binary: overgod overgod-data
Architecture: source all i386
Version: 1.0-1.1
Distribution: unstable
Urgency: low
Maintainer: Debian allegro packages maintainers
<[email protected]>
Changed-By: gregor herrmann <[email protected]>
Description:
overgod - bi-directional scrolling arcade game
overgod-data - graphics and audio data for overgod
Closes: 555880
Changes:
overgod (1.0-1.1) unstable; urgency=low
.
* Non-maintainer upload.
* Fix "FTBFS with binutils-gold":
add patch from Ubuntu / Julian Taylor:
- debian/rules: link with needed libm (LP: #833899)
(Closes: #555880)
* Make package binNMUable by using ${source:Version} instead of
${Source-Version} (lintian error).
Checksums-Sha1:
2da264a1d7951e4451ea263808ed150950759193 1827 overgod_1.0-1.1.dsc
d6072ce64e80f449e711852cfea45f574ea18de2 6809 overgod_1.0-1.1.diff.gz
037f3dfbec962e38120e2598c26afda728ffa7be 1586766 overgod-data_1.0-1.1_all.deb
6afda57fec659be0deee5ba327ac32227ff37e65 167086 overgod_1.0-1.1_i386.deb
Checksums-Sha256:
ed4caae52f27d43cba7ad76fd4b0a0cff7fdbdbfd2108b43867da2c5f01b37e1 1827
overgod_1.0-1.1.dsc
8c7edc2b84e4fcdca5034efa30db0f2cc4b71211d1f676e95eef48fd5e353792 6809
overgod_1.0-1.1.diff.gz
e844a683d63a739b9a90d51fe66ad157093b5b8acad12342963a436862cee08d 1586766
overgod-data_1.0-1.1_all.deb
be9c368b03b9d4b15f858cc6f672cf04ce0c7252030ab4caa2fedadced9cdd43 167086
overgod_1.0-1.1_i386.deb
Files:
77ee43b2bdec930ea0c2a6aa7a0daf37 1827 games optional overgod_1.0-1.1.dsc
7a590b43998a7bdef4a042aaea37f2b9 6809 games optional overgod_1.0-1.1.diff.gz
3ff9e9be1757d43a0980c7c9ba481ba6 1586766 games optional
overgod-data_1.0-1.1_all.deb
65a11f087008d3ce617826cfbc64db2f 167086 games optional overgod_1.0-1.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCAAGBQJO8Ky/AAoJELs6aAGGSaoGdGoP/AocvuOohXyKwnfWxlH8HeY8
uLedR+2JLd69oRsd8uoEAqh7nTPUbavWEFqBK1kMvdgY7miM68vx0Fpy+OR7614J
7MfF7pfDb1BVWnhQ8jyt+6uTl04mctNJf3czguDsZirhoaNauph2Y9bxSWMD46SK
faLduVgtQ59NGQPEzC8CZVEKFYi7moGoSofOSkHNLi/Wnwif5R9pi9SVHapeHcov
sEGNopQxOd0iBgbTCCT8NPuz73j8wwhhCpcOwQYEUg5EmaTiQ9HUyP9sdSkUT5P8
vb1A2RmyCdPgymSNhpqOVHly/WgSu/7jm7jzl35rxTjW5vlrjHIPArR7KDameFKz
od9Ls08q5XFkMLQh0inpiFvi4tO0aEmDUPVde2aSxXNf06Gs3LMp83h7Z9TtyQDJ
ewUQMT3lRjrpXtDIWUJ3+AbgFMwoPwq1ZIaHD5vxtAUvHp2JNHtaw+ptQDkcOOCQ
+EcpxXOsAAG1Hk5g7kJcM79tP4Yp1S7rltp4yAqSxv/mIT2XGCWaGXWZeofu8FNB
i7D/Z7rquiLVHkjr/s2mNx43jC3IzqSd13WdpEN8oGnUPugbsRjLEgdPq7pgeuTr
WIm80C8sgrLzUfVz293rz5iemHrCBcxWm4NClMo5RxDuvaK74sQdxa+RyTOOIAuN
mWBQx83ACLDsOgUB2jp0
=EA1p
-----END PGP SIGNATURE-----
--- End Message ---