Your message dated Thu, 25 Nov 2010 20:32:18 +0000
with message-id <e1plium-0006qx...@franck.debian.org>
and subject line Bug#604890: fixed in jackeq 0.5.9-1
has caused the Debian Bug report #604890,
regarding jackeq: FTBFS with binutils-gold because of --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.)


-- 
604890: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604890
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: jackeq
Version: 0.4.1-4
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch

Hi,

jackeq FTBFS again in Ubuntu because we applied --as-needed as a default link
option, meaning that required libraries added previously has to be moved from
LDFLAGS to LDADD.  This is what this patch do. After applying it, jackeq builds
 fine again.

*** /tmp/tmpZCaWsb

I haven't uploaded the patch to Ubuntu: if you think you won't have time to have
a look, just tell me so, and I'll upload it in Ubuntu.

thanks,
Fabrice


-- System Information:
Debian Release: squeeze/sid
  APT prefers maverick-updates
  APT policy: (500, 'maverick-updates'), (500, 'maverick-security'), (500, 
'maverick-proposed'), (500, 'maverick')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.35-23-generic (SMP w/2 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru jackeq-0.4.1/debian/patches/01-binutils_gold.patch jackeq-0.4.1/debian/patches/01-binutils_gold.patch
--- jackeq-0.4.1/debian/patches/01-binutils_gold.patch	2010-11-02 20:51:41.000000000 +0100
+++ jackeq-0.4.1/debian/patches/01-binutils_gold.patch	2010-11-25 06:58:29.000000000 +0100
@@ -8,25 +8,26 @@
  src/Makefile.in |    2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)
 
---- jackeq.orig/src/Makefile.am
-+++ jackeq/src/Makefile.am
-@@ -6,7 +6,7 @@ INCLUDES = \
- 	@PACKAGE_CFLAGS@
+Index: jackeq-0.4.1/src/Makefile.am
+===================================================================
+--- jackeq-0.4.1.orig/src/Makefile.am	2003-11-19 08:40:30.000000000 +0100
++++ jackeq-0.4.1/src/Makefile.am	2010-11-25 06:58:22.150880986 +0100
+@@ -29,4 +29,4 @@
+ 	support.c support.h \
+ 	help.c help.h
  
- jackeq_CFLAGS = -g -ffast-math
--jackeq_LDFLAGS = -lm
-+jackeq_LDFLAGS = -lm -ldl
+-jackeq_LDADD = @PACKAGE_LIBS@
++jackeq_LDADD = @PACKAGE_LIBS@ -ldl
+Index: jackeq-0.4.1/src/Makefile.in
+===================================================================
+--- jackeq-0.4.1.orig/src/Makefile.in	2006-04-19 23:19:27.000000000 +0200
++++ jackeq-0.4.1/src/Makefile.in	2010-11-25 06:58:04.270881002 +0100
+@@ -192,7 +192,7 @@
+ 	support.c support.h \
+ 	help.c help.h
  
- bin_PROGRAMS = jackeq
+-jackeq_LDADD = @PACKAGE_LIBS@
++jackeq_LDADD = @PACKAGE_LIBS@ -ldl
+ all: all-am
  

--- End Message ---
--- Begin Message ---
Source: jackeq
Source-Version: 0.5.9-1

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

jackeq_0.5.9-1.debian.tar.gz
  to main/j/jackeq/jackeq_0.5.9-1.debian.tar.gz
jackeq_0.5.9-1.dsc
  to main/j/jackeq/jackeq_0.5.9-1.dsc
jackeq_0.5.9-1_amd64.deb
  to main/j/jackeq/jackeq_0.5.9-1_amd64.deb
jackeq_0.5.9.orig.tar.bz2
  to main/j/jackeq/jackeq_0.5.9.orig.tar.bz2



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 604...@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 jackeq 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: Thu, 25 Nov 2010 21:11:31 +0100
Source: jackeq
Binary: jackeq
Architecture: source amd64
Version: 0.5.9-1
Distribution: experimental
Urgency: low
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Alessio Treglia <ales...@debian.org>
Description: 
 jackeq     - routes and manipulates audio from/to multiple sources
Closes: 604890
Changes: 
 jackeq (0.5.9-1) experimental; urgency=low
 .
   * New upstream release.
   * Set compression to bzip2.
   * Refresh patches.
   * Refresh and update 01-binutils_gold.patch, thanks to
     Fabrice Coutadeur for the patch (Closes: #604890).
   * Don't touch autom4te.cache, it's provided by upstream.
   * debian/control:
     - Requires debhelper >= 7.0.50~.
     - Recommends jackd.
     - Bump Standards.
     - Project moved to new home.
   * debian/patches/03-pathmax.patch:
     - Avoid unconditionalized use of PATH_MAX, attempt to fix build
       failure on hurd.
   * debian/watch: Point to new releases page.
   * debian/rules:
     - Don't touch .deps/*,*~,*.bak files as they're included in
       upstream's tarball.
     - Build with --as-needed flag.
Checksums-Sha1: 
 8370e1e0ecbd805ca189860e69d3bf0efc2170f1 1359 jackeq_0.5.9-1.dsc
 2bce3a28d1813682fa9bfff78cb29fd6de012a8e 440571 jackeq_0.5.9.orig.tar.bz2
 41caaacaa2f33182c656c6dcc0a7739496d6b023 10672 jackeq_0.5.9-1.debian.tar.gz
 a691d245ac32a6abea17da2a15867b158bf1f692 198062 jackeq_0.5.9-1_amd64.deb
Checksums-Sha256: 
 9d1e823b5c5d276355fb34f289f926821c50832cb78a13482d0496486eb87045 1359 
jackeq_0.5.9-1.dsc
 efac5f0b6e9de8c41008cc72488ea05ac83943f5968427ce3a749560ad62e03e 440571 
jackeq_0.5.9.orig.tar.bz2
 e7230a45caec97904cd9222ed10508baf032bc7f285f0322f5fc5a7be17f097b 10672 
jackeq_0.5.9-1.debian.tar.gz
 e9a942d09f2a719683ffc2a068c10ee8ac30d24973775551c21fd146e72c59c4 198062 
jackeq_0.5.9-1_amd64.deb
Files: 
 0501a8934211122991c8325582953112 1359 sound optional jackeq_0.5.9-1.dsc
 3417a59b0483232da8fff7d798919615 440571 sound optional 
jackeq_0.5.9.orig.tar.bz2
 8b69685a96a777ba3419e70fe6490587 10672 sound optional 
jackeq_0.5.9-1.debian.tar.gz
 49c4eb6a1424a08b38004f7e98a89be0 198062 sound optional jackeq_0.5.9-1_amd64.deb

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

iEYEARECAAYFAkzuxFwACgkQRdSMfNz8P9BzLgCeI4+BxuwsKRciontFqP5pUipk
3hMAnj50i9z/sa7cLYU4OvhexN+avCJe
=+yD+
-----END PGP SIGNATURE-----



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

Reply via email to