Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jun 2017 12:24:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 220333] [PATCH] lang/python33: "cc: error: unsupported option '-print-multi-os-directory'"
Message-ID:  <bug-220333-21822-Z6HJUn6KcX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-220333-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-220333-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
rozhuk.im@gmail.com has reassigned Bugzilla Automation <bugzilla@FreeBSD.or=
g>'s
request for maintainer-feedback to FreeBSD Python <python@FreeBSD.org>:
Bug 220333: [PATCH] lang/python33: "cc: error: unsupported option
'-print-multi-os-directory'"
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220333



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

If option UNSET: LIBFFI    Use libffi from ports instead of bundled version
...
cc -lpthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib -fstack-protector
-Wl,--export-dynamic -o python Modules/python.o -L. -lpython3.3m -lintl
-L/usr/local/lib -lintl -lutil	 -lm=20=20
LD_LIBRARY_PATH=3D/tmp/ports/usr/ports/lang/python33/work/Python-3.3.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
/tmp/ports/usr/ports/lang/python33/work/Python-3.3.6/Modules/socketmodule.c=
:195
1:74:
warning: comparison of unsigned expression < 0 is always false
[-Wtautological-compare]
    if (cmsgh =3D=3D NULL || msg->msg_control =3D=3D NULL || msg->msg_contr=
ollen < 0)
						     ~~~~~~~~~~~~~~~~~~~ ^ ~
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:
_gdbm		   spwd=20=09=09=09=20=20=20=20=20=20
To find the necessary bits, look in setup.py in detect_modules() for the
module's name.
...



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