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

Fix Dependency Error libfastjson4. #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

monobaila
Copy link

I'm running CentOS 7.5, I was previously using rsyslog packages from the official CentOS repositories but after hitting a bug with omelasticsearch I'm migrating across to using the upstream rsyslog yum repository.

I hit a yum dependency error when running a "yum update" on a host when attempting to reference the new repo -

--> Finished Dependency Resolution Error: Package: libfastjson-devel-0.99.4-2.el7.x86_64 (@os-base) Requires: libfastjson(x86-64) = 0.99.4-2.el7 Removing: libfastjson-0.99.4-2.el7.x86_64 (@os-base) libfastjson(x86-64) = 0.99.4-2.el7 Obsoleted By: libfastjson4-0.99.8-1.el7.centos.x86_64 (3rdparty-rsyslog) ~I libfastjson4(x86-64) = 0.99.8-1.el7.centos Available: libfastjson-0.99.0-1.el7.x86_64 (3rdparty-rsyslog) libfastjson(x86-64) = 0.99.0-1.el7 Available: libfastjson-0.99.1-1.el7.x86_64 (3rdparty-rsyslog) libfastjson(x86-64) = 0.99.1-1.el7 Available: libfastjson-0.99.2-1.el7.x86_64 (3rdparty-rsyslog) libfastjson(x86-64) = 0.99.2-1.el7

libfastjson4 obsoletes libfastjson but there is no obsolete instruction for the libfastjson-devel package. I've added this in the PR. I've rebuilt the package internally and this has fixed the issue for me, hopefully this fix will be useful to others.

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.

1 participant