Re: [ast-developers] ast ksh 2012-10-04 alpha

2012-10-10 Thread Glenn Fowler
On Wed, 10 Oct 2012 19:24:45 +0200 Lionel Cons wrote: > On 9 October 2012 18:01, Glenn Fowler wrote: > > > > On Tue, 9 Oct 2012 17:46:21 +0200 =?KOI8-R?B?z8zYx8Egy9LZ1sHOz9fTy8HR?= > > wrote: > >> Glenn, which hexadecimal code is ^M again, is it 0x0D? > > > >> cat Downloads/Mamfile | od -t x1 |

Re: [ast-developers] ast ksh 2012-10-04 alpha

2012-10-10 Thread Lionel Cons
On 9 October 2012 18:01, Glenn Fowler wrote: > > On Tue, 9 Oct 2012 17:46:21 +0200 =?KOI8-R?B?z8zYx8Egy9LZ1sHOz9fTy8HR?= wrote: >> Glenn, which hexadecimal code is ^M again, is it 0x0D? > >> cat Downloads/Mamfile | od -t x1 | fgrep -i 0d | wc -l >> 920 >> cat Downloads/Mamfile | od -t x1 | fgrep -

Re: [ast-developers] ast ksh 2012-10-04 alpha

2012-10-10 Thread Lionel Cons
On 6 October 2012 09:31, Glenn Fowler wrote: > > ast ksh 2012-10-04 alpha source packages have been posted to > www.research.att.com/sw/download/alpha/ > > this alpha includes { grep xargs iconv } as ksh static builtins > any b_*() function added to src/lib/libcmd will automatically be add

Re: [ast-developers] ast ksh 2012-10-04 alpha

2012-10-09 Thread Glenn Fowler
On Tue, 9 Oct 2012 17:46:21 +0200 =?KOI8-R?B?z8zYx8Egy9LZ1sHOz9fTy8HR?= wrote: > Glenn, which hexadecimal code is ^M again, is it 0x0D? > cat Downloads/Mamfile | od -t x1 | fgrep -i 0d | wc -l > 920 > cat Downloads/Mamfile | od -t x1 | fgrep -i 0a | wc -l > 919 > Can you resend the file, with bz

Re: [ast-developers] ast ksh 2012-10-04 alpha

2012-10-09 Thread Glenn Fowler
given the troubles with 2012-10-04 alpha I'll post another within 6 hrs On Tue, 9 Oct 2012 11:40:50 -0400 Glenn Fowler wrote: > On Tue, 9 Oct 2012 17:24:56 +0200 =?KOI8-R?B?z8zYx8Egy9LZ1sHOz9fTy8HR?= wrote: > > Glenn, I tried the work around on Suse 12.2, and it failed with this error: > > + mv

Re: [ast-developers] ast ksh 2012-10-04 alpha

2012-10-09 Thread ольга крыжановская
Glenn, which hexadecimal code is ^M again, is it 0x0D? cat Downloads/Mamfile | od -t x1 | fgrep -i 0d | wc -l 920 cat Downloads/Mamfile | od -t x1 | fgrep -i 0a | wc -l 919 Can you resend the file, with bzip2 compression, to prevent mail apps from mangling text files, please? Olga On Tue, Oct 9

Re: [ast-developers] ast ksh 2012-10-04 alpha

2012-10-09 Thread Glenn Fowler
On Tue, 9 Oct 2012 17:24:56 +0200 =?KOI8-R?B?z8zYx8Egy9LZ1sHOz9fTy8HR?= wrote: > Glenn, I tried the work around on Suse 12.2, and it failed with this error: > + mv 1.22479.x > /home/test001/work/ast_ksh_20121004/build_gsffix/arch/linux.i386-64/include/ast/sum.h > + mamake -C lib/libcmd -k instal

Re: [ast-developers] ast ksh 2012-10-04 alpha

