Open Source Development

Power Open Source Development

Explore the open source tools and capabilities for building and deploying modern applications on IBM Power platforms including AIX, IBM i, and Linux.


#Power


#Power

 View Only
  • 1.  After AIX 7.3 migration and DNF conversion from 32-bit to 64-bit - dnf check shows problems

    Posted Wed January 11, 2023 12:53 PM
    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


  • 2.  RE: After AIX 7.3 migration and DNF conversion from 32-bit to 64-bit - dnf check shows problems

    Posted Thu January 12, 2023 06:00 AM
    i am in the same boat here...upgrade from aix 7.2 -> 7.3  kills dnf...what is the correct procedure here...

    "dnf update" dnf did not work, it should though.

    ------------------------------
    I regret starting this entire conversation
    ------------------------------



  • 3.  RE: After AIX 7.3 migration and DNF conversion from 32-bit to 64-bit - dnf check shows problems

    Posted Thu January 12, 2023 07:01 AM
    Hi Chris,

    Please let me know the details of the "dnf update" issue.

    ------------------------------
    SANGAMESH
    ------------------------------



  • 4.  RE: After AIX 7.3 migration and DNF conversion from 32-bit to 64-bit - dnf check shows problems

    Posted Thu January 12, 2023 07:33 AM
    Edited by C- -T Thu January 12, 2023 07:35 AM
    i cant find the detailed output on the trice but it was something "dnf update dnf" wants to upgrade dnf and in the same wants to downgrade yum -4.2.17
    to yum-3.4.3-8  which is not going through of course. i forced this, just for testing, and dnf goes bust afterwards, which is understandable.

    so what i really want to know is...is "dnf update dnf"  after going from aix 7.2 with dnf already installed to aix 7.3 (7300-01-01-2246) enough to migrate successfully?

    ------------------------------
    I regret starting this entire conversation
    ------------------------------



  • 5.  RE: After AIX 7.3 migration and DNF conversion from 32-bit to 64-bit - dnf check shows problems

    Posted Thu January 12, 2023 07:00 AM
    Hi Dean,

    Please reinstall the packages listed.
    Since versions are same they won't be updated to 7.3 gcc by default.

    ------------------------------
    SANGAMESH
    ------------------------------



  • 6.  RE: After AIX 7.3 migration and DNF conversion from 32-bit to 64-bit - dnf check shows problems

    Posted Thu January 12, 2023 02:11 PM
    Hi Sangamesh - thanks for the tip - I ran the "dnf reinstall" for those packages and now dnf check runs clean.

    Thanks!

    Dean

    ------------------------------
    Dean Rowswell
    ------------------------------