Hi, I pulled the latest updates from the dports repository and run portmaster to upgrade the ports.
Unfortunately building python27 failed to build. I tried a clean build, checked the patches, but everything looks good - as far as I can see. I also added this [1] patch that should fix problems building python27 if it is already installed. [1] https://svnweb.freebsd.org/ports/head/lang/python27/files/patch-issue21166?revision=365708&view=markup But the build still fails with the same error: --- pybuilddir.txt --- LD_LIBRARY_PATH=/usr/obj/dports/lang/python27/work/Python-2.7.8 ./python -E -S -m sysconfig --generate-posix-vars ; if test $? -ne 0 ; then echo "generate-posix-vars failed" ; rm -f ./pybuilddir.txt ; exit 1 ; fi --- sharedmods --- cc: error: _struct.c: No such file or directory cc: fatal error: no input files compilation terminated. cc: error: _ctypes/_ctypes_test.c: No such file or directory cc: fatal error: no input files compilation terminated. cc: error: arraymodule.c: No such file or directory cc: fatal error: no input files compilation terminated. cc: error: cmathmodule.c: No such file or directory cc: fatal error: no input files compilation terminated. cc: error: mathmodule.c: No such file or directory cc: fatal error: no input files compilation terminated. cc: error: stropmodule.c: No such file or directory cc: fatal error: no input files compilation terminated. cc: error: timemodule.c: No such file or directory cc: fatal error: no input files compilation terminated. cc: error: datetimemodule.c: No such file or directory cc: fatal error: no input files compilation terminated. cc: error: itertoolsmodule.c: No such file or directory cc: fatal error: no input files compilation terminated. cc: error: future_builtins.c: No such file or directory cc: fatal error: no input files compilation terminated <snip>. It looks like there is a problem building the files under Modules. Is there someone else running into the same problems? I'm running DragonFly x86_64, 3.8.2. Thanks for any ideas/suggestions. Sven
