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.  Yum check / Missing requires

    Posted Wed July 15, 2020 10:00 AM
    Hello,

    Today we ran YUM's installation successfully.

    But the yum check   command returns the following error.

    Should we update the   libstdc++-devel   package ?



    arcci037(root) /tmp/yum_deploiement # yum check
    libstdc++-devel-4.9.4-1.ppc has missing requires of AIX-rpm < ('0', '7.2.0.0', None)
    Error: check all

    arcci037(root) /tmp/yum_deploiement # rpm -qa | grep -i libstdc
    libstdc++-8.3.0-2.ppc
    libstdc++-devel-4.9.4-1.ppc

    arcci037(root) /tmp/yum_deploiement # yum list libstdc++
    Installed Packages
    libstdc++.ppc 8.3.0-2 @AIX_Toolbox_72
    arcci037(root) /tmp/yum_deploiement # yum list libstdc++-devel
    Installed Packages
    libstdc++-devel.ppc 4.9.4-1 installed
    Available Packages
    libstdc++-devel.ppc 8.3.0-2 AIX_Toolbox_72

    arcci037(root) /tmp/yum_deploiement # rpm -qi libstdc++-devel
    Name : libstdc++-devel
    Version : 4.9.4
    Release : 1
    Architecture: ppc
    Install Date: Thu Jan 16 16:03:25 NFT 2020
    Group : Development/Libraries
    Size : 14465094
    License : GPL
    Signature : (none)
    Source RPM : gcc-4.9.4-1.src.rpm
    Build Date : Thu Aug 4 18:51:35 DFT 2016
    Build Host : aix71.perzl.org
    Relocations : (not relocatable)
    URL : http://gcc.gnu.org/
    Summary : Header files and libraries for C++ development
    Description :
    This is the GNU implementation of the standard C++ libraries. This
    package includes the header files and libraries needed for C++
    development. This includes a rewritten implementation of STL.
    arcci037(root) /tmp/yum_deploiement #

    ------------------------------
    christophe derouet
    ------------------------------

    #AIXOpenSource


  • 2.  RE: Yum check / Missing requires

    Posted Wed July 15, 2020 10:18 AM
    It is a good practice to update to latest level of packages. After installing yum running 'yum update' will update the packages to latest level.

    ------------------------------
    SANKET RATHI
    ------------------------------