Well I found the problem :
In the /QOpenSys/openpkg/etc/openpkg/rpmmacros I found :
%l_build_path %(if [ -d %{l_prefix}/lib/openpkg/override ];
then echo "%{l_prefix}/lib/openpkg/override:";
fi)%{l_prefix}/bin:%{l_prefix}/sbin:/bin:/sbin:/usr/bin:/usr/sbin
In my case It should ge like this :
%l_build_path %(if [ -d %{l_prefix}/lib/openpkg/override ];
then echo "%{l_prefix}/lib/openpkg/override:";
fi)%{l_prefix}/bin:%{l_prefix}/sbin:/usr/linux/bin:/opt/freeware/bin:/QOpenSys/usr/bin:/bin:/sbin:/usr/bin:/usr/sbin
/usr/linux/bin
=> hacked uname
/opt/freeware/bin
=> AIX Toolbox for Java stuff, for instance gcc
/QOpenSys/usr/bin
=> AIX/PASE commands and the mandatory ld
This kind of hack will be needed until we get the minimal devel tools
in openpkg rpm format.
______________________________________________________________________
The OpenPKG Project www.openpkg.org
Developer Communication List [email protected]