Michael Schloh von Bennewitz wrote:
> On Fri, Aug 09, 2002, T.J. Yang wrote:
>
>>7. HP-UX 10.20 shown as fully suppported. where can I
>> find the binaries sh?
>>
>
>
> Hello T.J.,
> Let me ask once more - Where did you see that OpenPKG fully supports HP-UX? I
> would like to correct the text that you read. In any case, HP-UX is not a
> fully supported platform. Others have gotten OpenPKG to work on your platform
> with minor modifications, and we are indeed interested in OpenPKG + HP-UX.
> We've done some minor work to marry the two, but as you see on your platform
> it's not yet robust enough to fully support.
>
> Regards,
> Michael
>
1. here is the message when compiling the suource, I believe version
08082002 has same problem.
bash-2.04# sh openpkg.boot --prefix=/cw --user=root --group=root
OpenPKG Bootstrap Procedure
++ bootstrap version: 20020718-20020718
++ user/group pairs: root/sys root/sys root-r/root-r root-n/root-n
++ location id: cw
++ distribution directory: /dual/tmp/hp712100/openpkg-20020718-20020718.src
++ platform: 9000_712-hp-hpux10.20 (Congratulations: fully supported)
++ executing(%prep): sh /tmp/openpkg.boot.prep.sh
+ umask 022
+ cd /tmp
+ [ . = .1 ]
+ rm -rf openpkg-20020718
bash-2.04# uname -a
HP-UX hp712100 B.10.20 A 9000/712 2008696082 two-user license
bash-2.04# date
Fri Aug 9 16:08:19 CDT 2002
bash-2.04#
2. It is in aux.prereq.sh
<snip>
;;
*-hpux* )
support=maybe
case $platform in
*-hpux10.20 )
support=yes
;;
esac
;;
<snip>
3. I am not good at rpm yet, do you know how to make rpm %setup macro in
%prep section to use "chown -R" intead of "chown -Rhf" ?
4. in openpkg.spec/openpkg.boot, the error checking is not good enough.
do you plan to add more checking ? the current script is just
move on to next configure/compile/make of base softare
(gzip,bash,tar...rpm 4.02). This is a waste of time.
in my case, bash2.05b can't finish the configure and so as
tar-1.13-25. The script will failed in the end because tar and
bash were missing.
5. also, why all the .tar.gz file were expanded at the same time instead
of expanded on demand ?
6. Any plan to make the bootstrap-plaform??.sh a native package to a
perticular platform ? ie, pkgadd -d ./openpkg.pkg or swinstall
openpkg.depot. samba web site has some example script on how to do
this.
Thanks for the reply
tj
______________________________________________________________________
The OpenPKG Project www.openpkg.org
Developer Communication List [EMAIL PROTECTED]