[Bug 192449] lang/python27 fails to build on FreeBSD 11

2014-09-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192449 Eir Nym eir...@gmail.com changed: What|Removed |Added CC||eir...@gmail.com ---

[Bug 192449] lang/python27 fails to build on FreeBSD 11

2014-09-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192449 --- Comment #11 from Eir Nym eir...@gmail.com --- corrected script. MAKECONF_OSVERSION=`/bin/cat /usr/include/sys/param.h | grep ^#define __FreeBSD_version | cut -d\ -f 3 | cut -f 1` MAKECONF_UNAME_R=`/bin/cat

[Bug 191943] lang/python34 won't build in jail if software and kernel versions doesn't match

2014-09-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191943 --- Comment #6 from Eir Nym eir...@gmail.com --- setting environment variables doesn't make sense. -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 191943] lang/python34 won't build in jail if software and kernel versions doesn't match

2014-09-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191943 --- Comment #7 from Eir Nym eir...@gmail.com --- From configure output: configure: loading site script /usr/ports/Templates/config.site checking build system type... amd64-portbld-freebsd10.0 checking host system type...

[Bug 191943] lang/python34 won't build in jail if software and kernel versions doesn't match

2014-09-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191943 --- Comment #8 from Eir Nym eir...@gmail.com --- found documentation for uname(1) and fixed with variables UNAME_r UNAME_v. But it doesn't help at the end at all. # uname -a FreeBSD builder.local 11-CURRENT 11-CURRENT amd64 # make