From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 63864] New: Compile failure; OPCODE_PRINT not found. Date: Wed, 24 Apr 2013 07:07:00 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1044806104==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id DC827E5C85 for ; Wed, 24 Apr 2013 00:07:00 -0700 (PDT) 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 --===============1044806104== Content-Type: multipart/alternative; boundary="1366787220.d6aDeeB0.18935"; charset="us-ascii" --1366787220.d6aDeeB0.18935 Date: Wed, 24 Apr 2013 07:07:00 +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=3D63864 Priority: medium Bug ID: 63864 Assignee: dri-devel@lists.freedesktop.org Summary: Compile failure; OPCODE_PRINT not found. Severity: major Classification: Unclassified OS: Linux (All) Reporter: knut.tidemann@gmail.com Hardware: x86-64 (AMD64) Status: NEW Version: git Component: Drivers/DRI/r200 Product: Mesa When building mesa from git master this morning (9a32203e1618486e87c7baf494134e05f0e38cf3), the build failed with: r200_vertprog.c:64:39: error: 'OPCODE_PRINT' undeclared here (not in a function) #define OPN(operator, ip) {#operator, OPCODE_##operator, ip} ^ r200_vertprog.c:98:4: note: in expansion of macro 'OPN' OPN(PRINT, 0), ^ make[5]: *** [r200_vertprog.lo] Error 1 This is probably due to that commit; commit 9a32203e1618486e87c7baf494134e05f0e38cf3 Author: Marek Ol=C5=A1=C3=A1k Date: Sun Apr 14 19:59:06 2013 +0200 mesa: remove unused opcodes AND, DP2A, NOT, NRM3, NRM4, OR, PRINT, XOR Reviewed-by: Brian Paul Reviewed-by: Eric Anholt --=20 You are receiving this mail because: You are the assignee for the bug. --1366787220.d6aDeeB0.18935 Date: Wed, 24 Apr 2013 07:07:00 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Priority medium
Bug ID 63864
Assignee dri-devel@lists.freedesktop.org
Summary Compile failure; OPCODE_PRINT not found.
Severity major
Classification Unclassified
OS Linux (All)
Reporter knut.tidemann@gmail.com
Hardware x86-64 (AMD64)
Status NEW
Version git
Component Drivers/DRI/r200
Product Mesa

When building mesa from git master this morning
(9a32203e1618486e87c7baf494134e05f0e38cf3), the build failed with:

r200_vertprog.c:64:39: error: 'OPCODE_PRINT' undeclared here (not in a
function)
 #define OPN(operator, ip) {#operator, OPCODE_##operator, ip}
                                       ^
r200_vertprog.c:98:4: note: in expansion of macro 'OPN'
    OPN(PRINT, 0),
    ^
make[5]: *** [r200_vertprog.lo] Error 1


This is probably due to that commit;

commit 9a32203e1618486e87c7baf494134e05f0e38cf3
Author: Marek Ol=C5=A1=C3=A1k <m=
araeo@gmail.com>
Date:   Sun Apr 14 19:59:06 2013 +0200

    mesa: remove unused opcodes AND, DP2A, NOT, NRM3, NRM4, OR, PRINT, XOR

    Reviewed-by: Brian Paul <br=
ianp@vmware.com>
    Reviewed-by: Eric Anholt <eri=
c@anholt.net>


You are receiving this mail because: =20=20=20=20=20=20
  • You are the assignee for the bug.
--1366787220.d6aDeeB0.18935-- --===============1044806104== 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 --===============1044806104==--