AIX Open Source

AIX Open Source

Share your experiences and connect with fellow developers to discover how to build and manage open source software for the AIX operating system

 View Only
  • 1.  yum check - Dependencies error

    Posted Mon October 12, 2020 01:48 AM
    Hi Experts,

    Just need your assistance. I have configured YUM repository on NIM server, We are receiving the below error while executing yum check.


    libstdc++-6.3.0-2.ppc has missing requires of AIX-rpm < ('0', '7.2.0.0', None)
    libstdc++-6.3.0-2.ppc has missing requires of libgcc = ('0', '6.3.0', '2')
    libtiff-4.0.3-1.ppc has missing requires of liblzma.a(liblzma.so.0)
    Error: check all


    Also Im unable to install createrepo due to the RPM dependencies. Could you please help me in resolving the dependency issues.

    Downloading Packages:
    createrepo-0.10.3-3.aix6.1.noarch.rpm | 90 kB 00:00:00
    Running Transaction Check
    ERROR with transaction check vs depsolve:
    AIX-rpm < 7.2.0.0 is needed by libstdc++-8.3.0-2.ppc
    Please report this error in http://yum.baseurl.org/report
    ** Found 3 pre-existing rpmdb problem(s), 'yum check' output follows:
    libstdc++-6.3.0-2.ppc has missing requires of AIX-rpm < ('0', '7.2.0.0', None)
    libstdc++-6.3.0-2.ppc has missing requires of libgcc = ('0', '6.3.0', '2')
    libtiff-4.0.3-1.ppc has missing requires of liblzma.a(liblzma.so.0)
    Your transaction was saved, rerun it with: yum load-transaction /tmp/yum_save_tx-2020-10-10-16-54mAvUqg.yumtx

    ------------------------------
    Satish Krishnamurthy
    ------------------------------


  • 2.  RE: yum check - Dependencies error

    Posted Mon October 12, 2020 02:56 PM
    Packages like libgcc & libstdc++ needs to be installed which is built for the specific versions of AIX.
    What version of AIX you are running YUM ? and let us know the output of "yum repolist"
    Command "rpm -qR libstdc++" would list what is the exact dependency requirement is.

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