Your message dated Tue, 10 Jan 2012 19:48:07 +0000
with message-id <e1rkhfz-0006xy...@franck.debian.org>
and subject line Bug#655216: fixed in jack-tools 20101210-2
has caused the Debian Bug report #655216,
regarding jack-tools: FTBFS with ld --as-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.)


-- 
655216: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655216
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: jack-tools
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch



--r maintainer,

jack-tools fails to build with ld-as-needed.

The entire buildlog can be found here:
http://pastebin.com/raw.php?i=8S20yMNM

Snippet:
/bin/bash ./libtool --tag=CC   --mode=link gcc -D_POSIX_C_SOURCE=200112 
-std=c99 -O3 -funroll-loops -Wall  -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Wformat-security -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security 
-Wall  -Wl,-Bsymbolic-functions -Wl,-z,relro -ldl -lm -o jack.udp 
jack_udp-jack.udp.o common/libcommon.a -ljack -lpthread -lrt   
libtool: link: gcc -D_POSIX_C_SOURCE=200112 -std=c99 -O3 -funroll-loops -Wall 
-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security 
-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security 
-Werror=format-security -Wall -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -o 
jack.udp jack_udp-jack.udp.o  -ldl -lm common/libcommon.a -ljack -lpthread -lrt
/usr/bin/ld: common/libcommon.a(libcommon_a-time-timeval.o): undefined 
reference to symbol 'floor@@GLIBC_2.0'
/usr/bin/ld: note: 'floor@@GLIBC_2.0' is defined in DSO 
/usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu/libm.so so try adding 
it to the linker command line
/usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu/libm.so: could not read 
symbols: Invalid operation


Can you kindly consider to remove LDFLAGS from debian/rules and apply the 
following patch, that adds LIBS="-lm -ldl" to configure.ac.

Thanks in advance. 

Leo.


System Information:
Debian Release: wheezy/sid
  APT prefers oneiric-updates
  APT policy: (500, 'oneiric-updates'), (500, 'oneiric'), (100, 
'oneiric-backports')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-030200rc7-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Description: Declaring math lib and dynamic loaded lib to LIBS to fix FTBFS
Author: Leo Iannacone <l...@ubuntu.com>
Bug-Ubuntu: https://bugs.launchpad.net/bugs/913459
Forwarded: no

---
 configure.ac |    2 ++
 1 file changed, 2 insertions(+)

--- jack-tools-20101210.orig/configure.ac
+++ jack-tools-20101210/configure.ac
@@ -50,6 +50,8 @@ AC_CHECK_HEADERS(sys/inotify.h, AC_DEFIN
 
 AC_SUBST(AM_CFLAGS)
 AM_CFLAGS="-D_POSIX_C_SOURCE=200112 -std=c99 -O3 -funroll-loops -Wall"
+AC_SUBST(LIBS)
+LIBS="-lm -ldl"
 
 # Write Makefile.
 

--- End Message ---
--- Begin Message ---
Source: jack-tools
Source-Version: 20101210-2

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

jack-tools_20101210-2.debian.tar.gz
  to main/j/jack-tools/jack-tools_20101210-2.debian.tar.gz
jack-tools_20101210-2.dsc
  to main/j/jack-tools/jack-tools_20101210-2.dsc
jack-tools_20101210-2_amd64.deb
  to main/j/jack-tools/jack-tools_20101210-2_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 655...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alessio Treglia <ales...@debian.org> (supplier of updated jack-tools 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: SHA512

Format: 1.8
Date: Tue, 10 Jan 2012 20:00:23 +0100
Source: jack-tools
Binary: jack-tools
Architecture: source amd64
Version: 20101210-2
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Alessio Treglia <ales...@debian.org>
Description: 
 jack-tools - various JACK tools: dl, record, scope, osc, plumbing, udp, play,
Closes: 643413 655216
Changes: 
 jack-tools (20101210-2) unstable; urgency=low
 .
   * Team upload.
   * ACK NMU.
 .
   [ IOhannes m zmölnig ]
   * Fix improper use of fprintf (Closes: #643413)
   * Added myself as copyright-holder in debian/
   * Updated homepage field
 .
   [ Adrian Knoth ]
   * Mark patch for #643413 as forwarded
 .
   [ Alessio Treglia ]
   * Fix FTBFS with ld --as-needed.
     Thanks to Leo Iannacone <l...@ubuntu.com> (Closes: #655216)
   * Bump Standards.
Checksums-Sha1: 
 6dbbab216d8b04f97d4c1900eb5a73bf237f27ca 2207 jack-tools_20101210-2.dsc
 50e1e423dc1ce347bdfe2fd178f89e5a8dce13c7 6587 
jack-tools_20101210-2.debian.tar.gz
 6d2311689e2e5d8e699c61683bf4bdb1556ae26f 94966 jack-tools_20101210-2_amd64.deb
Checksums-Sha256: 
 c6399ced7eb0354d27c4248e178c59c22a501931e870b4ddab0cf8c97d11610d 2207 
jack-tools_20101210-2.dsc
 9aa5befd76b8d3a4166af14836cda75ecb7718fd7421994e098360bff43d09f6 6587 
jack-tools_20101210-2.debian.tar.gz
 2c7b883b43c24c37861e78cde4b7002cde2be9b63aa0f91d2d417e1c60cf8bbd 94966 
jack-tools_20101210-2_amd64.deb
Files: 
 f6c647cc125d0cf0ac46157766086d97 2207 sound optional jack-tools_20101210-2.dsc
 f2ff4d0e2487e458e412a7244d1ffded 6587 sound optional 
jack-tools_20101210-2.debian.tar.gz
 237f64ce4976b797483a0cef6f50e370 94966 sound optional 
jack-tools_20101210-2_amd64.deb

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

iQIcBAEBCgAGBQJPDJFhAAoJEOikiuUxHXZaS8cP/1UvmDb93jb8qQIl6U5cn5k4
J15U8XvHy0XmmvAXlwt4N8B2pyY5Quf5xgmkWKvzhvRVFv8eofsWfLHRNx3bJNfb
3V73hVa64kGMM+aC7TRfILN3lM2fFb0WOVFxNDadqm6GpMLmeE/t5p76l/7z4xqO
kZes6mieQRZngx0lEXj0IL6iQA4l470fW7q+NZN7mW/QjlwrDhjrYN3Qor7wjpTL
OIGuXxxrqqWI46bXniZpYPMflVHyzm4CFinBxVOnFHFmyQ0SHbYMcSgGZ3l3iWjD
+Av5mZcnFZcDswBqmOAXDR2cYaK0I4iJs4D6Bc/5B9i5cXkermiBL/cLyBosNzCS
uZEXLfKRZahwIMvIL7yneOPB8txtGUayYPNwJnywwtKH+EHa1Hiks8ODRPmYR8r+
On4AinABme7A+1g9yvxzV/pEto/O8J0ibkZopmQWwo1g8MwltsfZxSLkkDfDK9if
ZHEn10XrjTrJMhU3Lsv2xqqpRq9RnYX3Qib8ZVxpcuiYPQxgJTAu+QiX5hkBryrp
UBpDCa+qxASk5ZPcGld3rtJ+b6NJ1XwV8DPNWEjVbjCe4LZyk7jtSbb/MpC9eevX
y7J2+5l549rhX68EO/LGqBI+WwNAMBU1oRr37WI5iGZOmrq6BA8tWNCGc158Pb2G
x4HSECDFxPJso+uRuBa+
=t/Ag
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to