Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2019 02:16:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 234568] lang/python27,36: Fails to build against libressl 2.8.3
Message-ID:  <bug-234568-21822-AIKak2QQ6D@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-234568-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-234568-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=3D234568

Kai Knoblich <kai@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kai@FreeBSD.org

--- Comment #8 from Kai Knoblich <kai@FreeBSD.org> ---
Hi all,

just came across this PR when I was searching for some issues related to Py=
thon
2.7 and libressl.

My setup:
- Host: FreeBSD 13-CURRENT@r344874 amd64 with libressl-2.8.3
- Jail: FreeBSD 11.2-RELEASE amd64

The make.conf of the jail had only the following line:

> DEFAULT_VERSIONS+=3Dssl=3Dlibressl

I had nearly the same errors in the build.log as reported by adridg in comm=
ent
#0:

> *** WARNING: renaming "_ssl" since importing it failed: build/lib.freebsd=
-11.2-RELEASE-p9-amd64-2.7/_ssl.so: Undefined symbol "RAND_egd"

and later when "make package" is run:

> pkg-static: Unable to access file /wrkdirs/usr/ports/lang/python27/work/s=
tage/usr/local/lib/python2.7/lib-dynload/_ssl.so:No such file or directory

My issue was resolved by adding additional lines in the relevant make.conf
because my builders make heavy usage of ccache:

> .if ${.CURDIR:M*/lang/python27*}
> NOCCACHE=3Dyes
> .elif ${.CURDIR:M*/lang/python36*}
> NOCCACHE=3Dyes
> .endif

Maybe this will help you in some way.

--=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-234568-21822-AIKak2QQ6D>