Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Nov 2019 10:18:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 206911] lang/python27: readline shared extension fails to compile (/usr/local/lib/libreadline.so.6: Undefined symbol "PC")
Message-ID:  <bug-206911-21822-lX94Yh1nAv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-206911-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-206911-21822@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #19 from Andriy Gapon <avg@FreeBSD.org> ---
I've recently encountered the same problem with python27 on a completely cl=
ean
system where, for reasons which I won't go into, some software is built and
installed from ports.  The procedure is to iterate over a list of ports to =
make
&& make install each.  There was not anything installed before those ports.=
=20
The readline port was not on the list originally and it was not installed a=
s a
dependency of any other port when the python port build was run.

I suspect that python might have a build time dependency on readline.
I see USES=3D ... readline:port ...
I am not sure what "port" suffix means.

Finally, I must add that some ports on the list have non-default options.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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