Xorg fails w/scfb: Cannot run in framebuffer mode. Please specify busIDs
Konstantin Belousov
kostikbel at gmail.com
Thu Mar 30 03:58:41 UTC 2017
On Wed, Mar 29, 2017 at 08:16:28PM +0200, Jan Beich wrote:
> More than one LLVM version is loaded at runtime. Someone needs to track
> down why RPATH is not respected during dlopen() but for now just remove
> every devel/llvm* version except llvm39 required by graphics/dri.
Why do you claim that RPATH is not respected, do you have any evidence ?
llvm packages add rc.d/ldconfig config files to /usr/local/libdata/ldconfig,
which adjust default library search path, and the order of pathes is either
undefined or alphabetic. As result, llvm37 often if not always appears
before llvm39 in the search path.
More information about the freebsd-x11
mailing list