[bind10-dev] BIND 10 on FreeBSD
Kazunori Fujiwara
fujiwara at f.pyon.org
Fri Aug 12 10:29:46 UTC 2011
/usr/ports/security/botan depends on Python 2.6.
PYTHON_VERSION="python3.2" causes botan build error.
PYTHON_VERSIN in /etc/make.conf must be "PYTHON_VERSION=python2.6"
for botan and X11.
I installed /usr/ports/ports-mgmt/portconf/ and prepared
/usr/local/etc/ports.conf .
devel/py-elementtree: PYTHON_VERSION=python3.2
databases/py-sqlite3: PYTHON_VERSION=python3.2
devel/py-setproctitle: PYTHON_VERSION=python3.2
devel/googletest: PYTHON_VERSION=python3.2
and installed required ports:
security/botan
lang/python32
databases/py-sqlite3
devel/py-elementtree
devel/py-setproctitle
devel/googletest
devel/boost-libs
devel/log4cplus
...
configure may require --pythonpath.
# But FreeBSD 8-STABLE's "gcc version 4.2.2 20070831 prerelease [FreeBSD]"
# cannot compile bind10/src/lib/asiodns/tcp_server.cc
#
# FreeBSD 8.2R's gcc 4.2.1 is OK for BIND 10.
--
Kazunori Fujiwara
More information about the bind10-dev
mailing list