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

Moving rpm build from true64 to redhat 7 for install on AIX servers

  • 1.  Moving rpm build from true64 to redhat 7 for install on AIX servers

    Posted Sat May 12, 2018 09:17 AM

    Originally posted by: BigJujju


    I have moved the rpmbuild source server form tru64 to a redhat rhel 7 server. I have rebuilt all the rpms on the redhat server to ensure I cound do so but when I try and install them on an AIX server. both AIX 7.1 and AIX 7.2 they all fail with this message:

    Retrieving http://cgli438a/rpms/gioes-accounts-scripts-1.0-6.noarch.rpm
    error: failed dependencies:
            rpmlib(FileDigests) <= 4.6.0-1 is needed by gioes-accounts-scripts-1.0-6
            rpmlib(PayloadIsXz) <= 5.2-1 is needed by gioes-accounts-scripts-1.0-6

    All these RPMs mostly just contain korn shell scripts.

    Do I need to make changes in how the rpm i built or is something required on the target server.


    #AIXOpenSource
    #AIX-Open-Source-Software


  • 2.  Re: Moving rpm build from true64 to redhat 7 for install on AIX servers

    Posted Tue May 15, 2018 11:22 AM

    Originally posted by: AyappanP


    This is most likely a problem with rpm compatibility between your build server (redhat rhel 7 server ) and AIX. These rpmlib features in the output might not have satisfied by the AIX rpm.

    What version of rpm you have in the AIX machines ?

    rpm --version 

    And execute "rpm --showrc" to list the features supported by rpmlib

     


    #AIXOpenSource
    #AIX-Open-Source-Software