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

puppet-agent fails on Solaris 11 with the SRU update #57 #2423

Closed
cthorn42 opened this issue Nov 16, 2023 · 2 comments
Closed

puppet-agent fails on Solaris 11 with the SRU update #57 #2423

cthorn42 opened this issue Nov 16, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@cthorn42
Copy link
Collaborator

A new software repository update, SRU, for Solaris 11 has broken the puppet-agent.
We've gotten a report confirming this for the 7.x branch, waiting for confirmation for 8.x/main branch.
The error is around libffi which comes packaged with Solaris, we currently rely on the 7.x stream of puppet-agent the Solaris system library of libffi.
On Solaris 11 with a SRU 57 or newer the failure will look something like this:

puppet agent --version
Error: Could not initialize global default settings: ld.so.1: ruby: libffi.so.5: open failed: No such file or directory - /opt/puppetlabs/puppet/lib/ruby/gems/2.7.0/gems/ffi-1.15.5/lib/ffi_c.so

We need to fix this in the puppet-runtime, this will require a new puppet-agent release in order to fix.

@cthorn42 cthorn42 added the bug Something isn't working label Nov 16, 2023
@joshcooper
Copy link
Contributor

joshcooper commented Nov 21, 2023

@joshcooper
Copy link
Contributor

joshcooper commented Dec 20, 2023

This was fixed in puppetlabs/puppet-runtime#776 and puppetlabs/puppet-runtime#777 and will be released in 8.4.0 and 7.28.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants