Your message dated Tue, 14 Jun 2011 09:17:11 +0000
with message-id <e1qwpkf-0002we...@franck.debian.org>
and subject line Bug#615693: fixed in atanks 5.0-1
has caused the Debian Bug report #615693,
regarding atanks: ftbfs with gold or ld --no-add-needed
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 ow...@bugs.debian.org
immediately.)


-- 
615693: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615693
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: atanks
Version: 4.6-1
Severity: important
Tags: sid
User: peter.fritzs...@gmx.de
Usertags: no-add-needed

The package fails to build in a test rebuild on at least amd64 with
ld --no-add-needed.  For details, please see:
http://lists.debian.org/debian-devel-announce/2011/02/msg00011.html
http://wiki.debian.org/ToolChain/DSOLinking

Ubuntu might have a patch for this issue, but unfortunately it was
not forwarded to Debian.  Please have a look at
http://packages.qa.debian.org/atanks to see if an Ubuntu version for
this package exists, and if a fix is included in the Ubuntu diff.

[...]
g++ -c satellite.cpp -o satellite.o -DLINUX 
-DDATA_DIR=\"/usr/share/games/atanks\" -DNEW_GAMELOOP -Wno-write-strings 
-DNETWORK -DTHREADS   -g -O2 -g -Wall -Iinclude 
g++ -c sky.cpp -o sky.o -DLINUX -DDATA_DIR=\"/usr/share/games/atanks\" 
-DNEW_GAMELOOP -Wno-write-strings -DNETWORK -DTHREADS   -g -O2 -g -Wall 
-Iinclude 
g++ -c tank.cpp -o tank.o -DLINUX -DDATA_DIR=\"/usr/share/games/atanks\" 
-DNEW_GAMELOOP -Wno-write-strings -DNETWORK -DTHREADS   -g -O2 -g -Wall 
-Iinclude 
g++ -c team.cpp -o team.o -DLINUX -DDATA_DIR=\"/usr/share/games/atanks\" 
-DNEW_GAMELOOP -Wno-write-strings -DNETWORK -DTHREADS   -g -O2 -g -Wall 
-Iinclude 
g++ -c teleport.cpp -o teleport.o -DLINUX 
-DDATA_DIR=\"/usr/share/games/atanks\" -DNEW_GAMELOOP -Wno-write-strings 
-DNETWORK -DTHREADS   -g -O2 -g -Wall -Iinclude 
g++ -c virtobj.cpp -o virtobj.o -DLINUX -DDATA_DIR=\"/usr/share/games/atanks\" 
-DNEW_GAMELOOP -Wno-write-strings -DNETWORK -DTHREADS   -g -O2 -g -Wall 
-Iinclude 
g++ -c update.cpp -o update.o -DLINUX -DDATA_DIR=\"/usr/share/games/atanks\" 
-DNEW_GAMELOOP -Wno-write-strings -DNETWORK -DTHREADS   -g -O2 -g -Wall 
-Iinclude 
g++ -c network.cpp -o network.o -DLINUX -DDATA_DIR=\"/usr/share/games/atanks\" 
-DNEW_GAMELOOP -Wno-write-strings -DNETWORK -DTHREADS   -g -O2 -g -Wall 
-Iinclude 
network.cpp: In function 'void* Send_And_Receive(void*)':
network.cpp:439:16: warning: 'counter' may be used uninitialized in this 
function
g++ -c floattext.cpp -o floattext.o -DLINUX 
-DDATA_DIR=\"/usr/share/games/atanks\" -DNEW_GAMELOOP -Wno-write-strings 
-DNETWORK -DTHREADS   -g -O2 -g -Wall -Iinclude 
g++ -c land.cpp -o land.o -DLINUX -DDATA_DIR=\"/usr/share/games/atanks\" 
-DNEW_GAMELOOP -Wno-write-strings -DNETWORK -DTHREADS   -g -O2 -g -Wall 
-Iinclude 
g++ -c text.cpp -o text.o -DLINUX -DDATA_DIR=\"/usr/share/games/atanks\" 
-DNEW_GAMELOOP -Wno-write-strings -DNETWORK -DTHREADS   -g -O2 -g -Wall 
-Iinclude 
g++ -c client.cpp -o client.o -DLINUX -DDATA_DIR=\"/usr/share/games/atanks\" 
-DNEW_GAMELOOP -Wno-write-strings -DNETWORK -DTHREADS   -g -O2 -g -Wall 
-Iinclude 
client.cpp: In function 'int Parse_Client_Data(GLOBALDATA*, ENVIRONMENT*, 
char*)':
client.cpp:285:27: warning: 'colour' may be used uninitialized in this function
g++ -c gameloop.cpp -o gameloop.o -DLINUX 
-DDATA_DIR=\"/usr/share/games/atanks\" -DNEW_GAMELOOP -Wno-write-strings 
-DNETWORK -DTHREADS   -g -O2 -g -Wall -Iinclude 
gameloop.cpp: In function 'int game(GLOBALDATA*, ENVIRONMENT*)':
gameloop.cpp:42:9: warning: 'AI_clock' may be used uninitialized in this 
function
g++ atanks.o beam.o button.o environment.o explosion.o fade.o files.o 
globaldata.o missile.o perlin.o physobj.o player.o satellite.o sky.o tank.o 
team.o teleport.o virtobj.o update.o network.o floattext.o land.o text.o 
client.o gameloop.o -o ../atanks -DLINUX -DDATA_DIR=\"/usr/share/games/atanks\" 
-DNEW_GAMELOOP -Wno-write-strings -DNETWORK -DTHREADS  `allegro-config --libs`  
-g -O2 -g -Wall -Iinclude 
/usr/bin/ld: atanks.o: undefined reference to symbol 
'pthread_create@@GLIBC_2.2.5'
/usr/bin/ld: note: 'pthread_create@@GLIBC_2.2.5' is defined in DSO 
/lib64/libpthread.so.0 so try adding it to the linker command line
/lib64/libpthread.so.0: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[2]: *** [../atanks] Error 1
make[2]: Leaving directory 
`/build/user-atanks_4.6-1-amd64-IL8qBA/atanks-4.6/src'
make[1]: *** [all] Error 2
make: *** [build/atanks] Error 2
make[1]: Leaving directory `/build/user-atanks_4.6-1-amd64-IL8qBA/atanks-4.6'
dpkg-buildpackage: error: debian/rules build gave error exit status 2



