Getting this at the beginning of the build...

+ cd lsof_4.75_src
+ case "powerpc-aix5.1" in
+ echo 'Platform powerpc-aix5.1 not supported'
Platform powerpc-aix5.1 not supported

This is happening with the SRC and CURRENT source code. In the spec it looks like AIX support has been removed:

%build
    cd lsof_%{version}_src
    case "%{l_platform -t}" in
        *-freebsd* ) platform="freebsd" ;;
        *-linux*   ) platform="linux"   ;;
        *-sunos*   ) platform="solaris" ;;
        *-netbsd*  ) platform="netbsd"  ;;
        *-hpux*    ) platform="hpuxgcc" ;;
        * ) echo "Platform %{l_platform -t} not supported" 1>&2; exit 1 ;;
    esac
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
User Communication List                      openpkg-users@openpkg.org

Reply via email to