[robot-player] 01/02: Backport patch from Ubuntu to fix unresolved symbols. Closes #607221

Jose Luis Rivero jrivero-guest at moszumanska.debian.org
Sat Nov 14 21:28:28 UTC 2015


This is an automated email from the git hooks/post-receive script.

jrivero-guest pushed a commit to branch master
in repository robot-player.

commit 6fd0fcfbe05e70e7a06ba0cdb324ba37bc13eb49
Author: Jose Luis Rivero <jrivero at osrfoundation.org>
Date:   Sat Nov 14 21:26:15 2015 +0000

    Backport patch from Ubuntu to fix unresolved symbols. Closes #607221
    
    Thanks to Matthias Klose <doko at ubuntu.com>
---
 debian/patches/0011-unresolved-symbols-so.diff | 41 ++++++++++++++++++++++++++
 debian/patches/series                          |  1 +
 2 files changed, 42 insertions(+)

diff --git a/debian/patches/0011-unresolved-symbols-so.diff b/debian/patches/0011-unresolved-symbols-so.diff
new file mode 100644
index 0000000..9dfac7e
--- /dev/null
+++ b/debian/patches/0011-unresolved-symbols-so.diff
@@ -0,0 +1,41 @@
+Description: Upstream changes introduced in version 3.0.1+dfsg-1.1ubuntu5
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ player (3.0.1+dfsg-1.1ubuntu5) natty; urgency=low
+ .
+   * Link libplayerdrivers.so with -lpq to fix build failure with ld --as-needed.
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Matthias Klose <doko at ubuntu.com>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- player-3.0.1+dfsg.orig/server/drivers/vectormap/CMakeLists.txt
++++ player-3.0.1+dfsg/server/drivers/vectormap/CMakeLists.txt
+@@ -8,11 +8,11 @@ PLAYERDRIVER_REQUIRE_PKG (postgis build_
+ IF (PLAYER_OS_SOLARIS)
+     SET (pqLinkFlag "-lpq")
+ ELSE (PLAYER_OS_SOLARIS)
+-    SET (pqLinkFlag)
++    SET (pqLinkFlag "-lpq")
+ ENDIF (PLAYER_OS_SOLARIS)
+ PLAYERDRIVER_ADD_DRIVER (postgis build_postgis
+     INCLUDEDIRS ${postgis_includeDirs} LIBDIRS ${postgis_libDirs}
+-    LINKLIBS ${postgis_linkLibs} LINKFLAGS ${postgis_linkFlags} ${pqLinkFlag}
++    LINKLIBS ${postgis_linkLibs} ${pqLinkFlag} LINKFLAGS ${postgis_linkFlags}
+     CFLAGS ${postgis_cFlags} SOURCES postgis.cc dbconn.cc)
+ 
+ PLAYERDRIVER_OPTION (vec2map build_vec2map ON)
diff --git a/debian/patches/series b/debian/patches/series
index 51af81e..58f5ab3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,3 +9,4 @@
 0009-Fix-zlib-1.2.6-FTBFS.patch
 boost1.54
 0010-fix-ftbfs-libstatgrab0.90.patch
+0011-unresolved-symbols-so.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/robot-player.git



More information about the debian-science-commits mailing list