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

Whitelist libatomic to fix keydb linking issue #1157

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

poorndm
Copy link
Collaborator

@poorndm poorndm commented Aug 7, 2024

Description

Briefly describe the new feature or fix here


Health check failed for Keydb

[HealthCheck] E | 2024-08-01T15:13:22+00:00 | The precise failures were:

    --> /opt/opscode/embedded/bin/keydb-server

    DEPENDS ON: libatomic.so.1

      COUNT: 1

      PROVIDED BY: /lib64/libatomic.so.1 (0x00007f8d50175000)

      FAILED BECAUSE: Unsafe dependency

    --> /opt/opscode/embedded/bin/keydb-benchmark

    DEPENDS ON: libatomic.so.1

      COUNT: 1

      PROVIDED BY: /lib64/libatomic.so.1 (0x00007f5472935000)

      FAILED BECAUSE: Unsafe dependency

    --> /opt/opscode/embedded/bin/keydb-cli

    DEPENDS ON: libatomic.so.1

      COUNT: 1

      PROVIDED BY: /lib64/libatomic.so.1 (0x00007f59ac42a000)

      FAILED BECAUSE: Unsafe dependency

Log : https://buildkite.com/chef/chef-chef-server-main-omnibus-adhoc/builds/6513#01910e3a-5fc0-4154-be97-72a6242e73f2/6-16593

Maintainers

Please ensure that you check for:

  • If this change impacts git cache validity, it bumps the git cache
    serial number
  • If this change impacts compatibility with omnibus-software, the
    corresponding change is reviewed and there is a release plan
  • If this change impacts compatibility with the omnibus cookbook, the
    corresponding change is reviewed and there is a release plan

Signed-off-by: poorndm <poorndm@progress.com>
Copy link

sonarcloud bot commented Aug 7, 2024

@poorndm poorndm mentioned this pull request Aug 7, 2024
3 tasks
@poorndm poorndm marked this pull request as ready for review August 8, 2024 07:11
@poorndm poorndm requested review from a team as code owners August 8, 2024 07:11
@poorndm poorndm merged commit 5479e15 into main Aug 13, 2024
6 checks passed
@poorndm poorndm deleted the CHEF-14401-whitelist-libatomic branch August 13, 2024 08:04
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.

2 participants