Package: barry
Severity: serious
Justification: no longer builds from source
The boost libraries now build only multithreaded ("-mt") variant, so
barry needs to link using "-lboost_serialization-mt".
See also
http://lists.alioth.debian.org/pipermail/pkg-lyx-devel/2009-May/003244.html
Patch:
diff -u -r orig/barry-0.14/tools/Makefile.am barry-0.14/tools/Makefile.am
--- orig/barry-0.14/tools/Makefile.am 2008-09-24 20:27:53.000000000 -0500
+++ barry-0.14/tools/Makefile.am 2009-05-21 01:47:00.000000000 -0500
@@ -20,7 +20,7 @@
else
btool_CXXFLAGS = -D__BARRY_BOOST_MODE__ -D_REENTRANT $(AM_CXXFLAGS)
endif
-btool_LDADD += -lboost_serialization
+btool_LDADD += -lboost_serialization-mt
endif
if WITH_BOOST
@@ -32,7 +32,7 @@
else
bs11nread_CXXFLAGS = -D_REENTRANT $(AM_CXXFLAGS)
endif
-bs11nread_LDADD += -lboost_serialization
+bs11nread_LDADD += -lboost_serialization-mt
endif
bidentify_SOURCES = bidentify.cc
Only in barry-0.14/tools: Makefile.am~
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.29-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]