[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#729424: svox: [PATCH] Resolve FTBFS with link order



Package: svox
Version: 1.0+git20130326-1
Severity: wishlist
Tags: patch
User: ubuntu-devel@lists.ubuntu.com
Usertags: origin-ubuntu trusty ubuntu-patch

Dear Maintainer,

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

  * d/patches/0009-Fix-link-order.patch: Added to resolve FTBFS with
    new toolchain.


Thanks for considering the patch.


-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 'precise'), (100, 'precise-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 3.8.0-33-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
diff -Nru svox-1.0+git20130326/debian/patches/0009-Fix-link-order.patch svox-1.0+git20130326/debian/patches/0009-Fix-link-order.patch
--- svox-1.0+git20130326/debian/patches/0009-Fix-link-order.patch	1969-12-31 19:00:00.000000000 -0500
+++ svox-1.0+git20130326/debian/patches/0009-Fix-link-order.patch	2013-11-12 13:00:55.000000000 -0500
@@ -0,0 +1,21 @@
+Index: svox-1.0+git20130326/pico/Makefile.am
+===================================================================
+--- svox-1.0+git20130326.orig/pico/Makefile.am	2013-11-12 12:37:05.939979854 -0500
++++ svox-1.0+git20130326/pico/Makefile.am	2013-11-12 13:00:52.336945041 -0500
+@@ -70,6 +70,8 @@
+     lib/picotrns.h \
+     lib/picowa.h
+ 
++libttspico_la_LIBADD = -lm
++
+ picolangdir = $(datadir)/pico/lang
+ picolang_DATA = \
+     lang/de-DE*.bin \
+@@ -83,6 +85,6 @@
+ pico2wave_SOURCES = \
+ 	bin/pico2wave.c
+ pico2wave_LDADD = \
+-	libttspico.la -lm -lpopt
++	libttspico.la -lpopt
+ pico2wave_CFLAGS = -Wall -Dpicolangdir=\"$(picolangdir)\" -I lib
+ 
diff -Nru svox-1.0+git20130326/debian/patches/series svox-1.0+git20130326/debian/patches/series
--- svox-1.0+git20130326/debian/patches/series	2013-07-25 04:21:34.000000000 -0400
+++ svox-1.0+git20130326/debian/patches/series	2013-11-12 12:25:33.000000000 -0500
@@ -5,3 +5,4 @@
 0005-Install-lang-files.patch
 0006-Set-picolangdir.patch
 0008-64bits.patch
+0009-Fix-link-order.patch

Reply to: