[ https://issues.apache.org/jira/browse/HADOOP-19170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17846022#comment-17846022 ]
Wei-Chiu Chuang edited comment on HADOOP-19170 at 5/13/24 5:25 PM: ------------------------------------------------------------------- [~zhengchenyu] thanks for reporting the issue. Can you add your system details? e.g. Mac OS version. We don't test Mac as a first class supported OS, but IIRC it was working a few years ago. Looks like HADOOP-17569 may have broken it. was (Author: jojochuang): [~zhengchenyu] thanks for reporting the issue. Can you add your system details? e.g. Mac OS version. We don't test Mac as a first class supported OS, but IIRC it was working a few years ago. > Fixes compilation issues on Mac > ------------------------------- > > Key: HADOOP-19170 > URL: https://issues.apache.org/jira/browse/HADOOP-19170 > Project: Hadoop Common > Issue Type: Bug > Reporter: Chenyu Zheng > Assignee: Chenyu Zheng > Priority: Major > Labels: pull-request-available > > When I build hadoop-common native in Mac OS, I found this error: > {code:java} > /xxxxx/hadoop/hadoop-common-project/hadoop-common/src/main/native/src/exception.c:114:50: > error: function-like macro '__GLIBC_PREREQ' is not defined > #if defined(__sun) || defined(__GLIBC_PREREQ) && __GLIBC_PREREQ(2, 32) {code} > The reason is that Mac OS does not support glibc. And C conditional > compilation requires validation of all expressions. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org