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'
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.
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
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
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.
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
dri-devel@lists.freedesktop.org