Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925347 - app-emulation/virtualbox-7.0.14-r2 has invisible linking issues with sys-devel/mold-2.4.0
Summary: app-emulation/virtualbox-7.0.14-r2 has invisible linking issues with sys-deve...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Viorel Munteanu
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: systemwide-mold
  Show dependency tree
 
Reported: 2024-02-23 21:08 UTC by Alex Buell
Modified: 2024-06-12 16:44 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Buell 2024-02-23 21:08:50 UTC
Building app-emulation/virtualbox-7.0.14-r2 with sys-devel/mold-2.4.0 is successful but running VirtualBoxVM results in this:

code]
alex@cobalt ~/.VirtualBox $ VirtualBoxVM --startvm "MS-DOS 6.22"
VirtualBoxVM: supR3HardenedMainGetTrustedMain: dlopen("/usr/lib64/virtualbox/VirtualBoxVM.so",) failed: /usr/lib64/virtualbox/UICommon.so: undefined symbol: _ZN8QPrinterC1ENS_11PrinterModeE
alex@cobalt ~/.VirtualBox $ c++filt
_ZN8QPrinterC1ENS_11PrinterModeE
QPrinter::QPrinter(QPrinter::PrinterMode)
[/code]

Please add this as a blocker for bug #830404 (https://bugs.gentoo.org/show_bug.cgi?id=830404)
Comment 1 Vasilis Lourdas 2024-06-12 16:44:35 UTC
Version 7.0.18-r1 still suffers with the current stable mold version (2.30.0).