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

rpm: fix build failure on aarch64 #545

Merged
merged 1 commit into from
Jul 26, 2023
Merged

Conversation

kenhys
Copy link
Contributor

@kenhys kenhys commented Jul 25, 2023

Fix missing package issue on CentOS 7 aarch64.

#7 150.6 ---> Package xz-devel.aarch64 0:5.2.2-2.el7_9 will be installed
#7 150.8 --> Finished Dependency Resolution
#7 150.8 Error: Package: devtoolset-11-toolchain-11.1-2.el7.aarch64 (centos-sclo-rh)
#7 150.8 Requires: devtoolset-11-gcc-c++
#7 150.8 Error: Package: devtoolset-11-toolchain-11.1-2.el7.aarch64 (centos-sclo-rh)
#7 150.8 Requires: devtoolset-11-gcc
#7 150.8 Error: Package: devtoolset-11-toolchain-11.1-2.el7.aarch64 (centos-sclo-rh)
#7 150.8 Requires: devtoolset-11-gcc-gfortran
#7 150.8 Error: Package: devtoolset-11-toolchain-11.1-2.el7.aarch64 (centos-sclo-rh)
#7 150.8 Requires: devtoolset-11-gdb
#7 150.8 You could try using --skip-broken to work around the problem
#7 150.9 You could try running: rpm -Va --nofiles --nodigest

Closes: #543

Fix missing package issue on CentOS 7 aarch64.

   #7 150.6 ---> Package xz-devel.aarch64 0:5.2.2-2.el7_9 will be installed
   #7 150.8 --> Finished Dependency Resolution
   #7 150.8 Error: Package: devtoolset-11-toolchain-11.1-2.el7.aarch64 (centos-sclo-rh)
   #7 150.8            Requires: devtoolset-11-gcc-c++
   #7 150.8 Error: Package: devtoolset-11-toolchain-11.1-2.el7.aarch64 (centos-sclo-rh)
   #7 150.8            Requires: devtoolset-11-gcc
   #7 150.8 Error: Package: devtoolset-11-toolchain-11.1-2.el7.aarch64 (centos-sclo-rh)
   #7 150.8            Requires: devtoolset-11-gcc-gfortran
   #7 150.8 Error: Package: devtoolset-11-toolchain-11.1-2.el7.aarch64 (centos-sclo-rh)
   #7 150.8            Requires: devtoolset-11-gdb
   #7 150.8  You could try using --skip-broken to work around the problem
   #7 150.9  You could try running: rpm -Va --nofiles --nodigest

Closes: fluent#543

Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
Copy link
Member

@ashie ashie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've confirmed that it's buildable.

@ashie ashie merged commit 32645ab into fluent:master Jul 26, 2023
15 of 16 checks passed
@kenhys kenhys deleted the fix-aarch64 branch July 26, 2023 09:50
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.

fluent-package centos 7 aarch64 build failure
2 participants