Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Dec 2018 15:36:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 234467] lang/python37: cannot update 3.7.1 to 3.7.2
Message-ID:  <bug-234467-21822-3rDoTV7agD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-234467-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-234467-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-python mailing
list <python@FreeBSD.org> for maintainer-feedback:
Bug 234467: lang/python37: cannot update 3.7.1 to 3.7.2
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234467



--- Description ---
Due to incorrect -L argument order to the linker, python picks up libpython=
3.7m
from an old installed version of python, breaking the build. This is a crit=
ical
issue.

cc -pthread  -L/usr/local/lib  -fstack-protector    -Wl,--export-dynamic -o
Programs/_testembed Programs/_testembed.o -L. -lpython3.7m -ldl  -lutil   -=
lm
	     ^^^^^^^^^^^^^^^^=09=09=09=09=09=09=20=20=20=20=20=20=20
				      ^^^^^^^^^^^^^^^^

Full log: https://people.freebsd.org/~amdmi3/python-update.log



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