Bug#530479: Needs to link against boost_filesystem-mt
Package: sfftobmp
Severity: serious
Justification: no longer builds from source
Due to the recently-introduced package boost-defaults [1], the
unversioned Boost -dev packages changed from Boost version 1.34.1 to
version 1.38.0.
You package now fails to build due to that change. Specifically, you
will need to link against "-mt" variants of the boost libraries.
Upstream stopped building separate single- and multi-threaded variants
of all libraries and Debian followed suit as of 1.37.0. The
single-threaded variant was named, e.g. "-lboost_regex" while the
multi-threaded variant was suffixed with "-mt", i.e. named
"-lboost_regex-mt". Your package needs to change its linker
arguments.
Build Log excerpt:
source='main.cpp' object='main.o' libtool=no \
depfile='.deps/main.Po' tmpdepfile='.deps/main.TPo' \
depmode=gcc3 /bin/sh ../config/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -g -O2 -c -o main.o `test -f 'main.cpp' || echo './'`main.cpp
source='output.cpp' object='output.o' libtool=no \
depfile='.deps/output.Po' tmpdepfile='.deps/output.TPo' \
depmode=gcc3 /bin/sh ../config/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -g -O2 -c -o output.o `test -f 'output.cpp' || echo './'`output.cpp
g++ -g -O2 -o sfftobmp my_getopt.o cmdline.o codes.o common.o decoder.o input.o main.o output.o -ltiff -ljpeg -lboost_filesystem
/usr/bin/ld: cannot find -lboost_filesystem
collect2: ld returned 1 exit status
make[3]: *** [sfftobmp] Error 1
make[3]: Leaving directory `/tmp/buildd/sfftobmp-3.1.2/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/tmp/buildd/sfftobmp-3.1.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/buildd/sfftobmp-3.1.2'
make: *** [build-stamp] Error 2
[1] http://lists.debian.org/debian-devel-announce/2009/05/msg00002.html
-- 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
Reply to: