Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARROW-17536: [Packaging][RPM][Gandiva] Fix build error on CentOS Stream 9 #13984

Merged
merged 1 commit into from Aug 28, 2022

Conversation

kou
Copy link
Member

@kou kou commented Aug 27, 2022

LLVM is built with gcc-toolset-12 and it can't be used with the
default g++. We also need to use gcc-toolset-12.

Error message:

/usr/bin/ld: .../libgandiva.so.1000: undefined reference to
`std::__glibcxx_assert_fail(char const*, int, char const*, char const*)'

…am 9

LLVM is built with gcc-toolset-12 and it can't be used with the
default g++. We also need to use gcc-toolset-12.

Error message:

    /usr/bin/ld: .../libgandiva.so.1000: undefined reference to
    `std::__glibcxx_assert_fail(char const*, int, char const*, char const*)'
@kou
Copy link
Member Author

kou commented Aug 27, 2022

@github-actions crossbow submit centos-9-stream-*

@github-actions
Copy link

@github-actions
Copy link

⚠️ Ticket has not been started in JIRA, please click 'Start Progress'.

@github-actions
Copy link

Revision: 8031f6b

Submitted crossbow builds: ursacomputing/crossbow @ actions-95356a44d7

Task Status
centos-9-stream-amd64 Github Actions
centos-9-stream-arm64 TravisCI

@kou
Copy link
Member Author

kou commented Aug 28, 2022

+1

@kou kou merged commit bd76850 into apache:master Aug 28, 2022
@kou kou deleted the packaging-linux-glib branch August 28, 2022 00:47
@ursabot
Copy link

ursabot commented Aug 28, 2022

Benchmark runs are scheduled for baseline = 80bba29 and contender = bd76850. bd76850 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
Conbench compare runs links:
[Finished ⬇️0.0% ⬆️0.0%] ec2-t3-xlarge-us-east-2
[Failed] test-mac-arm
[Failed ⬇️1.1% ⬆️0.27%] ursa-i9-9960x
[Finished ⬇️0.85% ⬆️0.07%] ursa-thinkcentre-m75q
Buildkite builds:
[Finished] bd768506 ec2-t3-xlarge-us-east-2
[Failed] bd768506 test-mac-arm
[Failed] bd768506 ursa-i9-9960x
[Finished] bd768506 ursa-thinkcentre-m75q
[Finished] 80bba299 ec2-t3-xlarge-us-east-2
[Failed] 80bba299 test-mac-arm
[Failed] 80bba299 ursa-i9-9960x
[Finished] 80bba299 ursa-thinkcentre-m75q
Supported benchmarks:
ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
test-mac-arm: Supported benchmark langs: C++, Python, R
ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java

@ursabot
Copy link

ursabot commented Aug 28, 2022

['Python', 'R'] benchmarks have high level of regressions.
ursa-i9-9960x

anjakefala pushed a commit to anjakefala/arrow that referenced this pull request Aug 31, 2022
…am 9 (apache#13984)

LLVM is built with gcc-toolset-12 and it can't be used with the
default g++. We also need to use gcc-toolset-12.

Error message:

    /usr/bin/ld: .../libgandiva.so.1000: undefined reference to
    `std::__glibcxx_assert_fail(char const*, int, char const*, char const*)'

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
zagto pushed a commit to zagto/arrow that referenced this pull request Oct 7, 2022
…am 9 (apache#13984)

LLVM is built with gcc-toolset-12 and it can't be used with the
default g++. We also need to use gcc-toolset-12.

Error message:

    /usr/bin/ld: .../libgandiva.so.1000: undefined reference to
    `std::__glibcxx_assert_fail(char const*, int, char const*, char const*)'

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
fatemehp pushed a commit to fatemehp/arrow that referenced this pull request Oct 17, 2022
…am 9 (apache#13984)

LLVM is built with gcc-toolset-12 and it can't be used with the
default g++. We also need to use gcc-toolset-12.

Error message:

    /usr/bin/ld: .../libgandiva.so.1000: undefined reference to
    `std::__glibcxx_assert_fail(char const*, int, char const*, char const*)'

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants