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.  findutils 4.4.2-3 broken

    Posted Tue December 26, 2017 05:20 PM

    Originally posted by: KiloBravo


     

    Findutils 4.4.2-3 is broken as-delivered.  To function, updatedb script needs references to /var/tmp/findutils-root removed, and coreutils installed.

     

    rpm build/install path embeds in updatedb scripts ...
    $ grep findutils-root `which updatedb`
    : ${LOCATE_DB=/var/tmp/findutils-root/opt/freeware/var/locatedb}
        : ${LIBEXECDIR=/var/tmp/findutils-root/opt/freeware/libexec}
        : ${BINDIR=/var/tmp/findutils-root/opt/freeware/bin}

     

    # updatedb script has undeclared dependency on coreutils (hard-path to GNU sort command)
    $ grep sort `which updatedb`
        sort="/opt/freeware/bin/sort"
            sort="/opt/freeware/bin/sort -z"
            sort="/opt/freeware/bin/sort"

     

    -kpb

     



  • 2.  Re: findutils 4.4.2-3 broken

    Posted Mon January 01, 2018 05:48 AM

    Originally posted by: AyappanP


    Thanks for bringing up the issue. We will fix these issues in the upcoming release.



  • 3.  Re: findutils 4.4.2-3 broken

    Posted Fri January 19, 2018 10:49 AM

    Originally posted by: AyappanP


    Findutils 4.6.0 version has been made available in AIX Toolbox. ftp://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/findutils/findutils-4.6.0-1.aix6.1.ppc.rpm

    The above issues are fixed in this release.