--- End Message ---
--- Begin Message ---
Source: atanks
Source-Version: 5.0-1

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

atanks-data_5.0-1_all.deb
  to main/a/atanks/atanks-data_5.0-1_all.deb
atanks_5.0-1.debian.tar.gz
  to main/a/atanks/atanks_5.0-1.debian.tar.gz
atanks_5.0-1.dsc
  to main/a/atanks/atanks_5.0-1.dsc
atanks_5.0-1_amd64.deb
  to main/a/atanks/atanks_5.0-1_amd64.deb
atanks_5.0.orig.tar.gz
  to main/a/atanks/atanks_5.0.orig.tar.gz



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 615...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mark Purcell <m...@debian.org> (supplier of updated atanks 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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 14 Jun 2011 18:51:53 +1000
Source: atanks
Binary: atanks atanks-data
Architecture: source all amd64
Version: 5.0-1
Distribution: unstable
Urgency: low
Maintainer: Mark Purcell <m...@debian.org>
Changed-By: Mark Purcell <m...@debian.org>
Description: 
 atanks     - tank-battling game
 atanks-data - data files for Atomic tanks
Closes: 615693
Changes: 
 atanks (5.0-1) unstable; urgency=low
 .
   * New upstream release
   * Ilya patch fixed "ftbfs with gold or --no-add-needed" (Closes: #615693)
Checksums-Sha1: 
 4112509c2719926d3193243072966e27ff311309 1164 atanks_5.0-1.dsc
 d56d35277f4d12370cb2657a94e374714b8030c4 3125626 atanks_5.0.orig.tar.gz
 e700cabe539b7c82899d548020e8956759c37f01 6863 atanks_5.0-1.debian.tar.gz
 f2b8aeb236ae62e7fa87d38203b416c0607a2af1 2252512 atanks-data_5.0-1_all.deb
 cec9db24e90437e81ab81be8829c1e4190783785 190210 atanks_5.0-1_amd64.deb
Checksums-Sha256: 
 77e884961d04f40765aff6f4b5b27b79824d55efb36f09119da6bfade9e50a19 1164 
atanks_5.0-1.dsc
 d299e0c962748f5631ee154900e02c08fc15fdb6981c3ced6a7175d4262b4dc3 3125626 
atanks_5.0.orig.tar.gz
 981382669ce345fc627c8b0e5bc7c64638513816b69efae75496d647ec5f2adf 6863 
atanks_5.0-1.debian.tar.gz
 c70966bec37c06d7c97e6c25e78e7b2f23f99416c1bf1f240cddc121a75e7277 2252512 
atanks-data_5.0-1_all.deb
 1f1363624247ab58c05ad87b27a385df5add4314b6b491f0dbf3f1ec07fb6bd2 190210 
atanks_5.0-1_amd64.deb
Files: 
 99ddf3f350b34d3470941dadd951ab1e 1164 games optional atanks_5.0-1.dsc
 1978fabfb5ab2c33bd079eb492ee4362 3125626 games optional atanks_5.0.orig.tar.gz
 9bf67893443d2d7da007a8bfd44ad6b3 6863 games optional atanks_5.0-1.debian.tar.gz
 1aa36973805c8179a5015dd3b7843de7 2252512 games optional 
atanks-data_5.0-1_all.deb
 80407d39adf995f9c07f6099deb04186 190210 games optional atanks_5.0-1_amd64.deb

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

iEYEARECAAYFAk33It8ACgkQoCzanz0IthKyHQCfS74BYEbP1VZUIDlN19wsYu8O
hK4An1FvzOxZQ+Y6/FMscwj5U9MBYZku
=F3gU
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to