Date: Tue, 02 Jan 2018 21:41:55 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 224847] graphics/mesa-libs: make configure (not config) crashes Message-ID: <bug-224847-7141-3IixOkyKrr@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-224847-7141@https.bugs.freebsd.org/bugzilla/> References: <bug-224847-7141@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=3D224847 software@bertram-scharpf.de changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |software@bertram-scharpf.de --- Comment #1 from software@bertram-scharpf.de --- # cd /usr/ports/graphics/mesa-libs # make clean configure ... configure: error: Could not find llvm shared libraries: Please make sure you have built llvm with the --enable-shared option and that your llvm libraries are installed in /usr/local/llvm50/lib If you have installed your llvm libraries to a different directory you can use the --with-llvm-prefix=3D configure flag to spe= cify this directory. NOTE: Mesa is attempting to use llvm shared libraries by default. If you do not want to build with llvm shared libraries = and instead want to use llvm static libraries then add --disable-llvm-shared-libs to your configure invocation and rebuild. The error is raised in ./configure, line 28381, function detect_old_buggy_llvm(). The library name is built using the LLVM version number. # llvm-config50 --version 5.0.0git-f35466a8f But: # ls /usr/local/llvm50/lib/libLLVM-5.0.0*.so /usr/local/llvm50/lib/libLLVM-5.0.0.so As you can see, I'm using Git to update my ports tree. The short commit hash in LLVM's version number is the Git commit when I built devel/llvm50 what isn't even returned by "make package-name". The real problem is that the whole Makefile system is so complicated that it took me several days to find out what happens just to this point. I'm discouraged and won't search any further. This problem affects x11/xorg and print/texlive-full as far as I know. Prob= ably some more essential packages. Ports is a pain. --=20 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-224847-7141-3IixOkyKrr>