Your message dated Sun, 23 Oct 2011 23:02:30 +0000
with message-id <[email protected]>
and subject line Bug#632251: fixed in sonic 0.1.17-1.1
has caused the Debian Bug report #632251,
regarding sonic: 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 [email protected]
immediately.)
--
632251: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632251
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sonic
Version: 0.1.17-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: ld-as-needed
*** /tmp/tmptsNUzE
In Ubuntu, the attached patch was applied to achieve the following:
Hi! Sonics fails to build from source with binutils-gold and
ld --as-needed, this patch solves the problem.
Regards,
* debian/patches/fix-ftbfs-with-ld-as-needed:
- Fix ftbfs with ld --as-needed (LP: #803198)
Thanks for considering the patch.
-- System Information:
Debian Release: wheezy/sid
APT prefers oneiric-updates
APT policy: (500, 'oneiric-updates'), (500, 'oneiric')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0-2-generic (SMP w/1 CPU core)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru sonic-0.1.17/debian/changelog sonic-0.1.17/debian/changelog
diff -Nru sonic-0.1.17/debian/patches/fix-ftbfs-with-ld-as-needed sonic-0.1.17/debian/patches/fix-ftbfs-with-ld-as-needed
--- sonic-0.1.17/debian/patches/fix-ftbfs-with-ld-as-needed 1970-01-01 01:00:00.000000000 +0100
+++ sonic-0.1.17/debian/patches/fix-ftbfs-with-ld-as-needed 2011-06-30 23:11:32.000000000 +0200
@@ -0,0 +1,15 @@
+Description: Fix ftbfs with ld --as-needed
+Author: Angel Abad <[email protected]>
+Bug-Ubuntu: https://launchpad.net/bugs/803198
+
+--- a/Makefile
++++ b/Makefile
+@@ -11,7 +11,7 @@
+ all: sonic libsonic.so.$(LIB_TAG) libsonic-$(LIB_TAG).a
+
+ sonic: wave.o main.o libsonic.so.$(LIB_TAG)
+- $(CC) $(CFLAGS) -lsndfile libsonic.so.$(LIB_TAG) -o sonic wave.o main.o
++ $(CC) $(CFLAGS) -o sonic wave.o main.o -lsndfile libsonic.so.$(LIB_TAG)
+
+ sonic.o: sonic.c sonic.h
+ $(CC) $(CFLAGS) -c sonic.c
diff -Nru sonic-0.1.17/debian/patches/series sonic-0.1.17/debian/patches/series
--- sonic-0.1.17/debian/patches/series 1970-01-01 01:00:00.000000000 +0100
+++ sonic-0.1.17/debian/patches/series 2011-06-30 23:10:32.000000000 +0200
@@ -0,0 +1 @@
+fix-ftbfs-with-ld-as-needed
--- End Message ---
--- Begin Message ---
Source: sonic
Source-Version: 0.1.17-1.1
We believe that the bug you reported is fixed in the latest version of
sonic, which is due to be installed in the Debian FTP archive:
libsonic-dev_0.1.17-1.1_amd64.deb
to main/s/sonic/libsonic-dev_0.1.17-1.1_amd64.deb
libsonic0_0.1.17-1.1_amd64.deb
to main/s/sonic/libsonic0_0.1.17-1.1_amd64.deb
sonic_0.1.17-1.1.debian.tar.gz
to main/s/sonic/sonic_0.1.17-1.1.debian.tar.gz
sonic_0.1.17-1.1.dsc
to main/s/sonic/sonic_0.1.17-1.1.dsc
sonic_0.1.17-1.1_amd64.deb
to main/s/sonic/sonic_0.1.17-1.1_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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Luke Yelavich <[email protected]> (supplier of updated sonic 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: SHA512
Format: 1.8
Date: Fri, 21 Oct 2011 13:04:03 +1100
Source: sonic
Binary: sonic libsonic0 libsonic-dev
Architecture: source amd64
Version: 0.1.17-1.1
Distribution: unstable
Urgency: low
Maintainer: Bill Cox <[email protected]>
Changed-By: Luke Yelavich <[email protected]>
Description:
libsonic-dev - Header file for linking to libsonic
libsonic0 - Simple library to speed up or slow down speech
sonic - Simple utility to speed up or slow down speech
Closes: 632251 632496 644846 644847 644848
Changes:
sonic (0.1.17-1.1) unstable; urgency=low
.
[ Luke Yelavich ]
* Non-maintainer upload with maintainer's approval
.
[ Angel Abad ]
* debian/patches/fix-ftbfs-with-ld-as-needed:
- Fix ftbfs with ld --as-needed (LP: #803198, Closes: #632251)
.
[ Luke Yelavich ]
* Non-maintainer upload with maintainer's approval
* debian/patches/add-libdir.patch: Use $LIBDIr when installing the library
files, and allow an alternative LIBDIR to be specified on the make
command-line
* debian/control:
- Update homepage field (Closes: #644846)
- Add required fields for Multi-Arch support
- Fixes typo in libsonic0 package description (Closes: #644848)
- Bumped standards version to 3.9.2
- Point Vcs fields to a valid packaging location (Closes: #644847)
* debian/rules:
- Use the package's make install command, setting the LIBDIR to the
multi-arch lib path
* debian/*.install: Get package files from tmp directory
* debian/watch: Update URL
* debian/gbp.conf: Set some defaults for git packaging
* Build a static library (Closes: #632496)
Checksums-Sha1:
caf1a8dd82fb72d09c9a11a8ae60417005e7a28b 1313 sonic_0.1.17-1.1.dsc
482010bbb24a529b448098229927ae893448146d 4512 sonic_0.1.17-1.1.debian.tar.gz
2074ae91856f9c34549f7fe9b37e89fa781b19f6 11202 sonic_0.1.17-1.1_amd64.deb
d26e74aa2006d72d05605fcc6d689fe39eac6b25 14092 libsonic0_0.1.17-1.1_amd64.deb
3d5f368e63a1850c70f1757c57a492b4cb14c6de 16510
libsonic-dev_0.1.17-1.1_amd64.deb
Checksums-Sha256:
85b1687dc4697abba0b33914e62ed70cb0a369cad3ef7f1e0c313beb950f3c59 1313
sonic_0.1.17-1.1.dsc
b8696e696d97e21ec158abc46cb769394fa5d308f284327fae294e586a363a71 4512
sonic_0.1.17-1.1.debian.tar.gz
4393f3e1d28661510d3e9ee0bc0868ae2349c565b2e789cb44d3b1cc3449dd2d 11202
sonic_0.1.17-1.1_amd64.deb
50a155d2b977555191047c0558079de8ffbd0ed20a8ad6450f6eff1ce7bae029 14092
libsonic0_0.1.17-1.1_amd64.deb
d82e267ff01ca23bea64789b6818a0d2d731c2eff00a606a7d59463a0d850305 16510
libsonic-dev_0.1.17-1.1_amd64.deb
Files:
07ec675ff1bac26847ef03a730f9518b 1313 sound extra sonic_0.1.17-1.1.dsc
aa72dd1f4137842d075c00404c9ff0fd 4512 sound extra
sonic_0.1.17-1.1.debian.tar.gz
add9251a3210fa8674de4b969a8bfd88 11202 sound extra sonic_0.1.17-1.1_amd64.deb
a68f9073919db9f607bb4745fefc37b7 14092 libs extra
libsonic0_0.1.17-1.1_amd64.deb
dcfb8b4ef7ddb1bc2ece5f7480a1629a 16510 libdevel extra
libsonic-dev_0.1.17-1.1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iF4EAREKAAYFAk6kmusACgkQa6Lp0s/HjrPgPgD8CDcsqiKHUCUqLWrOB/C59oiZ
5C2om4ISzwxneM2RaPkA+wUsH0WHbS0mUE8Qv5DwWKLUDIiibjdAJhMliASulJCk
=YYUc
-----END PGP SIGNATURE-----
--- End Message ---