Summary: | Infinite loop in ./configure && make if automake is absent | ||
---|---|---|---|
Product: | Mesa | Reporter: | Arseniy Alekseyev <rotsor> |
Component: | Other | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | minor | ||
Priority: | medium | CC: | mattst88 |
Version: | 9.0 | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Build log |
Description
Arseniy Alekseyev
2012-12-27 17:55:41 UTC
This seems odd. It looks like the Nix build system might be patching or modifying some autoconf/automake generated file. Can you reproduce this manually? (In reply to comment #1) > This seems odd. It looks like the Nix build system might be patching or > modifying some autoconf/automake generated file. Can you reproduce this > manually? I've tried to build it with a custom builder, seeing the same result. The code for the custom build script is: . ${stdenv}/setup tar xf $src cd Mesa* ./configure make You can see that there is nothing weird happening between untarring and making, meaning the Mesa source code is intact ($src points to the original tar). Now there could be some weirdness in in nixpkgs standard environment causing this, but I don't know which. Still not sure what causes this, but I saw another report of it on IRC today. The reporter said that installing libtool (which he didn't previously have) and regenerating the autoconf files (via ./autogen.sh) fixed the problem for him. I assume this has been fixed since we're now using make dist to generate the tarballs. Reopen if not. |
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.