From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 59887] New: [R600g] Fail to build with r600-llvm-compiler enabled and opencl support disabled Date: Sat, 26 Jan 2013 06:21:46 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1718547745==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 417CBE5F19 for ; Fri, 25 Jan 2013 22:21:47 -0800 (PST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1718547745== Content-Type: multipart/alternative; boundary="1359181306.a7de6b350.6797"; charset="us-ascii" --1359181306.a7de6b350.6797 Date: Sat, 26 Jan 2013 06:21:46 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=59887 Priority: medium Bug ID: 59887 Assignee: dri-devel@lists.freedesktop.org Summary: [R600g] Fail to build with r600-llvm-compiler enabled and opencl support disabled Severity: blocker Classification: Unclassified OS: Linux (All) Reporter: lordheavym@gmail.com Hardware: x86-64 (AMD64) Status: NEW Version: git Component: Drivers/Gallium/r600 Product: Mesa http://cgit.freedesktop.org/mesa/mesa/commit/?id=264e6dad28e64755dc1580abdbb4e339c3439883 introduce the regression: make[4]: Entering directory `/build/src/mesa-git/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 `/build/src/mesa-git/src/gallium/drivers/r600' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/build/src/mesa-git/src/gallium/drivers' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/build/src/mesa-git/src/gallium' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/build/src/mesa-git/src' make: *** [all-recursive] Error 1 because USE_R600_LLVM_COMPILER is defined, not HAVE_GALLIUM_COMPUTE -- You are receiving this mail because: You are the assignee for the bug. --1359181306.a7de6b350.6797 Date: Sat, 26 Jan 2013 06:21:46 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
Priority medium
Bug ID 59887
Assignee dri-devel@lists.freedesktop.org
Summary [R600g] Fail to build with r600-llvm-compiler enabled and opencl support disabled
Severity blocker
Classification Unclassified
OS Linux (All)
Reporter lordheavym@gmail.com
Hardware x86-64 (AMD64)
Status NEW
Version git
Component Drivers/Gallium/r600
Product Mesa

http://cgit.freedesktop.org/mesa/mesa/commit/?id=264e6dad28e64755dc1580abdbb4e339c3439883

introduce the regression:

make[4]: Entering directory `/build/src/mesa-git/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 `/build/src/mesa-git/src/gallium/drivers/r600'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/build/src/mesa-git/src/gallium/drivers'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/src/mesa-git/src/gallium'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/build/src/mesa-git/src'
make: *** [all-recursive] Error 1

because USE_R600_LLVM_COMPILER is defined, not HAVE_GALLIUM_COMPUTE


You are receiving this mail because:
  • You are the assignee for the bug.
--1359181306.a7de6b350.6797-- --===============1718547745== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============1718547745==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 59887] [R600g] Fail to build with r600-llvm-compiler enabled and opencl support disabled Date: Sat, 26 Jan 2013 07:07:26 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0976394763==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 123BBE5FFC for ; Fri, 25 Jan 2013 23:07:26 -0800 (PST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0976394763== Content-Type: multipart/alternative; boundary="1359184046.a5D2F0.12876"; charset="us-ascii" --1359184046.a5D2F0.12876 Date: Sat, 26 Jan 2013 07:07:26 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=59887 --- Comment #1 from Laurent carlier --- Created attachment 73669 --> https://bugs.freedesktop.org/attachment.cgi?id=73669&action=edit Possible fix Patch fix the problem but now: make[3]: Leaving directory `/build/src/mesa-git/src/gallium/targets/dri-vmwgfx' Making all in egl-static make[3]: Entering directory `/build/src/mesa-git/src/gallium/targets/egl-static' CC egl.lo CC egl_pipe.lo CC egl_st.lo CXXLD egl_gallium.la ../../../../src/gallium/drivers/r600/.libs/libr600.a(llvm_wrapper.o): In function `llvm_parse_bitcode': llvm_wrapper.cpp:(.text+0x10e): undefined reference to `llvm::ParseAssembly(llvm::MemoryBuffer*, llvm::Module*, llvm::SMDiagnostic&, llvm::LLVMContext&)' llvm_wrapper.cpp:(.text+0x1eb): undefined reference to `llvm::ParseBitcodeFile(llvm::MemoryBuffer*, llvm::LLVMContext&, std::string*)' collect2: error: ld returned 1 exit status make[3]: *** [egl_gallium.la] Error 1 make[3]: Leaving directory `/build/src/mesa-git/src/gallium/targets/egl-static' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/build/src/mesa-git/src/gallium/targets' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/build/src/mesa-git/src' make: *** [all-recursive] Error 1 -- You are receiving this mail because: You are the assignee for the bug. --1359184046.a5D2F0.12876 Date: Sat, 26 Jan 2013 07:07:26 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 1 on bug 59887 from
Created attachment 73669 [details]
Possible fix

Patch fix the problem but now:

make[3]: Leaving directory `/build/src/mesa-git/src/gallium/targets/dri-vmwgfx'
Making all in egl-static
make[3]: Entering directory
`/build/src/mesa-git/src/gallium/targets/egl-static'
  CC       egl.lo
  CC       egl_pipe.lo
  CC       egl_st.lo
  CXXLD    egl_gallium.la
../../../../src/gallium/drivers/r600/.libs/libr600.a(llvm_wrapper.o): In
function `llvm_parse_bitcode':
llvm_wrapper.cpp:(.text+0x10e): undefined reference to
`llvm::ParseAssembly(llvm::MemoryBuffer*, llvm::Module*, llvm::SMDiagnostic&,
llvm::LLVMContext&)'
llvm_wrapper.cpp:(.text+0x1eb): undefined reference to
`llvm::ParseBitcodeFile(llvm::MemoryBuffer*, llvm::LLVMContext&, std::string*)'
collect2: error: ld returned 1 exit status
make[3]: *** [egl_gallium.la] Error 1
make[3]: Leaving directory `/build/src/mesa-git/src/gallium/targets/egl-static'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/src/mesa-git/src/gallium/targets'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/build/src/mesa-git/src'
make: *** [all-recursive] Error 1


You are receiving this mail because:
  • You are the assignee for the bug.
--1359184046.a5D2F0.12876-- --===============0976394763== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============0976394763==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 59887] [R600g] Fail to build with r600-llvm-compiler enabled and opencl support disabled Date: Sat, 26 Jan 2013 08:05:21 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1915392152==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id E1088E5E0E for ; Sat, 26 Jan 2013 00:05:21 -0800 (PST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1915392152== Content-Type: multipart/alternative; boundary="1359187521.FcE6EA7B0.18406"; charset="us-ascii" --1359187521.FcE6EA7B0.18406 Date: Sat, 26 Jan 2013 08:05:21 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=59887 Tom Stellard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #2 from Tom Stellard --- *** This bug has been marked as a duplicate of bug 59877 *** -- You are receiving this mail because: You are the assignee for the bug. --1359187521.FcE6EA7B0.18406 Date: Sat, 26 Jan 2013 08:05:21 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" changed bug 59887
What Removed Added
Status NEW RESOLVED
Resolution --- DUPLICATE

Comment # 2 on bug 59887 from

*** This bug has been marked as a duplicate of bug 59877 ***


You are receiving this mail because:
  • You are the assignee for the bug.
--1359187521.FcE6EA7B0.18406-- --===============1915392152== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============1915392152==--