Summary: | ../../libtool: line 7916: func_munge_path_list: command not found | ||
---|---|---|---|
Product: | Mesa | Reporter: | Martin Peres <martin.peres> |
Component: | Mesa core | Assignee: | mesa-dev |
Status: | RESOLVED WORKSFORME | QA Contact: | mesa-dev |
Severity: | normal | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
compilation log
A simple way to reproduce the problem |
Created attachment 113818 [details]
A simple way to reproduce the problem
|
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.
Created attachment 113817 [details] compilation log When compiling mesa from git, I get the following (inoffensive) error: ../../libtool: line 7916: func_munge_path_list: command not found I use: - Distro: Archlinux - libtool: 2.4.5 - autoconf: 2.69 - automake: 1.15 Now the funky part is that 2 out of 3 machines have the same problem while the other one does not. All of them are up to date and have the same versions. I tried downgrading and updating libtool, autoconf and automake but it did not change anything. Does anyone else see these errors when compiling?