[Bug 237016] graphics/mapnik: fails to build with boost 1.70
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Oct 21 16:46:59 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237016
--- Comment #6 from Ting-Wei Lan <lantw44 at gmail.com> ---
Now it failed even earlier than before. Mapnik doesn't work with scons 3.1.1.
Downgrading scons to 3.0.1 fixes the problem, but it still doesn't build with
boost 1.71. https://github.com/mapnik/mapnik/issues/4081
===> Building for mapnik-3.0.9_29
scons: Reading SConscript files ...
Welcome to Mapnik...
Configuring build environment...
Configuring on FreeBSD in *release mode*...
Checking for freetype-config... yes
Checking for dlfcn.h support ... yes
Checking if compiler (c++) supports -std=c++11 flag... (cached) yes
Checking for C library z... yes
Checking for C++ library icuuc... yes
Checking for ICU version >= 4.2... found: icu 65.1
(cached) Checking for C++ library harfbuzz... yes
Checking for HarfBuzz version >= 0.9.34... found: HarfBuzz 2.6.2
Checking for HarfBuzz with freetype support
(cached) yes
Searching for boost libs and headers... (cached)
Found boost libs: /usr/local/lib
Found boost headers: /usr/local/include
Checking for C++ header file boost/version.hpp... yes
Checking for Boost version >= 1.47... yes
Found boost lib version... 1_71
KeyError: 'BOOST_APPEND':
File "/tmp/wrkdirs/usr/ports/graphics/mapnik/work/mapnik-v3.0.9/SConstruct",
line 1435:
if not conf.CheckLibWithHeader('boost_%s%s' %
(libinfo[0],env['BOOST_APPEND']), libinfo[1], 'C++'):
File "/usr/local/lib/scons/SCons/Environment.py", line 410:
return self._dict[key]
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list