Bug 57713 - build test failure in llvmpipe: No rule to make target `depend', needed by `default'. Stop.
Summary: build test failure in llvmpipe: No rule to make target `depend', needed by `d...
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Other (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-30 03:42 UTC by Darxus
Modified: 2012-11-30 04:13 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Darxus 2012-11-30 03:42:48 UTC
Got a mesa build test failure with the latest commit.

make[4]: Entering directory `/home/darxus/source.test.master/mesa/src/gallium/drivers/llvmpipe'
make[4]: *** No rule to make target `depend', needed by `default'.  Stop.

75da95c50aedaa4b1abf51ec1dcaf2fe8ddd4f3b is the first bad commit (git bisect run)
Author: José Fonseca <jfonseca@vmware.com>
    llvmpipe: Eliminate color buffer swizzling.

Building with:  ./autogen.sh --prefix=$installdir --enable-gles2 --disable-gallium-egl --with-egl-platforms=wayland,x11,drm --enable-gbm --enable-shared-glapi --with-gallium-drivers=r300,r600,swrast,nouveau,svga
Comment 1 Darxus 2012-11-30 04:13:29 UTC
Fixed:

commit 4430d44eac524e4910a01736edec34a0fbd428aa
Author: Stéphane Marchesin <marcheu@chromium.org>
Date:   Thu Nov 29 19:49:44 2012 -0800
    llvmpipe: Fix build break from 75da95c50
    
    The Makefile looks for a file which is gone (lp_tile_soa.c)
    
    http://bugs.freedesktop.org/show_bug.cgi?id=57713


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.