[Bug 282499] emulators/virtualbox-ose-additions: kernel panic : mutex Giant owned at kern_synch.c:481

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 05 Nov 2024 00:20:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282499

--- Comment #8 from mikhail.rokhin@gmail.com ---
(In reply to Vladimir Druzenko from comment #4)

GCC 13, 14 and LLVM 15, 18 both were installed via ``pkg ins ...`` and both
failed to compile the port with multiple errors about undefined symbols &
syntaxis errors at ld linking stage.

May there be something hardcoded about compiler within the port?

World's built-in LLVM 19 succeeded in compilation.

Could you point me to the right substitution for USE_GCC for LLVM, smth like
USE_LLVM=15 , please?

As of `DEFAULT_VERSIONS+= llvm=15`` in make.conf fails and the port uses
built-in LLVM 19 instead, and it's a long way to print CC= , CXX= , CPP=, etc.
in ``make`` command line.

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