Package: sooperlooper
Version: 1.6.14+dfsg-2
Severity: normal
Tags: patch
User: peter.fritzs...@gmx.de
Usertags: unresolved-symbols-so



*** /tmp/tmpWpENHx
In Ubuntu, the attached patch was applied to achieve the following:

Hi! Sooperlooper fails to build from source with binutils-gold because
unresolved symbols, this patch solves this problem.

Regards,

  * debian/patches/03-fix-linking-with-lxml2.patch:
    - Fix linking with -lxml2 (LP: #803199)


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 sooperlooper-1.6.14+dfsg/debian/changelog sooperlooper-1.6.14+dfsg/debian/changelog
diff -Nru sooperlooper-1.6.14+dfsg/debian/patches/03-fix-linking-with-lxml2.patch sooperlooper-1.6.14+dfsg/debian/patches/03-fix-linking-with-lxml2.patch
--- sooperlooper-1.6.14+dfsg/debian/patches/03-fix-linking-with-lxml2.patch	1970-01-01 01:00:00.000000000 +0100
+++ sooperlooper-1.6.14+dfsg/debian/patches/03-fix-linking-with-lxml2.patch	2011-06-30 23:45:28.000000000 +0200
@@ -0,0 +1,15 @@
+Description: Fix linking with -lxml2
+Author: Angel Abad <angela...@ubuntu.com>
+Bug-Ubuntu: https://launchpad.net/bugs/803199
+
+--- a/src/gui/Makefile.in
++++ b/src/gui/Makefile.in
+@@ -118,7 +118,7 @@
+ JACK_LIBS = @JACK_LIBS@
+ LDFLAGS = @LDFLAGS@
+ LIBOBJS = @LIBOBJS@
+-LIBS = @LIBS@
++LIBS = @LIBS@ -lxml2
+ LOSC_CFLAGS = @LOSC_CFLAGS@
+ LOSC_LIBS = @LOSC_LIBS@
+ LTLIBOBJS = @LTLIBOBJS@
diff -Nru sooperlooper-1.6.14+dfsg/debian/patches/series sooperlooper-1.6.14+dfsg/debian/patches/series
--- sooperlooper-1.6.14+dfsg/debian/patches/series	2011-05-09 01:35:22.000000000 +0200
+++ sooperlooper-1.6.14+dfsg/debian/patches/series	2011-06-30 23:42:45.000000000 +0200
@@ -1,2 +1,3 @@
 01-spelling_error.patch
 02-remove_dmalloc.patch
+03-fix-linking-with-lxml2.patch

Reply via email to