On 3 January 2012 20:27, Ian Romanick <i...@freedesktop.org> wrote: > On 01/03/2012 11:13 AM, Mike Lothian wrote: >> >> Hi >> >> Ever since these tests went in I get failures during configure: >> >> >> configure: creating ./config.status >> config.status: creating configs/autoconf >> config.status: error: cannot find input file: `tests/Makefile.in' >> >> Before I raise a bug am I doing something stupid? > > > It's possible that I didn't get the automake magic right when gtest isn't > installed. Is the program gtest-config in your path?
I still get the issue even if I uninstall gtest I notice the log also contains: /bin/sh: /var/tmp/portage/media-libs/mesa-9999/work/Mesa-9999/bin/missing: No such file or directory configure: WARNING: `missing' script is too old or missing and I'm attaching the full build log too if that helps
[32;01m * [39;49;00mPackage: media-libs/mesa-9999 [32;01m * [39;49;00mRepository: x11 [32;01m * [39;49;00mMaintainer: x...@gentoo.org [32;01m * [39;49;00mUSE: amd64 classic consolekit egl elibc_glibc g3dvl gallium gbm gles2 kernel_linux llvm multilib nptl openvg policykit shared-dricore shared-glapi userland_GNU video_cards_i965 video_cards_r600 xvmc [32;01m * [39;49;00mFEATURES: sandbox >>> Unpacking source... GIT update --> repository: git://anongit.freedesktop.org/mesa/mesa at the commit: 7e291e922e53a70d84751538b15c6c16310cca7f branch: master storage directory: "/usr/portage/distfiles/egit-src/mesa" checkout type: bare repository Cloning into '/var/tmp/portage/media-libs/mesa-9999/work/Mesa-9999'... done. Branch branch-master set up to track remote branch master from origin. Switched to a new branch 'branch-master' >>> Unpacked to /var/tmp/portage/media-libs/mesa-9999/work/Mesa-9999 >>> Source unpacked in /var/tmp/portage/media-libs/mesa-9999/work >>> Preparing source in /var/tmp/portage/media-libs/mesa-9999/work/Mesa-9999 ... [32;01m*[0m Running eautoreconf in '/var/tmp/portage/media-libs/mesa-9999/work/Mesa-9999' ... [32;01m*[0m Running aclocal ... [A[184C [34;01m[ [32;01mok[34;01m ][0m [32;01m*[0m Running autoconf ... [A[184C [34;01m[ [32;01mok[34;01m ][0m >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-libs/mesa-9999/work/Mesa-9999 ... * econf: updating Mesa-9999/bin/config.sub with /usr/share/gnuconfig/config.sub * econf: updating Mesa-9999/bin/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-dependency-tracking --disable-option-checking --enable-dri --enable-glx --enable-xcb --enable-texture-float --disable-debug --enable-egl --enable-gbm --disable-gles1 --enable-gles2 --enable-glx-tls --disable-osmesa --enable-asm --enable-shared-dricore --enable-shared-glapi --with-dri-drivers=,swrast,i965 --with-gallium-drivers=,swrast,r600 --with-egl-platforms=x11,drm --enable-gallium-egl --disable-d3d1x --enable-gallium-g3dvl --enable-gallium-llvm --enable-openvg --disable-vdpau --enable-xvmc checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes /bin/sh: /var/tmp/portage/media-libs/mesa-9999/work/Mesa-9999/bin/missing: No such file or directory configure: WARNING: `missing' script is too old or missing checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking dependency style of x86_64-pc-linux-gnu-gcc... none checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) none checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes checking dependency style of x86_64-pc-linux-gnu-g++... none checking for gmake... gmake checking for python2... python2 checking for makedepend... /usr/bin/makedepend checking for sed... /bin/sed checking for flex... /usr/bin/flex checking for bison... /usr/bin/bison checking for gtest-config... /usr/bin/gtest-config checking if compiling with clang... no checking whether gcc version is sufficient... yes checking for x86_64-pc-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking whether x86_64-pc-linux-gnu-gcc supports -fvisibility=hidden... yes checking whether x86_64-pc-linux-gnu-g++ supports -fvisibility=hidden... yes configure: WARNING: Floating-point textures enabled. configure: WARNING: Please consult docs/patents.txt with your lawyer before building Mesa. checking whether to enable assembly... yes, x86_64 checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC checking for dlopen... no checking for dlopen in -ldl... yes checking for posix_memalign... yes checking for LIBDRM... yes checking pkg-config files for X11 are available... yes checking for X11... yes checking for GLPROTO... yes checking for DRI2PROTO... yes checking for XF86VIDMODE... yes checking for DRIGL... yes checking expat.h usability... yes checking expat.h presence... yes checking for expat.h... yes checking for XML_ParserCreate in -lexpat... yes checking for INTEL... yes checking for LIBUDEV... yes checking for mincore... yes checking for LIBUDEV... yes checking for XCB_DRI2... yes checking for xcb_dri2_connect_alignment_pad in -lxcb-dri2... yes checking for XVMC... yes checking for llvm-config... /usr/bin/llvm-config configure: creating ./config.status config.status: creating configs/autoconf config.status: error: cannot find input file: `tests/Makefile.in' !!! Please attach the following file when seeking support: !!! /var/tmp/portage/media-libs/mesa-9999/work/Mesa-9999/config.log [31;01m*[0m ERROR: media-libs/mesa-9999 failed (configure phase): [31;01m*[0m econf failed [31;01m*[0m [31;01m*[0m Call stack: [31;01m*[0m ebuild.sh, line 85: Called src_configure [31;01m*[0m environment, line 3682: Called econf '--disable-option-checking' '--enable-dri' '--enable-glx' '--enable-xcb' '--enable-texture-float' '--disable-debug' '--enable-egl' '--enable-gbm' '--disable-gles1' '--enable-gles2' '--enable-glx-tls' '--disable-osmesa' '--enable-asm' '--enable-shared-dricore' '--enable-shared-glapi' '--with-dri-drivers=,swrast,i965' '--with-gallium-drivers=,swrast,r600' '--with-egl-platforms=x11,drm' '--enable-gallium-egl' '--disable-d3d1x' '--enable-gallium-g3dvl' '--enable-gallium-llvm' '--enable-openvg' '--disable-vdpau' '--enable-xvmc' [31;01m*[0m phase-helpers.sh, line 467: Called die [31;01m*[0m The specific snippet of code: [31;01m*[0m die "econf failed" [31;01m*[0m [31;01m*[0m If you need support, post the output of 'emerge --info =media-libs/mesa-9999', [31;01m*[0m the complete build log and the output of 'emerge -pqv =media-libs/mesa-9999'. [31;01m*[0m This ebuild is from an overlay named 'x11': '/var/lib/layman/x11/' [31;01m*[0m The complete build log is located at '/var/tmp/portage/media-libs/mesa-9999/temp/build.log'. [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/media-libs/mesa-9999/temp/environment'. [31;01m*[0m S: '/var/tmp/portage/media-libs/mesa-9999/work/Mesa-9999'
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev