-
Notifications
You must be signed in to change notification settings - Fork 29
ci: downgrade glibc version to build a package in AmazonLinux 2023 #932
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Shizuo Fujita <[email protected]>
kenhys
approved these changes
Nov 5, 2025
Contributor
kenhys
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Watson1978
added a commit
that referenced
this pull request
Nov 5, 2025
) Related to #931 (comment) This patch will fix following install error on AmazonLinux 2023. ``` Error: Problem: conflicting requests - nothing provides libc.so.6(GLIBC_2.35)(64bit) needed by fluent-package-6.0.0-1.amzn2023.x86_64 (try to add '--skip-broken' to skip uninstallable packages) ``` ## Summary This pull request downgrades the glibc version used in the Amazon Linux 2023 build environment from **2.34-231.amzn2023.0.1** to **2.34-52.amzn2023.0.7**. (I just selected same glibc version used in incus container) ## Background When building `fluent-package` for Amazon Linux 2023, the bundled Ruby gem [`io-event`](https://rubygems.org/gems/io-event) was compiled against a newer glibc that provides the `epoll_pwait2()` symbol (introduced in **GLIBC_2.35**). As a result, the generated package `fluent-package-6.0.0-1.amzn2023.x86_64.rpm` required `libc.so.6(GLIBC_2.35)`, leading to installation failure on systems still running glibc 2.34. Signed-off-by: Shizuo Fujita <[email protected]>
Watson1978
added a commit
that referenced
this pull request
Nov 5, 2025
) Related to #931 (comment) This patch will fix following install error on AmazonLinux 2023. ``` Error: Problem: conflicting requests - nothing provides libc.so.6(GLIBC_2.35)(64bit) needed by fluent-package-6.0.0-1.amzn2023.x86_64 (try to add '--skip-broken' to skip uninstallable packages) ``` ## Summary This pull request downgrades the glibc version used in the Amazon Linux 2023 build environment from **2.34-231.amzn2023.0.1** to **2.34-52.amzn2023.0.7**. (I just selected same glibc version used in incus container) ## Background When building `fluent-package` for Amazon Linux 2023, the bundled Ruby gem [`io-event`](https://rubygems.org/gems/io-event) was compiled against a newer glibc that provides the `epoll_pwait2()` symbol (introduced in **GLIBC_2.35**). As a result, the generated package `fluent-package-6.0.0-1.amzn2023.x86_64.rpm` required `libc.so.6(GLIBC_2.35)`, leading to installation failure on systems still running glibc 2.34. Signed-off-by: Shizuo Fujita <[email protected]>
This was referenced Nov 5, 2025
kenhys
pushed a commit
that referenced
this pull request
Nov 6, 2025
…nLinux 2023 (#932) (#933) Backport #932 Related to #931 (comment) This patch will fix following install error on AmazonLinux 2023. ``` Error: Problem: conflicting requests - nothing provides libc.so.6(GLIBC_2.35)(64bit) needed by fluent-package-6.0.0-1.amzn2023.x86_64 (try to add '--skip-broken' to skip uninstallable packages) ``` ## Summary This pull request downgrades the glibc version used in the Amazon Linux 2023 build environment from **2.34-231.amzn2023.0.1** to **2.34-52.amzn2023.0.7**. (I just selected same glibc version used in incus container) ## Background When building `fluent-package` for Amazon Linux 2023, the bundled Ruby gem [`io-event`](https://rubygems.org/gems/io-event) was compiled against a newer glibc that provides the `epoll_pwait2()` symbol (introduced in **GLIBC_2.35**). As a result, the generated package `fluent-package-6.0.0-1.amzn2023.x86_64.rpm` required `libc.so.6(GLIBC_2.35)`, leading to installation failure on systems still running glibc 2.34. Signed-off-by: Shizuo Fujita <[email protected]>
kenhys
pushed a commit
that referenced
this pull request
Nov 6, 2025
…nLinux 2023 (#932) (#934) Backport #932 Related to #931 (comment) This patch will fix following install error on AmazonLinux 2023. ``` Error: Problem: conflicting requests - nothing provides libc.so.6(GLIBC_2.35)(64bit) needed by fluent-package-6.0.0-1.amzn2023.x86_64 (try to add '--skip-broken' to skip uninstallable packages) ``` ## Summary This pull request downgrades the glibc version used in the Amazon Linux 2023 build environment from **2.34-231.amzn2023.0.1** to **2.34-52.amzn2023.0.7**. (I just selected same glibc version used in incus container) ## Background When building `fluent-package` for Amazon Linux 2023, the bundled Ruby gem [`io-event`](https://rubygems.org/gems/io-event) was compiled against a newer glibc that provides the `epoll_pwait2()` symbol (introduced in **GLIBC_2.35**). As a result, the generated package `fluent-package-6.0.0-1.amzn2023.x86_64.rpm` required `libc.so.6(GLIBC_2.35)`, leading to installation failure on systems still running glibc 2.34. Signed-off-by: Shizuo Fujita <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport to v5.0
Need to be backported LTS
backport to v6.0
Need to be backported LTS
backported
Already backported to LTS branch (e.g. fluent-package-v5)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related to #931 (comment)
This patch will fix following install error on AmazonLinux 2023.
Summary
This pull request downgrades the glibc version used in the Amazon Linux 2023 build environment
from 2.34-231.amzn2023.0.1 to 2.34-52.amzn2023.0.7.
(I just selected same glibc version used in incus container)
Background
When building
fluent-packagefor Amazon Linux 2023, the bundled Ruby gemio-eventwas compiled against a newerglibc that provides the
epoll_pwait2()symbol (introduced in GLIBC_2.35).As a result, the generated package
fluent-package-6.0.0-1.amzn2023.x86_64.rpmrequiredlibc.so.6(GLIBC_2.35), leading to installation failure on systemsstill running glibc 2.34.