My starting point was AIX 7.2 and DNF was installed and working fine.
I migrated AIX to 7.3 and then I have followed the instructions on migrating DNF 32-bit to 64-bit after AIX 7.3 migration
root@jp-p710-nim01:/:# oslevel -s
7300-01-01-2246
root@jp-p710-nim01:/:# dnf repolist
repo id repo name
AIX_Toolbox AIX generic repository
AIX_Toolbox_73 AIX 7.3 specific repository
AIX_Toolbox_noarch AIX noarch repository
root@jp-p710-nim01:/:# dnf update
Last metadata expiration check: 0:11:19 ago on Wed Jan 11 10:40:28 MST 2023.
Dependencies resolved.
Nothing to do.
Complete!
root@jp-p710-nim01:/:# dnf check
libgcc-1:10-2.ppc has missing requires of AIX-rpm < 7.3.0.0
libgcc10-10.3.0-6.ppc has missing requires of AIX-rpm < 7.3.0.0
libgomp-1:10-2.ppc has missing requires of AIX-rpm < 7.3.0.0
libgomp10-10.3.0-6.ppc has missing requires of AIX-rpm < 7.3.0.0
libstdc++-1:10-2.ppc has missing requires of AIX-rpm < 7.3.0.0
libstdc++10-10.3.0-6.ppc has missing requires of AIX-rpm < 7.3.0.0
root@jp-p710-nim01:/:# rpm -qa|egrep "libgcc|libgomp|libstd"|sort
libgcc-10-2.ppc
libgcc10-10.3.0-6.ppc
libgomp-10-2.ppc
libgomp10-10.3.0-6.ppc
libstdc++-10-2.ppc
libstdc++10-10.3.0-6.ppc
I compared this with a new install of AIX 7.3 that I have done and the packages are identical. "dnf check" on new install AIX 7.3 runs clean.
Any idea?
Thanks
Dean
------------------------------
Dean Rowswell
------------------------------
#AIXOpenSource