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
Expand all | Collapse all

yum check error - libgcc-8-1.ppc has missing requires of AIX-rpm

  • 1.  yum check error - libgcc-8-1.ppc has missing requires of AIX-rpm

    Posted Sun October 15, 2023 05:21 PM
    yum check produces the following errors:
     
    # yum check
    1:libgcc-8-1.ppc has missing requires of AIX-rpm < ('0', '7.2.0.0', None)
    libgcc8-8.3.0-4.ppc has missing requires of AIX-rpm < ('0', '7.2.0.0', None)
    1:libgomp-8-1.ppc has missing requires of AIX-rpm < ('0', '7.2.0.0', None)
    libgomp8-8.3.0-4.ppc has missing requires of AIX-rpm < ('0', '7.2.0.0', None)
    1:libstdc++-8-1.ppc has missing requires of AIX-rpm < ('0', '7.2.0.0', None)
    libstdc++8-8.3.0-4.ppc has missing requires of AIX-rpm < ('0', '7.2.0.0', None)
    Error: check all
     
     
    # yum reinstall libgcc-8-1 libgcc8-8.3.0-4 libgomp-8-1 libgomp8-8.3.0-4 libstdc++-8-1 libstdc++8-8.3.0-4
    Setting up Reinstall Process
    Installed package 1:libstdc++-8-1.ppc (from AIX_Toolbox_71) not available.
    Resolving Dependencies
    --> Running transaction check
    ---> Package libgcc.ppc 1:8-1 will be reinstalled
    --> Processing Dependency: AIX-rpm < 7.2.0.0 for package: 1:libgcc-8-1.ppc
    ---> Package libgcc8.ppc 0:8.3.0-4 will be reinstalled
    --> Processing Dependency: AIX-rpm < 7.2.0.0 for package: libgcc8-8.3.0-4.ppc
    ---> Package libgomp.ppc 1:8-1 will be reinstalled
    --> Processing Dependency: AIX-rpm < 7.2.0.0 for package: 1:libgomp-8-1.ppc
    ---> Package libgomp8.ppc 0:8.3.0-4 will be reinstalled
    --> Processing Dependency: AIX-rpm < 7.2.0.0 for package: libgomp8-8.3.0-4.ppc
    ---> Package libstdc++8.ppc 0:8.3.0-4 will be reinstalled
    --> Processing Dependency: AIX-rpm < 7.2.0.0 for package: libstdc++8-8.3.0-4.ppc
    --> Finished Dependency Resolution
    Error: Package: libgomp8-8.3.0-4.ppc (AIX_Toolbox_71)
               Requires: AIX-rpm < 7.2.0.0
               Installed: AIX-rpm-7.2.5.201-32.ppc (installed)
                   AIX-rpm = 7.2.5.201-32
    Error: Package: libstdc++8-8.3.0-4.ppc (AIX_Toolbox_71)
               Requires: AIX-rpm < 7.2.0.0
               Installed: AIX-rpm-7.2.5.201-32.ppc (installed)
                   AIX-rpm = 7.2.5.201-32
    Error: Package: 1:libgcc-8-1.ppc (AIX_Toolbox_71)
               Requires: AIX-rpm < 7.2.0.0
               Installed: AIX-rpm-7.2.5.201-32.ppc (installed)
                   AIX-rpm = 7.2.5.201-32
    Error: Package: 1:libgomp-8-1.ppc (AIX_Toolbox_71)
               Requires: AIX-rpm < 7.2.0.0
               Installed: AIX-rpm-7.2.5.201-32.ppc (installed)
                   AIX-rpm = 7.2.5.201-32
    Error: Package: libgcc8-8.3.0-4.ppc (AIX_Toolbox_71)
               Requires: AIX-rpm < 7.2.0.0
               Installed: AIX-rpm-7.2.5.201-32.ppc (installed)
                   AIX-rpm = 7.2.5.201-32
     You could try using --skip-broken to work around the problem
    ** Found 6 pre-existing rpmdb problem(s), 'yum check' output follows:
    1:libgcc-8-1.ppc has missing requires of AIX-rpm < ('0', '7.2.0.0', None)
    libgcc8-8.3.0-4.ppc has missing requires of AIX-rpm < ('0', '7.2.0.0', None)
    1:libgomp-8-1.ppc has missing requires of AIX-rpm < ('0', '7.2.0.0', None)
    libgomp8-8.3.0-4.ppc has missing requires of AIX-rpm < ('0', '7.2.0.0', None)
    1:libstdc++-8-1.ppc has missing requires of AIX-rpm < ('0', '7.2.0.0', None)
    libstdc++8-8.3.0-4.ppc has missing requires of AIX-rpm < ('0', '7.2.0.0', None)
     
    RPM.rte version:
    rpm.rte                4.15.1.1006
     
    What could've caused this and what's the way out of it? Have tried re-install rpm.rte, running updatevpkg.


    ------------------------------
    Dennis Mathews
    ------------------------------

    #AIXOpenSource


  • 2.  RE: yum check error - libgcc-8-1.ppc has missing requires of AIX-rpm

    Posted Mon October 16, 2023 04:11 AM

    Looks like this a AIX 7.2 machine but pointing to AIX 7.1 repo. Probably the machine is migrated from 7.1 to 7.2. 
    Check this blog here -> https://community.ibm.com/community/user/power/blogs/sangamesh-mallayya1/2022/01/10/aix-migration-with-dnf?CommunityKey=10c1d831-47ee-4d92-a138-b03f7896f7c9



    ------------------------------
    Ayappan P
    ------------------------------