* [Bug 63864] New: Compile failure; OPCODE_PRINT not found.
@ 2013-04-24 7:07 bugzilla-daemon
2013-04-24 12:29 ` [Bug 63864] " bugzilla-daemon
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2013-04-24 7:07 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1379 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=63864
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šák <maraeo@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 <brianp@vmware.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2908 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread* [Bug 63864] Compile failure; OPCODE_PRINT not found.
2013-04-24 7:07 [Bug 63864] New: Compile failure; OPCODE_PRINT not found bugzilla-daemon
@ 2013-04-24 12:29 ` bugzilla-daemon
2013-04-24 13:10 ` bugzilla-daemon
2013-04-24 16:14 ` bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2013-04-24 12:29 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 332 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=63864
--- Comment #1 from Laurent carlier <lordheavym@gmail.com> ---
Created attachment 78425
--> https://bugs.freedesktop.org/attachment.cgi?id=78425&action=edit
Possible fix
Please test this potential fix
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1206 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug 63864] Compile failure; OPCODE_PRINT not found.
2013-04-24 7:07 [Bug 63864] New: Compile failure; OPCODE_PRINT not found bugzilla-daemon
2013-04-24 12:29 ` [Bug 63864] " bugzilla-daemon
@ 2013-04-24 13:10 ` bugzilla-daemon
2013-04-24 16:14 ` bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2013-04-24 13:10 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 387 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=63864
--- Comment #2 from Knut Andre Tidemann <knut.tidemann@gmail.com> ---
This fixes the r200 build issue, but it looks like I'm also running into an
llvm build issue later on so I haven't tried a full build yet. I guess I'll
have to take a look at that as well.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1153 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug 63864] Compile failure; OPCODE_PRINT not found.
2013-04-24 7:07 [Bug 63864] New: Compile failure; OPCODE_PRINT not found bugzilla-daemon
2013-04-24 12:29 ` [Bug 63864] " bugzilla-daemon
2013-04-24 13:10 ` bugzilla-daemon
@ 2013-04-24 16:14 ` bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2013-04-24 16:14 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 576 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=63864
Laurent carlier <lordheavym@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Laurent carlier <lordheavym@gmail.com> ---
http://cgit.freedesktop.org/mesa/mesa/commit/?id=addf00e2add2a51e50f33468221656a9c1389b02
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2122 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-04-24 16:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-24 7:07 [Bug 63864] New: Compile failure; OPCODE_PRINT not found bugzilla-daemon
2013-04-24 12:29 ` [Bug 63864] " bugzilla-daemon
2013-04-24 13:10 ` bugzilla-daemon
2013-04-24 16:14 ` bugzilla-daemon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.