rsyslog / rsyslog-pkg-rhel-centos

Package build sources for building RHEL/CentOS packages
17 stars 27 forks source link

Broken dependencies for Centos 7 repo #127

Closed 4l3xT4lk3r closed 1 year ago

4l3xT4lk3r commented 1 year ago

I installed adiscson repo to my server with Centos 7 via this howto https://www.rsyslog.com/rhelcentos-rpms/ When i ran yum update , i got this

Failed to set locale, defaulting to C
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirror.axelname.ru
 * extras: mirror.awanti.com
 * updates: mirror.axelname.ru
Resolving Dependencies
--> Running transaction check
---> Package rsyslog.x86_64 0:8.24.0-57.el7_9.3 will be updated
---> Package rsyslog.x86_64 0:8.2302.0.master-1675987357 will be an update
--> Processing Dependency: libestr >= 0.1.11 for package: rsyslog-8.2302.0.master-1675987357.x86_64
--> Processing Dependency: libfastjson4 >= 0.99.8 for package: rsyslog-8.2302.0.master-1675987357.x86_64
--> Finished Dependency Resolution
Error: Package: rsyslog-8.2302.0.master-1675987357.x86_64 (rsyslog_v8_daily)
           Requires: libfastjson4 >= 0.99.8
Error: Package: rsyslog-8.2302.0.master-1675987357.x86_64 (rsyslog_v8_daily)
           Requires: libestr >= 0.1.11
           Installed: libestr-0.1.9-2.el7.x86_64 (@base)
               libestr = 0.1.9-2.el7
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

Then I launched lxc container with centos 7 and repeat installation adicson repo via https://www.rsyslog.com/rhelcentos-rpms/ and ran yum update
And again I got dependency errors like above.
Can you help me ? What can be wrong?

alorbach commented 1 year ago

Due space limitations we have recently added a cleanup job that removes packages older than 6 month from the daily packages repository.

Unfortunately this has removed some of the dependency packages, I will have this fixed and add the dependency packages back ASAP,

alorbach commented 1 year ago

@4l3xT4lk3r The support packages have been readded, install should work again.