https://bugs.freedesktop.org/show_bug.cgi?id=58812
Priority: medium
Bug ID: 58812
Assignee: [email protected]
Summary: Infinite loop in ./configure && make if automake is
absent
Severity: minor
Classification: Unclassified
OS: All
Reporter: [email protected]
Hardware: All
Status: NEW
Version: 9.0
Component: Other
Product: Mesa
Created attachment 72194
--> https://bugs.freedesktop.org/attachment.cgi?id=72194&action=edit
Build log
The make command keeps calling configure and looping forever, unless autoconf
is present. To exactly reproduce the build you can instantiate the following
Nix expression with a recent nixpkgs snapshot. The build log is attached. The
section below "THE FOLLOWING REPEATS" is repeated forever.
{ stdenv, fetchurl, flex, bison, pkgconfig, libdrm, file, expat, makedepend
, libXxf86vm, libXfixes, libXdamage, glproto, dri2proto, libX11, libxcb,
libXext
, libXt, udev, enableTextureFloats ? false
, python, libxml2Python, autoconf, automake, libtool, llvm }:
let version = "9.0.1"; in
stdenv.mkDerivation {
name = "mesa-${version}";
src = fetchurl {
url =
"ftp://ftp.freedesktop.org/pub/mesa/${version}/MesaLib-${version}.tar.bz2";
sha256="0vyvfl56ac8d7s5avi2f4dad82jzxwkf17wjq1yklgyfpa1vm9sp";
};
buildInputs = [ expat libdrm libXxf86vm libXfixes libXdamage glproto
dri2proto
libxml2Python libX11 libXext libxcb libXt udev llvm ];
buildNativeInputs = [ pkgconfig python makedepend file flex bison ];
}
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev