You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Clemens Valiente (JIRA)" <ji...@apache.org> on 2019/04/11 07:52:00 UTC

[jira] [Updated] (KUDU-2770) thirdparty dependencies no longer build with glibc 2.28+

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

Clemens Valiente updated KUDU-2770:
-----------------------------------
    Description: 
the third party depndencies don't build with an OS that uses glibc of version 2.28 or higher. (e.g.fedora29)

 

bison 3.0.4 has a problem as described here:

[https://bugzilla.redhat.com/show_bug.cgi?id=1615089]

upgrading bison to 3.0.5 fixes it. This also seems to make the patch in thirdparty/patches/bison-fix-high-sierra-compilation-issue.patch redundant since 3.0.5 already contains a similar condition for APPLE

 

llvm crashes because of a missing ustat interface

[https://reviews.llvm.org/D47165]

(patch available there)

  was:
the third party depndencies don't build with an OS that uses glibc of version 2.28 or higher.

 

bison 3.0.4 has a problem as described here:

[https://bugzilla.redhat.com/show_bug.cgi?id=1615089]

upgrading bison to 3.0.5 fixes it. This also seems to make the patch in thirdparty/patches/bison-fix-high-sierra-compilation-issue.patch redundant since 3.0.5 already contains a similar condition for APPLE

 

llvm crashes because of a missing ustat interface

[https://reviews.llvm.org/D47165]

(patch available there)


> thirdparty dependencies no longer build with glibc 2.28+
> --------------------------------------------------------
>
>                 Key: KUDU-2770
>                 URL: https://issues.apache.org/jira/browse/KUDU-2770
>             Project: Kudu
>          Issue Type: Bug
>    Affects Versions: 1.8.0
>            Reporter: Clemens Valiente
>            Priority: Major
>
> the third party depndencies don't build with an OS that uses glibc of version 2.28 or higher. (e.g.fedora29)
>  
> bison 3.0.4 has a problem as described here:
> [https://bugzilla.redhat.com/show_bug.cgi?id=1615089]
> upgrading bison to 3.0.5 fixes it. This also seems to make the patch in thirdparty/patches/bison-fix-high-sierra-compilation-issue.patch redundant since 3.0.5 already contains a similar condition for APPLE
>  
> llvm crashes because of a missing ustat interface
> [https://reviews.llvm.org/D47165]
> (patch available there)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)