Does anyone see the 2 failures below? test attributes begins at 2012-04-24+16:14:44 ./src/cmd/ksh93/tests/attributes.sh[441]: cd: /home/fleyta/src/cmd/ksh93/gsf8: [No such file or directory] test attributes passed at 2012-04-24+16:14:49 [ 104 tests 0 errors ] test attributes(shcomp) begins at 2012-04-24+16:14:49 /tmp/tmp_3d.las/shcomp-attributes.ksh[441]: cd: /home/fleyta/src/cmd/ksh93/gsf8: [No such file or directory] test attributes(shcomp) passed at 2012-04-24+16:14:54 [ 104 tests 0 errors ]
This is caused by this new line in attributes.sh +cd ~/src/cmd/ksh93/gsf8 This is an accident, right? Olga On Mon, Apr 23, 2012 at 11:54 PM, Glenn Fowler <[email protected]> wrote: > > ast 2012-04-23 git updates have been posted > the update addresses many problems brought up on ast-users and ast-developers > (thanks for the detailed reports) > > * a first round of ksh fixes (another update in a day or so) > * nmake fixes so that cmd line option changes like --shared cause rebuilds > * libast regex fixes to properly scope ksh ~(E)... vs ~(E:...) > > the update also includes the { grep xargs } ksh builtins/plugins in > src/cmd/kshlib/cmdtst > > to test cmdtst after building the packages, cd to a clean dir and: > mkdir bin lib > print $'BUILTIN_LIB=cmdtst\nLD_LIBRARY_PATH=../lib' > bin/.paths > cp $INSTALLROOT/src/cmd/kshlib/cmdtst/$(getconf > LIBPREFIX)cmdtst$(getconf LIBSUFFIX) lib > and > export PATH=$PWD/bin:$PATH > > _______________________________________________ > 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-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-users
