[Mesa-dev] [Bug 43404] New: Git head fails to build-No rule to make target 'default' in src/gallium/drivers/failover

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Nov 30 22:53:41 PST 2011


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

             Bug #: 43404
           Summary: Git head fails to build-No rule to make target
                    'default' in src/gallium/drivers/failover
    Classification: Unclassified
           Product: Mesa
           Version: git
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Other
        AssignedTo: mesa-dev at lists.freedesktop.org
        ReportedBy: idunham at lavabit.com


I updated to the latest git, ran make distclean, reconfigured, and ran make.
It died here:
make[3]: Leaving directory `/mnt/mesa/src/gfx/mesa.git/src/gallium/auxiliary'
make[3]: Entering directory `/mnt/mesa/src/gfx/mesa.git/src/gallium/drivers'
make[4]: Entering directory
`/mnt/mesa/src/gfx/mesa.git/src/gallium/drivers/failover'
make[4]: *** No rule to make target `default'.  Stop.
make[4]: Leaving directory
`/mnt/mesa/src/gfx/mesa.git/src/gallium/drivers/failover'
make[3]: *** [default] Error 1
make[3]: Leaving directory `/mnt/mesa/src/gfx/mesa.git/src/gallium/drivers'
make[2]: *** [default] Error 1
make[2]: Leaving directory `/mnt/mesa/src/gfx/mesa.git/src/gallium'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/mnt/mesa/src/gfx/mesa.git/src'
make: *** [default] Error 1

Apparently the failover driver removal (commit
0a22fb6a5d519ca26d423fa4a9404697dca56cbf ) was not complete.
I've only tested with Linux on x86/ia32, but it probably affects most
platforms.

Config details:
./configure --enable-gallium-llvm --with-gallium-drivers=swrast,r600
--enable-motif --enable-glw --enable-texture-float --disable-gles1
--enable-shared-glapi --enable-gles2 --enable-egl --enable-xorg
--enable-patented --enable-va --disable-xvmc --enable-vdpau
--prefix=/opt/mesa712 --without-dri-drivers --with-dri-driverdir=/opt/mesa712

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list