Solved Unusual error when "make"-ing

10.1-RELEASE
I was trying to get some non-ports tree packages to build last night, and seem to have corrupted the standard "make" process. I'll use lang/go as example build (but this is true for every port I've tried so far). Every time I try to build it keeps referencing python 2.6. The ports are building, but its driving me crazy.

portmaster lang/go
Code:
===>  Cleaning for go-1.4.2,1
===>>> Waiting on fetch & checksum for lang/go <<<===
===>  License BSD3CLAUSE accepted by the user
===>  go-1.4.2,1 depends on file: /usr/local/sbin/pkg - found
=> go1.4.2.src.tar.gz doesn't seem to exist in /usr/ports/distfiles//.
=> Attempting to fetch http://golang.org/dl/go1.4.2.src.tar.gz
make[1]: chdir /usr/ports/lang/python26: No such file or directory
make: "/usr/ports/Mk/Uses/python.mk" line 384: warning: "/usr/bin/make -V PORTVERSION -C /usr/ports/lang/python26" returned non-zero status

make.conf
Code:
CC=clang
CXX=clang++
CPP=clang-cpp
WRKDIRPREFIX=/ram
CPUTYPE?=native
WITH_PKGNG=yes
WITH_CCACHE_BUILD=yes
I have no MAKE* environment variables set.

I have also completely removed ports tree and re-fetched/extracted it (from build directory as well).

pkg check -Bdrs
Code:
pkg: (go-1.4.2,1) /usr/local/go/src/debug/elf/testdata/gcc-386-freebsd-exec - required shared library libc.so.6 not found
But I think this is unrelated, because I get the same "python" error building other ports.

I did use the deprecated "pkg-config" briefly, and I think I set a wrong environmental variable somewhere.

Is anybody more familiar with this to point me in right direction?
 
Back
Top