[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 --- 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 install ... skip ... c

[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 --- >From configure output: configure: loading site script /usr/ports/Templates/config.site checking build system type... amd64-portbld-freebsd10.0 checking host system type... amd64-portbld-freebsd10.0 -- You

[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 --- setting environment variables doesn't make sense. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-python@freebsd.org mailing

[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 #5 from Eir Nym --- Thank you, Bryan. But same here: # cat /etc/make.conf UNAME_R="11-CURRENT" UNAME_V="11-CURRENT" OSVERSION=1100020 # cd /usr/ports/lang/python34 ... cutted ... Compiling '/usr/ports/lang/python34/work/sta

[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 --- 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 /usr/src/release/doc/share/xml/release.ent

[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 changed: What|Removed |Added CC||eir...@gmail.com --- Comment #10 from Ei