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

Commits on Jul 25, 2023

  1. rpm: fix build failure on aarch64

    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>
    kenhys committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    775776b View commit details
    Browse the repository at this point in the history