From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 60723] New: Unable to compile Mesa 9.0.2 for radeon Date: Tue, 12 Feb 2013 12:17:23 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0534000999==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 721BBE5EEF for ; Tue, 12 Feb 2013 04:17:23 -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 --===============0534000999== Content-Type: multipart/alternative; boundary="1360671443.e4050.14858"; charset="us-ascii" --1360671443.e4050.14858 Date: Tue, 12 Feb 2013 12:17:23 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=60723 Priority: medium Bug ID: 60723 Assignee: dri-devel@lists.freedesktop.org Summary: Unable to compile Mesa 9.0.2 for radeon Severity: normal Classification: Unclassified OS: Linux (All) Reporter: gogolander@gmail.com Hardware: x86-64 (AMD64) Status: NEW Version: 9.0 Component: Drivers/Gallium/r600 Product: Mesa Hi. I'm trying to compile Mesa 9.0.2 on my amd64 pc. After launching the following configure command: " ./configure --prefix=/usr \ --with-dri-drivers=radeon \ --enable-gles1 \ --enable-gles2 \ --enable-xa \ --enable-texture-float \ --enable-osmesa \ --enable-glx-tls \ --enable-opengl \ --enable-openvg \ --enable-gallium-egl \ --with-gallium-drivers="r300,r600,svga,swrast" " make fails to compile with this error message: "r300_dri.so.tmp: undefined reference to `_glapi_tls_Dispatch' r300_dri.so.tmp: undefined reference to `_glapi_tls_Context' collect2: error: ld returned 1 exit status make[3]: *** [r300_dri.so] Error 1" I haven't found any solution. How can I solve this? Thanks in advance -- You are receiving this mail because: You are the assignee for the bug. --1360671443.e4050.14858 Date: Tue, 12 Feb 2013 12:17:23 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
Priority medium
Bug ID 60723
Assignee dri-devel@lists.freedesktop.org
Summary Unable to compile Mesa 9.0.2 for radeon
Severity normal
Classification Unclassified
OS Linux (All)
Reporter gogolander@gmail.com
Hardware x86-64 (AMD64)
Status NEW
Version 9.0
Component Drivers/Gallium/r600
Product Mesa

Hi.
I'm trying to compile Mesa 9.0.2 on my amd64 pc. After launching the following
configure command:
  " ./configure --prefix=/usr \
                --with-dri-drivers=radeon \
                --enable-gles1 \
                --enable-gles2 \
                --enable-xa \
                --enable-texture-float \
                --enable-osmesa \
                --enable-glx-tls \
                --enable-opengl \
                --enable-openvg \
                --enable-gallium-egl \
                --with-gallium-drivers="r300,r600,svga,swrast" "

make fails to compile with this error message:
  "r300_dri.so.tmp: undefined reference to `_glapi_tls_Dispatch'
   r300_dri.so.tmp: undefined reference to `_glapi_tls_Context'
   collect2: error: ld returned 1 exit status
   make[3]: *** [r300_dri.so] Error 1"

I haven't found any solution. How can I solve this?

Thanks in advance


You are receiving this mail because:
  • You are the assignee for the bug.
--1360671443.e4050.14858-- --===============0534000999== 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 --===============0534000999==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 60723] Unable to compile Mesa 9.0.2 for radeon Date: Tue, 12 Feb 2013 13:49:38 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0353468352==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 35A48E6111 for ; Tue, 12 Feb 2013 05:49:38 -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 --===============0353468352== Content-Type: multipart/alternative; boundary="1360676978.4483010.28498"; charset="us-ascii" --1360676978.4483010.28498 Date: Tue, 12 Feb 2013 13:49:37 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable https://bugs.freedesktop.org/show_bug.cgi?id=3D60723 --- Comment #1 from Michel D=C3=A4nzer --- Does it work if you add --enable-shared-glapi to the configure arguments? If not, please attach the full output from configure and make. --=20 You are receiving this mail because: You are the assignee for the bug. --1360676978.4483010.28498 Date: Tue, 12 Feb 2013 13:49:38 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

Comment= # 1 on bug 60723<= /a> from Michel D=C3=A4nzer
Does it work if you add --enable-shared-glapi to the configure=
 arguments? If
not, please attach the full output from configure and make.


You are receiving this mail because: =20=20=20=20=20=20
  • You are the assignee for the bug.
--1360676978.4483010.28498-- --===============0353468352== 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 --===============0353468352==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 60723] Unable to compile Mesa 9.0.2 for radeon Date: Tue, 12 Feb 2013 14:09:00 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1063054188==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 933F4E63CA for ; Tue, 12 Feb 2013 06:09:00 -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 --===============1063054188== Content-Type: multipart/alternative; boundary="1360678140.3bEDa0.31638"; charset="us-ascii" --1360678140.3bEDa0.31638 Date: Tue, 12 Feb 2013 14:09:00 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=60723 --- Comment #2 from Vincenzo Abate --- Created attachment 74682 --> https://bugs.freedesktop.org/attachment.cgi?id=74682&action=edit configure log -- You are receiving this mail because: You are the assignee for the bug. --1360678140.3bEDa0.31638 Date: Tue, 12 Feb 2013 14:09:00 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"


You are receiving this mail because:
  • You are the assignee for the bug.
--1360678140.3bEDa0.31638-- --===============1063054188== 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 --===============1063054188==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 60723] Unable to compile Mesa 9.0.2 for radeon Date: Tue, 12 Feb 2013 14:09:35 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1137161060==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id A55F5E63D5 for ; Tue, 12 Feb 2013 06:09:35 -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 --===============1137161060== Content-Type: multipart/alternative; boundary="1360678175.ee7F0.31709"; charset="us-ascii" --1360678175.ee7F0.31709 Date: Tue, 12 Feb 2013 14:09:35 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=60723 --- Comment #3 from Vincenzo Abate --- Created attachment 74683 --> https://bugs.freedesktop.org/attachment.cgi?id=74683&action=edit make log -- You are receiving this mail because: You are the assignee for the bug. --1360678175.ee7F0.31709 Date: Tue, 12 Feb 2013 14:09:35 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"


You are receiving this mail because:
  • You are the assignee for the bug.
--1360678175.ee7F0.31709-- --===============1137161060== 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 --===============1137161060==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 60723] Unable to compile Mesa 9.0.2 for radeon Date: Tue, 12 Feb 2013 14:10:27 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0862245408==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 8B3C9E63CC for ; Tue, 12 Feb 2013 06:10:27 -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 --===============0862245408== Content-Type: multipart/alternative; boundary="1360678227.C810D0.31875"; charset="us-ascii" --1360678227.C810D0.31875 Date: Tue, 12 Feb 2013 14:10:27 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=60723 --- Comment #4 from Vincenzo Abate --- It didn't worked. I attached logs from configure and make as asked... (In reply to comment #1) > Does it work if you add --enable-shared-glapi to the configure arguments? If > not, please attach the full output from configure and make. -- You are receiving this mail because: You are the assignee for the bug. --1360678227.C810D0.31875 Date: Tue, 12 Feb 2013 14:10:27 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 4 on bug 60723 from
It didn't worked. I attached logs from configure and make as asked...

(In reply to comment #1)
> Does it work if you add --enable-shared-glapi to the configure arguments? If
> not, please attach the full output from configure and make.


You are receiving this mail because:
  • You are the assignee for the bug.
--1360678227.C810D0.31875-- --===============0862245408== 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 --===============0862245408==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 60723] Unable to compile Mesa 9.0.2 for radeon Date: Tue, 12 Feb 2013 14:17:47 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0482654621==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 6E129E63CB for ; Tue, 12 Feb 2013 06:17:47 -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 --===============0482654621== Content-Type: multipart/alternative; boundary="1360678667.478FBc1.1093"; charset="us-ascii" --1360678667.478FBc1.1093 Date: Tue, 12 Feb 2013 14:17:47 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable https://bugs.freedesktop.org/show_bug.cgi?id=3D60723 Michel D=C3=A4nzer changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop. |.org |org Component|Drivers/Gallium/r600 |Other --=20 You are receiving this mail because: You are the assignee for the bug. --1360678667.478FBc1.1093 Date: Tue, 12 Feb 2013 14:17:47 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable = Michel D=C3=A4nzer changed bug 60723<= /a>
What Removed Added
Assignee dri-devel@lists.freedesktop.org mesa-dev@lists.freedesktop.org
Component Drivers/Gallium/r600 Other


You are receiving this mail because: =20=20=20=20=20=20
  • You are the assignee for the bug.
--1360678667.478FBc1.1093-- --===============0482654621== 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 --===============0482654621==--