I can not compile ast-open either because nmake crashes in my 64bit build: program terminated by signal SEGV (no mapping at the fault address) 0x0000000100032a38: metamatch+0x0078: ldsb [%g5 + 1], %i5 (dbx) where =>[1] metamatch(0x0, 0xffffffff7eb02512, 0xffffffff7e719951, 0x0, 0x6c, 0x1e07b4), at 0x100032a38 [2] associate(0xffffffff7e704370, 0xffffffff7eb091f0, 0xffffffff7e70b510, 0x0, 0xffffffff7eb091f0, 0x0), at 0x10004bc98 [3] bindfile(0x4, 0x0, 0x100213178, 0xffffffff7eb091f0, 0x100102140, 0x100232920), at 0x10001522c [4] bindrule(0xffffffff7eb091f0, 0x0, 0x41000000, 0x1000000, 0x100213178, 0x1f700), at 0x100016728 [5] token(0xffffffff7e20b6e0, 0xffffffff7e50a534, 0x1, 0x1, 0x28, 0x100213178), at 0x10002525c [6] expandops(0x0, 0x0, 0x0, 0x54, 0xffffffff7e902950, 0xffffffff7e20b6e0), at 0x10002a834 [7] expandvars(0xffffffff7e5078c0, 0x0, 0xffffffff7e50a530, 0x3a, 0x0, 0xffffffff7e1016b0), at 0x10002bc30 [8] expand(0xffffffff7e5078c0, 0x2, 0x0, 0xffffffff7e101229, 0x100233108, 0x100213178), at 0x10002c248 [9] statement(0xffffffff7e5078c0, 0x800, 0x49, 0x0, 0xffffffff7e10122b, 0x0), at 0x100044c98 [10] parse(0x0, 0x0, 0xffffffff7e71173b, 0x0, 0x100219870, 0x1002175d8), at 0x100048f00 [11] trigger(0x3300000, 0xffffffff7fffe168, 0xffffffff7e71174a, 0x8008000, 0xffffffff7e7008f0, 0x400000), at 0x10001b310 [12] update(0xffffffff7e7008f0, 0xffffffff7e7008f0, 0xffffffff7e71174a, 0x24, 0x1f400, 0x1002328d7), at 0x10002e8c0 [13] make(0xffffffff7e7008f0, 0x0, 0xffffffff7e506320, 0x0, 0x100213178, 0x100103e38), at 0x10003128c [14] maketop(0xffffffff7e7008f0, 0x0, 0xffffffff7e60a47f, 0x1002328d2, 0x0, 0x100213178), at 0x10002e960 [15] getval(0x1f700, 0x0, 0x100214b88, 0xffffffff7e7008f0, 0x100232878, 0x20), at 0x10005a47c [16] expandvars(0xffffffff7e507800, 0xffffffff7e60a470, 0x0, 0x3a, 0x1, 0xffffffff7e60a470), at 0x10002b868 [17] expand(0xffffffff7e507800, 0x29, 0x0, 0xffffffff7e60dc26, 0x100233108, 0x100213178), at 0x10002c248 [18] dynamic(0xffffffff7e60ced0, 0xffffffff7e60cc90, 0x1000000, 0x100213178, 0xffffffff7fffe6a0, 0xffffffff7fffe694), at 0x10004cce0 [19] make(0xffffffff7e60ced0, 0x1, 0x8000000, 0x0, 0x100213178, 0x100103e38), at 0x10002f670 [20] maketop(0xffffffff7e60ced0, 0x0, 0x0, 0x1002328d2, 0x0, 0x100213178), at 0x10002e960 [21] main(0x66f8, 0x100219870, 0xffffffff7eb0b910, 0x0, 0x8000, 0x1002197c0), at 0x10002dabc
Olga On Mon, Feb 13, 2012 at 11:52 PM, Clark J. Wang <[email protected]> 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 > ... > ... [snipped] > ... > + /bin/cp /root/tmp/ksh-20120202/src/cmd/ksh93/fun/pushd > /root/tmp/ksh-20120202/arch/sol11.i386/fun/pushd > + chmod ugo+x /root/tmp/ksh-20120202/arch/sol11.i386/fun/pushd > mamake: *** exit code 1 making cmd/ksh93 > package: make done at Tue Feb 14 06:34:10 CST 2012 in > /root/tmp/ksh-20120202/arch/sol11.i386 > $ bin/package results > results.txt > > The attached file is the output of `package results'. > > This is my first time building ksh from source code so forgive me if I did > something wrong. :) > > _______________________________________________ > ast-users mailing list > [email protected] > https://mailman.research.att.com/mailman/listinfo/ast-users > -- , _ _ , { \/`o;====- Olga Kryzhanovska -====;o`\/ } .----'-/`-/ [email protected] \-`\-'----. `'-..-| / http://twitter.com/fleyta \ |-..-'` /\/\ Solaris/BSD//C/C++ programmer /\/\ `--` `--` _______________________________________________ ast-developers mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-developers
