Description of problem: With the today's update to pcre2-10.39-1, error messages are shown in certain cases and flood the logs. Version-Release number of selected component (if applicable): pcre2-10.39-1.fc35.x86_64 How reproducible: Always. Steps to Reproduce: 1. Update to to pcre2-10.39-1.fc35.x86_64 using dnf update 2. Run, for example, "su -", or grep for "Regex" in "journalctl" output. Actual results: $ su - Regex version mismatch, expected: 10.39 2021-10-29 actual: 10.37 2021-05-26 Regex version mismatch, expected: 10.39 2021-10-29 actual: 10.37 2021-05-26 Regex version mismatch, expected: 10.39 2021-10-29 actual: 10.37 2021-05-26 # journalctl | grep Regex Jan 16 15:45:49 myHostname systemd-tmpfiles[4109]: Regex version mismatch, expected: 10.39 2021-10-29 actual: 10.37 2021-05-26 Jan 16 15:45:49 myHostname systemd-tmpfiles[4109]: Regex version mismatch, expected: 10.39 2021-10-29 actual: 10.37 2021-05-26 Jan 16 15:45:49 myHostname systemd-tmpfiles[4109]: Regex version mismatch, expected: 10.39 2021-10-29 actual: 10.37 2021-05-26 Jan 16 15:50:01 myHostname systemd-user-runtime-dir[4143]: Regex version mismatch, expected: 10.39 2021-10-29 actual: 10.37 2021-05-26 Jan 16 15:50:01 myHostname systemd-user-runtime-dir[4143]: Regex version mismatch, expected: 10.39 2021-10-29 actual: 10.37 2021-05-26 Jan 16 15:50:01 myHostname systemd-user-runtime-dir[4143]: Regex version mismatch, expected: 10.39 2021-10-29 actual: 10.37 2021-05-26 Jan 16 15:50:01 myHostname systemd[4144]: Regex version mismatch, expected: 10.39 2021-10-29 actual: 10.37 2021-05-26 Jan 16 15:50:01 myHostname systemd[4144]: Regex version mismatch, expected: 10.39 2021-10-29 actual: 10.37 2021-05-26 Jan 16 15:50:01 myHostname systemd[4144]: Regex version mismatch, expected: 10.39 2021-10-29 actual: 10.37 2021-05-26 ... Expected results: The errors shouldn't be shown. Additional info: If you downgrade to pcre2-10.37-4.fc35, the errors are gone.
Not sure if this has a similar cause than here: https://github.com/fedora-silverblue/issue-tracker/issues/225
Duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=2013642
Dropping the link to the mail thread here: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/thread/4DRRUG6FABFEACC6IA2BSR5PY7ZRVGCZ/
*** This bug has been marked as a duplicate of bug 2013642 ***
I've updated my F35 system less then an hour ago. I've also got the pcre update: Upgraded pcre2-10.37-4.fc35.x86_64 @@System Upgrade pcre2-10.39-1.fc35.x86_64 @updates However I cannot find any trace of the issue you are describing. not with "su -", not in the "journalctl -x --no-pager | grep -i regexp". I just want to note note that it is not 100% reproducible and it likely does not affect everyone.