Abhishek Chennaka has submitted this change and it was merged. (
http://gerrit.cloudera.org:8080/21192 )
Change subject: [thirdparty] upgrade bison up to 3.8.2
......................................................................
[thirdparty] upgrade bison up to 3.8.2
This patch updates the bison library in Kudu's 3rd-party from 3.5.4 to
3.8.2 version.
The rationale behind the upgrade was getting the following build error
on macOS when building with clang 15.0.0 which comes with Xcode 15.3:
kudu/thirdparty/src/bison-3.5.4/lib/obstack.c:351:31: error: incompatible
function pointer types initializing 'void (*)(void) __attribute__((noreturn))'
with an expression of type 'void (void)' [-Wincompatible-function-pointer-types]
__attribute_noreturn__ void (*obstack_alloc_failed_handler) (void)
^
1 error generated.
make[2]: *** [lib/libbison_a-obstack.o] Error 1
Change-Id: I93382dd06fcc86d34b5f63b02fb6e52859dcc558
Reviewed-on: http://gerrit.cloudera.org:8080/21192
Tested-by: Alexey Serbin <[email protected]>
Reviewed-by: Abhishek Chennaka <[email protected]>
---
M thirdparty/vars.sh
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Alexey Serbin: Verified
Abhishek Chennaka: Looks good to me, approved
--
To view, visit http://gerrit.cloudera.org:8080/21192
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I93382dd06fcc86d34b5f63b02fb6e52859dcc558
Gerrit-Change-Number: 21192
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Abhishek Chennaka <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Attila Bukor <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)