Your message dated Wed, 10 Jun 2015 12:36:55 +0000
with message-id <e1z2ffx-0002ah...@franck.debian.org>
and subject line Bug#784937: fixed in xcfa 5.0.2-1
has caused the Debian Bug report #784937,
regarding xcfa: FTBFS in Ubuntu due to underlinking
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.)


-- 
784937: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=784937
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xcfa
Version: 5.0.1-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu wily ubuntu-patch

Dear Maintainer,

xcfa currently FTBFS due to underlinking with ld --as-needed [1].

In Ubuntu, the attached patch was applied to achieve the following:

  * debian/patches/link-libm.patch: Link xcfa_cli against -lm to fix FTBFS with
    ld --as-needed.
  * debian/{control,rules}: Use dh-autoreconf to apply the above change.

Thanks for considering the patch.

Logan Rosen

[1] 
https://launchpadlibrarian.net/205805477/buildlog_ubuntu-wily-amd64.xcfa_5.0.1-1_BUILDING.txt.gz

-- System Information:
Debian Release: jessie/sid
  APT prefers wily-updates
  APT policy: (500, 'wily-updates'), (500, 'wily-security'), (500, 'wily'), 
(100, 'wily-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.19.0-16-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru xcfa-5.0.1/debian/control xcfa-5.0.1/debian/control
--- xcfa-5.0.1/debian/control	2015-04-26 21:57:24.000000000 +0100
+++ xcfa-5.0.1/debian/control	2015-05-10 22:04:18.000000000 +0100
@@ -5,8 +5,8 @@
 Uploaders:
  Alessio Treglia <ales...@debian.org>
 Build-Depends:
- autotools-dev (>= 20100122.1~),
  debhelper (>= 9~),
+ dh-autoreconf,
  libasound2-dev,
  libcurl4-gnutls-dev,
  libgtk-3-dev,
diff -Nru xcfa-5.0.1/debian/patches/link-libm.patch xcfa-5.0.1/debian/patches/link-libm.patch
--- xcfa-5.0.1/debian/patches/link-libm.patch	1970-01-01 01:00:00.000000000 +0100
+++ xcfa-5.0.1/debian/patches/link-libm.patch	2015-05-10 21:32:22.000000000 +0100
@@ -0,0 +1,11 @@
+--- a/src_cli/Makefile.am
++++ b/src_cli/Makefile.am
+@@ -32,6 +32,8 @@
+ wav.c \
+ global.h
+ 
++xcfa_cli_LDADD=-lm
++
+ datadir = @datadir@
+ localedir = $(datadir)/locale
+ DEFS = -DLOCALEDIR="$(localedir)" @DEFS@
diff -Nru xcfa-5.0.1/debian/patches/series xcfa-5.0.1/debian/patches/series
--- xcfa-5.0.1/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ xcfa-5.0.1/debian/patches/series	2015-05-10 21:41:14.000000000 +0100
@@ -0,0 +1 @@
+link-libm.patch
diff -Nru xcfa-5.0.1/debian/rules xcfa-5.0.1/debian/rules
--- xcfa-5.0.1/debian/rules	2015-04-26 21:47:25.000000000 +0100
+++ xcfa-5.0.1/debian/rules	2015-05-10 21:30:41.000000000 +0100
@@ -3,7 +3,7 @@
 export LDFLAGS+=-Wl,--as-needed
 
 %:
-	dh $@ --parallel --with autotools_dev
+	dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-debug

--- End Message ---
--- Begin Message ---
Source: xcfa
Source-Version: 5.0.2-1

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

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 784...@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 xcfa 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...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 10 Jun 2015 13:16:41 +0100
Source: xcfa
Binary: xcfa xcfa-dbg
Architecture: source amd64
Version: 5.0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Alessio Treglia <ales...@debian.org>
Description:
 xcfa       - X Convert File Audio
 xcfa-dbg   - X Convert File Audio - debugging symbols
Closes: 784937
Changes:
 xcfa (5.0.2-1) unstable; urgency=medium
 .
   * New upstream release:
     - Fix build failure with --as-needed. Closes: #784937
Checksums-Sha1:
 37aab00cffd24a7cfa2b12036c924fc5c74d8b64 2045 xcfa_5.0.2-1.dsc
 192d78019d9e03d7281df31c83e088cbb8ee3273 1091301 xcfa_5.0.2.orig.tar.gz
 2dc088449f8f5c8079d72da13dd777afb3d5e0d0 3408 xcfa_5.0.2-1.debian.tar.xz
 afb733c485170bd4c65c7d870f4613e8b9940f42 756266 xcfa-dbg_5.0.2-1_amd64.deb
 ccd8892c289de1089bb76655793ef1788b0e2918 473910 xcfa_5.0.2-1_amd64.deb
Checksums-Sha256:
 9ed0406c0b66a9d3b4944aa747cae45af1bb93a5d2f4fb46c33d51cf2cc54e91 2045 
xcfa_5.0.2-1.dsc
 37cb7cbf6707d02b0e2082e49e3a8194b6d2c6cfecd2747f78b1a682c00a6815 1091301 
xcfa_5.0.2.orig.tar.gz
 017b89fb36a6c21b99a446daa89786626d57cceafb5e90d6dc7db670f09792b0 3408 
xcfa_5.0.2-1.debian.tar.xz
 e0490745a8069d7bb9602930c9cce4247381aaaf17b68c9257177e4750107c6e 756266 
xcfa-dbg_5.0.2-1_amd64.deb
 ebfe5694f1cedd07dfd722456d1d0362f75a7c70358db2b00d0fabc21d7f9499 473910 
xcfa_5.0.2-1_amd64.deb
Files:
 f38982271e582d4d3b9821935d0a5136 2045 sound optional xcfa_5.0.2-1.dsc
 662c52d87ba1cbb948a0444cc844c7a8 1091301 sound optional xcfa_5.0.2.orig.tar.gz
 615018c66a0ad7287114268f37730285 3408 sound optional xcfa_5.0.2-1.debian.tar.xz
 a38b65fc6c4b8d958a956c724d6f3aa2 756266 debug extra xcfa-dbg_5.0.2-1_amd64.deb
 34355ce265585660be3d88d4595e9faf 473910 sound optional xcfa_5.0.2-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJVeCySAAoJEOikiuUxHXZaRkEQAJdxnFW93qpooRN2hmwEFuRF
C3J4h1aPtLjsyojVeseNY4TnvPyOuGBDZmIJrsQkuj41wAFQfsuCnihXKpMihw4H
cyXWOBQxuqo6P5c/D3WhxTvIevqijgrbzwVOg7bkRe6kKwBOVu2SmSZFDW6MC0IX
aw16IEZEnw8CN97ewzHs89eB47bq27+AzAa4LJwpjeSnubwSVmaQc3EI/tiUi6Au
bdHi7G++SkYUesozhS8Xefh2aSsIfcb0TY4ccfvpQf9/6SlPHv3Dj7nirWeholIW
qOjJ9D2OrrC+MGzMOlQHSbxLVBZWmmUtj2N8Ym6CDR85bO+UNHgvs5M2DwUpJIva
b6yNFyDCZZGKyg1+vDXkDvQ6X7j7+b6H5///e6nghEnXoNp9y2SjCgBBs9a6D8ps
qIMaYUxi0bSkukl/tQwtkfEjwXfyb7cU9iZq1LgOkbepoJyM1mVUYJ5hX4R+hCs1
qWlrsb834eMFsFEjdqOFYUJaqau3mt8u+WPHgZXtBnxuVqgKpP7IXvtzps0Rm0mp
XTmRrVnmQoZPjxcE3p6dYN9UKCduel4dibfUgRaKhKB/YPBBfTU22jz9K84VhCau
DcyK4tBt1Ocs7fijALVMwuwQAy8K4W2Y3On6wgnQV7OpfVPTX8cGrCo2fjX5GE6u
i8XdVikq0DZZm4WdylZ4
=V2xk
-----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