looks like iffe failed on
        /root/tmp/ksh-20120202/arch/sol11.i386/src/lib/libdll/FEATURE/dll
I've seen this happen before
try this
        cd /root/tmp/ksh-20120202
        rm arch/sol11.i386/src/lib/libdll/FEATURE/dll
        bin/package make SHELL=/bin/sh

On Mon, 13 Feb 2012 15:52:48 -0700 Clark J. Wang wrote:
> I downloaded INIT.2012-02-02.tgz and ast-ksh.2012-02-02.tgz and tried to
> build it. Following is what I did:

> $ mkdir ksh-20120202
> $ cd ksh-20120202
> $ tar xzf ~/INIT.2012-02-02.tgz
> $ tar xzf ~/ast-ksh.2012-02-02.tgz
> $ bin/package make

> This is my first time building ksh from source code so forgive me if I did
> something wrong. :)

what you did is fine
you could also do this to let package manage the tarball reading
        mkdir -p lib/package/tgz
        # download tgz files in lib/package/tgz
        bin/package read
        bin/package make

_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users

Reply via email to