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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jun 28 12:19:40 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 220332: [PATCH] lang/python27: "cc: error: unsupported option
'-print-multi-os-directory'"
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220332



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

If option UNSET: LIBFFI    Use libffi from ports instead of bundled version

...
/usr/include/curses.h:1256:58: note: expanded from macro 'mvwinch'
#define mvwinch(win,y,x)		(wmove((win),(y),(x)) == ERR ?
NCURSES_CAST(chtype, ERR) : winch(win))
								      
^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/curses.h:231:34: note: expanded from macro 'NCURSES_CAST'
#define NCURSES_CAST(type,value) (type)(value)
				 ^~~~~~~~~~~~~
1 warning generated.
cc: error: unsupported option '-print-multi-os-directory'
cc: error: no input files

Python build finished, but the necessary bits to build these modules were not
found:
_bsddb		   dl		      gdbm	      
imageop 	   linuxaudiodev      spwd	      
sunaudiodev					      
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