[Bug 204402] emulators/virtualbox-ose: build failed on CURRENT

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Nov 10 14:23:06 UTC 2015


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

--- Comment #3 from Alexandr Krivulya <shuriku at shurik.kiev.ua> ---
Yes. It compiles with openssl headers from ports, but links with openssl from
base:

...
===>   virtualbox-ose-4.3.32 depends on file: /usr/local/lib/libcrypto.so.8 -
found
...
Checking for ssl: found version OpenSSL 1.0.2d 9 Jul 2015, OK.
...
# ldd
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.32/out/freebsd.amd64/release/bin/VBoxRT.so|grep
crypto
        libcrypto.so.8 => /lib/libcrypto.so.8 (0x802200000)


With WITH_OPENSSL_PORT defined it gives me the same result. With
WITH_OPENSSL_BASE defined it gives me dependency error (Please deinstall the
port or undefine WITH_OPENSSL_BASE).

BTW, it successfully builds after rebuilding port's openssl without MD2, which
is enabled by default.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-emulation mailing list