All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 100937] Mesa fails to build with GCC 4.8
@ 2017-05-04 20:57 bugzilla-daemon
  2017-05-05  9:23 ` bugzilla-daemon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2017-05-04 20:57 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 2277 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=100937

            Bug ID: 100937
           Summary: Mesa fails to build with GCC 4.8
           Product: Mesa
           Version: git
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/Gallium/radeonsi
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: network723@rkmail.ru
        QA Contact: dri-devel@lists.freedesktop.org

Recent Mesa (git 7b55a05159) fails to build with GCC 4.8 (opensuse 42.2), but
does build with GCC 6 (opensuse TW)

[  434s] Making all in drivers/radeonsi
[  434s] make[4]: Entering directory
'/home/abuild/rpmbuild/BUILD/mesa/src/gallium/drivers/radeonsi'
[  434s]   CC       si_blit.lo
[  434s]   CC       si_compute.lo
[  434s]   CC       cik_sdma.lo
[  434s]   CC       si_cp_dma.lo
[  434s]   CC       si_debug.lo
[  434s]   CC       si_descriptors.lo
[  435s]   CC       si_dma.lo
[  435s]   CC       si_hw_context.lo
[  435s]   CC       si_pipe.lo
[  435s]   CC       si_pm4.lo
[  435s]   CC       si_perfcounter.lo
[  436s] si_perfcounter.c:314:1: error: initializer element is not constant
[  436s]  };
[  436s]  ^
[  436s] Makefile:691: recipe for target 'si_perfcounter.lo' failed
[  436s] make[4]: *** [si_perfcounter.lo] Error 1
[  436s] make[4]: *** Waiting for unfinished jobs....
[  436s] make[4]: Leaving directory
'/home/abuild/rpmbuild/BUILD/mesa/src/gallium/drivers/radeonsi'
[  436s] Makefile:587: recipe for target 'all-recursive' failed
[  436s] make[3]: *** [all-recursive] Error 1
[  436s] make[3]: Leaving directory
'/home/abuild/rpmbuild/BUILD/mesa/src/gallium'
[  436s] Makefile:840: recipe for target 'all-recursive' failed
[  436s] make[2]: *** [all-recursive] Error 1
[  436s] make[2]: Leaving directory '/home/abuild/rpmbuild/BUILD/mesa/src'
[  436s] Makefile:630: recipe for target 'all' failed
[  436s] make[1]: *** [all] Error 2
[  436s] make[1]: Leaving directory '/home/abuild/rpmbuild/BUILD/mesa/src'
[  436s] Makefile:632: recipe for target 'all-recursive' failed
[  436s] make: *** [all-recursive] Error 1

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 3634 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 100937] Mesa fails to build with GCC 4.8
  2017-05-04 20:57 [Bug 100937] Mesa fails to build with GCC 4.8 bugzilla-daemon
@ 2017-05-05  9:23 ` bugzilla-daemon
  2017-05-05 11:53 ` bugzilla-daemon
  2017-05-05 16:30 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2017-05-05  9:23 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 336 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=100937

--- Comment #1 from Samuel Pitoiset <samuel.pitoiset@gmail.com> ---
Created attachment 131225
  --> https://bugs.freedesktop.org/attachment.cgi?id=131225&action=edit
patch

Can you try this patch?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1282 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 100937] Mesa fails to build with GCC 4.8
  2017-05-04 20:57 [Bug 100937] Mesa fails to build with GCC 4.8 bugzilla-daemon
  2017-05-05  9:23 ` bugzilla-daemon
@ 2017-05-05 11:53 ` bugzilla-daemon
  2017-05-05 16:30 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2017-05-05 11:53 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 368 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=100937

--- Comment #2 from network723@rkmail.ru ---
(In reply to Samuel Pitoiset from comment #1)
> Created attachment 131225 [details] [review]
> patch
> 
> Can you try this patch?

It did build successfully with the proposed patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1430 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 100937] Mesa fails to build with GCC 4.8
  2017-05-04 20:57 [Bug 100937] Mesa fails to build with GCC 4.8 bugzilla-daemon
  2017-05-05  9:23 ` bugzilla-daemon
  2017-05-05 11:53 ` bugzilla-daemon
@ 2017-05-05 16:30 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2017-05-05 16:30 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 616 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=100937

Samuel Pitoiset <samuel.pitoiset@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Samuel Pitoiset <samuel.pitoiset@gmail.com> ---
Fixed with:

https://cgit.freedesktop.org/mesa/mesa/commit/?id=485ece83aceb3a35792efbc6fe2bca57ba46c04a

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2188 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-05-05 16:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-04 20:57 [Bug 100937] Mesa fails to build with GCC 4.8 bugzilla-daemon
2017-05-05  9:23 ` bugzilla-daemon
2017-05-05 11:53 ` bugzilla-daemon
2017-05-05 16:30 ` 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.