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

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

            Bug ID: 220334
           Summary: [PATCH] lang/python34: "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
          Keywords: patch
             Flags: maintainer-feedback?(python@FreeBSD.org)
          Assignee: python@FreeBSD.org

Created attachment 183885
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D183885&action=
=3Dedit
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=20
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=20=20
LD_LIBRARY_PATH=3D/tmp/ports/usr/ports/lang/python34/work/Python-3.4.6 ./py=
thon
-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=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-220334-13>