maintainer-feedback requested: [Bug 220334] [PATCH] lang/python34: "cc: error: unsupported option '-print-multi-os-directory'"

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jun 28 12:30:31 UTC 2017


rozhuk.im at gmail.com has reassigned Bugzilla Automation <bugzilla at FreeBSD.org>'s
request for maintainer-feedback to FreeBSD Python <python at FreeBSD.org>:
Bug 220334: [PATCH] lang/python34: "cc: error: unsupported option
'-print-multi-os-directory'"
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220334



--- Description ---
Created attachment 183885
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=183885&action=edit
fix "cc: error: unsupported option '-print-multi-os-directory'"

If option UNSET: LIBFFI    Use libffi from ports instead of bundled version
...
cc -shared  -lpthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib
-fstack-protector -Wl,--no-as-needed -o libpython3.so -Wl,-hlibpython3.so 
cc  -lpthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib -fstack-protector
-Wl,--export-dynamic -o python Modules/python.o -L. -lpython3.4m -lintl
-L/usr/local/lib -lintl -lutil	 -lm  
LD_LIBRARY_PATH=/tmp/ports/usr/ports/lang/python34/work/Python-3.4.6 ./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
cc: error: unsupported option '-print-multi-os-directory'
cc: error: no input files

Python build finished successfully!
The necessary bits to build these optional modules were not found:
_gdbm		      spwd				       
To find the necessary bits, look in setup.py in detect_modules() for the
module's name.
...


More information about the freebsd-python mailing list