[Mesa-dev] [Bug 58812] Infinite loop in ./configure make if automake is absent

2015-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58812

Matt Turner matts...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Matt Turner matts...@gmail.com ---
I assume this has been fixed since we're now using make dist to generate the
tarballs. Reopen if not.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 58812] Infinite loop in ./configure make if automake is absent

2013-03-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58812

Matt Turner matts...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|REOPENED

--- Comment #3 from Matt Turner matts...@gmail.com ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 58812] Infinite loop in ./configure make if automake is absent

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58812

--- Comment #2 from Arseniy Alekseyev rot...@gmail.com ---
(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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 58812] Infinite loop in ./configure make if automake is absent

2013-01-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58812

Matt Turner matts...@gmail.com changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
 CC||matts...@gmail.com

--- Comment #1 from Matt Turner matts...@gmail.com ---
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?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev