There is a bug in the tools compilation step (rev. 4462). Specifically sclite build fails (a path fails to be applied, apparently because the source code already has the changes). This is the steps that I took and the output:
$ svn co https://svn.code.sf.net/p/kaldi/code/trunk kaldi-trunk
...
Checked out revision 4462.
$ cd kaldi-trunk/tools
$ cd make
[...]
cd sctk/src/rfilter1/; patch -N -p0 < ../../../extras/sctk-2.4.8.patch2
patching file ./include/aprules2.c
patching file ./include/atobool.c
patching file ./include/boolpr1.c
patching file ./include/calloc2.c
patching file ./include/dbpkg1.c
patching file ./include/del_eol.c
patching file ./include/expenv.c
patching file ./include/fatalerr.c
patching file ./include/fcndcls.h
patching file ./include/frstr1.c
patching file ./include/frules2.c
patching file ./include/gcomflag.c
patching file ./include/gdatadef.h
patching file ./include/grules2.c
patching file ./include/hparstr1.h
patching file ./include/mfname1.c
patching file ./include/mupper.c
patching file ./include/pltrim.c
patching file ./include/pltrimf.c
patching file ./include/prtrim.c
patching file ./include/prtrim2.c
patching file ./include/remcomm.c
patching file ./include/rulestr2.h
patching file ./include/ss_to_s.c
patching file ./include/ssstr1.h
patching file ./include/sstok2.c
patching file ./include/stdcenvp.h
patching file ./include/str_eq.c
patching file ./include/strcmpi.c
patching file ./include/strcutr.c
patching file ./include/strdup2.c
patching file ./include/strncmpi.c
patching file ./include/textlen.c
patching file ./include/valdata.c
patching file ./rfilter1.c
patching file ./include/aprules2.c
Reversed (or previously applied) patch detected! Skipping patch.
3 out of 3 hunks ignored -- saving rejects to file ./include/aprules2.c.rej
patching file ./include/atobool.c
Reversed (or previously applied) patch detected! Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file ./include/atobool.c.rej
[...]
Reversed (or previously applied) patch detected! Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file ./rfilter1.c.rej
make: *** [sctk/.patched] Error 1
The rest of tools work well when compiled separately:
$ make tool_to_compile
Thanks,
Joan.
Fixed now. do svn up
Fixed.
removed dups in patch.