Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jun 2017 12:19:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 220332] [PATCH] lang/python27: "cc: error: unsupported option '-print-multi-os-directory'"
Message-ID:  <bug-220332-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220332

            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@FreeBSD.org
          Reporter: rozhuk.im@gmail.com
          Assignee: python@FreeBSD.org
          Keywords: patch
             Flags: maintainer-feedback?(python@FreeBSD.org)

Created attachment 183883
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D183883&action=
=3Dedit
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)) =3D=3D ERR ?
NCURSES_CAST(chtype, ERR) : winch(win))
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
^~~~~~~~~~~~~~~~~~~~~~~~~
/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 n=
ot
found:
_bsddb             dl                 gdbm=20=20=20=20=20=20=20=20=20=20=20=
=20
imageop            linuxaudiodev      spwd=20=20=20=20=20=20=20=20=20=20=20=
=20
sunaudiodev=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
To find the necessary bits, look in setup.py in detect_modules() for the
module's name.
...

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220332-21822>