[Mono-bugs] [Bug 635602] New: [llvm] runtime attempts to load libmono-llvm.so even when llvm is not requested
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Aug 30 13:50:25 EDT 2010
https://bugzilla.novell.com/show_bug.cgi?id=635602
https://bugzilla.novell.com/show_bug.cgi?id=635602#c0
Summary: [llvm] runtime attempts to load libmono-llvm.so even
when llvm is not requested
Classification: Mono
Product: Mono: Runtime
Version: 2.8.x
Platform: Other
OS/Version: Other
Status: NEW
Severity: Major
Priority: P5 - None
Component: JIT
AssignedTo: lupus at novell.com
ReportedBy: ajorgensen at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
Builds of other components (built against a build with --enable-loadedllvm) are
peppered with these warnings:
Mono Warning: llvm support could not be loaded.
llvm load failed: libmono-llvm.so: cannot open shared object file: No such file
or directory
We should not be attempting to load (or warning that we could not) unless llvm
is requested via --llvm (or in MONO_ENV_OPTIONS).
I've classified this as MAJOR because it is causing build errors in
gnome-sharp2 which has a part where some generated code is output on STDOUT and
the "llvm load failed" message gets appended to the generated code (though I
confess I don't see why it's on STDOUT). This needs to be fixed so we can
release 2.8.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list