Your message dated Sun, 08 May 2011 12:46:31 +0000
with message-id <e1qj3nx-0001l1...@franck.debian.org>
and subject line Bug#615767: fixed in regina-rexx 3.5-4
has caused the Debian Bug report #615767,
regarding regina-rexx: 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.)


-- 
615767: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615767
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: regina-rexx
Version: 3.5-3
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/regina-rexx to see if an Ubuntu version for
this package exists, and if a fix is included in the Ubuntu diff.

[...]
gcc -c -DNDEBUG -O2 -g -DREGINA_SHARE_DIRECTORY=\"/usr/share/regina\" 
-funsigned-char -DREGINA_VERSION_DATE=\""31 Dec 2009"\" 
-DREGINA_VERSION_MAJOR=\"3\" -DREGINA_VERSION_MINOR=\"5\" 
-DREGINA_VERSION_SUPP=\"\" -DHAVE_CONFIG_H    -I. -I. -I./contrib   -o 
regsemux.o -fPIC -DDYNAMIC ./regutil/regsemux.c
gcc -c -DNDEBUG -O2 -g -DREGINA_SHARE_DIRECTORY=\"/usr/share/regina\" 
-funsigned-char -DREGINA_VERSION_DATE=\""31 Dec 2009"\" 
-DREGINA_VERSION_MAJOR=\"3\" -DREGINA_VERSION_MINOR=\"5\" 
-DREGINA_VERSION_SUPP=\"\" -DHAVE_CONFIG_H    -I. -I. -I./contrib   -o 
regstem.o -fPIC -DDYNAMIC ./regutil/regstem.c
gcc -c -DNDEBUG -O2 -g -DREGINA_SHARE_DIRECTORY=\"/usr/share/regina\" 
-funsigned-char -DREGINA_VERSION_DATE=\""31 Dec 2009"\" 
-DREGINA_VERSION_MAJOR=\"3\" -DREGINA_VERSION_MINOR=\"5\" 
-DREGINA_VERSION_SUPP=\"\" -DHAVE_CONFIG_H    -I. -I. -I./contrib   -o 
regunicode.o -fPIC -DDYNAMIC ./regutil/regunicode.c
gcc -c -DNDEBUG -O2 -g -DREGINA_SHARE_DIRECTORY=\"/usr/share/regina\" 
-funsigned-char -DREGINA_VERSION_DATE=\""31 Dec 2009"\" 
-DREGINA_VERSION_MAJOR=\"3\" -DREGINA_VERSION_MINOR=\"5\" 
-DREGINA_VERSION_SUPP=\"\" -DHAVE_CONFIG_H    -I. -I. -I./contrib   -o 
regutil.o -fPIC -DDYNAMIC ./regutil/regutil.c
./regutil/regutil.c: In function 'sysloadfuncs':
./regutil/regutil.c:194:9: warning: passing argument 2 of 
'RexxRegisterFunctionExe' from incompatible pointer type
./rexxsaa.h:641:17: note: expected 'ULONG (*)(const char *, ULONG,  struct 
RXSTRING *, const char *, struct RXSTRING *)' but argument is of type 'ULONG 
(*)(UCHAR *, ULONG,  struct RXSTRING *, char *, struct RXSTRING *)'
gcc -c -DNDEBUG -O2 -g -DREGINA_SHARE_DIRECTORY=\"/usr/share/regina\" 
-funsigned-char -DREGINA_VERSION_DATE=\""31 Dec 2009"\" 
-DREGINA_VERSION_MAJOR=\"3\" -DREGINA_VERSION_MINOR=\"5\" 
-DREGINA_VERSION_SUPP=\"\" -DHAVE_CONFIG_H    -I. -I. -I./contrib   -o 
rxsupport.o -fPIC -DDYNAMIC ./regutil/rxsupport.c
gcc -shared  -m64 -o libregutil.so  inifile.o regcrypt.o regfilesys.o regini.o 
regmacrospace.o regscreenux.o regsemux.o regstem.o regunicode.o regutil.o 
rxsupport.o  -L. -lregina  -lncurses
gcc -c -DNDEBUG -O2 -g -DREGINA_SHARE_DIRECTORY=\"/usr/share/regina\" 
-funsigned-char -DREGINA_VERSION_DATE=\""31 Dec 2009"\" 
-DREGINA_VERSION_MAJOR=\"3\" -DREGINA_VERSION_MINOR=\"5\" 
-DREGINA_VERSION_SUPP=\"\" -DHAVE_CONFIG_H    -I. -I. -I./contrib   -o test1.o 
-fPIC -DDYNAMIC ./test1.c
gcc -shared  -m64 -o librxtest1.so  test1.o libregina.so.3.5
gcc -c -DNDEBUG -O2 -g -DREGINA_SHARE_DIRECTORY=\"/usr/share/regina\" 
-funsigned-char -DREGINA_VERSION_DATE=\""31 Dec 2009"\" 
-DREGINA_VERSION_MAJOR=\"3\" -DREGINA_VERSION_MINOR=\"5\" 
-DREGINA_VERSION_SUPP=\"\" -DHAVE_CONFIG_H    -I. -I. -I./contrib   -o test2.o 
-fPIC -DDYNAMIC ./test2.c
gcc -shared  -m64 -o librxtest2.so  test2.o libregina.so.3.5
gcc -DNDEBUG -O2 -g -DREGINA_SHARE_DIRECTORY=\"/usr/share/regina\" 
-funsigned-char -DREGINA_VERSION_DATE=\""31 Dec 2009"\" 
-DREGINA_VERSION_MAJOR=\"3\" -DREGINA_VERSION_MINOR=\"5\" 
-DREGINA_VERSION_SUPP=\"\" -DHAVE_CONFIG_H    -I. -I. -I./contrib   -o 
threader.o -DPOSIX_THREADS -c ./threader.c
./threader.c: In function 'instore':
./threader.c:355:12: warning: cast from pointer to integer of different size
./threader.c:452:22: warning: cast from pointer to integer of different size
./threader.c: In function 'external':
./threader.c:475:12: warning: cast from pointer to integer of different size
./threader.c:490:22: warning: cast from pointer to integer of different size
./threader.c: In function 'start_a_thread':
./threader.c:927:87: warning: cast to pointer from integer of different size
gcc    -m64 -o threader threader.o libregina.so.3.5 -L. -lregina 
/usr/bin/ld: threader.o: undefined reference to symbol 'sem_post@@GLIBC_2.2.5'
/usr/bin/ld: note: 'sem_post@@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[1]: *** [threader] Error 1
make: *** [stamp-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2



--- End Message ---
--- Begin Message ---
Source: regina-rexx
Source-Version: 3.5-4

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

libregina3-dev_3.5-4_amd64.deb
  to main/r/regina-rexx/libregina3-dev_3.5-4_amd64.deb
libregina3_3.5-4_amd64.deb
  to main/r/regina-rexx/libregina3_3.5-4_amd64.deb
regina-rexx_3.5-4.debian.tar.bz2
  to main/r/regina-rexx/regina-rexx_3.5-4.debian.tar.bz2
regina-rexx_3.5-4.dsc
  to main/r/regina-rexx/regina-rexx_3.5-4.dsc
regina-rexx_3.5-4_amd64.deb
  to main/r/regina-rexx/regina-rexx_3.5-4_amd64.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 615...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alen Zekulic <a...@nms.hr> (supplier of updated regina-rexx 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: SHA256

Format: 1.8
Date: Sun, 08 May 2011 02:22:22 +0200
Source: regina-rexx
Binary: libregina3 libregina3-dev regina-rexx
Architecture: source amd64
Version: 3.5-4
Distribution: unstable
Urgency: low
Maintainer: Alen Zekulic <a...@nms.hr>
Changed-By: Alen Zekulic <a...@nms.hr>
Description: 
 libregina3 - The Regina REXX interpreter, run-time library
 libregina3-dev - The Regina REXX interpreter, development files
 regina-rexx - The Regina REXX interpreter
Closes: 615767
Changes: 
 regina-rexx (3.5-4) unstable; urgency=low
 .
   * Fixed build failure with ld --as-needed. (closes: #615767).
Checksums-Sha1: 
 b93dd9985345bd16941e066cd4a8924513c852c6 1710 regina-rexx_3.5-4.dsc
 ce97eb4b581f684836a03b089632d6b533940c61 52290 regina-rexx_3.5-4.debian.tar.bz2
 76aa4b64365e752cf3c31386c6d8af4d8b8da001 248162 libregina3_3.5-4_amd64.deb
 84379701917fdc52dc2a2372c2e5a8edbe5347db 276578 libregina3-dev_3.5-4_amd64.deb
 45832703306be45388c1e3ee872ff0de049826ca 280808 regina-rexx_3.5-4_amd64.deb
Checksums-Sha256: 
 d82d448fdf2bf8a779af46f4dd3b8c6e17d699efd5b84800d771ffb319013ca6 1710 
regina-rexx_3.5-4.dsc
 44cf3b38d0e35a1fe72a4a20aa239136801c1dce067b815a5ca57227561a2e53 52290 
regina-rexx_3.5-4.debian.tar.bz2
 aaad8d84f585c26a5a9d546b8d344767b7998c507797dc7a35941f4d76dd44a5 248162 
libregina3_3.5-4_amd64.deb
 05c40dd76ae248d8557c52cc48c4a79e4c5be9154f27e7bf8ba4c9224775cc83 276578 
libregina3-dev_3.5-4_amd64.deb
 75fcedf4c1b4c1bddee2a996b5500bab30b73e3963396b757fbae70c19297132 280808 
regina-rexx_3.5-4_amd64.deb
Files: 
 997e9e9e3ba2220b1dfd78544aef0031 1710 libs optional regina-rexx_3.5-4.dsc
 9889f2558ee19f543e1fdac80cd79eee 52290 libs optional 
regina-rexx_3.5-4.debian.tar.bz2
 6a2ea62c0851b79d4f7b40141b62d028 248162 libs optional 
libregina3_3.5-4_amd64.deb
 a14a794acd626af4134c7d4e7380f385 276578 libdevel optional 
libregina3-dev_3.5-4_amd64.deb
 a5d29d8e2d1465f6d67c991b79781b41 280808 interpreters optional 
regina-rexx_3.5-4_amd64.deb

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

iQIcBAEBCAAGBQJNxesIAAoJEP9mZmi5/YI4Sz8P/1ltwggyxhGKV9b3qP2Aqz1M
D3Mwf4BFlTp96oe3DJiDU2SgbfN4heVu8atdxsQEmnFs0M7dR87/jNUbU4IlH+Vw
3qD2C6bCEQFEEh05hRRtQ1aBGY2m4QOSoEPrYgIHtlGtustEU7lpg33JfySoaHrJ
g7/nm/9GHxjUJINN/Fg0A33rkaCMg+hOl8ZWHHOsXIOwZXhD9cbCni0b4ukkv8R6
rzXShWjMLjNlXR3pwxAf4e6rgCJ246p298d2E6dwZqrv4tZdvHjevETevVbfNlGO
qPQXdQBHpT1zMON2UKcQMDlKtI7HIJ1Qr4TWkdB1u6ckPsDiu6Frs/+u/HncrOmw
Jtp+5FWJlSXjYmLzyMTxJuyms7S8rcYsFH/yngAZvTn8HSKQpE1OcxtLjcD4UiAb
GwOPRPaeUdZCa0vJ0tW7x71LM8TUGbFAu9fprcS+70R+1qv1qNDHai9jpGDB34Fx
NqeJxCpyQYUG+gjxF01oUVFUj08jex3+KpLqSCtYxUPcM1ey22UTyb9uCKSzAEzS
wFVGFklTbxbLV8T1Oe4C9Qh4CETGJm/JgnPdtI7WIQz4zDR02zWpz0CnNICyfRD9
/BDMj0XOy+3N3x3QPuCupbAOwSvk/Ivw6hqD2oWbCNDmtRHX2GVPASsrepy5J3qo
oB+pa5Oa0zpYkDnNWviU
=oySs
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to