Summary: | Version mismatch error. This is libtool 2.4.2, but the definition of this LT_INIT comes from libtool 2.2.8. | ||
---|---|---|---|
Product: | Mesa | Reporter: | NOT ACTIVE SINCE DECADES, PLEASE DELETE ME <ersuchungen> |
Component: | Other | Assignee: | mesa-dev |
Status: | RESOLVED INVALID | QA Contact: | |
Severity: | blocker | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
NOT ACTIVE SINCE DECADES, PLEASE DELETE ME
2013-02-23 17:29:02 UTC
Does this happen if you build from git or from release tarball? release tarball Could you try to build from git? works, but can't run the checks because I have an r200 with no shaders! is the check configurable? (In reply to comment #4) > works, but can't run the checks because I have an r200 with no shaders! is > the check configurable? huh? the check fails at glsl. as far as i understand, the missing support for shaders is the reason. possibly i'm wrong. (In reply to comment #6) > the check fails at glsl. as far as i understand, the missing support for > shaders is the reason. possibly i'm wrong. Yeah, I don't think that makes any sense. Post a log. found the log: src/glsl/test-suite.log ========================================= Mesa 9.2.0: src/glsl/test-suite.log ========================================= # TOTAL: 4 # PASS: 3 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: glcpp/tests/glcpp-test ============================ ====== Testing for correctness ====== Testing ./glcpp/tests/000-content-with-spaces.c..../glcpp/tests/glcpp-test: 64: arith: syntax error: "total+1" Still no idea what's going on here. Need more info. The glsl tests (and nearly all tests in that matter) are checking the integrity of the actual build, rather than the present functionality of the system/driver. (In reply to comment #6) > the check fails at glsl. as far as i understand, the missing support for > shaders is the reason. possibly i'm wrong. With that said, the above statement does not really make sense. The version missmatch happens as the binary tarball was distributed with with an older version of libtool than the one you have installed on your system. It's unfortunate but normal and to resolve it one needs to run the following: $ autoreconf -vfi Feel free to reopen if you're seeing the problem with latest mesa (10.2.8 or later) and the command does not help. |
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.