Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Mar 2016 22:32:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 207739] www/firefox: firefox 45 build fails (early, in configure stage)
Message-ID:  <bug-207739-21822-Ziap617cNB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-207739-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-207739-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=3D207739

xmirya@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xmirya@gmail.com

--- Comment #3 from xmirya@gmail.com ---
I'm running 10-STABLE/amd64, same problem with www/firefox and www/libxul.
Seems like the recent base openssl update in rev. 296317 caused some ABI/API
breakage:

$ youtube-dl=20
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
...
  File "/usr/local/lib/python2.7/ssl.py", line 97, in <module>
    import _ssl             # if we can't import it, let the error propagate
ImportError: /usr/local/lib/python2.7/lib-dynload/_ssl.so: Undefined symbol
"SSLv2_method"

Rebuilding lang/python?? doesn't help, _ssl.so is not built at all, packagi=
ng
fails.

Some other ports are affected as well:

$ cd /usr/ports/www/nghttp2
$ make www_nghttp2_SET=3DASIO
...
asio_cl-asio-cl.o: In function
`boost::asio::ssl::context::context(boost::asio::ssl::context_base::method)=
':
asio-cl.cc:(.text._ZN5boost4asio3ssl7contextC2ENS1_12context_base6methodE[_=
ZN5boost4asio3ssl7contextC2ENS1_12context_base6methodE]+0xac):
undefined reference to `SSLv2_method'
asio-cl.cc:(.text._ZN5boost4asio3ssl7contextC2ENS1_12context_base6methodE[_=
ZN5boost4asio3ssl7contextC2ENS1_12context_base6methodE]+0xbe):
undefined reference to `SSLv2_client_method'
asio-cl.cc:(.text._ZN5boost4asio3ssl7contextC2ENS1_12context_base6methodE[_=
ZN5boost4asio3ssl7contextC2ENS1_12context_base6methodE]+0xd0):
undefined reference to `SSLv2_server_method'
...

--=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-207739-21822-Ziap617cNB>