Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Mar 2021 18:51:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        vbox@FreeBSD.org
Subject:   [Bug 254295] emulators/virtualbox-ose will not upgrade from 5.2.44_4 to 6.1.18 due to "compiler error"
Message-ID:  <bug-254295-26505-GI2rT6ZMEV@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-254295-26505@https.bugs.freebsd.org/bugzilla/>
References:  <bug-254295-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=254295

Bengt Ahlgren <bahlgren@beah.se> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bahlgren@beah.se

--- Comment #2 from Bengt Ahlgren <bahlgren@beah.se> ---
Created attachment 223670
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=223670&action=edit
Poudriere build log

I have the same issue.  A look at the poudriere log shows that the problem is
that the linker fails to pick up the openssl library from ports, but instead
tries to link with the old openssl in base because -L /usr/lib is before -L
/usr/local/lib in the linker arguments.

I'm also on 11.4, where DEFAULT_VERSIONS+= ssl=openssl is needed.

-- 
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-254295-26505-GI2rT6ZMEV>