Building boost 1.42 on FreeBSD 6.3
- by Ivan Perekluyev
Hi, i need to build mapnik on freebsd 6.3, but port marked as 'broken', so i forced to build it from source. With boost 1.41 (which is in ports) mapnik doesn't build. somewhere in internet, i found that mapnik successfully builded with boost 1.42. So, i download patch from wiki.freebsd.org/BoostPortingProject andd apply it:
wget http://alexanderchuranov.com/boost-port/boost-from-1.41-to-1.42-2010-02-16-17-11.diff
cd /usr/ports
patch -p0 -i ~/boost-from-1.41-to-1.42-2010-02-16-17-11.diff
after that, i trying to install boost-all metaport, but its failed.
cd devel/boost-all
make install 2>&1 | tee build.log
tail -n 100 build.log > short_build.log
Build.log (attention, 5m !): dl.dropbox.com/u/7365614/build.log
Short build log: http://paste.pocoo.org/show/224474/
Thanks!