You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Grant Henke (Jira)" <ji...@apache.org> on 2020/06/03 15:11:00 UTC

[jira] [Updated] (KUDU-2829) GCC 9 compilation fails on linux system syscall support library -- dependency of breakpoint

     [ https://issues.apache.org/jira/browse/KUDU-2829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Henke updated KUDU-2829:
------------------------------
    Target Version/s:   (was: 1.10.0)

> GCC 9 compilation fails on linux system syscall support library -- dependency of breakpoint
> -------------------------------------------------------------------------------------------
>
>                 Key: KUDU-2829
>                 URL: https://issues.apache.org/jira/browse/KUDU-2829
>             Project: Kudu
>          Issue Type: Bug
>            Reporter: Scott Reynolds
>            Assignee: Scott Reynolds
>            Priority: Major
>
> GCC 9.X adds a compilation failure when code attempts to clobber %rsp.
> [https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52813]
> GCC 9.X added the enforcement of this and causes Kudu not to compile. Linux System Syscall Support library added a change to adjust that:
> [https://chromium.googlesource.com/linux-syscall-support/+/8048ece6c16c91acfe0d36d1d3cc0890ab6e945c%5E%21/#F0]
> We can either upgrade to a newer version or backport that patch



--
This message was sent by Atlassian Jira
(v8.3.4#803005)