2012-10-09 Thread ольга крыжановская
Glenn, I tried the work around on Suse 12.2, and it failed with this error: + mv 1.22479.x /home/test001/work/ast_ksh_20121004/build_gsffix/arch/linux.i386-64/include/ast/sum.h + mamake -C lib/libcmd -k install mamake [lib/libcmd]: /home/test001/work/ast_ksh_20121004/build_gsffix/src/lib/libcmd/M

Re: [ast-developers] ast ksh 2012-10-04 alpha

2012-10-09 Thread ольга крыжановская
Glenn, our libcmd tail test module still fails, as Roland has reported in his mail below. It is a bit tricky for us on Solaris, as it happens to system scripts to hang on run level switch or system shut down. I attached the test module to this mail. Olga -- Forwarded message -- Fr

Re: [ast-developers] ast ksh 2012-10-04 alpha

2012-10-09 Thread ольга крыжановская
Cedric, one quick solution is to use http://svn.nrubsig.org/svn/people/gisburn/scripts/buildksh93.sh on Linux; Solaris changes is still on Roland's To do list. Olga On Mon, Oct 8, 2012 at 9:18 PM, Cedric Blancher wrote: > On 6 October 2012 09:31, Glenn Fowler wrote: >> >> ast ksh 2012-10-04 alp

Re: [ast-developers] ast ksh 2012-10-04 alpha

2012-10-08 Thread Glenn Fowler
On Mon, 8 Oct 2012 21:18:36 +0200 Cedric Blancher wrote: > On 6 October 2012 09:31, Glenn Fowler wrote: > > > > ast ksh 2012-10-04 alpha source packages have been posted to > > www.research.att.com/sw/download/alpha/ > > > > this alpha includes { grep xargs iconv } as ksh static builtins >

Re: [ast-developers] ast ksh 2012-10-04 alpha

2012-10-08 Thread Cedric Blancher
On 6 October 2012 09:31, Glenn Fowler wrote: > > ast ksh 2012-10-04 alpha source packages have been posted to > www.research.att.com/sw/download/alpha/ > > this alpha includes { grep xargs iconv } as ksh static builtins > any b_*() function added to src/lib/libcmd will automatically be add

Re: [ast-developers] ast ksh 2012-10-04 alpha

2012-10-08 Thread Cedric Blancher
On 7 October 2012 20:10, Glenn Fowler wrote: > > On Sun, 7 Oct 2012 15:58:26 +0200 Cedric Blancher wrote: >> On 6 October 2012 09:31, Glenn Fowler wrote: >> > >> > ast ksh 2012-10-04 alpha source packages have been posted to >> > www.research.att.com/sw/download/alpha/ > >> Has anyone man

Re: [ast-developers] ast ksh 2012-10-04 alpha

2012-10-07 Thread Glenn Fowler
On Sun, 7 Oct 2012 15:58:26 +0200 Cedric Blancher wrote: > On 6 October 2012 09:31, Glenn Fowler wrote: > > > > ast ksh 2012-10-04 alpha source packages have been posted to > > www.research.att.com/sw/download/alpha/ > Has anyone managed to build this? package make just returns with exit

Re: [ast-developers] ast ksh 2012-10-04 alpha

2012-10-07 Thread Cedric Blancher
On 6 October 2012 09:31, Glenn Fowler wrote: > > ast ksh 2012-10-04 alpha source packages have been posted to > www.research.att.com/sw/download/alpha/ Has anyone managed to build this? package make just returns with exit code 0 without any output (Debian Linux). Ced -- Cedric Blancher

[ast-developers] ast ksh 2012-10-04 alpha

2012-10-06 Thread Glenn Fowler
ast ksh 2012-10-04 alpha source packages have been posted to www.research.att.com/sw/download/alpha/ this alpha includes { grep xargs iconv } as ksh static builtins any b_*() function added to src/lib/libcmd will automatically be added as a ksh static builtin access the builtins by addi