You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Check for working C compiler: /opt/rh/gcc-toolset-12/root/usr/bin/gcc - broken
The C compiler
"/opt/rh/gcc-toolset-12/root/usr/bin/gcc"
is not able to compile a simple test program.
It fails with the following output:
Change Dir: /root/rpmbuild/BUILD/apache-arrow-14.0.0.dev139/cpp/redhat-linux-build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_ca445/fast && /usr/bin/gmake -f CMakeFiles/cmTC_ca445.dir/build.make CMakeFiles/cmTC_ca445.dir/build
gmake[1]: Entering directory '/build/rpmbuild/BUILD/apache-arrow-14.0.0.dev139/cpp/redhat-linux-build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_ca445.dir/testCCompiler.c.o
/opt/rh/gcc-toolset-12/root/usr/bin/gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -o CMakeFiles/cmTC_ca445.dir/testCCompiler.c.o -c /root/rpmbuild/BUILD/apache-arrow-14.0.0.dev139/cpp/redhat-linux-build/CMakeFiles/CMakeTmp/testCCompiler.c
cc1: fatal error: inaccessible plugin file /opt/rh/gcc-toolset-12/root/usr/lib/gcc/x86_64-redhat-linux/12/plugin/annobin.so expanded from short plugin name annobin: No such file or directory
compilation terminated.
Component(s)
Packaging
The text was updated successfully, but these errors were encountered:
)
### Rationale for this change
We can use default g++ by using shared LLVM library.
### What changes are included in this PR?
Use default g++ and remove needless `llvm-static`.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
Yes.
* Closes: #37715
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
apache#37718)
### Rationale for this change
We can use default g++ by using shared LLVM library.
### What changes are included in this PR?
Use default g++ and remove needless `llvm-static`.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
Yes.
* Closes: apache#37715
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
dgreiss
pushed a commit
to dgreiss/arrow
that referenced
this issue
Feb 19, 2024
apache#37718)
### Rationale for this change
We can use default g++ by using shared LLVM library.
### What changes are included in this PR?
Use default g++ and remove needless `llvm-static`.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
Yes.
* Closes: apache#37715
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Describe the bug, including details regarding any error messages, version, and platform.
https://github.com/ursacomputing/crossbow/actions/runs/6170008018/job/16745412708#step:8:1983
Component(s)
Packaging
The text was updated successfully, but these errors were encountered: