Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Jan 2019 13:40:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 234568] lang/python27 build against libressl 2.8.3
Message-ID:  <bug-234568-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 234568
           Summary: lang/python27 build against libressl 2.8.3
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: python@FreeBSD.org
          Reporter: adridg@freebsd.org
          Assignee: python@FreeBSD.org
             Flags: maintainer-feedback?(python@FreeBSD.org)

I have a poudriere jail with 12.0, on a 12-STABLE host. The host uses base
openssl, but because of PRs that ask for libressl compatibility I have a set
for libressl. In that set:

        DEFAULT_VERSIONS+=3Dssl=3Dlibressl

So the whole jail builds against libressl. The "make" part of python27 is
successful, but "make package" fails. During build, this is the only releva=
nt
message I see:

        *** WARNING: renaming "_ssl" since importing it failed:=20
        build/lib.freebsd-12.0-STABLE-amd64-2.7/_ssl.so:=20
        Undefined symbol "SSLv3_method"

and then "make package" fails with

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

This makes sense, since _ssl.so has been renamed; I can see it in stagedir:

        /wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/
        lib-dynload/_ssl_failed.so

It looks like libressl 2.8.3 retired the SSLv3 bits, since previous PRs have
addressed libressl compatibility already.

--=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-7788>