* [Bug 43861] New: Build error in latest git master
@ 2011-12-15 16:29 bugzilla-daemon
2011-12-15 16:49 ` [Bug 43861] " bugzilla-daemon
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: bugzilla-daemon @ 2011-12-15 16:29 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=43861
Bug #: 43861
Summary: Build error in latest git master
Classification: Unclassified
Product: Mesa
Version: git
Platform: All
URL: https://build.opensuse.org/package/rawlog?arch=i586&pa
ckage=Mesa&project=home%3Ajobermayr&repository=openSUS
E_12.1
OS/Version: Linux (All)
Status: NEW
Severity: blocker
Priority: highest
Component: Drivers/Gallium/r600
AssignedTo: dri-devel@lists.freedesktop.org
ReportedBy: johannesobermayr@gmx.de
r600_shader.c: At top level:
r600_shader.c:190:44: error: array size missing in
'r600_shader_tgsi_instruction'
r600_shader.c:190:76: error: array size missing in 'eg_shader_tgsi_instruction'
r600_shader.c:190:106: error: array size missing in
'cm_shader_tgsi_instruction'
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 43861] Build error in latest git master
2011-12-15 16:29 [Bug 43861] New: Build error in latest git master bugzilla-daemon
@ 2011-12-15 16:49 ` bugzilla-daemon
2011-12-17 22:31 ` [Bug 43861] Build error in Mesa " bugzilla-daemon
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2011-12-15 16:49 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=43861
Alex Deucher <agd5f@yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |NOTOURBUG
--- Comment #1 from Alex Deucher <agd5f@yahoo.com> 2011-12-15 08:49:21 PST ---
Builds fine here.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 43861] Build error in Mesa git master
2011-12-15 16:29 [Bug 43861] New: Build error in latest git master bugzilla-daemon
2011-12-15 16:49 ` [Bug 43861] " bugzilla-daemon
@ 2011-12-17 22:31 ` bugzilla-daemon
2011-12-17 22:33 ` [Bug 43861] Build error in Mesa with llvm >= r145623 bugzilla-daemon
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2011-12-17 22:31 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=43861
Johannes Obermayr <johannesobermayr@gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|NOTOURBUG |
Summary|Build error in latest git |Build error in Mesa git
|master |master
--- Comment #2 from Johannes Obermayr <johannesobermayr@gmx.de> 2011-12-17 14:31:27 PST ---
I assume it is because 'llvm-config --{c,cpp,cxx}flags' added '-pedantic' after
change to llvm-config-2:
http://llvm.org/viewvc/llvm-project?view=rev&revision=145623
r145618 works
r145619 unrelated (test commit)
r145620 and r145621 not LLVM tree
r145622 more or less unrelated before merge
r145623 build error after merge
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 43861] Build error in Mesa with llvm >= r145623
2011-12-15 16:29 [Bug 43861] New: Build error in latest git master bugzilla-daemon
2011-12-15 16:49 ` [Bug 43861] " bugzilla-daemon
2011-12-17 22:31 ` [Bug 43861] Build error in Mesa " bugzilla-daemon
@ 2011-12-17 22:33 ` bugzilla-daemon
2011-12-19 15:21 ` bugzilla-daemon
2013-08-19 13:35 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2011-12-17 22:33 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=43861
Johannes Obermayr <johannesobermayr@gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Build error in Mesa git |Build error in Mesa with
|master |llvm >= r145623
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 43861] Build error in Mesa with llvm >= r145623
2011-12-15 16:29 [Bug 43861] New: Build error in latest git master bugzilla-daemon
` (2 preceding siblings ...)
2011-12-17 22:33 ` [Bug 43861] Build error in Mesa with llvm >= r145623 bugzilla-daemon
@ 2011-12-19 15:21 ` bugzilla-daemon
2013-08-19 13:35 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2011-12-19 15:21 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=43861
--- Comment #3 from Michel Dänzer <michel@daenzer.net> 2011-12-19 07:21:05 PST ---
I'd still argue it's not our bug, strictly speaking: llvm-config should only
expose compiler flags absolutely necessary for building against LLVM, such as
-I<...> -D<...>, certainly not such generic ones as -pedantic. We've run into
similar issues before with other flags.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 43861] Build error in Mesa with llvm >= r145623
2011-12-15 16:29 [Bug 43861] New: Build error in latest git master bugzilla-daemon
` (3 preceding siblings ...)
2011-12-19 15:21 ` bugzilla-daemon
@ 2013-08-19 13:35 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2013-08-19 13:35 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 515 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=43861
Laurent carlier <lordheavym@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution|--- |FIXED
--- Comment #4 from Laurent carlier <lordheavym@gmail.com> ---
Probably fixed long time ago
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1971 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] 6+ messages in thread
end of thread, other threads:[~2013-08-19 13:35 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-15 16:29 [Bug 43861] New: Build error in latest git master bugzilla-daemon
2011-12-15 16:49 ` [Bug 43861] " bugzilla-daemon
2011-12-17 22:31 ` [Bug 43861] Build error in Mesa " bugzilla-daemon
2011-12-17 22:33 ` [Bug 43861] Build error in Mesa with llvm >= r145623 bugzilla-daemon
2011-12-19 15:21 ` bugzilla-daemon
2013-08-19 13:35 ` 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.