[Bug 207739] www/firefox: firefox 45 build fails (early, in configure stage)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Mar 8 22:32:28 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207739

xmirya at gmail.com changed:

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

--- Comment #3 from xmirya at 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 
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, packaging
fails.

Some other ports are affected as well:

$ cd /usr/ports/www/nghttp2
$ make www_nghttp2_SET=ASIO
...
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'
...

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


More information about the freebsd-python mailing list