cxzl25 commented on PR #2102: URL: https://github.com/apache/orc/pull/2102#issuecomment-2856885816
> Could you provide us more details? ```bash [ 13%] Performing configure step for 'zlib_ep' -- zlib_ep configure command succeeded. See also /tmp/v2.0.5-rc0/orc-2.0.5/build/zlib_ep-prefix/src/zlib_ep-stamp/zlib_ep-configure-*.log [ 14%] Performing build step for 'zlib_ep' CMake Error at /tmp/v2.0.5-rc0/orc-2.0.5/build/zlib_ep-prefix/src/zlib_ep-stamp/zlib_ep-build-RELEASE.cmake:49 (message): Command failed: 2 '/Library/Developer/CommandLineTools/usr/bin/make' See also /tmp/v2.0.5-rc0/orc-2.0.5/build/zlib_ep-prefix/src/zlib_ep-stamp/zlib_ep-build-*.log make[2]: *** [zlib_ep-prefix/src/zlib_ep-stamp/zlib_ep-build] Error 1 make[1]: *** [CMakeFiles/zlib_ep.dir/all] Error 2 make: *** [all] Error 2 ``` ```bash make --version GNU Make 3.81 ``` build log ``` In file included from /tmp/v2.0.5-rc0/orc-2.0.5/build/zlib_ep-prefix/src/zlib_ep/adler32.c:8: /tmp/v2.0.5-rc0/orc-2.0.5/build/zlib_ep-prefix/src/zlib_ep/zutil.h:163:11: warning: 'OS_CODE' macro redefined [-Wmacro-redefined] 163 | # define OS_CODE 19 | ^ /tmp/v2.0.5-rc0/orc-2.0.5/build/zlib_ep-prefix/src/zlib_ep/zutil.h:134:11: note: previous definition is here 134 | # define OS_CODE 7 In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/include/stdio.h:61: /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/include/_stdio.h:318:7: error: expected identifier or '(' 318 | FILE *fdopen(int, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fdopen)); | ^ 4 warnings and 3 errors generated. make[5]: *** [CMakeFiles/zlib.dir/zutil.o] Error 1 make[4]: *** [CMakeFiles/zlib.dir/all] Error 2 make[3]: *** [all] Error 2 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@orc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org