On Fri, Aug 13, 2010 at 3:08 AM, Elias Pipping <[email protected]> wrote: > [..] So I went back and redid > everything without specifying custom CCFLAGS: > > pipp...@bogus ~/build_no_ccflags $ tar xf ~/Downloads/ast-base.2010-08-11.tgz > pipp...@bogus ~/build_no_ccflags $ tar xf ~/Downloads/INIT.2010-08-11.tgz > pipp...@bogus ~/build_no_ccflags $ ./bin/package only make ast-ksh > SHELL=/bin/sh > > That works [..]
I proceeded: pipp...@bogus ~/build_no_ccflags $ ./bin/package only make nmake SHELL=/bin/sh pipp...@bogus ~/build_no_ccflags $ ./bin/package only test ast-ksh SHELL=/bin/sh That still skips tests because of missing wrappers/symlinks: [..] basic.sh[437]: /home/pipping/build_no_ccflags/arch/linux.i386-64/bin/cat: not found [No such file or directory] [..] path.sh[172]: /home/pipping/build_no_ccflags/arch/linux.i386-64/bin/chmod: not found [No such file or directory] [..] pty.sh[37]: pty command not found -- tests skipped [..] I'm also seeing this: shcomp-io.ksh[346]: read -n3 from fifo not working Which occurs randomly, and this (which happened two out of two times): locale.sh[263]: LANG change not seen by function -- expected $'(libshell,3,46)\nAn error occurred.\n(libshell,3,46)', got $'(debug,message,libshell,"An error occurred.")\nAn error occurred.\n(debug,message,libshell,"An error occurred.")' Something's wrong with the nmake man page by the way: pipp...@bogus ~ $ ls -l $(find build_no_ccflags/ -name nmake.1) -rw-r--r-- 1 pipping pipping 43 2010-08-13 02:56 build_no_ccflags/arch/linux.i386-64/man/man1/nmake.1 -rw-r--r-- 1 pipping pipping 43 2010-08-13 02:56 build_no_ccflags/arch/linux.i386-64/src/cmd/nmake/nmake.1 pipp...@bogus ~ $ cat $(find build_no_ccflags/ -name nmake.1) make: makerules.mo: cannot read base rules make: makerules.mo: cannot read base rules pipp...@bogus ~ $ I'm attaching test.out. Regards, Elias Pipping
test.out.xz
Description: application/xz
_______________________________________________ ast-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-users
