ports/170072: databases/tdb fails to build if default python version is 3 or greater
Kimmo Paasiala
kpaasial at gmail.com
Sun Jul 22 19:30:15 UTC 2012
>Number: 170072
>Category: ports
>Synopsis: databases/tdb fails to build if default python version is 3 or greater
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sun Jul 22 19:30:14 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Kimmo Paasiala
>Release: 9-STABLE
>Organization:
>Environment:
FreeBSD whitezone.joesgarage 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0 r238552: Wed Jul 18 03:31:08 EEST 2012 root at whitezone.joesgarage:/usr/obj/usr/src/sys/WHITEZONE amd64
>Description:
databases/tdb expects DEFAULT_PYTHON_VERSION to be 2.7 at most. With default version 3 or greater the build fails because the build scripts written in python have invalid syntax for python version 3.
>How-To-Repeat:
Set DEFAULT_PYTHON_VERSION to 3.0 or greater in /etc/make.conf and try to build the tdb port.
>Fix:
Change "USE_PYTHON_BUILD = yes" in Makefile to "USE_PYTHON_BUILD = -2.7"
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list