Date: Tue, 10 Nov 2015 14:23:06 +0000 From: bugzilla-noreply@freebsd.org To: vbox@FreeBSD.org Subject: [Bug 204402] emulators/virtualbox-ose: build failed on CURRENT Message-ID: <bug-204402-26505-o6JOWAlTUV@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-204402-26505@https.bugs.freebsd.org/bugzilla/> References: <bug-204402-26505@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=204402 --- Comment #3 from Alexandr Krivulya <shuriku@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204402-26505-o6JOWAlTUV>