[Mesa-dev] [Bug 59877] New: Build fail since r600g: Don't build llvm_wrapper.cpp when we aren't using LLVM

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jan 25 17:08:32 PST 2013


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

          Priority: medium
            Bug ID: 59877
          Assignee: mesa-dev at lists.freedesktop.org
           Summary: Build fail since r600g: Don't build llvm_wrapper.cpp
                    when we aren't using LLVM
          Severity: normal
    Classification: Unclassified
                OS: Linux (All)
          Reporter: lists at andyfurniss.entadsl.com
          Hardware: x86-64 (AMD64)
            Status: NEW
           Version: git
         Component: Other
           Product: Mesa

make -k distclean
git clean -dfx

./autogen.sh --prefix=/usr --disable-egl --enable-texture-float
--enable-gallium-g3dvl --enable-r600-llvm-compiler
--with-gallium-drivers=r600,swrast --with-dri-drivers= && make -j5

Making all in r600
make[4]: Entering directory
`/mnt/sdb1/Src64/Mesa-git/mesa/src/gallium/drivers/r600'
  CC       r600_asm.lo
In file included from r600_pipe.h:33:0,
                 from r600_formats.h:5,
                 from r600_asm.c:25:
r600_llvm.h:7:25: fatal error: radeon_llvm.h: No such file or directory
compilation terminated.
make[4]: *** [r600_asm.lo] Error 1
make[4]: Leaving directory
`/mnt/sdb1/Src64/Mesa-git/mesa/src/gallium/drivers/r600'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/mnt/sdb1/Src64/Mesa-git/mesa/src/gallium/drivers'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/mnt/sdb1/Src64/Mesa-git/mesa/src/gallium'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/sdb1/Src64/Mesa-git/mesa/src'
make: *** [all-recursive] Error 1

andy [ /mnt/sdb1/Src64/Mesa-git/mesa ]$ find ./ -name radeon_llvm.h
./src/gallium/drivers/radeon/radeon_llvm.h

Reverting 
264e6dad28e64755dc1580abdbb4e339c3439883
r600g: Don't build llvm_wrapper.cpp when we aren't using LLVM

will build OK (but not work due to undefined symbol)

-- 
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/20130126/e90a9be7/attachment.html>


More information about the mesa-dev mailing list