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

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Dec 27 09:55:41 PST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=58812

          Priority: medium
            Bug ID: 58812
          Assignee: mesa-dev at lists.freedesktop.org
           Summary: Infinite loop in ./configure && make if automake is
                    absent
          Severity: minor
    Classification: Unclassified
                OS: All
          Reporter: rotsor at gmail.com
          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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20121227/33d6fdec/attachment.html>


More information about the mesa-dev mailing list