Hello,
I have dnf installed on AIX 7.2 but it does not work at all, so I am trying to progress manually by installing RPM packages one by one. Unfortunately, I am stuck with dependency conflicts.
Environment
AIX 7.2 TL5 SP10 (7200-05-10-2520)
dnf installed from AIX Toolbox
/opt/freeware is quite old
dnf issue
When running dnf, i immediately get the following error. dnf fails to start due to missing shared objects inside archives:
# /opt/freeware/bin/dnf version
Traceback (most recent call last):
File "/opt/freeware/bin/dnf", line 56, in <module>
from dnf.cli import main
File "/opt/freeware/lib/python3.12/site-packages/dnf/__init__.py", line 32, in <module>
import dnf.base
File "/opt/freeware/lib/python3.12/site-packages/dnf/base.py", line 29, in <module>
import libdnf.transaction
File "/opt/freeware/lib/python3.12/site-packages/libdnf/__init__.py", line 8, in <module>
from . import error
File "/opt/freeware/lib/python3.12/site-packages/libdnf/error.py", line 13, in <module>
from . import _error
ImportError: 0509-022 Cannot load module /usr/opt/rpm/lib/libpopt.a(libpopt.so.0).
0509-150 Dependent module /opt/freeware/lib/libintl.a(libintl.so.8) could not be loaded.
0509-152 Member libintl.so.8 is not found in archive
0509-022 Cannot load module /opt/freeware/lib/python3.12/site-packages/libdnf/_error.so.
0509-150 Dependent module /usr/opt/rpm/lib/libpopt.a(libpopt.so.0) could not be loaded.
#
Checking the archive confirms that libintl.a is very old:
# ar -X32_64 -tv /opt/freeware/lib/libintl.a
rwxr-xr-x 203/1 114582 Jan 04 21:38 2008 libintl.so.1
rw-r--r-- 203/1 6816 Jan 04 21:38 2008 intl-compat.o
rw-r--r-- 203/1 7632 Jan 04 21:38 2008 bindtextdom.o
rw-r--r-- 203/1 1840 Jan 04 21:38 2008 dcgettext.o
rw-r--r-- 203/1 1768 Jan 04 21:38 2008 dgettext.o
rw-r--r-- 203/1 1877 Jan 04 21:38 2008 gettext.o
rw-r--r-- 203/1 5045 Jan 04 21:38 2008 finddomain.o
rw-r--r-- 203/1 13339 Jan 04 21:38 2008 loadmsgcat.o
rw-r--r-- 203/1 9525 Jan 04 21:38 2008 localealias.o
rw-r--r-- 203/1 3005 Jan 04 21:38 2008 textdomain.o
rw-r--r-- 203/1 10685 Jan 04 21:38 2008 l10nflist.o
rw-r--r-- 203/1 5351 Jan 04 21:38 2008 explodename.o
rw-r--r-- 203/1 23822 Jan 04 21:38 2008 dcigettext.o
rw-r--r-- 203/1 1911 Jan 04 21:38 2008 dcngettext.o
rw-r--r-- 203/1 1866 Jan 04 21:38 2008 dngettext.o
rw-r--r-- 203/1 1979 Jan 04 21:38 2008 ngettext.o
rw-r--r-- 203/1 15990 Jan 04 21:38 2008 plural.o
rw-r--r-- 203/1 6503 Jan 04 21:38 2008 localcharset.o
rwxr-xr-x 203/1 130986 Jan 04 21:40 2008 libintl.so.1
#
What i tried
Since dnf is unusable, I tried to manually install all required RPMs using rpm -Uvh. I downloaded all packages manually with curl and installed them together.
Problem:
I always end up with dependency conflicts, mainly around: libgcc, libstdc++, libgomp.
Issur with libgcc10
# ls
bzip2-1.0.8-2.aix6.1.ppc.rpm libgomp10-10.3.0-6.aix7.2.ppc.rpm libxml2-2.14.6-1.aix7.1.ppc.rpm sqlite-3.50.4-1.aix7.1.ppc.rpm
gettext-0.21-2.aix7.1.ppc.rpm libiconv-1.17-1.aix7.1.ppc.rpm ncurses-6.5-1.aix7.1.ppc.rpm xz-libs-5.8.1-1.aix7.1.ppc.rpm
glib2-2.86.0-1.aix7.1.ppc.rpm libstdcplusplus10-10.3.0-6.aix7.2.ppc.rpm pcre2-10.45-2.aix7.1.ppc.rpm zlib-1.3.1-1.aix7.1.ppc.rpm
libffi-3.4.4-2.aix7.1.ppc.rpm libtextstyle-0.21-2.aix7.1.ppc.rpm popt-1.19-1.aix7.1.ppc.rpm
libgcc10-10.3.0-6.aix7.2.ppc.rpm libunistring-1.1-1.aix7.1.ppc.rpm readline-8.2-1.aix7.1.ppc.rpm
# rpm -Uvh *.rpm
error: Failed dependencies:
libgcc >= 8.3.0 is needed by gettext-0.21-2.ppc
libgomp >= 8.3.0 is needed by gettext-0.21-2.ppc
libstdc++ >= 8.3.0 is needed by gettext-0.21-2.ppc
libgcc >= 10.3.0 is needed by glib2-2.86.0-1.ppc
libgcc >= 10.3.0 is needed by libffi-3.4.4-2.ppc
libgcc <= 9.1.0 conflicts with libgcc10-10.3.0-6.ppc
libgcc >= 8.3.0 is needed by libiconv-1.17-1.ppc
libgcc >= 8.3.0 is needed by libtextstyle-0.21-2.ppc
libgcc >= 10.3.0 is needed by libunistring-1.1-1.ppc
libgcc >= 10.3.0 is needed by libxml2-2.14.6-1.ppc
libgcc >= 10.3.0 is needed by ncurses-6.5-1.ppc
libstdc++ >= 10.3.0 is needed by ncurses-6.5-1.ppc
libgcc >= 10.3.0 is needed by pcre2-10.45-2.ppc
libgcc >= 10.3.0 is needed by sqlite-3.50.4-1.ppc
libgcc >= 10.3.0 is needed by xz-libs-5.8.1-1.ppc
#
Same issue with libgcc13
# ls
bzip2-1.0.8-2.aix6.1.ppc.rpm libgcc13-13.3.0-1.aix7.2.ppc.rpm libtextstyle-0.21-2.aix7.1.ppc.rpm pcre2-10.45-2.aix7.1.ppc.rpm xz-libs-5.8.1-1.aix7.1.ppc.rpm
gettext-0.21-2.aix7.1.ppc.rpm libgomp13-13.3.0-1.aix7.2.ppc.rpm libunistring-1.1-1.aix7.1.ppc.rpm popt-1.19-1.aix7.1.ppc.rpm zlib-1.3.1-1.aix7.1.ppc.rpm
glib2-2.86.0-1.aix7.1.ppc.rpm libiconv-1.17-1.aix7.1.ppc.rpm libxml2-2.14.6-1.aix7.1.ppc.rpm readline-8.2-1.aix7.1.ppc.rpm
libffi-3.4.4-2.aix7.1.ppc.rpm libstdcplusplus-13-2.aix7.2.ppc.rpm ncurses-6.5-1.aix7.1.ppc.rpm sqlite-3.50.4-1.aix7.1.ppc.rpm
# rpm -Uvh *.rpm
error: Failed dependencies:
libgcc >= 8.3.0 is needed by gettext-0.21-2.ppc
libgomp >= 8.3.0 is needed by gettext-0.21-2.ppc
libgcc >= 10.3.0 is needed by glib2-2.86.0-1.ppc
libgcc >= 10.3.0 is needed by libffi-3.4.4-2.ppc
libgcc <= 9.1.0 conflicts with libgcc13-13.3.0-1.ppc
libgcc >= 8.3.0 is needed by libiconv-1.17-1.ppc
libgcc = 1:13-2 is needed by libstdc++-1:13-2.ppc
libstdc++13 is needed by libstdc++-1:13-2.ppc
libgcc >= 8.3.0 is needed by libtextstyle-0.21-2.ppc
libgcc >= 10.3.0 is needed by libunistring-1.1-1.ppc
libgcc >= 10.3.0 is needed by libxml2-2.14.6-1.ppc
libgcc >= 10.3.0 is needed by ncurses-6.5-1.ppc
libgcc >= 10.3.0 is needed by pcre2-10.45-2.ppc
libgcc >= 10.3.0 is needed by sqlite-3.50.4-1.ppc
libgcc >= 10.3.0 is needed by xz-libs-5.8.1-1.ppc
#
The rpm packages installed.
# rpm -qai | egrep "Name|Install Date|Build Date|Build Host"
Name : bash
Install Date: Wed Nov 7 15:30:40 CET 2018
Build Date : Wed Nov 7 15:29:01 CET 2018
Build Host : MYSRV
Name : cvs
Install Date: Wed Nov 7 15:30:41 CET 2018
Build Date : Wed Nov 7 15:29:06 CET 2018
Build Host : MYSRV
Name : expat
Install Date: Wed Nov 7 15:30:42 CET 2018
Build Date : Wed Nov 7 15:29:11 CET 2018
Build Host : MYSRV
Name : freetype2
Install Date: Wed Nov 7 15:30:43 CET 2018
Build Date : Wed Nov 7 15:29:14 CET 2018
Build Host : MYSRV
Name : gettext
Install Date: Wed Nov 7 15:30:44 CET 2018
Build Date : Wed Nov 7 15:29:19 CET 2018
Build Host : MYSRV
Name : libart_lgpl
Install Date: Wed Nov 7 15:30:45 CET 2018
Build Date : Wed Nov 7 15:29:29 CET 2018
Build Host : MYSRV
Name : libpng
Install Date: Wed Nov 7 15:30:47 CET 2018
Build Date : Wed Nov 7 15:29:36 CET 2018
Build Host : MYSRV
Name : libxml2
Install Date: Wed Nov 7 15:30:48 CET 2018
Build Date : Wed Nov 7 15:29:42 CET 2018
Build Host : MYSRV
Name : lsof
Install Date: Wed Nov 7 15:30:49 CET 2018
Build Date : Wed Nov 7 15:29:51 CET 2018
Build Host : MYSRV
Name : ncftp
Install Date: Wed Nov 7 15:30:50 CET 2018
Build Date : Wed Nov 7 15:29:55 CET 2018
Build Host : MYSRV
Name : rrdtool
Install Date: Wed Nov 7 15:30:52 CET 2018
Build Date : Wed Nov 7 15:30:17 CET 2018
Build Host : MYSRV
Name : sudo
Install Date: Wed Nov 7 15:30:52 CET 2018
Build Date : Wed Nov 7 15:30:23 CET 2018
Build Host : MYSRV
Name : tk
Install Date: Wed Nov 7 15:30:53 CET 2018
Build Date : Wed Nov 7 15:30:24 CET 2018
Build Host : MYSRV
Name : xz-libs
Install Date: Wed Nov 7 15:30:54 CET 2018
Build Date : Wed Nov 7 15:30:28 CET 2018
Build Host : MYSRV
Name : zlib-devel
Install Date: Wed Nov 7 15:30:55 CET 2018
Build Date : Wed Nov 7 15:30:33 CET 2018
Build Host : MYSRV
Name : sqlite
Install Date: Wed Nov 7 15:48:47 CET 2018
Build Date : Wed Dec 21 07:35:06 CET 2016
Build Host : green52.in.ibm.com
Name : gdbm
Install Date: Wed Nov 7 15:48:47 CET 2018
Build Date : Fri Sep 11 22:53:16 CEST 2009
Build Host : delrio.austin.ibm.com
Name : pysqlite
Install Date: Wed Nov 7 15:48:59 CET 2018
Build Date : Fri Feb 17 10:41:35 CET 2017
Build Host : green52.in.ibm.com
Name : python-pycurl
Install Date: Wed Nov 7 15:49:01 CET 2018
Build Date : Mon Jun 13 13:31:00 CEST 2016
Build Host : green52.in.ibm.com
Name : yum
Install Date: Wed Nov 7 15:49:02 CET 2018
Build Date : Thu Aug 3 09:56:03 CEST 2017
Build Host : pokndd5.pok.stglabs.ibm.com
Name : cyrus-sasl
Install Date: Thu Nov 8 20:20:53 CET 2018
Build Date : Wed Aug 1 08:41:24 CEST 2018
Build Host : pokndd10.pok.stglabs.ibm.com
Name : libssh2
Install Date: Thu Nov 8 20:20:54 CET 2018
Build Date : Mon Aug 13 13:46:18 CEST 2018
Build Host : pokndd5.pok.stglabs.ibm.com
Name : oniguruma
Install Date: Thu Aug 1 12:09:35 CEST 2019
Build Date : Fri Jun 21 06:40:34 CEST 2019
Build Host : pokndd10.pok.stglabs.ibm.com
Name : libgcc
Install Date: Mon Oct 28 19:30:22 CET 2019
Build Date : Mon Sep 24 18:07:31 CEST 2018
Build Host : pokndd6.pok.stglabs.ibm.com
Name : gmp
Install Date: Mon Oct 28 19:30:24 CET 2019
Build Date : Wed Aug 9 12:08:10 CEST 2017
Build Host : pokndd5.pok.stglabs.ibm.com
Name : libmpc
Install Date: Mon Oct 28 19:30:25 CET 2019
Build Date : Thu Sep 26 13:33:20 CEST 2019
Build Host : pokndd5.pok.stglabs.ibm.com
Name : info
Install Date: Mon Oct 28 19:30:31 CET 2019
Build Date : Thu Nov 23 13:50:46 CET 2017
Build Host : pokndd10.pok.stglabs.ibm.com
Name : gcc
Install Date: Mon Oct 28 19:30:34 CET 2019
Build Date : Mon Sep 24 18:07:31 CEST 2018
Build Host : pokndd6.pok.stglabs.ibm.com
Name : curl
Install Date: Mon Oct 28 19:33:03 CET 2019
Build Date : Thu Apr 14 10:57:23 CEST 2016
Build Host : green52.in.ibm.com
Name : python-pycrypto
Install Date: Thu Jun 27 17:31:15 CEST 2024
Build Date : Tue May 9 12:27:53 CEST 2017
Build Host : pokndd5.pok.stglabs.ibm.com
Name : coreutils
Install Date: Thu Mar 13 23:58:21 CET 2025
Build Date : Tue Nov 18 10:32:08 CET 2014
Build Host : akash79.in.ibm.com
Name : sed
Install Date: Wed Nov 5 02:59:27 CET 2025
Build Date : Sat Feb 4 14:01:26 CET 2017
Build Host : aix51.perzl.org
Name : AIX-rpm
Install Date: Thu Jan 15 10:33:48 CET 2026
Build Date : Thu Jan 15 10:33:48 CET 2026
Build Host : MYSRV
Name : python3.12
Install Date: Thu Jan 15 10:34:18 CET 2026
Build Date : Wed Nov 5 18:51:57 CET 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : libmodulemd
Install Date: Thu Jan 15 10:34:18 CET 2026
Build Date : Thu Nov 6 10:42:49 CET 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : libsmartcols
Install Date: Thu Jan 15 10:34:19 CET 2026
Build Date : Sun Nov 2 05:50:53 CET 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : librepo
Install Date: Thu Jan 15 10:34:19 CET 2026
Build Date : Wed Nov 5 19:12:02 CET 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : libzstd
Install Date: Thu Jan 15 10:34:21 CET 2026
Build Date : Thu Oct 30 07:53:28 CET 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : python3.12-libdnf
Install Date: Thu Jan 15 10:34:23 CET 2026
Build Date : Thu Nov 20 05:56:43 CET 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : python3.12-gpg
Install Date: Thu Jan 15 10:34:24 CET 2026
Build Date : Wed Nov 5 19:55:52 CET 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : python3.12-dateutil
Install Date: Thu Jan 15 10:34:24 CET 2026
Build Date : Wed Oct 15 14:09:23 CEST 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : python3.12-librepo
Install Date: Thu Jan 15 10:34:24 CET 2026
Build Date : Wed Nov 5 19:12:02 CET 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : p11-kit-tools
Install Date: Thu Jan 15 10:34:25 CET 2026
Build Date : Wed Oct 15 06:03:24 CEST 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : python3.12-libcomps
Install Date: Thu Jan 15 10:34:25 CET 2026
Build Date : Wed Nov 5 19:03:38 CET 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : python3.12-dnf
Install Date: Thu Jan 15 10:34:30 CET 2026
Build Date : Thu Nov 20 06:54:30 CET 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : python3.12-dnf-plugin-migrate
Install Date: Thu Jan 15 10:34:30 CET 2026
Build Date : Wed Nov 5 19:37:17 CET 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : dnf
Install Date: Thu Jan 15 10:34:30 CET 2026
Build Date : Thu Nov 20 06:54:30 CET 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : python3-dnf-plugin-migrate
Install Date: Thu Jan 15 10:34:30 CET 2026
Build Date : Wed Nov 5 19:37:17 CET 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : python3-libcomps
Install Date: Thu Jan 15 10:34:30 CET 2026
Build Date : Wed Nov 5 16:31:04 CET 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : python3-librepo
Install Date: Thu Jan 15 10:34:30 CET 2026
Build Date : Wed Nov 5 19:12:02 CET 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : python3-gpg
Install Date: Thu Jan 15 10:34:30 CET 2026
Build Date : Wed Nov 5 19:55:52 CET 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : python3-libdnf
Install Date: Thu Jan 15 10:34:30 CET 2026
Build Date : Thu Nov 20 05:56:43 CET 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : rpmlibs32
Install Date: Thu Jan 15 10:34:31 CET 2026
Build Date : Sat Sep 13 18:46:22 CEST 2025
Build Host : aixoss2-lp3.pok.stglabs.ibm.com
Name : dos2unix
Install Date: Wed Nov 7 15:30:42 CET 2018
Build Date : Wed Nov 7 15:29:09 CET 2018
Build Host : MYSRV
Name : expect
Install Date: Wed Nov 7 15:30:42 CET 2018
Build Date : Wed Nov 7 15:29:11 CET 2018
Build Host : MYSRV
Name : freetype2-devel
Install Date: Wed Nov 7 15:30:43 CET 2018
Build Date : Wed Nov 7 15:29:16 CET 2018
Build Host : MYSRV
Name : glib2
Install Date: Wed Nov 7 15:30:45 CET 2018
Build Date : Wed Nov 7 15:29:22 CET 2018
Build Host : MYSRV
Name : libart_lgpl-devel
Install Date: Wed Nov 7 15:30:46 CET 2018
Build Date : Wed Nov 7 15:29:31 CET 2018
Build Host : MYSRV
Name : libpng-devel
Install Date: Wed Nov 7 15:30:47 CET 2018
Build Date : Wed Nov 7 15:29:39 CET 2018
Build Host : MYSRV
Name : libxslt
Install Date: Wed Nov 7 15:30:48 CET 2018
Build Date : Wed Nov 7 15:29:48 CET 2018
Build Host : MYSRV
Name : netcat
Install Date: Wed Nov 7 15:30:50 CET 2018
Build Date : Wed Nov 7 15:29:58 CET 2018
Build Host : MYSRV
Name : popt
Install Date: Wed Nov 7 15:30:51 CET 2018
Build Date : Wed Nov 7 15:30:15 CET 2018
Build Host : MYSRV
Name : rsync
Install Date: Wed Nov 7 15:30:52 CET 2018
Build Date : Wed Nov 7 15:30:21 CET 2018
Build Host : MYSRV
Name : tcl
Install Date: Wed Nov 7 15:30:53 CET 2018
Build Date : Wed Nov 7 15:30:24 CET 2018
Build Host : MYSRV
Name : unzip-64bit
Install Date: Wed Nov 7 15:30:54 CET 2018
Build Date : Wed Nov 7 15:30:26 CET 2018
Build Host : MYSRV
Name : zlib
Install Date: Wed Nov 7 15:30:55 CET 2018
Build Date : Wed Nov 7 15:30:31 CET 2018
Build Host : MYSRV
Name : readline
Install Date: Wed Nov 7 15:48:47 CET 2018
Build Date : Thu Jan 29 08:36:34 CET 2015
Build Host : green51.in.ibm.com
Name : yum-metadata-parser
Install Date: Wed Nov 7 15:48:47 CET 2018
Build Date : Fri Feb 24 19:51:50 CET 2017
Build Host : green52.in.ibm.com
Name : python
Install Date: Wed Nov 7 15:48:58 CET 2018
Build Date : Wed Jun 22 13:02:37 CEST 2016
Build Host : green52.in.ibm.com
Name : python-iniparse
Install Date: Wed Nov 7 15:48:59 CET 2018
Build Date : Mon Jun 13 14:41:09 CEST 2016
Build Host : green52.in.ibm.com
Name : python-urlgrabber
Install Date: Wed Nov 7 15:49:01 CET 2018
Build Date : Mon Jun 13 13:29:37 CEST 2016
Build Host : green52.in.ibm.com
Name : db
Install Date: Thu Nov 8 20:20:52 CET 2018
Build Date : Tue Aug 21 13:44:51 CEST 2018
Build Host : pokndd5.pok.stglabs.ibm.com
Name : openldap
Install Date: Thu Nov 8 20:20:54 CET 2018
Build Date : Wed Aug 1 09:13:49 CEST 2018
Build Host : pokndd10.pok.stglabs.ibm.com
similar to the way DNS (Domain Name System) information is propagated
Name : jq
Install Date: Thu Aug 1 12:09:36 CEST 2019
Build Date : Tue Jun 25 14:58:08 CEST 2019
Build Host : pokndd10.pok.stglabs.ibm.com
Name : libstdc++
Install Date: Mon Oct 28 19:30:24 CET 2019
Build Date : Mon Sep 24 18:07:31 CEST 2018
Build Host : pokndd6.pok.stglabs.ibm.com
Name : mpfr
Install Date: Mon Oct 28 19:30:25 CET 2019
Build Date : Thu Oct 10 13:02:03 CEST 2019
Build Host : pokndd5.pok.stglabs.ibm.com
Name : ncurses
Install Date: Mon Oct 28 19:30:31 CET 2019
Build Date : Tue Jan 8 11:25:02 CET 2019
Build Host : aixoss-automation-3.in.ibm.com
Name : gcc-cpp
Install Date: Mon Oct 28 19:30:32 CET 2019
Build Date : Mon Sep 24 18:07:31 CEST 2018
Build Host : pokndd6.pok.stglabs.ibm.com
Name : osinstall
Install Date: Sun Apr 7 14:20:47 CEST 2024
Build Date : Fri Aug 19 19:00:32 CEST 2011
Build Host : ruby310.austin.ibm.com
Name : python-paramiko
Install Date: Thu Jun 27 17:31:16 CEST 2024
Build Date : Thu May 11 10:24:09 CEST 2017
Build Host : pokndd5.pok.stglabs.ibm.com
Name : gpg-pubkey
Install Date: Thu Jan 15 10:33:49 CET 2026
Build Date : Thu Apr 17 09:23:01 CEST 2025
Build Host : localhost
Name : python3
Install Date: Thu Jan 15 10:34:18 CET 2026
Build Date : Wed Nov 5 19:40:23 CET 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : rpm-python3.12
Install Date: Thu Jan 15 10:34:19 CET 2026
Build Date : Sun Nov 2 08:49:25 CET 2025
Build Host : aixoss2-lp4.pok.stglabs.ibm.com
Name : libsolv
Install Date: Thu Jan 15 10:34:19 CET 2026
Build Date : Mon Oct 27 09:24:15 CET 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : libdnf
Install Date: Thu Jan 15 10:34:21 CET 2026
Build Date : Thu Nov 20 05:56:43 CET 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : zchunk-libs
Install Date: Thu Jan 15 10:34:21 CET 2026
Build Date : Thu Oct 30 07:14:34 CET 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : python3.12-hawkey
Install Date: Thu Jan 15 10:34:24 CET 2026
Build Date : Thu Nov 20 05:56:43 CET 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : python3.12-six
Install Date: Thu Jan 15 10:34:24 CET 2026
Build Date : Wed Oct 15 14:08:27 CEST 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : python3-six
Install Date: Thu Jan 15 10:34:24 CET 2026
Build Date : Wed Oct 15 14:08:27 CEST 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : p11-kit
Install Date: Thu Jan 15 10:34:25 CET 2026
Build Date : Wed Oct 15 06:03:24 CEST 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : libcomps
Install Date: Thu Jan 15 10:34:25 CET 2026
Build Date : Wed Nov 5 19:03:38 CET 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : dnf-data
Install Date: Thu Jan 15 10:34:25 CET 2026
Build Date : Thu Nov 20 06:54:30 CET 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : python3.12-dnf-plugins-core
Install Date: Thu Jan 15 10:34:30 CET 2026
Build Date : Wed Nov 5 19:37:17 CET 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : python3-dnf
Install Date: Thu Jan 15 10:34:30 CET 2026
Build Date : Thu Nov 20 06:54:30 CET 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : dnf-automatic
Install Date: Thu Jan 15 10:34:30 CET 2026
Build Date : Thu Nov 20 06:54:30 CET 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : python3-dnf-plugins-core
Install Date: Thu Jan 15 10:34:30 CET 2026
Build Date : Wed Nov 5 19:37:17 CET 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : ca-certificates
Install Date: Thu Jan 15 10:34:30 CET 2026
Build Date : Thu Oct 23 05:46:17 CEST 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : python3-dateutil
Install Date: Thu Jan 15 10:34:30 CET 2026
Build Date : Wed Oct 15 14:09:23 CEST 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : python3-hawkey
Install Date: Thu Jan 15 10:34:30 CET 2026
Build Date : Thu Nov 20 05:56:43 CET 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
Name : rpm-python3
Install Date: Thu Jan 15 10:34:30 CET 2026
Build Date : Sun Nov 2 08:49:25 CET 2025
Build Host : aixoss2-lp4.pok.stglabs.ibm.com
Name : gnupg2
Install Date: Thu Jan 15 10:34:34 CET 2026
Build Date : Mon Oct 27 13:14:39 CET 2025
Build Host : aixoss2-lp2.pok.stglabs.ibm.com
#
Still, dependency resolution fails and dnf cannot be repaired due to missing .so members in .a archives.
Is there a recommended way to repair dnf when libintl is broken like this?
Thanks in advance.
------------------------------
Thierry Bertaud
------------------------------