Bugzilla – Full Text Bug Listing |
Summary: | Nokogiri was built against LibXML version 2.9.12, but has dynamically loaded 2.9.14 | ||
---|---|---|---|
Product: | [openSUSE] openSUSE Distribution | Reporter: | Moritz Duge <duge> |
Component: | Ruby | Assignee: | Ruby Devel <ruby-devel> |
Status: | NEW --- | QA Contact: | E-mail List <qa-bugs> |
Severity: | Normal | ||
Priority: | P5 - None | CC: | dimstar, donald.price, mrueckert, tschmidt, Ulrich.Windl |
Version: | Leap 15.4 | ||
Target Milestone: | --- | ||
Hardware: | Other | ||
OS: | Other | ||
Whiteboard: | |||
Found By: | --- | Services Priority: | |
Business Priority: | Blocker: | --- | |
Marketing QA Status: | --- | IT Deployment: | --- |
Description
Moritz Duge
2022-08-02 10:49:59 UTC
This is not really a bug TBH. I see it, too. When it's "not a bug", then the message is confusing at least. (In reply to Marcus Rückert from comment #1) > This is not really a bug TBH. imho it is - nokogiri requires a rebuild (or if it does not care, shall shut up) I am seeing a similar issue on all of our RMT servers in the public cloud infrastructure. Our registration sharing service which is invoked every 30 seconds started showing the following warnings when we upgraded from SLES 15 SP3 to SLES 15 SP4: bundle.ruby2.5[17998]: WARNING: Nokogiri was built against libxml version 2.9.7, but has dynamically loaded 2.9.14 bundle.ruby2.5[17998]: WARNING: Nokogiri was built against libxslt version 1.1.32, but has dynamically loaded 1.1.34 The task completes as expected, but the warnings are bloating our logs - I agree w/ Dominique's comment from Dec. 7th that this warrants a rebuild of Nokogiri. It might be just a cosmetic problem, but it confuses a lot of users: They also see those messages on the text console during installation, and of course they think there is something seriously wrong. At the very least, it's unprofessional to confront an end user with those messages. I think we cannot control which libxml patchlevel version is installed on the client, to make it match with what was there during build time. But we can skip that warning in RMT, patch will be in the next maintenance release (>2.10). |