[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
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: python at FreeBSD.org
Reporter: rozhuk.im at gmail.com
Assignee: python at FreeBSD.org
Keywords: patch
Flags: maintainer-feedback?(python at 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.
More information about the freebsd-python
mailing list