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

[BUG] [RHEL/CentOS] [v0.5.x] epicli apply fails on task 'postgresql : Install pgaudit package' #1742

Closed
to-bar opened this issue Oct 6, 2020 · 0 comments

Comments

@to-bar
Copy link
Contributor

to-bar commented Oct 6, 2020

Describe the bug
The 'postgresql : Install pgaudit package' task fails on RHEL when specification.extensions.pgaudit.enabled is set as true.

[root ~]# yum install pgaudit12_10
Loaded plugins: amazon-id, search-disabled-repos, versionlock
Resolving Dependencies
--> Running transaction check
---> Package pgaudit12_10.x86_64 0:1.2.2-1.rhel7 will be installed
--> Processing Dependency: postgresql10-server for package: pgaudit12_10-1.2.2-1.rhel7.x86_64
--> Running transaction check
---> Package postgresql10-server.x86_64 0:10.14-1PGDG.rhel7 will be installed
--> Processing Dependency: postgresql10(x86-64) = 10.14-1PGDG.rhel7 for package: postgresql10-server-10.14-1PGDG.rhel7.x86_64
--> Processing Dependency: libicuuc.so.50()(64bit) for package: postgresql10-server-10.14-1PGDG.rhel7.x86_64
--> Processing Dependency: libicui18n.so.50()(64bit) for package: postgresql10-server-10.14-1PGDG.rhel7.x86_64
--> Processing Conflict: rh-postgresql10-postgresql-server-syspaths-10.12-2.el7.x86_64 conflicts postgresql-server
--> Finished Dependency Resolution
Error: Package: postgresql10-server-10.14-1PGDG.rhel7.x86_64 (epirepo)
           Requires: libicuuc.so.50()(64bit)
Error: Package: postgresql10-server-10.14-1PGDG.rhel7.x86_64 (epirepo)
           Requires: postgresql10(x86-64) = 10.14-1PGDG.rhel7
Error: Package: postgresql10-server-10.14-1PGDG.rhel7.x86_64 (epirepo)
           Requires: libicui18n.so.50()(64bit)
Error: rh-postgresql10-postgresql-server-syspaths conflicts with postgresql10-server-10.14-1PGDG.rhel7.x86_64
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

OS:

  • RHEL7/CentOS7

Cloud Environment (please complete the following information):

  • Azure/AWS

Additional context
It seems only 0.5.x Epiphany versions are affected. Since 0.6.x PostgreSQL is not installed from Software Collections but from PostgreSQL repo.

The root cause is probably releasing new version of pgaudit12_10 package:

2020-10-06 - Devrim Gündüz <[email protected]> - 1.2.2-1
- Update to 1.2.2

See changelog at: https://centos.pkgs.org/7/postgresql-10-x86_64/pgaudit12_10-1.2.2-1.rhel7.x86_64.rpm.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants