Summary: | /usr/bin/ld: cannot find -llibpiglitutil.so.0 | ||
---|---|---|---|
Product: | piglit | Reporter: | Vinson Lee <vlee> |
Component: | infrastructure | Assignee: | Jordan Justen <jljusten> |
Status: | RESOLVED FIXED | QA Contact: | Eric Anholt <eric> |
Severity: | normal | ||
Priority: | medium | CC: | jljusten |
Version: | unspecified | Keywords: | bisected, regression |
Hardware: | x86-64 (AMD64) | ||
OS: | OpenBSD | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Vinson Lee
2014-10-13 20:51:22 UTC
I can't reproduce this on linux using ninja 1.3.4 and cmake 3.0.2. Are you using plain cmake? Which version? Does the build also fail for you with a completely cleaned tree? (git clean -dfx) commit 81481096dccb65b8b2601718123afe3e782849d2 Author: Vinson Lee <vlee@freedesktop.org> Date: Sat Oct 18 15:38:19 2014 -0700 libpiglit: Do not set CMAKE_SOVERSION on OpenBSD. This patch fixes build regression on OpenBSD introduced with commit 4efb025fcac0b37d04ab759ab15055f27cea94f8 'libpiglit: Set CMAKE SOVERSION for internal libraries to "0"'. Linking CXX shared library ../../../../lib/libpiglitutil_gl.so /usr/bin/ld: cannot find -llibpiglitutil.so.0 collect2: ld returned 1 exit status target_api/gl/tests/util/CMakeFiles/piglitutil_gl.dir/build.make:515: recipe for target 'lib/libpiglitutil_gl.so.0' failed Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=84969 Signed-off-by: Vinson Lee <vlee@freedesktop.org> Reviewed-by: Brian Paul <brianp@vmware.com> |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.