https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220332
Bug ID: 220332 Summary: [PATCH] lang/python27: "cc: error: unsupported option '-print-multi-os-directory'" Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: pyt...@freebsd.org Reporter: rozhuk...@gmail.com Assignee: pyt...@freebsd.org Keywords: patch Flags: maintainer-feedback?(pyt...@freebsd.org) 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. ... -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"