[tlbuild] tl10 rebuild

Edd Barrett vext01 at gmail.com
Wed Jul 7 17:54:00 CEST 2010


On Wed, Jul 07, 2010 at 04:14:52PM +0200, Peter Breitenlohner wrote:
> On Wed, 7 Jul 2010, Peter Breitenlohner wrote:
> 
> >All tests in tex/web2c/omegafonts/ seem to fail while parsing the first line
> >of the .pl (.opl, .vpl, .ovp) input file.  No idea what goes wrong.
> 
> Hi Edd,
> 
> can you try to change texk/web2c/omegafonts/header_routines.c:l.168 from
>     header = (string) xmalloc(4*(header_max+1));
> into
>     header = (string) xcalloc(4*(header_max+1), 1);
> and see if that helps (configuring without '--disable-omfonts').

OK, so I applied this (check it is correct):

--- header_routines.c.orig	Wed Jul  7 16:08:54 2010
+++ header_routines.c	Wed Jul  7 16:24:16 2010
@@ -165,7 +165,7 @@
     av_list L = header_list;
     unsigned ctr = HEADER_MIN;
 
-    header = (string) xmalloc(4*(header_max+1));
+    header = (string) xcalloc(4*(header_max+1), 1);
     while (L != NULL) {
 	while (ctr<lattr(L)) {
 	    store_header_int(ctr*4,0);

Some tests fail, the log is attached. Hrm :\


-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk
-------------- next part --------------
Making check in .
gmake[1]: Entering directory `/home/texlive/source/Work'
gmake[1]: Leaving directory `/home/texlive/source/Work'
Making check in texk/kpathsea
gmake[1]: Entering directory `/home/texlive/source/Work/texk/kpathsea'
gmake  check-recursive
gmake[2]: Entering directory `/home/texlive/source/Work/texk/kpathsea'
Making check in .
gmake[3]: Entering directory `/home/texlive/source/Work/texk/kpathsea'
gmake  check-TESTS
gmake[4]: Entering directory `/home/texlive/source/Work/texk/kpathsea'
file "$srcdir/access.c" is writable
PASS: kpseaccess.test
PASS: kpsereadlink.test
kpsestat = . => 755
kpsestat = kpsestat => 755
kpsestat = kpsestat.o => 644
kpsestat -rw kpsestat.o => 0
kpsestat g-r kpsestat.o => 604
kpsestat u-w kpsestat.o => 444
kpsestat o+x kpsestat.o => 645
kpsestat -rw,u+s kpsestat.o => 4000
kpsestat -rw,g+s kpsestat.o => 2000
kpsestat -rw,o+t kpsestat.o => 1000
kpsestat = $srcdir => 755
kpsestat = $srcdir/ => 755
kpsestat = $srcdir/kpsestat.c => 644
PASS: kpsestat.test
/home/texlive/source/Work/texmf
/home/texlive/source/Work/texmf
../../../texk/kpathsea/../tests/texmf/plain.bst
../../../texk/kpathsea/../tests/texmf/afmtest.afm
PASS: kpsewhich.test
==================
All 4 tests passed
==================
gmake[4]: Leaving directory `/home/texlive/source/Work/texk/kpathsea'
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/kpathsea'
Making check in doc
gmake[3]: Entering directory `/home/texlive/source/Work/texk/kpathsea/doc'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/kpathsea/doc'
Making check in man
gmake[3]: Entering directory `/home/texlive/source/Work/texk/kpathsea/man'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/kpathsea/man'
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/kpathsea'
gmake[1]: Leaving directory `/home/texlive/source/Work/texk/kpathsea'
Making check in texk/ptexenc
gmake[1]: Entering directory `/home/texlive/source/Work/texk/ptexenc'
gmake[1]: Nothing to be done for `check'.
gmake[1]: Leaving directory `/home/texlive/source/Work/texk/ptexenc'
Making check in libs
gmake[1]: Entering directory `/home/texlive/source/Work/libs'
Making check in .
gmake[2]: Entering directory `/home/texlive/source/Work/libs'
gmake[2]: Leaving directory `/home/texlive/source/Work/libs'
Making check in zlib
gmake[2]: Entering directory `/home/texlive/source/Work/libs/zlib'
Making check in .
gmake[3]: Entering directory `/home/texlive/source/Work/libs/zlib'
gmake  example minigzip \
	  zlib.test
gmake[4]: Entering directory `/home/texlive/source/Work/libs/zlib'
gmake[4]: `example' is up to date.
gmake[4]: `minigzip' is up to date.
gmake[4]: Nothing to be done for `../../../libs/zlib/zlib.test'.
gmake[4]: Leaving directory `/home/texlive/source/Work/libs/zlib'
gmake  check-TESTS
gmake[4]: Entering directory `/home/texlive/source/Work/libs/zlib'
hello world
zlib version 1.2.3 = 0x1230, compile flags = 0xa9
uncompress(): hello, hello!
gzread(): hello, hello!
gzgets() after gzseek:  hello!
inflate(): hello, hello!
large_inflate(): OK
after inflateSync(): hello, hello!
inflate with dictionary: hello, hello!
                *** zlib test OK ***
PASS: zlib.test
=============
1 test passed
=============
gmake[4]: Leaving directory `/home/texlive/source/Work/libs/zlib'
gmake[3]: Leaving directory `/home/texlive/source/Work/libs/zlib'
Making check in include
gmake[3]: Entering directory `/home/texlive/source/Work/libs/zlib/include'
gmake[3]: Leaving directory `/home/texlive/source/Work/libs/zlib/include'
gmake[2]: Leaving directory `/home/texlive/source/Work/libs/zlib'
Making check in libpng
gmake[2]: Entering directory `/home/texlive/source/Work/libs/libpng'
Making check in include
gmake[3]: Entering directory `/home/texlive/source/Work/libs/libpng/include'
gmake[3]: Leaving directory `/home/texlive/source/Work/libs/libpng/include'
gmake[3]: Entering directory `/home/texlive/source/Work/libs/libpng'
gmake  pngtest \
	  libpng.test
gmake[4]: Entering directory `/home/texlive/source/Work/libs/libpng'
gmake[4]: Nothing to be done for `../../../libs/libpng/libpng.test'.
gmake[4]: Leaving directory `/home/texlive/source/Work/libs/libpng'
gmake  check-TESTS
gmake[4]: Entering directory `/home/texlive/source/Work/libs/libpng'

 Testing libpng version 1.2.40
   with zlib   version 1.2.3

 libpng version 1.2.40 - September 10, 2009
   Copyright (c) 1998-2009 Glenn Randers-Pehrson
   Copyright (c) 1996-1997 Andreas Dilger
   Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
 library (10240): libpng version 1.2.40 - September 10, 2009

 pngtest (10240): libpng version 1.2.40 - September 10, 2009
 sizeof(png_struct)=1144, sizeof(png_info)=464

 Testing ../../../libs/libpng/libpng-1.2.40/pngtest.png:
 Pass 0: rwrwrwrwrwrwrwrwrw
 Pass 1: rwrwrwrwrwrwrwrwrw
 Pass 2: rwrwrwrwrwrwrwrw
 Pass 3: rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw
 Pass 4: rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw
 Pass 5: rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw
         rwrwrwrw
 Pass 6: rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw
         rwrwrwrwrw
 PASS (9782 zero samples)
 Filter 0 was used 21 times
 Filter 1 was used 15 times
 Filter 2 was used 52 times
 Filter 3 was used 10 times
 Filter 4 was used 33 times
 tIME = 7 Jun 1996 17:58:08 +0000
 libpng passes test
PASS: libpng.test
=============
1 test passed
=============
gmake[4]: Leaving directory `/home/texlive/source/Work/libs/libpng'
gmake[3]: Leaving directory `/home/texlive/source/Work/libs/libpng'
gmake[2]: Leaving directory `/home/texlive/source/Work/libs/libpng'
Making check in obsdcompat
gmake[2]: Entering directory `/home/texlive/source/Work/libs/obsdcompat'
gmake[2]: Nothing to be done for `check'.
gmake[2]: Leaving directory `/home/texlive/source/Work/libs/obsdcompat'
Making check in t1lib
gmake[2]: Entering directory `/home/texlive/source/Work/libs/t1lib'
gmake  type1afm \
	  type1afm.test
gmake[3]: Entering directory `/home/texlive/source/Work/libs/t1lib'
gmake[3]: `type1afm' is up to date.
gmake[3]: Nothing to be done for `../../../libs/t1lib/type1afm.test'.
gmake[3]: Leaving directory `/home/texlive/source/Work/libs/t1lib'
gmake  check-TESTS
gmake[3]: Entering directory `/home/texlive/source/Work/libs/t1lib'
Loading ./x047016t.pfa ... finished
Processing ... finished
Removing font 0 ... finished
PASS: type1afm.test
=============
1 test passed
=============
gmake[3]: Leaving directory `/home/texlive/source/Work/libs/t1lib'
gmake[2]: Leaving directory `/home/texlive/source/Work/libs/t1lib'
Making check in freetype
gmake[2]: Entering directory `/home/texlive/source/Work/libs/freetype'
gmake[2]: Nothing to be done for `check'.
gmake[2]: Leaving directory `/home/texlive/source/Work/libs/freetype'
Making check in freetype2
gmake[2]: Entering directory `/home/texlive/source/Work/libs/freetype2'
gmake[2]: Nothing to be done for `check'.
gmake[2]: Leaving directory `/home/texlive/source/Work/libs/freetype2'
Making check in gd
gmake[2]: Entering directory `/home/texlive/source/Work/libs/gd'
Making check in include
gmake[3]: Entering directory `/home/texlive/source/Work/libs/gd/include'
gmake[3]: Leaving directory `/home/texlive/source/Work/libs/gd/include'
gmake[3]: Entering directory `/home/texlive/source/Work/libs/gd'
gmake[3]: Nothing to be done for `check-am'.
gmake[3]: Leaving directory `/home/texlive/source/Work/libs/gd'
gmake[2]: Leaving directory `/home/texlive/source/Work/libs/gd'
Making check in xpdf
gmake[2]: Entering directory `/home/texlive/source/Work/libs/xpdf'
Making check in goo
gmake[3]: Entering directory `/home/texlive/source/Work/libs/xpdf/goo'
gmake[3]: Leaving directory `/home/texlive/source/Work/libs/xpdf/goo'
Making check in fofi
gmake[3]: Entering directory `/home/texlive/source/Work/libs/xpdf/fofi'
gmake[3]: Leaving directory `/home/texlive/source/Work/libs/xpdf/fofi'
Making check in xpdf
gmake[3]: Entering directory `/home/texlive/source/Work/libs/xpdf/xpdf'
gmake[3]: Leaving directory `/home/texlive/source/Work/libs/xpdf/xpdf'
gmake[3]: Entering directory `/home/texlive/source/Work/libs/xpdf'
gmake[3]: Nothing to be done for `check-am'.
gmake[3]: Leaving directory `/home/texlive/source/Work/libs/xpdf'
gmake[2]: Leaving directory `/home/texlive/source/Work/libs/xpdf'
Making check in zziplib
gmake[2]: Entering directory `/home/texlive/source/Work/libs/zziplib'
Making check in include/zzip
gmake[3]: Entering directory `/home/texlive/source/Work/libs/zziplib/include/zzip'
gmake[3]: Leaving directory `/home/texlive/source/Work/libs/zziplib/include/zzip'
gmake[3]: Entering directory `/home/texlive/source/Work/libs/zziplib'
gmake  unzzip \
	  zziplib.test
gmake[4]: Entering directory `/home/texlive/source/Work/libs/zziplib'
gmake[4]: `unzzip' is up to date.
gmake[4]: Nothing to be done for `../../../libs/zziplib/zziplib.test'.
gmake[4]: Leaving directory `/home/texlive/source/Work/libs/zziplib'
gmake  check-TESTS
gmake[4]: Entering directory `/home/texlive/source/Work/libs/zziplib'
README
PASS: zziplib.test
=============
1 test passed
=============
gmake[4]: Leaving directory `/home/texlive/source/Work/libs/zziplib'
gmake[3]: Leaving directory `/home/texlive/source/Work/libs/zziplib'
gmake[2]: Leaving directory `/home/texlive/source/Work/libs/zziplib'
Making check in graphite
gmake[2]: Entering directory `/home/texlive/source/Work/libs/graphite'
Making check in include/graphite
gmake[3]: Entering directory `/home/texlive/source/Work/libs/graphite/include/graphite'
gmake[3]: Leaving directory `/home/texlive/source/Work/libs/graphite/include/graphite'
gmake[3]: Entering directory `/home/texlive/source/Work/libs/graphite'
gmake[3]: Nothing to be done for `check-am'.
gmake[3]: Leaving directory `/home/texlive/source/Work/libs/graphite'
gmake[2]: Leaving directory `/home/texlive/source/Work/libs/graphite'
Making check in teckit
gmake[2]: Entering directory `/home/texlive/source/Work/libs/teckit'
Making check in include/teckit
gmake[3]: Entering directory `/home/texlive/source/Work/libs/teckit/include/teckit'
gmake[3]: Leaving directory `/home/texlive/source/Work/libs/teckit/include/teckit'
gmake[3]: Entering directory `/home/texlive/source/Work/libs/teckit'
gmake  check-TESTS
gmake[4]: Entering directory `/home/texlive/source/Work/libs/teckit'
PASS: teckit.test
=============
1 test passed
=============
gmake[4]: Leaving directory `/home/texlive/source/Work/libs/teckit'
gmake[3]: Leaving directory `/home/texlive/source/Work/libs/teckit'
gmake[2]: Leaving directory `/home/texlive/source/Work/libs/teckit'
Making check in icu
gmake[2]: Entering directory `/home/texlive/source/Work/libs/icu'
Making check in .
gmake[3]: Entering directory `/home/texlive/source/Work/libs/icu'
cd icu-build && gmake  all
gmake[4]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build'
gmake[4]: Making `all' in `stubdata'
gmake[5]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build/stubdata'
gmake[5]: Nothing to be done for `all'.
gmake[5]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build/stubdata'
gmake[4]: Making `all' in `common'
gmake[5]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build/common'
gmake[5]: Nothing to be done for `all'.
gmake[5]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build/common'
gmake[4]: Making `all' in `i18n'
gmake[5]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build/i18n'
gmake[5]: Nothing to be done for `all'.
gmake[5]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build/i18n'
gmake[4]: Making `all' in `layout'
gmake[5]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build/layout'
gmake[5]: Nothing to be done for `all'.
gmake[5]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build/layout'
gmake[4]: Making `all' in `layoutex'
gmake[5]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build/layoutex'
gmake[5]: Nothing to be done for `all'.
gmake[5]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build/layoutex'
gmake[4]: Making `all' in `tools'
gmake[5]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build/tools'
gmake[5]: Making `all' in `toolutil'
gmake[6]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build/tools/toolutil'
gmake[6]: Nothing to be done for `all'.
gmake[6]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build/tools/toolutil'
gmake[5]: Making `all' in `ctestfw'
gmake[6]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build/tools/ctestfw'
gmake[6]: Nothing to be done for `all'.
gmake[6]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build/tools/ctestfw'
gmake[5]: Making `all' in `makeconv'
gmake[6]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build/tools/makeconv'
gmake[6]: Nothing to be done for `all'.
gmake[6]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build/tools/makeconv'
gmake[5]: Making `all' in `genrb'
gmake[6]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build/tools/genrb'
gmake[6]: Nothing to be done for `all'.
gmake[6]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build/tools/genrb'
gmake[5]: Making `all' in `genuca'
gmake[6]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build/tools/genuca'
gmake[6]: Nothing to be done for `all'.
gmake[6]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build/tools/genuca'
gmake[5]: Making `all' in `genbrk'
gmake[6]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build/tools/genbrk'
gmake[6]: Nothing to be done for `all'.
gmake[6]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build/tools/genbrk'
gmake[5]: Making `all' in `genctd'
gmake[6]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build/tools/genctd'
gmake[6]: Nothing to be done for `all'.
gmake[6]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build/tools/genctd'
gmake[5]: Making `all' in `gennames'
gmake[6]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build/tools/gennames'
gmake[6]: Nothing to be done for `all'.
gmake[6]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build/tools/gennames'
gmake[5]: Making `all' in `genpname'
gmake[6]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build/tools/genpname'
gmake[6]: Nothing to be done for `all'.
gmake[6]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build/tools/genpname'
gmake[5]: Making `all' in `gencnval'
gmake[6]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build/tools/gencnval'
gmake[6]: Nothing to be done for `all'.
gmake[6]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build/tools/gencnval'
gmake[5]: Making `all' in `gensprep'
gmake[6]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build/tools/gensprep'
gmake[6]: Nothing to be done for `all'.
gmake[6]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build/tools/gensprep'
gmake[5]: Making `all' in `icuinfo'
gmake[6]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build/tools/icuinfo'
gmake[6]: Nothing to be done for `all'.
gmake[6]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build/tools/icuinfo'
gmake[5]: Making `all' in `genccode'
gmake[6]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build/tools/genccode'
gmake[6]: Nothing to be done for `all'.
gmake[6]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build/tools/genccode'
gmake[5]: Making `all' in `gencmn'
gmake[6]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build/tools/gencmn'
gmake[6]: Nothing to be done for `all'.
gmake[6]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build/tools/gencmn'
gmake[5]: Making `all' in `icupkg'
gmake[6]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build/tools/icupkg'
gmake[6]: Nothing to be done for `all'.
gmake[6]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build/tools/icupkg'
gmake[5]: Making `all' in `pkgdata'
gmake[6]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build/tools/pkgdata'
gmake[6]: Nothing to be done for `all'.
gmake[6]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build/tools/pkgdata'
gmake[5]: Making `all' in `gentest'
gmake[6]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build/tools/gentest'
gmake[6]: Nothing to be done for `all'.
gmake[6]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build/tools/gentest'
gmake[5]: Making `all' in `genprops'
gmake[6]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build/tools/genprops'
gmake[6]: Nothing to be done for `all'.
gmake[6]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build/tools/genprops'
gmake[5]: Making `all' in `gencase'
gmake[6]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build/tools/gencase'
gmake[6]: Nothing to be done for `all'.
gmake[6]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build/tools/gencase'
gmake[5]: Making `all' in `genbidi'
gmake[6]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build/tools/genbidi'
gmake[6]: Nothing to be done for `all'.
gmake[6]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build/tools/genbidi'
gmake[5]: Making `all' in `gennorm2'
gmake[6]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build/tools/gennorm2'
gmake[6]: Nothing to be done for `all'.
gmake[6]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build/tools/gennorm2'
gmake[5]: Making `all' in `gencfu'
gmake[6]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build/tools/gencfu'
gmake[6]: Nothing to be done for `all'.
gmake[6]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build/tools/gencfu'
gmake[6]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build/tools'
gmake[6]: Nothing to be done for `all-local'.
gmake[6]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build/tools'
gmake[5]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build/tools'
gmake[4]: Making `all' in `data'
gmake[5]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build/data'
gmake[5]: Nothing to be done for `all'.
gmake[5]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build/data'
gmake[4]: Making `all' in `io'
gmake[5]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build/io'
gmake[5]: Nothing to be done for `all'.
gmake[5]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build/io'
gmake[5]: Entering directory `/home/texlive/source/Work/libs/icu/icu-build'
gmake[5]: Nothing to be done for `all-local'.
gmake[5]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build'
gmake[4]: Leaving directory `/home/texlive/source/Work/libs/icu/icu-build'
gmake[3]: Leaving directory `/home/texlive/source/Work/libs/icu'
Making check in include
gmake[3]: Entering directory `/home/texlive/source/Work/libs/icu/include'
Making check in layout
gmake[4]: Entering directory `/home/texlive/source/Work/libs/icu/include/layout'
gmake[4]: Leaving directory `/home/texlive/source/Work/libs/icu/include/layout'
Making check in unicode
gmake[4]: Entering directory `/home/texlive/source/Work/libs/icu/include/unicode'
gmake[4]: Leaving directory `/home/texlive/source/Work/libs/icu/include/unicode'
gmake[4]: Entering directory `/home/texlive/source/Work/libs/icu/include'
gmake[4]: Leaving directory `/home/texlive/source/Work/libs/icu/include'
gmake[3]: Leaving directory `/home/texlive/source/Work/libs/icu/include'
gmake[2]: Leaving directory `/home/texlive/source/Work/libs/icu'
gmake[1]: Leaving directory `/home/texlive/source/Work/libs'
Making check in utils
gmake[1]: Entering directory `/home/texlive/source/Work/utils'
Making check in .
gmake[2]: Entering directory `/home/texlive/source/Work/utils'
gmake[2]: Leaving directory `/home/texlive/source/Work/utils'
Making check in chktex
gmake[2]: Entering directory `/home/texlive/source/Work/utils/chktex'
gmake  check-TESTS
gmake[3]: Entering directory `/home/texlive/source/Work/utils/chktex'
ChkTeX v1.6.4 - Copyright 1995-96 Jens T. Berger Thielemann.

No errors printed; No warnings printed; No user suppressed warnings printed.
PASS: chktex.test
=============
1 test passed
=============
gmake[3]: Leaving directory `/home/texlive/source/Work/utils/chktex'
gmake[2]: Leaving directory `/home/texlive/source/Work/utils/chktex'
Making check in dialog
gmake[2]: Entering directory `/home/texlive/source/Work/utils/dialog'
gmake[2]: Nothing to be done for `check'.
gmake[2]: Leaving directory `/home/texlive/source/Work/utils/dialog'
Making check in ps2eps
gmake[2]: Entering directory `/home/texlive/source/Work/utils/ps2eps'
gmake[2]: Nothing to be done for `check'.
gmake[2]: Leaving directory `/home/texlive/source/Work/utils/ps2eps'
Making check in psutils
gmake[2]: Entering directory `/home/texlive/source/Work/utils/psutils'
gmake[2]: Nothing to be done for `check'.
gmake[2]: Leaving directory `/home/texlive/source/Work/utils/psutils'
Making check in t1utils
gmake[2]: Entering directory `/home/texlive/source/Work/utils/t1utils'
gmake[2]: Leaving directory `/home/texlive/source/Work/utils/t1utils'
Making check in tpic2pdftex
gmake[2]: Entering directory `/home/texlive/source/Work/utils/tpic2pdftex'
gmake  tpic2pdftex.test
gmake[3]: Entering directory `/home/texlive/source/Work/utils/tpic2pdftex'
gmake[3]: Nothing to be done for `../../../utils/tpic2pdftex/tpic2pdftex.test'.
gmake[3]: Leaving directory `/home/texlive/source/Work/utils/tpic2pdftex'
gmake  check-TESTS
gmake[3]: Entering directory `/home/texlive/source/Work/utils/tpic2pdftex'
12,19c12,14
< \expandafter\ifx\csname graph\endcsname\relax
<    \csname newbox\expandafter\endcsname\csname graph\endcsname
< \fi
< \ifx\graphtemp\undefined
<   \csname newdimen\endcsname\graphtemp
< \fi
< \expandafter\setbox\csname graph\endcsname
<  =\vtop{\vskip 0pt\hbox{%
---
> \expandafter\ifx\csname graph\endcsname\relax \csname newbox\endcsname\graph\fi
> \expandafter\ifx\csname graphtemp\endcsname\relax \csname newdimen\endcsname\graphtemp\fi
> \setbox\graph=\vtop{\vskip 0pt\hbox{%
32,33c27
<     \graphtemp=.5ex
<     \advance\graphtemp by 0.125in
---
>     \graphtemp=.5ex\advance\graphtemp by 0.125in
38c32,34
< 0.072 w
---
> 112.32 -18 m
> 112.32 -32.4 l
> S
45,48d40
< 0.576 w
< 112.32 -18 m
< 112.32 -25.2 l
< S
57,58c49
<     \graphtemp=.5ex
<     \advance\graphtemp by 0.550in
---
>     \graphtemp=.5ex\advance\graphtemp by 0.550in
71,72c62
<     \graphtemp=.5ex
<     \advance\graphtemp by 0.550in
---
>     \graphtemp=.5ex\advance\graphtemp by 0.550in
77c67,69
< 0.072 w
---
> 69.12 -39.6 m
> 83.52 -39.6 l
> S
84,86c76,77
< 0.576 w
< 69.12 -39.6 m
< 76.32 -39.6 l
---
> 112.32 -46.8 m
> 112.32 -61.2 l
88d78
< 0.072 w
95,98d84
< 0.576 w
< 112.32 -46.8 m
< 112.32 -54 l
< S
107,108c93
<     \graphtemp=.5ex
<     \advance\graphtemp by 0.975in
---
>     \graphtemp=.5ex\advance\graphtemp by 0.975in
114c99,101
< 0.072 w
---
> 112.32 -79.2 m
> 112.32 -93.6 l
> S
121,124d107
< 0.576 w
< 112.32 -79.2 m
< 112.32 -86.4 l
< S
133,134c116
<     \graphtemp=.5ex
<     \advance\graphtemp by 1.400in
---
>     \graphtemp=.5ex\advance\graphtemp by 1.400in
147,148c129
<     \graphtemp=.5ex
<     \advance\graphtemp by 0.950in
---
>     \graphtemp=.5ex\advance\graphtemp by 0.950in
161,165c142,143
<     \graphtemp=\baselineskip
<     \multiply\graphtemp by -1
<     \divide\graphtemp by 2
<     \advance\graphtemp by .5ex
<     \advance\graphtemp by 1.575in
---
>     \graphtemp=\baselineskip\multiply\graphtemp by -1\divide\graphtemp by 2
>     \advance\graphtemp by .5ex\advance\graphtemp by 1.575in
167,171c145,146
<     \graphtemp=\baselineskip
<     \multiply\graphtemp by 1
<     \divide\graphtemp by 2
<     \advance\graphtemp by .5ex
<     \advance\graphtemp by 1.575in
---
>     \graphtemp=\baselineskip\multiply\graphtemp by 1\divide\graphtemp by 2
>     \advance\graphtemp by .5ex\advance\graphtemp by 1.575in
176c151,155
< 0.072 w
---
> 69.12 -68.4 m
> 70.92 -68.4 l
> 72.144 -68.4 74.448 -72.432 78.12 -81 c
> 83.52 -93.6 l
> S
183,187c162,165
< 0.576 w
< 69.12 -68.4 m
< 70.92 -68.4 l
< 72.144 -68.4 74.40192 -72.32832 77.976 -80.676 c
< 83.232 -92.952 l
---
> 69.12 -113.4 m
> 70.92 -113.4 l
> 72.144 -113.4 74.448 -112.536 78.12 -110.7 c
> 83.52 -108 l
189d166
< 0.072 w
196,200c173,174
< 0.576 w
< 69.12 -113.4 m
< 70.92 -113.4 l
< 72.144 -113.4 74.34432 -112.58208 77.796 -110.844 c
< 82.872 -108.288 l
---
> 112.32 -108 m
> 112.32 -122.4 l
202d175
< 0.072 w
209,212d181
< 0.576 w
< 112.32 -108 m
< 112.32 -115.2 l
< S
221,222c190
<     \graphtemp=.5ex
<     \advance\graphtemp by 1.825in
---
>     \graphtemp=.5ex\advance\graphtemp by 1.825in
229c197,199
< 0.072 w
---
> 112.32 -140.4 m
> 112.32 -154.8 l
> S
236,239d205
< 0.576 w
< 112.32 -140.4 m
< 112.32 -147.6 l
< S
248,249c214
<     \graphtemp=.5ex
<     \advance\graphtemp by 2.250in
---
>     \graphtemp=.5ex\advance\graphtemp by 2.250in
254c219,221
< 0.072 w
---
> 112.32 -169.2 m
> 112.32 -183.6 l
> S
261,264d227
< 0.576 w
< 112.32 -169.2 m
< 112.32 -176.4 l
< S
273,274c236
<     \graphtemp=.5ex
<     \advance\graphtemp by 2.675in
---
>     \graphtemp=.5ex\advance\graphtemp by 2.675in
281c243,245
< 0.072 w
---
> 112.32 -79.2 m
> 112.32 -93.6 l
> S
288,291d251
< 0.576 w
< 112.32 -79.2 m
< 112.32 -86.4 l
< S
300,301c260
<     \graphtemp=.5ex
<     \advance\graphtemp by 1.400in
---
>     \graphtemp=.5ex\advance\graphtemp by 1.400in
314,315c273
<     \graphtemp=.5ex
<     \advance\graphtemp by 0.950in
---
>     \graphtemp=.5ex\advance\graphtemp by 0.950in
328,332c286,287
<     \graphtemp=\baselineskip
<     \multiply\graphtemp by -1
<     \divide\graphtemp by 2
<     \advance\graphtemp by .5ex
<     \advance\graphtemp by 1.575in
---
>     \graphtemp=\baselineskip\multiply\graphtemp by -1\divide\graphtemp by 2
>     \advance\graphtemp by .5ex\advance\graphtemp by 1.575in
334,338c289,290
<     \graphtemp=\baselineskip
<     \multiply\graphtemp by 1
<     \divide\graphtemp by 2
<     \advance\graphtemp by .5ex
<     \advance\graphtemp by 1.575in
---
>     \graphtemp=\baselineskip\multiply\graphtemp by 1\divide\graphtemp by 2
>     \advance\graphtemp by .5ex\advance\graphtemp by 1.575in
343c295,299
< 0.072 w
---
> 69.12 -68.4 m
> 70.92 -68.4 l
> 72.144 -68.4 74.448 -72.432 78.12 -81 c
> 83.52 -93.6 l
> S
350,354c306,309
< 0.576 w
< 69.12 -68.4 m
< 70.92 -68.4 l
< 72.144 -68.4 74.40192 -72.32832 77.976 -80.676 c
< 83.232 -92.952 l
---
> 69.12 -113.4 m
> 70.92 -113.4 l
> 72.144 -113.4 74.448 -112.536 78.12 -110.7 c
> 83.52 -108 l
356d310
< 0.072 w
363,367c317,318
< 0.576 w
< 69.12 -113.4 m
< 70.92 -113.4 l
< 72.144 -113.4 74.34432 -112.58208 77.796 -110.844 c
< 82.872 -108.288 l
---
> 112.32 -108 m
> 112.32 -122.4 l
369d319
< 0.072 w
376,379d325
< 0.576 w
< 112.32 -108 m
< 112.32 -115.2 l
< S
388,389c334
<     \graphtemp=.5ex
<     \advance\graphtemp by 1.825in
---
>     \graphtemp=.5ex\advance\graphtemp by 1.825in
404,405c349
<     \graphtemp=.5ex
<     \advance\graphtemp by 0.125in
---
>     \graphtemp=.5ex\advance\graphtemp by 0.125in
410c354,356
< 0.072 w
---
> 270.72 -18 m
> 270.72 -32.4 l
> S
417,420d362
< 0.576 w
< 270.72 -18 m
< 270.72 -25.2 l
< S
429,430c371
<     \graphtemp=.5ex
<     \advance\graphtemp by 0.975in
---
>     \graphtemp=.5ex\advance\graphtemp by 0.975in
443,444c384
<     \graphtemp=.5ex
<     \advance\graphtemp by 0.950in
---
>     \graphtemp=.5ex\advance\graphtemp by 0.950in
449c389,391
< 0.072 w
---
> 227.52 -68.4 m
> 241.92 -68.4 l
> S
456,459d397
< 0.576 w
< 227.52 -68.4 m
< 234.72 -68.4 l
< S
468,472c406,407
<     \graphtemp=\baselineskip
<     \multiply\graphtemp by -1
<     \divide\graphtemp by 2
<     \advance\graphtemp by .5ex
<     \advance\graphtemp by 1.575in
---
>     \graphtemp=\baselineskip\multiply\graphtemp by -1\divide\graphtemp by 2
>     \advance\graphtemp by .5ex\advance\graphtemp by 1.575in
474,478c409,410
<     \graphtemp=\baselineskip
<     \multiply\graphtemp by 1
<     \divide\graphtemp by 2
<     \advance\graphtemp by .5ex
<     \advance\graphtemp by 1.575in
---
>     \graphtemp=\baselineskip\multiply\graphtemp by 1\divide\graphtemp by 2
>     \advance\graphtemp by .5ex\advance\graphtemp by 1.575in
483c415,419
< 0.072 w
---
> 227.52 -113.4 m
> 229.32 -113.4 l
> 230.544 -113.4 232.848 -112.536 236.52 -110.7 c
> 241.92 -108 l
> S
490,494c426,427
< 0.576 w
< 227.52 -113.4 m
< 229.32 -113.4 l
< 230.544 -113.4 232.74432 -112.58208 236.196 -110.844 c
< 241.272 -108.288 l
---
> 270.72 -108 m
> 270.72 -122.4 l
496d428
< 0.072 w
503,506d434
< 0.576 w
< 270.72 -108 m
< 270.72 -115.2 l
< S
515,516c443
<     \graphtemp=.5ex
<     \advance\graphtemp by 1.825in
---
>     \graphtemp=.5ex\advance\graphtemp by 1.825in
11,18c11,13
< \expandafter\ifx\csname graph\endcsname\relax
<    \csname newbox\expandafter\endcsname\csname graph\endcsname
< \fi
< \ifx\graphtemp\undefined
<   \csname newdimen\endcsname\graphtemp
< \fi
< \expandafter\setbox\csname graph\endcsname
<  =\vtop{\vskip 0pt\hbox{%
---
> \expandafter\ifx\csname graph\endcsname\relax \csname newbox\endcsname\graph\fi
> \expandafter\ifx\csname graphtemp\endcsname\relax \csname newdimen\endcsname\graphtemp\fi
> \setbox\graph=\vtop{\vskip 0pt\hbox{%
39c34,37
< 0.072 w
---
> 0.576 w
> 54 -18 m
> 90 -18 l
> S
46,49d43
< 0.576 w
< 54 -18 m
< 82.8 -18 l
< S
287,288c281
<     \graphtemp=.5ex
<     \advance\graphtemp by 0.250in
---
>     \graphtemp=.5ex\advance\graphtemp by 0.250in
293c286,288
< 0.072 w
---
> 126 -18 m
> 162 -18 l
> S
300,303d294
< 0.576 w
< 126 -18 m
< 154.8 -18 l
< S
311c302,304
< 0.072 w
---
> 198 -18 m
> 234 -18 l
> S
318,321d310
< 0.576 w
< 198 -18 m
< 226.8 -18 l
< S
329c318,320
< 0.072 w
---
> 270 -18 m
> 306 -18 l
> S
336,339d326
< 0.576 w
< 270 -18 m
< 298.8 -18 l
< S
366,373c353,355
< \expandafter\ifx\csname graph\endcsname\relax
<    \csname newbox\expandafter\endcsname\csname graph\endcsname
< \fi
< \ifx\graphtemp\undefined
<   \csname newdimen\endcsname\graphtemp
< \fi
< \expandafter\setbox\csname graph\endcsname
<  =\vtop{\vskip 0pt\hbox{%
---
> \expandafter\ifx\csname graph\endcsname\relax \csname newbox\endcsname\graph\fi
> \expandafter\ifx\csname graphtemp\endcsname\relax \csname newdimen\endcsname\graphtemp\fi
> \setbox\graph=\vtop{\vskip 0pt\hbox{%
384c366,368
< 0.072 w
---
> 54 -18 m
> 90 -18 l
> S
391,394d374
< 0.576 w
< 54 -18 m
< 82.8 -18 l
< S
402,518d381
< 143.496 -14.472 m
< 143.496 -14.472 l
< S
< 141.984 -11.232 m
< 141.984 -11.232 l
< S
< 139.824 -8.424 m
< 139.824 -8.424 l
< S
< 137.16 -6.048 m
< 137.16 -6.048 l
< S
< 134.208 -4.104 m
< 134.208 -4.104 l
< S
< 130.968 -2.592 m
< 130.968 -2.592 l
< S
< 127.584 -1.44 m
< 127.584 -1.44 l
< S
< 124.128 -0.648 m
< 124.128 -0.648 l
< S
< 120.528 -0.144 m
< 120.528 -0.144 l
< S
< 117 0 m
< 117 0 l
< S
< 113.4 -0.144 m
< 113.4 -0.144 l
< S
< 109.872 -0.648 m
< 109.872 -0.648 l
< S
< 106.416 -1.44 m
< 106.416 -1.44 l
< S
< 103.032 -2.592 m
< 103.032 -2.592 l
< S
< 99.792 -4.104 m
< 99.792 -4.104 l
< S
< 96.84 -6.048 m
< 96.84 -6.048 l
< S
< 94.176 -8.424 m
< 94.176 -8.424 l
< S
< 91.944 -11.232 m
< 91.944 -11.232 l
< S
< 90.504 -14.472 m
< 90.504 -14.472 l
< S
< 90 -18 m
< 90 -18 l
< S
< 90.504 -21.528 m
< 90.504 -21.528 l
< S
< 92.016 -24.768 m
< 92.016 -24.768 l
< S
< 94.176 -27.576 m
< 94.176 -27.576 l
< S
< 96.84 -29.952 m
< 96.84 -29.952 l
< S
< 99.792 -31.896 m
< 99.792 -31.896 l
< S
< 103.032 -33.408 m
< 103.032 -33.408 l
< S
< 106.416 -34.56 m
< 106.416 -34.56 l
< S
< 109.872 -35.352 m
< 109.872 -35.352 l
< S
< 113.472 -35.856 m
< 113.472 -35.856 l
< S
< 117 -36 m
< 117 -36 l
< S
< 120.6 -35.856 m
< 120.6 -35.856 l
< S
< 124.128 -35.352 m
< 124.128 -35.352 l
< S
< 127.584 -34.56 m
< 127.584 -34.56 l
< S
< 130.968 -33.408 m
< 130.968 -33.408 l
< S
< 134.208 -31.896 m
< 134.208 -31.896 l
< S
< 137.16 -29.952 m
< 137.16 -29.952 l
< S
< 139.824 -27.576 m
< 139.824 -27.576 l
< S
< 142.056 -24.768 m
< 142.056 -24.768 l
< S
< 143.496 -21.528 m
< 143.496 -21.528 l
< S
520c383,386
< 144 -18 l
---
> 144 -27.941125 131.911688 -36 117 -36 c
> 102.088312 -36 90 -27.941125 90 -18 c
> 90 -8.058875 102.088312 0 117 0 c
> 131.911688 0 144 -8.058875 144 -18 c
528c394,397
< 0.072 w
---
> 0.576 w
> 144 -18 m
> 180 -18 l
> S
535,537c404,408
< 0.576 w
< 144 -18 m
< 172.8 -18 l
---
> 234 -18 m
> 234 -27.941125 221.911688 -36 207 -36 c
> 192.088312 -36 180 -27.941125 180 -18 c
> 180 -8.058875 192.088312 0 207 0 c
> 221.911688 0 234 -8.058875 234 -18 c
539,610d409
< 232.02864 -11.238401 m
< 232.334929 -11.742368 232.610282 -12.264498 232.853174 -12.801899 c
< S
< 230.975377 -9.770722 m
< 231.349857 -10.253474 231.696602 -10.757114 232.013936 -11.279209 c
< S
< 225.693804 -4.98167 m
< 226.708489 -5.626132 227.671516 -6.348532 228.574174 -7.142335 c
< S
< 219.281172 -1.964592 m
< 220.418948 -2.349286 221.534033 -2.798082 222.621076 -3.308826 c
< S
< 212.333894 -0.40708 m
< 213.522876 -0.565692 214.703718 -0.780277 215.872486 -1.05012 c
< S
< 205.200606 -0.040028 m
< 206.398633 0.013299 207.598438 0.013343 208.796469 -0.039898 c
< S
< 198.12434 -1.050853 m
< 199.293321 -0.780855 200.474385 -0.566138 201.663596 -0.407415 c
< S
< 191.376004 -3.310198 m
< 192.463073 -2.799308 193.578194 -2.350371 194.716014 -1.965543 c
< S
< 185.424044 -7.143902 m
< 186.326784 -6.349863 187.289921 -5.627248 188.304741 -4.982594 c
< S
< 181.912252 -11.28219 m
< 182.229476 -10.760023 182.576116 -10.256303 182.950494 -9.773467 c
< S
< 181.145542 -12.80474 m
< 181.388313 -12.2673 181.663546 -11.745124 181.969719 -11.241103 c
< S
< 180.135449 -19.799705 m
< 179.955148 -18.608668 179.954849 -17.397298 180.134561 -16.206172 c
< S
< 181.97265 -24.763719 m
< 181.66638 -24.259979 181.391022 -23.738083 181.1481 -23.20092 c
< S
< 183.025934 -26.230968 m
< 182.651519 -25.748432 182.304817 -25.245018 181.987502 -24.723157 c
< S
< 188.309223 -31.020252 m
< 187.294602 -30.376051 186.331609 -29.653929 185.428954 -28.860415 c
< S
< 194.721259 -34.03623 m
< 193.583624 -33.651685 192.468666 -33.203056 191.381736 -32.692495 c
< S
< 201.66927 -35.665342 m
< 200.480162 -35.506814 199.29919 -35.292302 198.130289 -35.022521 c
< S
< 208.802412 -36.031837 m
< 207.604389 -36.085254 206.404583 -36.085387 205.206549 -36.032236 c
< S
< 215.878435 -35.020506 m
< 214.709586 -35.290565 213.528652 -35.505355 212.339568 -35.664162 c
< S
< 222.626779 -32.688494 m
< 221.539616 -33.199557 220.424387 -33.648652 219.286448 -34.033624 c
< S
< 228.579048 -28.853377 m
< 227.676327 -29.647684 226.713181 -30.370559 225.698325 -31.015458 c
< S
< 232.08916 -24.715485 m
< 231.771918 -25.237881 231.425238 -25.741821 231.050797 -26.224868 c
< S
< 232.855725 -23.192455 m
< 232.612982 -23.730136 232.33775 -24.25255 232.031554 -24.756801 c
< S
< 233.864098 -16.197307 m
< 234.044704 -17.388339 234.045302 -18.599749 233.865871 -19.790959 c
< S
613,617c412,413
<     \graphtemp=\baselineskip
<     \multiply\graphtemp by -1
<     \divide\graphtemp by 2
<     \advance\graphtemp by .5ex
<     \advance\graphtemp by 0.250in
---
>     \graphtemp=\baselineskip\multiply\graphtemp by -1\divide\graphtemp by 2
>     \advance\graphtemp by .5ex\advance\graphtemp by 0.250in
619,623c415,416
<     \graphtemp=\baselineskip
<     \multiply\graphtemp by 1
<     \divide\graphtemp by 2
<     \advance\graphtemp by .5ex
<     \advance\graphtemp by 0.250in
---
>     \graphtemp=\baselineskip\multiply\graphtemp by 1\divide\graphtemp by 2
>     \advance\graphtemp by .5ex\advance\graphtemp by 0.250in
628c421,423
< 0.072 w
---
> 234 -18 m
> 270 -18 l
> S
635,638d429
< 0.576 w
< 234 -18 m
< 262.8 -18 l
< S
716,717c507
<     \graphtemp=.5ex
<     \advance\graphtemp by 0.250in
---
>     \graphtemp=.5ex\advance\graphtemp by 0.250in
722c512,514
< 0.072 w
---
> 324 -18 m
> 360 -18 l
> S
729,732d520
< 0.576 w
< 324 -18 m
< 352.8 -18 l
< S
772,779c560,562
< \expandafter\ifx\csname graph\endcsname\relax
<    \csname newbox\expandafter\endcsname\csname graph\endcsname
< \fi
< \ifx\graphtemp\undefined
<   \csname newdimen\endcsname\graphtemp
< \fi
< \expandafter\setbox\csname graph\endcsname
<  =\vtop{\vskip 0pt\hbox{%
---
> \expandafter\ifx\csname graph\endcsname\relax \csname newbox\endcsname\graph\fi
> \expandafter\ifx\csname graphtemp\endcsname\relax \csname newdimen\endcsname\graphtemp\fi
> \setbox\graph=\vtop{\vskip 0pt\hbox{%
806,813c589,591
< \expandafter\ifx\csname graph\endcsname\relax
<    \csname newbox\expandafter\endcsname\csname graph\endcsname
< \fi
< \ifx\graphtemp\undefined
<   \csname newdimen\endcsname\graphtemp
< \fi
< \expandafter\setbox\csname graph\endcsname
<  =\vtop{\vskip 0pt\hbox{%
---
> \expandafter\ifx\csname graph\endcsname\relax \csname newbox\endcsname\graph\fi
> \expandafter\ifx\csname graphtemp\endcsname\relax \csname newdimen\endcsname\graphtemp\fi
> \setbox\graph=\vtop{\vskip 0pt\hbox{%
817,823d594
< 0.072 w
< q 0 g
< 64.8 -34.2 m
< 72 -36 l
< 64.8 -37.8 l
< 64.8 -34.2 l
< B Q
828,829c599,600
< 11.52 -30.24 11.4048 -36 35.64 -36 c
< 71.28 -36 l
---
> 11.52 -30.24 11.52 -36 36 -36 c
> 72 -36 l
831d601
< 0.072 w
838d607
< 0.576 w
847c616
< q [3.6 4.05] 0 d
---
> q [3.6 4.] 0 d
849c618
< 64.8 -36 l
---
> 72 -36 l
850a620,625
> q 0 g
> 64.8 -34.2 m
> 72 -36 l
> 64.8 -37.8 l
> 64.8 -34.2 l
> B Q
861,868c636,638
< \expandafter\ifx\csname graph\endcsname\relax
<    \csname newbox\expandafter\endcsname\csname graph\endcsname
< \fi
< \ifx\graphtemp\undefined
<   \csname newdimen\endcsname\graphtemp
< \fi
< \expandafter\setbox\csname graph\endcsname
<  =\vtop{\vskip 0pt\hbox{%
---
> \expandafter\ifx\csname graph\endcsname\relax \csname newbox\endcsname\graph\fi
> \expandafter\ifx\csname graphtemp\endcsname\relax \csname newdimen\endcsname\graphtemp\fi
> \setbox\graph=\vtop{\vskip 0pt\hbox{%
873,879d642
< 0.072 w
< q 0 g
< 1.8 -64.8 m
< 0 -72 l
< -1.728 -64.8 l
< 1.8 -64.8 l
< B Q
885,886c648,649
< 11.52 -30.24 0 -41.6448 0 -53.64 c
< 0 -71.28 l
---
> 11.52 -30.24 0 -41.76 0 -54 c
> 0 -72 l
889,895d651
< Q
< }%
< \pdfliteral {Q}%
< \pdfliteral{
< q [] 0 d 1 J 1 j
< 0.576 w
< 0.072 w
901a658,662
> Q
> }%
> \pdfliteral {Q}%
> \pdfliteral{
> q [] 0 d 1 J 1 j
913c674
< 0 -64.8 l
---
> 0 -72 l
914a676,681
> q 0 g
> 1.8 -64.8 m
> 0 -72 l
> -1.728 -64.8 l
> 1.8 -64.8 l
> B Q
925,932c692,694
< \expandafter\ifx\csname graph\endcsname\relax
<    \csname newbox\expandafter\endcsname\csname graph\endcsname
< \fi
< \ifx\graphtemp\undefined
<   \csname newdimen\endcsname\graphtemp
< \fi
< \expandafter\setbox\csname graph\endcsname
<  =\vtop{\vskip 0pt\hbox{%
---
> \expandafter\ifx\csname graph\endcsname\relax \csname newbox\endcsname\graph\fi
> \expandafter\ifx\csname graphtemp\endcsname\relax \csname newdimen\endcsname\graphtemp\fi
> \setbox\graph=\vtop{\vskip 0pt\hbox{%
936c698,704
< 0.072 w
---
> 0.576 w
> 27 -27 m
> 9.036 -27 l
> -3.17952 -27 -3.17952 -21.25152 9.036 -9.036 c
> 21.25152 3.17952 32.76 3.17952 45 -9.036 c
> 63 -27 l
> S
943,949d710
< 0.576 w
< 27 -27 m
< 9.036 -27 l
< -3.17952 -27 -3.17952 -21.25152 9.036 -9.036 c
< 21.25152 3.17952 32.67936 3.26016 44.748 -8.784 c
< 62.496 -26.496 l
< S
960,967c721,723
< \expandafter\ifx\csname graph\endcsname\relax
<    \csname newbox\expandafter\endcsname\csname graph\endcsname
< \fi
< \ifx\graphtemp\undefined
<   \csname newdimen\endcsname\graphtemp
< \fi
< \expandafter\setbox\csname graph\endcsname
<  =\vtop{\vskip 0pt\hbox{%
---
> \expandafter\ifx\csname graph\endcsname\relax \csname newbox\endcsname\graph\fi
> \expandafter\ifx\csname graphtemp\endcsname\relax \csname newdimen\endcsname\graphtemp\fi
> \setbox\graph=\vtop{\vskip 0pt\hbox{%
971,977d726
< 0.072 w
< q 0 g
< 1.8 -28.8 m
< 0 -36 l
< -1.728 -28.8 l
< 1.8 -28.8 l
< B Q
983,984c732,733
< 5.76 0 0 -5.6448 0 -17.64 c
< 0 -35.28 l
---
> 5.76 0 0 -5.76 0 -18 c
> 0 -36 l
986d734
< 0.072 w
993d740
< 0.576 w
1008c755
< 0 -28.8 l
---
> 0 -36 l
1009a757,762
> q 0 g
> 1.8 -28.8 m
> 0 -36 l
> -1.728 -28.8 l
> 1.8 -28.8 l
> B Q
1020,1027c773,775
< \expandafter\ifx\csname graph\endcsname\relax
<    \csname newbox\expandafter\endcsname\csname graph\endcsname
< \fi
< \ifx\graphtemp\undefined
<   \csname newdimen\endcsname\graphtemp
< \fi
< \expandafter\setbox\csname graph\endcsname
<  =\vtop{\vskip 0pt\hbox{%
---
> \expandafter\ifx\csname graph\endcsname\relax \csname newbox\endcsname\graph\fi
> \expandafter\ifx\csname graphtemp\endcsname\relax \csname newdimen\endcsname\graphtemp\fi
> \setbox\graph=\vtop{\vskip 0pt\hbox{%
1040,1041c788
<     \graphtemp=.5ex
<     \advance\graphtemp by 0.250in
---
>     \graphtemp=.5ex\advance\graphtemp by 0.250in
1054,1055c801
<     \graphtemp=.5ex
<     \advance\graphtemp by 0.850in
---
>     \graphtemp=.5ex\advance\graphtemp by 0.850in
1068,1069c814
<     \graphtemp=.5ex
<     \advance\graphtemp by 0.850in
---
>     \graphtemp=.5ex\advance\graphtemp by 0.850in
1074c819,821
< 0.072 w
---
> 36.792 -32.976 m
> 28.008 -46.224 l
> S
1081,1083c828,829
< 0.576 w
< 36.792 -32.976 m
< 31.968 -40.248 l
---
> 36 -61.2 m
> 57.6 -61.2 l
1085d830
< 0.072 w
1092,1094c837,838
< 0.576 w
< 36 -61.2 m
< 50.4 -61.2 l
---
> 65.592 -46.224 m
> 56.808 -32.976 l
1096d839
< 0.072 w
1103,1106d845
< 0.576 w
< 65.592 -46.224 m
< 60.768 -38.952 l
< S
1120,1127c859,861
< \expandafter\ifx\csname graph\endcsname\relax
<    \csname newbox\expandafter\endcsname\csname graph\endcsname
< \fi
< \ifx\graphtemp\undefined
<   \csname newdimen\endcsname\graphtemp
< \fi
< \expandafter\setbox\csname graph\endcsname
<  =\vtop{\vskip 0pt\hbox{%
---
> \expandafter\ifx\csname graph\endcsname\relax \csname newbox\endcsname\graph\fi
> \expandafter\ifx\csname graphtemp\endcsname\relax \csname newdimen\endcsname\graphtemp\fi
> \setbox\graph=\vtop{\vskip 0pt\hbox{%
1158,1162c892,893
<     \graphtemp=\baselineskip
<     \multiply\graphtemp by -2
<     \divide\graphtemp by 2
<     \advance\graphtemp by .5ex
<     \advance\graphtemp by 1.300in
---
>     \graphtemp=\baselineskip\multiply\graphtemp by -2\divide\graphtemp by 2
>     \advance\graphtemp by .5ex\advance\graphtemp by 1.300in
1164,1165c895
<     \graphtemp=.5ex
<     \advance\graphtemp by 1.300in
---
>     \graphtemp=.5ex\advance\graphtemp by 1.300in
1167,1171c897,898
<     \graphtemp=\baselineskip
<     \multiply\graphtemp by 2
<     \divide\graphtemp by 2
<     \advance\graphtemp by .5ex
<     \advance\graphtemp by 1.300in
---
>     \graphtemp=\baselineskip\multiply\graphtemp by 2\divide\graphtemp by 2
>     \advance\graphtemp by .5ex\advance\graphtemp by 1.300in
1190,1191c917
<     \graphtemp=.5ex
<     \advance\graphtemp by 0.500in
---
>     \graphtemp=.5ex\advance\graphtemp by 0.500in
1204,1205c930
<     \graphtemp=.5ex
<     \advance\graphtemp by 0.100in
---
>     \graphtemp=.5ex\advance\graphtemp by 0.100in
1218,1219c943
<     \graphtemp=.5ex
<     \advance\graphtemp by 0.100in
---
>     \graphtemp=.5ex\advance\graphtemp by 0.100in
1232,1233c956
<     \graphtemp=.5ex
<     \advance\graphtemp by 0.100in
---
>     \graphtemp=.5ex\advance\graphtemp by 0.100in
1246,1247c969
<     \graphtemp=.5ex
<     \advance\graphtemp by 0.100in
---
>     \graphtemp=.5ex\advance\graphtemp by 0.100in
1260,1261c982
<     \graphtemp=.5ex
<     \advance\graphtemp by 0.100in
---
>     \graphtemp=.5ex\advance\graphtemp by 0.100in
1274,1275c995
<     \graphtemp=.5ex
<     \advance\graphtemp by 0.100in
---
>     \graphtemp=.5ex\advance\graphtemp by 0.100in
1288,1289c1008
<     \graphtemp=.5ex
<     \advance\graphtemp by 0.100in
---
>     \graphtemp=.5ex\advance\graphtemp by 0.100in
1302,1303c1021
<     \graphtemp=.5ex
<     \advance\graphtemp by 0.100in
---
>     \graphtemp=.5ex\advance\graphtemp by 0.100in
1308c1026,1028
< 0.072 w
---
> 54 -50.4 m
> 90 -50.4 l
> S
1315,1318d1034
< 0.576 w
< 54 -50.4 m
< 82.8 -50.4 l
< S
1337c1053,1057
< 0.072 w
---
> 95.4 -50.4 m
> 102.6 -50.4 l
> 107.496 -50.4 113.544 -44.64 121.5 -32.4 c
> 133.2 -14.4 l
> S
1344,1348c1064,1067
< 0.576 w
< 95.4 -50.4 m
< 102.6 -50.4 l
< 107.496 -50.4 113.4864 -44.73216 121.32 -32.688 c
< 132.84 -14.976 l
---
> 95.4 -57.6 m
> 106.2 -57.6 l
> 113.544 -57.6 121.896 -50.688 132.3 -36 c
> 147.6 -14.4 l
1350d1068
< 0.072 w
1357,1361c1075,1076
< 0.576 w
< 95.4 -57.6 m
< 106.2 -57.6 l
< 113.544 -57.6 121.82688 -50.78016 132.084 -36.288 c
< 147.168 -14.976 l
---
> 95.4 -64.8 m
> 131.4 -64.8 l
1363d1077
< 0.072 w
1370,1373d1083
< 0.576 w
< 95.4 -64.8 m
< 124.2 -64.8 l
< S
1392c1102,1107
< 0.072 w
---
> 136.8 -64.8 m
> 144 -64.8 l
> 148.896 -64.8 165.6 -59.04 196.2 -46.8 c
> 226.8 -34.56 242.352 -26.496 244.8 -21.6 c
> 248.4 -14.4 l
> S
1399,1404c1114,1118
< 0.576 w
< 136.8 -64.8 m
< 144 -64.8 l
< 148.896 -64.8 165.6 -59.04 196.2 -46.8 c
< 226.8 -34.56 242.30592 -26.59968 244.656 -21.924 c
< 248.112 -15.048 l
---
> 136.8 -72 m
> 147.6 -72 l
> 154.944 -72 177.408 -65.088 217.8 -50.4 c
> 258.192 -35.712 278.352 -26.496 280.8 -21.6 c
> 284.4 -14.4 l
1406d1119
< 0.072 w
1413,1418c1126,1127
< 0.576 w
< 136.8 -72 m
< 147.6 -72 l
< 154.944 -72 177.408 -65.088 217.8 -50.4 c
< 258.192 -35.712 278.30592 -26.59968 280.656 -21.924 c
< 284.112 -15.048 l
---
> 54 -122.4 m
> 126 -122.4 l
1420d1128
< 0.072 w
1427,1430d1134
< 0.576 w
< 54 -122.4 m
< 118.8 -122.4 l
< S
1449c1153,1157
< 0.072 w
---
> 131.4 -122.4 m
> 138.6 -122.4 l
> 143.496 -122.4 149.544 -105.12 157.5 -68.4 c
> 169.2 -14.4 l
> S
1456,1460c1164,1167
< 0.576 w
< 131.4 -122.4 m
< 138.6 -122.4 l
< 143.496 -122.4 149.52096 -105.2352 157.428 -68.76 c
< 169.056 -15.12 l
---
> 131.4 -129.6 m
> 142.2 -129.6 l
> 149.544 -129.6 160.2 -111.168 175.5 -72 c
> 198 -14.4 l
1462d1168
< 0.072 w
1469,1474d1174
< 0.576 w
< 131.4 -129.6 m
< 142.2 -129.6 l
< 149.544 -129.6 160.15392 -111.27168 175.356 -72.324 c
< 197.712 -15.048 l
< S
1477,1478c1177
<     \graphtemp=.5ex
<     \advance\graphtemp by 1.700in
---
>     \graphtemp=.5ex\advance\graphtemp by 1.700in
1483c1182,1185
< 0.072 w
---
> q [3.6 4.1429] 0 d
> 201.6 -122.4 m
> 152.568 -132.48 l
> S Q
1490,1494d1191
< 0.576 w
< q [3.6 4.251194] 0 d
< 201.6 -122.4 m
< 159.624 -131.04 l
< S Q
1497,1498c1194
<     \graphtemp=.5ex
<     \advance\graphtemp by 0.100in
---
>     \graphtemp=.5ex\advance\graphtemp by 0.100in
PASS: tpic2pdftex.test
=============
1 test passed
=============
gmake[3]: Leaving directory `/home/texlive/source/Work/utils/tpic2pdftex'
gmake[2]: Leaving directory `/home/texlive/source/Work/utils/tpic2pdftex'
Making check in vlna
gmake[2]: Entering directory `/home/texlive/source/Work/utils/vlna'
gmake[2]: Nothing to be done for `check'.
gmake[2]: Leaving directory `/home/texlive/source/Work/utils/vlna'
Making check in xpdfopen
gmake[2]: Entering directory `/home/texlive/source/Work/utils/xpdfopen'
gmake[2]: Nothing to be done for `check'.
gmake[2]: Leaving directory `/home/texlive/source/Work/utils/xpdfopen'
gmake[1]: Leaving directory `/home/texlive/source/Work/utils'
Making check in texk
gmake[1]: Entering directory `/home/texlive/source/Work/texk'
Making check in .
gmake[2]: Entering directory `/home/texlive/source/Work/texk'
gmake[2]: Leaving directory `/home/texlive/source/Work/texk'
Making check in web2c
gmake[2]: Entering directory `/home/texlive/source/Work/texk/web2c'
Making check in doc
gmake[3]: Entering directory `/home/texlive/source/Work/texk/web2c/doc'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/web2c/doc'
Making check in lib
gmake[3]: Entering directory `/home/texlive/source/Work/texk/web2c/lib'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/web2c/lib'
Making check in man
gmake[3]: Entering directory `/home/texlive/source/Work/texk/web2c/man'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/web2c/man'
Making check in web2c
gmake[3]: Entering directory `/home/texlive/source/Work/texk/web2c/web2c'
gmake  check-am
gmake[4]: Entering directory `/home/texlive/source/Work/texk/web2c/web2c'
gmake[4]: Leaving directory `/home/texlive/source/Work/texk/web2c/web2c'
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/web2c/web2c'
Making check in .
gmake[3]: Entering directory `/home/texlive/source/Work/texk/web2c'
gmake  dvitype pltotf tftopl gftype tftopl pltotf tftopl  dvitype pltotf tftopl pltotf tftopl md5main
gmake[4]: Entering directory `/home/texlive/source/Work/texk/web2c'
gmake[4]: `dvitype' is up to date.
gmake[4]: `pltotf' is up to date.
gmake[4]: `tftopl' is up to date.
gmake[4]: `gftype' is up to date.
gmake[4]: `tftopl' is up to date.
gmake[4]: `pltotf' is up to date.
gmake[4]: `tftopl' is up to date.
gmake[4]: `dvitype' is up to date.
gmake[4]: `pltotf' is up to date.
gmake[4]: `tftopl' is up to date.
gmake[4]: `pltotf' is up to date.
gmake[4]: `tftopl' is up to date.
gmake[4]: `md5main' is up to date.
gmake[4]: Leaving directory `/home/texlive/source/Work/texk/web2c'
gmake  check-TESTS
gmake[4]: Entering directory `/home/texlive/source/Work/texk/web2c'
This is TANGLE, Version 4.5 (TeX Live 2010)
*1*3
Writing the output file
Done.
(No errors were found.)
PASS: tangle.test
This is BibTeX, Version 0.99d (TeX Live 2010)
The top-level auxiliary file: tests/xexampl.aux
The style file: apalike.bst
Database file #1: xampl.bib
Warning--empty author in whole-journal
Warning--empty title in whole-journal
Warning--empty year in booklet-minimal
Warning--empty year in manual-minimal
Warning--empty year in misc-minimal
Warning--empty year in unpublished-minimal
Warning--empty year in random-note-crossref
(There were 7 warnings)
PASS: bibtex.test
This is DVIcopy, Version 1.6 (TeX Live 2010)
Copyright (C) 1990,2009 Peter Breitenlohner
Distributed under terms of GNU General Public License
DVI file: ' TeX output 1992.05.17:0844',
   num=25400000, den=473628672, mag=1000.
DVI: font 33 = cmsl10.
DVI: font 23 = cmbx10.
DVI: font 0 = cmr10.
DVI: processing page 1.
DVI: font 23 = cmbx10.
TFM: font 1 = cmbx10.
OUT: font 1 = cmbx10.
DVI: font 33 = cmsl10.
TFM: font 0 = cmsl10.
OUT: font 0 = cmsl10.
DVI: font 0 = cmr10.
TFM: font 2 = cmr10.
OUT: font 2 = cmr10.
OUT file: 692 bytes, 1 page written.
(No errors were found.)
This is DVIcopy, Version 1.6 (TeX Live 2010)
Copyright (C) 1990,2009 Peter Breitenlohner
Distributed under terms of GNU General Public License
DVI file: ' TeX output 1995.05.27:1708',
   num=25400000, den=473628672, mag=1000.
DVI: processing page 1.
DVI: font 3 = cmr7.
TFM: font 0 = cmr7.
OUT: font 0 = cmr7.
DVI: font 31 = cmtt8.
TFM: font 1 = cmtt8.
OUT: font 1 = cmtt8.
DVI: font 0 = cmr10.
TFM: font 2 = cmr10.
OUT: font 2 = cmr10.
DVI: font 36 = cmti10.
TFM: font 3 = cmti10.
OUT: font 3 = cmti10.
DVI: font 29 = cmtt10.
TFM: font 4 = cmtt10.
OUT: font 4 = cmtt10.
DVI: font 50 = pplr.
TFM: font 5 = pplr.
OUT: font 5 = pplr.
OUT file: 10540 bytes, 1 page written.
(No errors were found.)
PASS: dvicopy.test
PASS: dvitype.test
This is GFtoDVI, Version 3.0 (TeX Live 2010)
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] 
[14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] 
[27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] 
[40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] 
[53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] 
[66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] 
[79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90] [91] 
[92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] 
[105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] 
[118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128]  
PASS: gftodvi.test
This is GFtoPK, Version 2.3 (TeX Live 2010)
'METAFONT output 1993.11.11:0921'
24148 bytes packed to 11048 bytes.
PASS: gftopk.test
PASS: gftype.test
This is MFT, Version 2.0 (TeX Live 2010)

(No errors were found.)
PASS: mft.test
This is PATGEN, Version 2.4 (TeX Live 2010)
left_hyphen_min = 2, right_hyphen_min = 2, 30 letters
14 patterns read in
pattern trie has 285 nodes, trie_max = 308, 5 outputs
hyph_start, hyph_finish: Specify 1<=hyph_start,hyph_finish<=9 !
hyph_start, hyph_finish: Specify 1<=hyph_start,hyph_finish<=9 !
hyph_start, hyph_finish: Specify 1<=hyph_start,hyph_finish<=9 !
hyph_start, hyph_finish: Specify 1<=hyph_start,hyph_finish<=9 !
hyph_start, hyph_finish: pat_start, pat_finish: Specify 1<=pat_start<=pat_finish<=15 !
pat_start, pat_finish: Specify 1<=pat_start<=pat_finish<=15 !
pat_start, pat_finish: Specify 1<=pat_start<=pat_finish<=15 !
pat_start, pat_finish: good weight, bad weight, threshold: Specify good weight, bad weight, threshold>=1 !
good weight, bad weight, threshold: Specify good weight, bad weight, threshold>=1 !
good weight, bad weight, threshold: Specify good weight, bad weight, threshold>=1 !
good weight, bad weight, threshold: processing dictionary with pat_len = 2, pat_dot = 1
 
31 good, 1 bad, 10 missed
75.61 %, 2.44 %, 24.39 %
32 patterns, 288 nodes in count trie, triec_max = 324
1 good and 30 bad patterns added (more to come)
finding 4 good and 0 bad hyphens, efficiency = 4.00
pattern trie has 313 nodes, trie_max = 325, 10 outputs
processing dictionary with pat_len = 2, pat_dot = 0
 
35 good, 1 bad, 6 missed
85.37 %, 2.44 %, 14.63 %
28 patterns, 284 nodes in count trie, triec_max = 296
0 good and 27 bad patterns added (more to come)
finding 0 good and 0 bad hyphens 
pattern trie has 320 nodes, trie_max = 336, 16 outputs
processing dictionary with pat_len = 2, pat_dot = 2
 
35 good, 1 bad, 6 missed
85.37 %, 2.44 %, 14.63 %
38 patterns, 294 nodes in count trie, triec_max = 302
0 good and 32 bad patterns added (more to come)
finding 0 good and 0 bad hyphens 
pattern trie has 330 nodes, trie_max = 346, 22 outputs
processing dictionary with pat_len = 3, pat_dot = 1
 
35 good, 1 bad, 6 missed
85.37 %, 2.44 %, 14.63 %
1 patterns, 258 nodes in count trie, triec_max = 258
0 good and 0 bad patterns added (more to come)
finding 0 good and 0 bad hyphens 
pattern trie has 330 nodes, trie_max = 346, 22 outputs
processing dictionary with pat_len = 3, pat_dot = 2
 
35 good, 1 bad, 6 missed
85.37 %, 2.44 %, 14.63 %
6 patterns, 268 nodes in count trie, triec_max = 274
0 good and 0 bad patterns added (more to come)
finding 0 good and 0 bad hyphens 
pattern trie has 330 nodes, trie_max = 346, 22 outputs
processing dictionary with pat_len = 3, pat_dot = 0
 
35 good, 1 bad, 6 missed
85.37 %, 2.44 %, 14.63 %
3 patterns, 260 nodes in count trie, triec_max = 278
2 good and 1 bad patterns added 
finding 6 good and 1 bad hyphens, efficiency = 2.00
pattern trie has 333 nodes, trie_max = 346, 23 outputs
processing dictionary with pat_len = 3, pat_dot = 3
 
41 good, 2 bad, 0 missed
100.00 %, 4.88 %, 0.00 %
6 patterns, 268 nodes in count trie, triec_max = 268
0 good and 6 bad patterns added 
finding 0 good and 0 bad hyphens 
pattern trie has 339 nodes, trie_max = 346, 24 outputs
51 nodes and 17 outputs deleted
total of 3 patterns at hyph_level 3
 
pat_start, pat_finish: good weight, bad weight, threshold: processing dictionary with pat_len = 2, pat_dot = 1
 
41 good, 2 bad, 0 missed
100.00 %, 4.88 %, 0.00 %
12 patterns, 268 nodes in count trie, triec_max = 269
1 good and 10 bad patterns added (more to come)
finding 1 good and 0 bad hyphens, efficiency = 1.00
pattern trie has 289 nodes, trie_max = 346, 11 outputs
processing dictionary with pat_len = 2, pat_dot = 0
 
41 good, 1 bad, 0 missed
100.00 %, 2.44 %, 0.00 %
14 patterns, 270 nodes in count trie, triec_max = 300
0 good and 13 bad patterns added (more to come)
finding 0 good and 0 bad hyphens 
pattern trie has 299 nodes, trie_max = 346, 14 outputs
processing dictionary with pat_len = 2, pat_dot = 2
 
41 good, 1 bad, 0 missed
100.00 %, 2.44 %, 0.00 %
21 patterns, 277 nodes in count trie, triec_max = 280
0 good and 20 bad patterns added (more to come)
finding 0 good and 0 bad hyphens 
pattern trie has 312 nodes, trie_max = 346, 20 outputs
processing dictionary with pat_len = 3, pat_dot = 1
 
41 good, 1 bad, 0 missed
100.00 %, 2.44 %, 0.00 %
1 patterns, 258 nodes in count trie, triec_max = 258
0 good and 0 bad patterns added (more to come)
finding 0 good and 0 bad hyphens 
pattern trie has 312 nodes, trie_max = 346, 20 outputs
processing dictionary with pat_len = 3, pat_dot = 2
 
41 good, 1 bad, 0 missed
100.00 %, 2.44 %, 0.00 %
1 patterns, 258 nodes in count trie, triec_max = 259
0 good and 0 bad patterns added (more to come)
finding 0 good and 0 bad hyphens 
pattern trie has 312 nodes, trie_max = 346, 20 outputs
processing dictionary with pat_len = 3, pat_dot = 0
 
41 good, 1 bad, 0 missed
100.00 %, 2.44 %, 0.00 %
2 patterns, 259 nodes in count trie, triec_max = 278
0 good and 1 bad patterns added (more to come)
finding 0 good and 0 bad hyphens 
pattern trie has 312 nodes, trie_max = 346, 21 outputs
processing dictionary with pat_len = 3, pat_dot = 3
 
41 good, 1 bad, 0 missed
100.00 %, 2.44 %, 0.00 %
2 patterns, 260 nodes in count trie, triec_max = 260
1 good and 1 bad patterns added 
finding 1 good and 0 bad hyphens, efficiency = 1.00
pattern trie has 314 nodes, trie_max = 347, 23 outputs
26 nodes and 14 outputs deleted
total of 2 patterns at hyph_level 4
hyphenate word list? writing pattmp.4
 
41 good, 0 bad, 0 missed
100.00 %, 0.00 %, 0.00 %
PASS: patgen.test
This is PKtoGF, Version 1.1
{METAFONT output 1993.11.11:0921}
11048 bytes unpacked to 24148 bytes.
PASS: pktogf.test
PASS: pktype.test
This is PLtoTF, Version 3.5 (TeX Live 2010)
'000 '001 '002 '003 '004 '005 '006 '007 
'010 '011 '012 '013 '014 '015 '016 '017 
'020 '021 '022 '023 '024 '025 '026 '027 
'030 '031 '032 '033 '034 '035 '036 '037 
'040 '041 '042 '043 '044 '045 '046 '047 
'050 '051 '052 '053 '054 '055 '056 '057 
'060 '061 '062 '063 '064 '065 '066 '067 
'070 '071 '072 '073 '074 '075 '076 '077 
'100 '101 '102 '103 '104 '105 '106 '107 
'110 '111 '112 '113 '114 '115 '116 '117 
'120 '121 '122 '123 '124 '125 '126 '127 
'130 '131 '132 '133 '134 '135 '136 '137 
'140 '141 '142 '143 '144 '145 '146 '147 
'150 '151 '152 '153 '154 '155 '156 '157 
'160 '161 '162 '163 '164 '165 '166 '167 
'170 '171 '172 '173 '174 '175 '176 '177.
PASS: pltotf.test
PASS: pooltype.test
This is TFtoPL, Version 3.2 (TeX Live 2010)
'000 '001 '002 '003 '004 '005 '006 '007 
'010 '011 '012 '013 '014 '015 '016 '017 
'020 '021 '022 '023 '024 '025 '026 '027 
'030 '031 '032 '033 '034 '035 '036 '037 
'040 '041 '042 '043 '044 '045 '046 '047 
'050 '051 '052 '053 '054 '055 '056 '057 
'060 '061 '062 '063 '064 '065 '066 '067 
'070 '071 '072 '073 '074 '075 '076 '077 
'100 '101 '102 '103 '104 '105 '106 '107 
'110 '111 '112 '113 '114 '115 '116 '117 
'120 '121 '122 '123 '124 '125 '126 '127 
'130 '131 '132 '133 '134 '135 '136 '137 
'140 '141 '142 '143 '144 '145 '146 '147 
'150 '151 '152 '153 '154 '155 '156 '157 
'160 '161 '162 '163 '164 '165 '166 '167 
'170 '171 '172 '173 '174 '175 '176 '177.
PASS: tftopl.test
This is VFtoVP, Version 1.3 (TeX Live 2010)
Created by afm2tfm Times-Roman -v ptmr_raw, then edited for Greek 
MAPFONT 0: rptmr at 10.00pt
MAPFONT 1: rpsyr at 10.00pt
'000 '001 '002 '003 '004 '005 '006 '007 
'010 '011 '012 '013 '014 '015 '016 '017 
'020 '022 '023 '024 '025 '026 '027 '030 
'031 '032 '033 '034 '035 '036 '037 '040 
'041 '042 '043 '044 '045 '046 '047 '050 
'051 '052 '053 '054 '055 '056 '057 '060 
'061 '062 '063 '064 '065 '066 '067 '070 
'071 '072 '073 '074 '075 '076 '077 '100 
'101 '102 '103 '104 '105 '106 '107 '110 
'111 '112 '113 '114 '115 '116 '117 '120 
'121 '122 '123 '124 '125 '126 '127 '130 
'131 '132 '133 '134 '135 '136 '137 '140 
'141 '142 '143 '144 '145 '146 '147 '150 
'151 '152 '153 '154 '155 '156 '157 '160 
'161 '162 '163 '164 '165 '166 '167 '170 
'171 '172 '173 '174 '175 '176 '177 '200 
'201 '202 '203 '204 '205 '206 '207 '210 
'211 '212 '213 '214 '215 '216 '217 '220 
'221 '222 '223 '224 '225 '226 '227 '230 
'231 '232 '233 '234 '235 '236 '237 '240 
'241 '242 '243 '244 '245 '246 '247 '250 
'251 '252 '253 '254 '255 '256 '257 '260 
'261 '262 '263 '264 '265 '266 '267 '270 
'271 '272 '273 '274 '275 '276 '277 '300 
'301 '302 '303 '304 '305 '306 '307 '310 
'311 '312 '313 '314 '315 '316 '317 '320 
'321 '322 '323 '324 '325 '326 '327 '330 
'343 '350 '353 '370.
PASS: vftovp.test
PASS: vptovf.test
This is WEAVE, Version 4.4 (TeX Live 2010)
*1*4*12*21*22
Writing the output file...*1*4*12*21*22
Writing the index...Done.
(No errors were found.)
PASS: weave.test
I couldn't open file name `../../../texk/web2c/exampl.aux'
PASS: tests/bibtex-openout-test.pl
This is BibTeX, Version 0.99d (TeX Live 2010)
The top-level auxiliary file: ./longline.aux
The style file: plain.bst
Database file #1: longline.bib
Warning--to sort, need author or key in long-bare
(There was 1 warning)
PASS: tests/bibtex-longline-test.pl
Running memtest1 ...
This is BibTeX, Version 0.99d (TeX Live 2010)
The top-level auxiliary file: tests/memtest1.aux
The style file: memdata1.bst
Database file #1: memtest.bib
Running memtest2 ...
This is BibTeX, Version 0.99d (TeX Live 2010)
The top-level auxiliary file: tests/memtest2.aux
The style file: memdata2.bst
Database file #1: memtest.bib
Running memtest3 ...
This is BibTeX, Version 0.99d (TeX Live 2010)
The top-level auxiliary file: tests/memtest3.aux
The style file: memdata3.bst
Database file #1: memtest.bib
PASS: tests/bibtex-mem.test
This is CTIE, Version 1.1 (kpathsea version 6.0.0)
Copyright 2002,2003 Julian Gilbey.  All rights reserved.  There is no warranty.
Run with the --version option for other important information.
(ctie.tie)
(ctie.cf1)
(ctie.cf2)
(ctie.cf3)

(No errors were found.)
This is CTIE, Version 1.1 (kpathsea version 6.0.0)
Copyright 2002,2003 Julian Gilbey.  All rights reserved.  There is no warranty.
Run with the --version option for other important information.
(ctie.tie)
(ctie.cf1)
(ctie.cf2)
(ctie.cf3)

(No errors were found.)
PASS: ctiedir/ctie.test
This is CWEAVE, Version 3.64 (TeX Live 2010)
*1*5*7*27*56*67*77*82
Writing the output file...*1*5*7*27*56*67*77*82
Writing the index...
Done.
(No errors were found.)
PASS: cwebdir/cweave.test
This is TIE, CWEB Version 2.4. (TeX Live 2010)
Copyright (c) 1989,1992 by THD/ITI. All rights reserved.
(tie.tie)
(tie.cf1)
(tie.cf2)
(tie.cf3)

(No errors were found.)
This is TIE, CWEB Version 2.4. (TeX Live 2010)
Copyright (c) 1989,1992 by THD/ITI. All rights reserved.
(tie.tie)
(tie.cf1)
(tie.cf2)
(tie.cf3)

(No errors were found.)
PASS: tiedir/tie.test
>>> Running TRIP test for TeX.
>>> See ../../../texk/web2c/triptrap/trip.diffs for example of acceptable diffs.
+ ./pltotf ../../../texk/web2c/triptrap/trip.pl trip.tfm
+ ./tftopl ./trip.tfm trip.pl
+ diff ../../../texk/web2c/triptrap/trip.pl trip.pl
+ ln -s ../../../texk/web2c/triptrap/trip.tex .
+ ./tex --progname=initex --ini
+ < ../../../texk/web2c/triptrap/trip1.in 
+ > tripin.fot 
+ mv trip.log tripin.log
+ diff ../../../texk/web2c/triptrap/tripin.log tripin.log
1c1
< This is TeX, Version 3.1415926 (INITEX)  15 MAR 2008 02:23
---
> This is TeX, Version 3.1415926 (TeX Live 2010) (INITEX)  7 JUL 2010 16:47
3c3
< (trip.tex
---
> (./trip.tex
450,451c450,451
<  (preloaded format=trip 2008.3.15)
< 1326 strings of total length 23646
---
>  (format=trip 2010.7.7)
> 1370 strings of total length 24557
461c461
< Hyphenation trie of length 273 has 9 ops out of 500
---
> Hyphenation trie of length 273 has 9 ops out of 35111
+ ./tex --progname=tex
+ < ../../../texk/web2c/triptrap/trip2.in 
+ > trip.fot 
+ diff ../../../texk/web2c/triptrap/trip.fot trip.fot
1,3c1,2
< This is TeX, Version 3.1415926 (INITEX)
< ** &trip  trip 
< (trip.tex ##
---
> This is TeX, Version 3.1415926 (TeX Live 2010)
> **(./trip.tex ##
+ diff ../../../texk/web2c/triptrap/trip.log trip.log
1c1
< This is TeX, Version 3.1415926 (preloaded format=trip 2008.3.15)  15 MAR 2008 02:23
---
> This is TeX, Version 3.1415926 (TeX Live 2010) (format=trip 2010.7.7)  7 JUL 2010 16:47
3c3
< (trip.tex ##
---
> (./trip.tex ##
58a59,62
> \openout0 = `8terminal.tex'.
> 
> \openout10 = `tripos.tex'.
> 
1405c1409
< \vbox(16383.99998+0.0)x1000.0, glue set 16342.0fil
---
> \vbox(16383.99998+0.0)x1000.0, glue set 16341.99998fil
1954c1958
< (tripos.tex
---
> (./tripos.tex
2018c2022
< \vbox(16383.99998+1.0)x100.0, glue set 16239.0fil
---
> \vbox(16383.99998+1.0)x100.0, glue set 16238.99998fil
2533c2537
< \vbox(16383.99998+0.0)x20.0, glue set 16331.0fil
---
> \vbox(16383.99998+0.0)x20.0, glue set 16330.99998fil
3326c3330
< \vbox(10000.0+2.0)x28.0, glue set 9737.58789fil
---
> \vbox(10000.0+2.0)x28.0, glue set 9737.58742fil
3864c3868
< \vbox(16383.99998+2.0)x100.0, glue set 16318.0fil
---
> \vbox(16383.99998+2.0)x100.0, glue set 16317.99997fil
4034c4038
< \vbox(16383.99998+0.0)x8236.0, glue set 16344.0fil
---
> \vbox(16383.99998+0.0)x8236.0, glue set 16343.99998fil
4420c4424
< \vbox(16383.99998+0.0)x100.0, glue set 16332.0fil
---
> \vbox(16383.99998+0.0)x100.0, glue set 16331.99998fil
4742c4746
< \vbox(16383.99998+0.0)x205.12613, glue set 16344.0fil
---
> \vbox(16383.99998+0.0)x205.12613, glue set 16343.99998fil
6380c6384
< (tripos.tex
---
> (./tripos.tex
7296,7297c7300,7301
<  47 strings out of 1674
<  253 string characters out of 8354
---
>  44 strings out of 1630
>  261 string characters out of 15443
7299c7303
<  372 multiletter control sequences out of 2100
---
>  372 multiletter control sequences out of 15000+0
7301c7305
<  2 hyphenation exceptions out of 307
---
>  1 hyphenation exception out of 659
+ eval ./dvitype -output-level=2 -dpi=72.27 -page-start='*.*.*.*.*.*.*.*.*.*' trip.dvi
+ > trip.typ 
+ ./dvitype -output-level=2 -dpi=72.27 -page-start=*.*.*.*.*.*.*.*.*.* trip.dvi
+ diff ../../../texk/web2c/triptrap/trip.typ trip.typ
1c1
< This is DVItype, Version 3.6
---
> This is DVItype, Version 3.6 (TeX Live 2010)
9c9
< ' TeX output 2008.03.15:0223'
---
> ' TeX output 2010.07.07:1647'
419c419
< 1121: down4 639342208 
---
> 1121: down4 639342177 
1087,1088c1087,1088
< 2535: y4 203921760 
< 2540: y0 203921760 
---
> 2535: y4 203921756 
> 2540: y0 203921756 
+ :
PASS: trip.test
This is TeX, Version 3.1415926 (TeX Live 2010) (INITEX)
 restricted \write18 enabled.
(../../../texk/web2c/tests/write18-quote.tex )
No pages of output.
Transcript written on write18-quote.log.
PASS: tests/write18-quote-test.pl
>>> Running TRAP test for Metafont.
>>> See ../../../texk/web2c/triptrap/mftrap.diffs for example of acceptable diffs.
+ ln -s ../../../texk/web2c/triptrap/trap.mf .
+ ./mf --progname=inimf
+ < ../../../texk/web2c/triptrap/mftrap1.in 
+ > mftrapin.fot 
+ mv trap.log mftrapin.log
+ diff ../../../texk/web2c/triptrap/mftrapin.log mftrapin.log
1c1
< This is METAFONT, Version 2.718281 (INIMF)  15 MAR 2008 02:23
---
> This is METAFONT, Version 2.718281 (TeX Live 2010) (INIMF)  7 JUL 2010 16:47
150c150
< String usage 26&83 (891&11438 still untouched)
---
> String usage 30&98 (6387&79485 still untouched)
176,177c176,177
<  (preloaded base=trap 2008.3.15)
< 1117 strings of total length 20614
---
>  (base=trap 2010.7.7)
> 1122 strings of total length 20565
+ ./mf --progname=inimf
+ < ../../../texk/web2c/triptrap/mftrap2.in 
+ > mftrap.fot 
+ mv trap.log mftrap.log
+ mv trap.tfm mftrap.tfm
+ diff ../../../texk/web2c/triptrap/mftrap.fot mftrap.fot
1,3c1,2
< This is METAFONT, Version 2.718281 (INIMF)
< ** &trap  trap 
< (trap.mf
---
> This is METAFONT, Version 2.718281 (TeX Live 2010) (INIMF)
> **(trap.mf
39c38
< String usage 41&161 (815&7634 still untouched)
---
> String usage 50&202 (6301&75642 still untouched)
+ diff ../../../texk/web2c/triptrap/mftrap.log mftrap.log
1c1
< This is METAFONT, Version 2.718281 (preloaded base=trap 2008.3.15)  15 MAR 2008 02:23
---
> This is METAFONT, Version 2.718281 (TeX Live 2010) (base=trap 2010.7.7)  7 JUL 2010 16:47
1825c1825
< String usage 24&92 (858&11309 still untouched)
---
> String usage 30&119 (6347&79310 still untouched)
4235c4235
< String usage 41&161 (815&7634 still untouched)
---
> String usage 50&202 (6301&75642 still untouched)
4251,4252c4251,4252
<  68 strings out of 883
<  3752 string characters out of 11386
---
>  77 strings out of 6378
>  3793 string characters out of 79435
4254,4255c4254,4255
<  289 symbolic tokens out of 2100
<  8i,43n,14r,8p,167b stack positions out of 30i,100n,300r,150p,500b
---
>  289 symbolic tokens out of 9500
>  8i,43n,14r,8p,167b stack positions out of 300i,300n,1000r,150p,500b
4263c4263
<   out of 256w,16h,16d,64i,5000l,500k,256e,50p)
---
>   out of 256w,16h,16d,64i,15000l,2500k,256e,60p)
+ ./tftopl ./mftrap.tfm mftrap.pl
+ diff ../../../texk/web2c/triptrap/mftrap.pl mftrap.pl
+ ./gftype -m -i ./trap.72270gf
+ > trap.typ 
+ diff ../../../texk/web2c/triptrap/trap.typ trap.typ
1c1
< This is GFtype, Version 3.1
---
> This is GFtype, Version 3.1 (TeX Live 2010)
3c3
< ' METAFONT output 2008.03.15:0223'
---
> ' METAFONT output 2010.07.07:1647'
+ exit 0
PASS: trap.test


PASS: mplibdir/dvitomp.test
>>> Running MPTRAP test for MetaPost.
>>> See ../../../texk/web2c/triptrap/mptrap.diffs for example of acceptable diffs.
+ ./pltotf ../../../texk/web2c/triptrap/trapf.pl trapf.tfm
+ ln -s ../../../texk/web2c/triptrap/mtrap.mp .
+ ./mpost --progname=inimpost --ini mtrap
This is MetaPost, version 1.211 (TeX Live 2010) (kpathsea version 6.0.0) (INIMP)
(./mtrap.mp
+ diff ../../../texk/web2c/triptrap/mtrap.log mtrap.log
1c1
< This is MetaPost, version 1.203 (kpathsea version 3.5.7dev) (INIMP)  25 MAY 2009 12:47
---
> This is MetaPost, version 1.211 (TeX Live 2010) (kpathsea version 6.0.0) (INIMP)  7 JUL 2010 16:47
929c929
< >> "%%Creator: MetaPost 1.203"
---
> >> "%%Creator: MetaPost 1.211"
978c978
< >> "%%CreationDate: 2009.05.25:1247"
---
> >> "%%CreationDate: 2010.07.07:1647"
+ diff ../../../texk/web2c/triptrap/mtrap.0 mtrap.0
4,5c4,5
< %%Creator: MetaPost 1.203
< %%CreationDate: 2009.05.25:1247
---
> %%Creator: MetaPost 1.211
> %%CreationDate: 2010.07.07:1647
+ diff ../../../texk/web2c/triptrap/mtrap.1 mtrap.1
4,5c4,5
< %%Creator: MetaPost 1.203
< %%CreationDate: 2009.05.25:1247
---
> %%Creator: MetaPost 1.211
> %%CreationDate: 2010.07.07:1647
+ diff ../../../texk/web2c/triptrap/writeo writeo
+ diff ../../../texk/web2c/triptrap/writeo.2 writeo.2
+ ln -s ../../../texk/web2c/triptrap/trap.mp .
+ ln -s ../../../texk/web2c/triptrap/trap.mpx .
+ ./mpost --progname=inimpost --jobname=trap --ini
+ < ../../../texk/web2c/triptrap/mptrap1.in 
+ > mptrapin.fot 
+ mv trap.log mptrapin.log
+ diff ../../../texk/web2c/triptrap/mptrapin.log mptrapin.log
1c1
< This is MetaPost, version 1.203 (kpathsea version 3.5.7dev) (INIMP)  25 MAY 2009 12:47
---
> This is MetaPost, version 1.211 (TeX Live 2010) (kpathsea version 6.0.0) (INIMP)  7 JUL 2010 16:47
195c195
<  (mem=trap 2009.05.25)
---
>  (mem=trap 2010.07.07)
+ ./mpost --progname=inimpost --jobname=trap --mem=trap
+ < ../../../texk/web2c/triptrap/mptrap2.in 
+ > mptrap.fot 
+ mv trap.log mptrap.log
+ mv trap.tfm mptrap.tfm
+ diff ../../../texk/web2c/triptrap/mptrap.fot mptrap.fot
1c1
< This is MetaPost, version 1.203 (kpathsea version 3.5.7dev)
---
> This is MetaPost, version 1.211 (TeX Live 2010) (kpathsea version 6.0.0)
+ diff ../../../texk/web2c/triptrap/mptrap.log mptrap.log
1c1
< This is MetaPost, version 1.203 (kpathsea version 3.5.7dev) (mem=trap 2009.06.02)  2 JUN 2009 22:19
---
> This is MetaPost, version 1.211 (TeX Live 2010) (kpathsea version 6.0.0) (mem=trap 2010.07.07)  7 JUL 2010 16:47
+ diff ../../../texk/web2c/triptrap/trap.5 trap.5
4,5c4,5
< %%Creator: MetaPost 1.203
< %%CreationDate: 2009.06.02:2219
---
> %%Creator: MetaPost 1.211
> %%CreationDate: 2010.07.07:1647
+ diff ../../../texk/web2c/triptrap/trap.6 trap.6
4,5c4,5
< %%Creator: MetaPost 1.203
< %%CreationDate: 2009.06.02:2219
---
> %%Creator: MetaPost 1.211
> %%CreationDate: 2010.07.07:1647
+ diff ../../../texk/web2c/triptrap/trap.148 trap.148
4,5c4,5
< %%Creator: MetaPost 1.203
< %%CreationDate: 2009.06.02:2230
---
> %%Creator: MetaPost 1.211
> %%CreationDate: 2010.07.07:1647
+ diff ../../../texk/web2c/triptrap/trap.149 trap.149
4,5c4,5
< %%Creator: MetaPost 1.203
< %%CreationDate: 2009.06.02:2238
---
> %%Creator: MetaPost 1.211
> %%CreationDate: 2010.07.07:1647
+ diff ../../../texk/web2c/triptrap/trap.150 trap.150
4,5c4,5
< %%Creator: MetaPost 1.203
< %%CreationDate: 2009.06.02:2235
---
> %%Creator: MetaPost 1.211
> %%CreationDate: 2010.07.07:1647
+ diff ../../../texk/web2c/triptrap/trap.151 trap.151
4,5c4,5
< %%Creator: MetaPost 1.203
< %%CreationDate: 2009.06.02:2234
---
> %%Creator: MetaPost 1.211
> %%CreationDate: 2010.07.07:1647
+ diff ../../../texk/web2c/triptrap/trap.197 trap.197
4,5c4,5
< %%Creator: MetaPost 1.203
< %%CreationDate: 2009.06.02:2231
---
> %%Creator: MetaPost 1.211
> %%CreationDate: 2010.07.07:1647
+ diff ../../../texk/web2c/triptrap/trap.200 trap.200
4,5c4,5
< %%Creator: MetaPost 1.203
< %%CreationDate: 2009.06.02:2231
---
> %%Creator: MetaPost 1.211
> %%CreationDate: 2010.07.07:1647
+ ./tftopl ./mptrap.tfm mptrap.pl
+ diff ../../../texk/web2c/triptrap/mptrap.pl mptrap.pl
+ exit 0
PASS: mplibdir/mptrap.test
This is pBibTeX, Version 0.99d-j0.33 (utf8.euc) (TeX Live 2010)
The top-level auxiliary file: tests/xexampl.aux
The style file: apalike.bst
Database file #1: xampl.bib
Warning--empty author in whole-journal
Warning--empty title in whole-journal
Warning--empty year in booklet-minimal
Warning--empty year in manual-minimal
Warning--empty year in misc-minimal
Warning--empty year in unpublished-minimal
Warning--empty year in random-note-crossref
(There were 7 warnings)
PASS: ptexdir/pbibtex.test
PASS: ptexdir/pdvitype.test
This is Nihongo PLtoTF, Version 3.5-p1.8 (TeX Live 2010)
process kanji code is utf8.euc.
'000 '001 '002 '003 '004 '005 '006 '007 
'010 '011 '012 '013 '014 '015 '016 '017 
'020 '021 '022 '023 '024 '025 '026 '027 
'030 '031 '032 '033 '034 '035 '036 '037 
'040 '041 '042 '043 '044 '045 '046 '047 
'050 '051 '052 '053 '054 '055 '056 '057 
'060 '061 '062 '063 '064 '065 '066 '067 
'070 '071 '072 '073 '074 '075 '076 '077 
'100 '101 '102 '103 '104 '105 '106 '107 
'110 '111 '112 '113 '114 '115 '116 '117 
'120 '121 '122 '123 '124 '125 '126 '127 
'130 '131 '132 '133 '134 '135 '136 '137 
'140 '141 '142 '143 '144 '145 '146 '147 
'150 '151 '152 '153 '154 '155 '156 '157 
'160 '161 '162 '163 '164 '165 '166 '167 
'170 '171 '172 '173 '174 '175 '176 '177.
PASS: ptexdir/ppltotf.test
This is Nihongo TFtoPL, Version 3.2-p1.7 (TeX Live 2010)
process kanji code is utf8.euc.
'000 '001 '002 '003 '004 '005 '006 '007 
'010 '011 '012 '013 '014 '015 '016 '017 
'020 '021 '022 '023 '024 '025 '026 '027 
'030 '031 '032 '033 '034 '035 '036 '037 
'040 '041 '042 '043 '044 '045 '046 '047 
'050 '051 '052 '053 '054 '055 '056 '057 
'060 '061 '062 '063 '064 '065 '066 '067 
'070 '071 '072 '073 '074 '075 '076 '077 
'100 '101 '102 '103 '104 '105 '106 '107 
'110 '111 '112 '113 '114 '115 '116 '117 
'120 '121 '122 '123 '124 '125 '126 '127 
'130 '131 '132 '133 '134 '135 '136 '137 
'140 '141 '142 '143 '144 '145 '146 '147 
'150 '151 '152 '153 '154 '155 '156 '157 
'160 '161 '162 '163 '164 '165 '166 '167 
'170 '171 '172 '173 '174 '175 '176 '177.
PASS: ptexdir/ptftopl.test
>>> Running TRIP test for pTeX.
>>> See ../../../texk/web2c/ptexdir/ptrip.diffs for example of acceptable diffs.
+ echo *** TRIP test for pTeX ***.
*** TRIP test for pTeX ***.
+ ./pltotf ../../../texk/web2c/triptrap/trip.pl trip.tfm
+ ./tftopl ./trip.tfm trip.pl
+ diff ../../../texk/web2c/triptrap/trip.pl trip.pl
+ ln -s ../../../texk/web2c/triptrap/trip.tex .
+ rm -f trip.log
+ ./ptex --progname=pinitex --ini
+ < ../../../texk/web2c/triptrap/trip1.in 
+ > ptripin.fot 
+ sed s/, yoko direction//;s/yoko direction, // trip.log
+ > ptripin.log 
+ diff ../../../texk/web2c/triptrap/tripin.log ptripin.log
1c1
< This is TeX, Version 3.1415926 (INITEX)  15 MAR 2008 02:23
---
> This is pTeX, Version 3.1415926-p3.1.11 (utf8.euc) (TeX Live 2010) (INITEX)  7 JUL 2010 16:47
3,11c3
< (trip.tex
< ! Bad character code (256).
< <to be read again> 
<                    -
< l.26   \nonstopmode\lccode256-
<                               0\mathchardef\a="8000\def\a{ SC...
< A character number must be between 0 and 255.
< I changed this one to zero.
< 
---
> (./trip.tex
91c83,84
< ### horizontal mode entered at line 77 (language255:hyphenmin1,63)
---
> ### horizontal mode entered at line 77 (language255:hyph
> enmin1,63)
450,453c443,446
<  (preloaded format=trip 2008.3.15)
< 1326 strings of total length 23646
< 471 memory locations dumped; current usage is 96&278
< 341 multiletter control sequences
---
>  (format=trip 2010.7.7)
> 1445 strings of total length 25374
> 477 memory locations dumped; current usage is 98&278
> 374 multiletter control sequences
461c454
< Hyphenation trie of length 273 has 9 ops out of 500
---
> Hyphenation trie of length 273 has 9 ops out of 35111
+ rm -f trip.log
+ ./ptex --progname=ptex
+ < ../../../texk/web2c/triptrap/trip2.in 
+ > ptrip.fot 
+ sed s/, yoko direction//;s/yoko direction, //;s/yoko(math) direction, // trip.log
+ > ptrip.log 
+ diff ../../../texk/web2c/triptrap/trip.fot ptrip.fot
1,3c1,2
< This is TeX, Version 3.1415926 (INITEX)
< ** &trip  trip 
< (trip.tex ##
---
> This is pTeX, Version 3.1415926-p3.1.11 (utf8.euc) (TeX Live 2010)
> **(./trip.tex ##
17c16
< Memory usage before: 159&313; after: 102&278; still untouched: 1613
---
> Memory usage before: 164&313; after: 104&278; still untouched: 248613
75c74
< Memory usage before: 334&431; after: 292&418; still untouched: 175
---
> Memory usage before: 352&431; after: 306&418; still untouched: 246445
+ diff ../../../texk/web2c/triptrap/trip.log ptrip.log
1c1
< This is TeX, Version 3.1415926 (preloaded format=trip 2008.3.15)  15 MAR 2008 02:23
---
> This is pTeX, Version 3.1415926-p3.1.11 (utf8.euc) (TeX Live 2010) (format=trip 2010.7.7)  7 JUL 2010 16:47
3c3
< (trip.tex ##
---
> (./trip.tex ##
58a59,62
> \openout0 = `8terminal.tex'.
> 
> \openout10 = `tripos.tex'.
> 
73c77
< Memory usage before: 159&313; after: 102&278; still untouched: 1613
---
> Memory usage before: 164&313; after: 104&278; still untouched: 248613
385,386c389,390
< \insert100, natural size 803.09999; split(1.0 plus 43.0,-2.0); float cos
< t 100
---
> \insert100Y, natural size 803.09999; split(1.0 plus 43.0,-2.0); float co
> st 100
426c430
< \insert200, natural size 400.0; split(0.0,-2.0); float cost 100
---
> \insert200Y, natural size 400.0; split(0.0,-2.0); float cost 100
441c445
< \insert200, natural size 400.0; split(1.0,-1.0); float cost 100
---
> \insert200Y, natural size 400.0; split(1.0,-1.0); float cost 100
456c460
< \insert200, natural size 400.0; split(2.0,-1.0); float cost 100
---
> \insert200Y, natural size 400.0; split(2.0,-1.0); float cost 100
483,484c487,488
< \insert200, natural size 10000.0; split(1.0 plus 43.0,-1.0); float cost 
< 3
---
> \insert200Y, natural size 10000.0; split(1.0 plus 43.0,-1.0); float cost
>  3
642c646
< Memory usage before: 747&484; after: 581&481; still untouched: 1492
---
> Memory usage before: 804&483; after: 622&480; still untouched: 248493
647c651,652
< ### internal vertical mode entered at line 150 (\output routine)
---
> ### internal vertical mode entered at line 150 (\output 
> routine)
693,694c698,699
< \insert100, natural size 535.4; split(1.0 plus 43.0,-2.0); float cost 10
< 0
---
> \insert100Y, natural size 535.4; split(1.0 plus 43.0,-2.0); float cost 1
> 00
701c706
< \insert200, natural size 2.0; split(2.0,-1.0); float cost 100
---
> \insert200Y, natural size 2.0; split(2.0,-1.0); float cost 100
714,715c719,720
< \insert200, natural size 10000.0; split(1.0 plus 43.0,-1.0); float cost 
< 3
---
> \insert200Y, natural size 10000.0; split(1.0 plus 43.0,-1.0); float cost
>  3
815c820
< Memory usage before: 475&470; after: 290&466; still untouched: 1473
---
> Memory usage before: 510&469; after: 310&465; still untouched: 248474
820c825,826
< ### internal vertical mode entered at line 150 (\output routine)
---
> ### internal vertical mode entered at line 150 (\output 
> routine)
915c921
< Memory usage before: 218&459; after: 149&458; still untouched: 1473
---
> Memory usage before: 234&458; after: 160&457; still untouched: 248474
920c926,927
< ### internal vertical mode entered at line 150 (\output routine)
---
> ### internal vertical mode entered at line 150 (\output 
> routine)
1070c1077
< Memory usage before: 118&328; after: 102&328; still untouched: 1473
---
> Memory usage before: 130&327; after: 112&327; still untouched: 248474
1371c1378
< > 2.0pt.
---
> > 0.0pt.
1405c1412
< \vbox(16383.99998+0.0)x1000.0, glue set 16342.0fil
---
> \vbox(16383.99998+0.0)x1000.0, glue set 16341.99998fil
1504a1512
> ..\displace 0.0
1511c1519
< Memory usage before: 990&376; after: 584&370; still untouched: 735
---
> Memory usage before: 1078&375; after: 632&369; still untouched: 247474
1954c1962
< (tripos.tex
---
> (./tripos.tex
2018c2026
< \vbox(16383.99998+1.0)x100.0, glue set 16239.0fil
---
> \vbox(16383.99998+1.0)x100.0, glue set 16238.99998fil
2189c2197
< Memory usage before: 950&531; after: 546&448; still untouched: 706
---
> Memory usage before: 1002&530; after: 576&447; still untouched: 247445
2397c2405
< ! Improper alphabetic constant.
---
> ! Improper alphabetic or KANJI constant.
2533c2541
< \vbox(16383.99998+0.0)x20.0, glue set 16331.0fil
---
> \vbox(16383.99998+0.0)x20.0, glue set 16330.99998fil
2575c2583
< Memory usage before: 339&413; after: 236&405; still untouched: 706
---
> Memory usage before: 369&411; after: 259&403; still untouched: 247445
3051c3059
< \insert0, natural size 0.0; split(1.0 plus 43.0,-2.0); float cost 100
---
> \insert0Y, natural size 0.0; split(1.0 plus 43.0,-2.0); float cost 100
3054c3062
< .\fam0 ^^c8
---
> .\fam0  
3143a3152
> ....\displace 0.0
3235c3244
< ! \textfont 0 is undefined (character ^^c8).
---
> ! \textfont 0 is undefined (character ???.
3326c3335
< \vbox(10000.0+2.0)x28.0, glue set 9737.58789fil
---
> \vbox(10000.0+2.0)x28.0, glue set 9737.58742fil
3547a3557
> .........\displace 0.0
3616c3626
< Memory usage before: 2170&521; after: 1181&459; still untouched: 175
---
> Memory usage before: 2409&519; after: 1309&457; still untouched: 246445
3864c3874
< \vbox(16383.99998+2.0)x100.0, glue set 16318.0fil
---
> \vbox(16383.99998+2.0)x100.0, glue set 16317.99997fil
3951c3961
< Memory usage before: 640&415; after: 397&410; still untouched: 175
---
> Memory usage before: 703&413; after: 437&408; still untouched: 246445
4034c4044
< \vbox(16383.99998+0.0)x8236.0, glue set 16344.0fil
---
> \vbox(16383.99998+0.0)x8236.0, glue set 16343.99998fil
4053c4063
< Memory usage before: 235&401; after: 178&399; still untouched: 175
---
> Memory usage before: 262&399; after: 200&397; still untouched: 246445
4420c4430
< \vbox(16383.99998+0.0)x100.0, glue set 16332.0fil
---
> \vbox(16383.99998+0.0)x100.0, glue set 16331.99998fil
4506c4516
< Memory usage before: 651&432; after: 417&418; still untouched: 175
---
> Memory usage before: 696&431; after: 444&417; still untouched: 246445
4742c4752,4753
< \vbox(16383.99998+0.0)x205.12613, glue set 16344.0fil
---
> \vbox(16383.99998+0.0)x205.12613, glue set 16343.99998fil, yoko directio
> n
4828c4839
< Memory usage before: 776&458; after: 464&452; still untouched: 175
---
> Memory usage before: 846&457; after: 504&451; still untouched: 246445
5700c5711
< ! \textfont 0 is undefined (character ^^c8).
---
> ! \textfont 0 is undefined (character ???.
6380c6391
< (tripos.tex
---
> (./tripos.tex
6501c6512
< l.429 ...^^M=13 \def^^M{\relax}#
---
> l.429 ...^^M=13 \defqqM{\relax}#
6595c6606
< Memory usage before: 819&428; after: 720&426; still untouched: 175
---
> Memory usage before: 880&428; after: 770&426; still untouched: 246445
7155c7166
< Memory usage before: 895&439; after: 290&420; still untouched: 175
---
> Memory usage before: 958&439; after: 304&420; still untouched: 246445
7288c7299
< Memory usage before: 334&431; after: 292&418; still untouched: 175
---
> Memory usage before: 352&431; after: 306&418; still untouched: 246445
7296,7299c7307,7310
<  47 strings out of 1674
<  253 string characters out of 8354
<  2825 words of memory out of 3000
<  372 multiletter control sequences out of 2100
---
>  44 strings out of 13555
>  261 string characters out of 14626
>  3555 words of memory out of 250000
>  405 multiletter control sequences out of 15000+0
7301c7312
<  2 hyphenation exceptions out of 307
---
>  1 hyphenation exception out of 659
+ eval ./dvitype -output-level=2 -dpi=72.27 -page-start='*.*.*.*.*.*.*.*.*.*' trip.dvi
+ > ptrip.typ 
+ ./dvitype -output-level=2 -dpi=72.27 -page-start=*.*.*.*.*.*.*.*.*.* trip.dvi
+ diff ../../../texk/web2c/triptrap/trip.typ ptrip.typ
1c1
< This is DVItype, Version 3.6
---
> This is DVItype, Version 3.6 (TeX Live 2010)
9c9
< ' TeX output 2008.03.15:0223'
---
> ' TeX output 2010.07.07:1647'
419c419
< 1121: down4 639342208 
---
> 1121: down4 639342177 
1087,1088c1087,1088
< 2535: y4 203921760 
< 2540: y0 203921760 
---
> 2535: y4 203921756 
> 2540: y0 203921756 
+ :
PASS: ptexdir/ptrip.test
I couldn't open file name `../../../texk/web2c/exampl.aux'
PASS: ptexdir/pbibtex-openout-test.pl
This is pBibTeX, Version 0.99d-j0.33 (utf8.euc) (TeX Live 2010)
The top-level auxiliary file: ./longline.aux
The style file: plain.bst
Database file #1: longline.bib
Warning--to sort, need author or key in long-bare
(There was 1 warning)
PASS: ptexdir/pbibtex-longline-test.pl
Running memtest1 ...
This is pBibTeX, Version 0.99d-j0.33 (utf8.euc) (TeX Live 2010)
The top-level auxiliary file: tests/memtest1.aux
The style file: memdata1.bst
Database file #1: memtest.bib
Running memtest2 ...
This is pBibTeX, Version 0.99d-j0.33 (utf8.euc) (TeX Live 2010)
The top-level auxiliary file: tests/memtest2.aux
The style file: memdata2.bst
Database file #1: memtest.bib
Running memtest3 ...
This is pBibTeX, Version 0.99d-j0.33 (utf8.euc) (TeX Live 2010)
The top-level auxiliary file: tests/memtest3.aux
The style file: memdata3.bst
Database file #1: memtest.bib
PASS: ptexdir/pbibtex-mem.test
This is pBibTeX, Version 0.99d-j0.33 (utf8.euc) (TeX Live 2010)
The top-level auxiliary file: tests/nissya_bib.aux
The style file: nissya.bst
Database file #1: sample.bib.bib
PASS: ptexdir/nissya.test
PASS: ptexdir/sample.test
This is Nihongo PLtoTF, Version 3.5-p1.8 (TeX Live 2010)
process kanji code is utf8.euc.
'000 '001 '002 '003 '004 '005 '006 '007 
'010 '011 '012 '013 '014.
Input file is in kanji YOKO-kumi format.
char index = 1 (jis 2122) is type '011
char index = 2 (jis 2123) is type '011
char index = 3 (jis 2124) is type '010
char index = 4 (jis 2125) is type '010
char index = 5 (jis 2126) is type '004
char index = 6 (jis 2127) is type '004
char index = 7 (jis 2128) is type '004
char index = 8 (jis 2129) is type '005
char index = 9 (jis 212A) is type '004
char index = 10 (jis 212B) is type '002
char index = 11 (jis 212C) is type '002
char index = 12 (jis 212D) is type '004
char index = 13 (jis 212E) is type '004
char index = 14 (jis 212F) is type '005
char index = 15 (jis 2130) is type '005
char index = 18 (jis 2133) is type '005
char index = 20 (jis 2135) is type '005
char index = 21 (jis 2136) is type '003
char index = 22 (jis 2137) is type '003
char index = 24 (jis 2139) is type '003
char index = 29 (jis 213E) is type '004
char index = 33 (jis 2142) is type '004
char index = 34 (jis 2143) is type '004
char index = 37 (jis 2146) is type '004
char index = 38 (jis 2147) is type '004
char index = 39 (jis 2148) is type '005
char index = 40 (jis 2149) is type '005
char index = 41 (jis 214A) is type '006
char index = 42 (jis 214B) is type '001
char index = 43 (jis 214C) is type '006
char index = 44 (jis 214D) is type '001
char index = 45 (jis 214E) is type '006
char index = 46 (jis 214F) is type '001
char index = 47 (jis 2150) is type '006
char index = 48 (jis 2151) is type '001
char index = 49 (jis 2152) is type '006
char index = 50 (jis 2153) is type '001
char index = 51 (jis 2154) is type '006
char index = 52 (jis 2155) is type '001
char index = 53 (jis 2156) is type '006
char index = 54 (jis 2157) is type '001
char index = 55 (jis 2158) is type '006
char index = 56 (jis 2159) is type '001
char index = 57 (jis 215A) is type '006
char index = 58 (jis 215B) is type '001
char index = 71 (jis 2168) is type '003
char index = 72 (jis 2169) is type '003
char index = 73 (jis 216A) is type '003
char index = 74 (jis 216B) is type '005
char index = 75 (jis 216C) is type '005
char index = 76 (jis 216D) is type '005
char index = 79 (jis 2170) is type '003
char index = 80 (jis 2171) is type '003
char index = 81 (jis 2172) is type '003
char index = 87 (jis 2178) is type '005
char index = 282 (jis 2421) is type '003
char index = 284 (jis 2423) is type '003
char index = 286 (jis 2425) is type '003
char index = 287 (jis 2426) is type '007
char index = 288 (jis 2427) is type '003
char index = 290 (jis 2429) is type '003
char index = 296 (jis 242F) is type '007
char index = 297 (jis 2430) is type '007
char index = 298 (jis 2431) is type '007
char index = 299 (jis 2432) is type '007
char index = 306 (jis 2439) is type '007
char index = 307 (jis 243A) is type '007
char index = 316 (jis 2443) is type '003
char index = 348 (jis 2463) is type '003
char index = 350 (jis 2465) is type '003
char index = 352 (jis 2467) is type '003
char index = 355 (jis 246A) is type '007
char index = 359 (jis 246E) is type '003
char index = 376 (jis 2521) is type '003
char index = 377 (jis 2522) is type '012
char index = 378 (jis 2523) is type '003
char index = 379 (jis 2524) is type '012
char index = 380 (jis 2525) is type '003
char index = 381 (jis 2526) is type '012
char index = 382 (jis 2527) is type '003
char index = 384 (jis 2529) is type '003
char index = 385 (jis 252A) is type '012
char index = 390 (jis 252F) is type '013
char index = 391 (jis 2530) is type '013
char index = 392 (jis 2531) is type '012
char index = 393 (jis 2532) is type '012
char index = 396 (jis 2535) is type '012
char index = 397 (jis 2536) is type '012
char index = 404 (jis 253D) is type '012
char index = 405 (jis 253E) is type '012
char index = 406 (jis 253F) is type '013
char index = 407 (jis 2540) is type '013
char index = 408 (jis 2541) is type '012
char index = 409 (jis 2542) is type '012
char index = 410 (jis 2543) is type '003
char index = 411 (jis 2544) is type '012
char index = 412 (jis 2545) is type '012
char index = 413 (jis 2546) is type '007
char index = 414 (jis 2547) is type '007
char index = 415 (jis 2548) is type '012
char index = 416 (jis 2549) is type '012
char index = 417 (jis 254A) is type '012
char index = 421 (jis 254E) is type '014
char index = 428 (jis 2555) is type '012
char index = 429 (jis 2556) is type '012
char index = 430 (jis 2557) is type '012
char index = 438 (jis 255F) is type '012
char index = 440 (jis 2561) is type '012
char index = 442 (jis 2563) is type '003
char index = 443 (jis 2564) is type '007
char index = 444 (jis 2565) is type '003
char index = 446 (jis 2567) is type '003
char index = 448 (jis 2569) is type '012
char index = 449 (jis 256A) is type '012
char index = 453 (jis 256E) is type '003
char index = 454 (jis 256F) is type '012
char index = 457 (jis 2572) is type '012
char index = 460 (jis 2575) is type '003
char index = 461 (jis 2576) is type '003
This is Nihongo TFtoPL, Version 3.2-p1.7 (TeX Live 2010)
process kanji code is utf8.euc.
Input file is in YOKO-kumi kanji tfm format.
'000 '001 '002 '003 '004 '005 '006 '007 
'010 '011 '012 '013 '014.
Input file is in kanji YOKO-kumi format.
Input file is in YOKO-kumi kanji tfm format.
This is Nihongo PLtoTF, Version 3.5-p1.8 (TeX Live 2010)
process kanji code is utf8.euc.
This is tatekumi format (line 1).
...(DIRECTION T 
               ATE)...
'000 '001 '002 '003 '004 '005 '006 '007 
'010.
Input file is in kanji TATE-kumi format.
char index = 1 (jis 2122) is type '002
char index = 2 (jis 2123) is type '002
char index = 3 (jis 2124) is type '001
char index = 4 (jis 2125) is type '001
char index = 5 (jis 2126) is type '007
char index = 8 (jis 2129) is type '004
char index = 9 (jis 212A) is type '004
char index = 18 (jis 2133) is type '003
char index = 19 (jis 2134) is type '003
char index = 20 (jis 2135) is type '003
char index = 21 (jis 2136) is type '003
char index = 22 (jis 2137) is type '003
char index = 24 (jis 2139) is type '003
char index = 28 (jis 213D) is type '005
char index = 29 (jis 213E) is type '007
char index = 33 (jis 2142) is type '007
char index = 34 (jis 2143) is type '007
char index = 35 (jis 2144) is type '005
char index = 36 (jis 2145) is type '005
char index = 37 (jis 2146) is type '006
char index = 38 (jis 2147) is type '010
char index = 39 (jis 2148) is type '006
char index = 40 (jis 2149) is type '010
char index = 41 (jis 214A) is type '006
char index = 42 (jis 214B) is type '010
char index = 43 (jis 214C) is type '006
char index = 44 (jis 214D) is type '010
char index = 45 (jis 214E) is type '006
char index = 46 (jis 214F) is type '010
char index = 47 (jis 2150) is type '006
char index = 48 (jis 2151) is type '010
char index = 49 (jis 2152) is type '006
char index = 50 (jis 2153) is type '010
char index = 51 (jis 2154) is type '006
char index = 52 (jis 2155) is type '010
char index = 53 (jis 2156) is type '006
char index = 54 (jis 2157) is type '010
char index = 55 (jis 2158) is type '006
char index = 56 (jis 2159) is type '010
char index = 57 (jis 215A) is type '006
char index = 58 (jis 215B) is type '010
char index = 282 (jis 2421) is type '003
char index = 284 (jis 2423) is type '003
char index = 286 (jis 2425) is type '003
char index = 288 (jis 2427) is type '003
char index = 290 (jis 2429) is type '003
char index = 316 (jis 2443) is type '003
char index = 348 (jis 2463) is type '003
char index = 350 (jis 2465) is type '003
char index = 352 (jis 2467) is type '003
char index = 359 (jis 246E) is type '003
char index = 376 (jis 2521) is type '003
char index = 378 (jis 2523) is type '003
char index = 380 (jis 2525) is type '003
char index = 382 (jis 2527) is type '003
char index = 384 (jis 2529) is type '003
char index = 410 (jis 2543) is type '003
char index = 442 (jis 2563) is type '003
char index = 444 (jis 2565) is type '003
char index = 446 (jis 2567) is type '003
char index = 453 (jis 256E) is type '003
char index = 460 (jis 2575) is type '003
char index = 461 (jis 2576) is type '003
This is Nihongo TFtoPL, Version 3.2-p1.7 (TeX Live 2010)
process kanji code is utf8.euc.
Input file is in TATE-kumi kanji tfm format.
'000 '001 '002 '003 '004 '005 '006 '007 
'010.
Input file is in kanji TATE-kumi format.
Input file is in TATE-kumi kanji tfm format.
PASS: ptexdir/yokotate.test
This is ODVIcopy, Version 1.6 (TeX Live 2010)
(C) 1990,2009 P. Breitenlohner, 1994,98 J. Plaice and Y. Haralambous
Distributed under terms of GNU General Public License
DVI file: 'Manufactured for testing 2009.09.24',
   num=25400000, den=473628672, mag=1000.
DVI: font 0 = ofontr0.
DVI: font 10 = ofontr1.
DVI: font 20 = ofontr2.
DVI: font 30 = ofontr3.
DVI: font 40 = ofontv4.
DVI: font 50 = ofontv5.
DVI: font 60 = ofontv6.
DVI: processing page 1.
DVI: font 0 = ofontr0.
TFM: font 0 = ofontr0.
OUT: font 0 = ofontr0.
DVI: font 10 = ofontr1.
TFM: font 1 = ofontr1.
OUT: font 1 = ofontr1.
DVI: font 20 = ofontr2.
TFM: font 2 = ofontr2.
OUT: font 2 = ofontr2.
DVI: font 30 = ofontr3.
TFM: font 3 = ofontr3.
OUT: font 3 = ofontr3.
DVI: font 40 = ofontv4.
TFM: font 4 = ofontv4.
OUT: font 4 = ofontv4.
DVI: font 50 = ofontv5.
TFM: font 5 = ofontv5.
OUT: font 5 = ofontv5.
DVI: font 60 = ofontv6.
TFM: font 6 = ofontv6.
OUT: font 6 = ofontv6.
OUT file: 584 bytes, 1 page written.
(No errors were found.)
This is ODVIcopy, Version 1.6 (TeX Live 2010)
(C) 1990,2009 P. Breitenlohner, 1994,98 J. Plaice and Y. Haralambous
Distributed under terms of GNU General Public License
DVI file: 'ODVIcopy 1.6 output from Manufactured for testing 2009.09.24',
   num=25400000, den=473628672, mag=1000.
DVI: font 6 = ofontv6.
DVI: font 5 = ofontv5.
DVI: font 4 = ofontv4.
DVI: font 3 = ofontr3.
DVI: font 2 = ofontr2.
DVI: font 1 = ofontr1.
DVI: font 0 = ofontr0.
DVI: processing page 1.
DVI: font 0 = ofontr0.
TFM: font 6 = ofontr0.
OUT: font 6 = ofontr0.
DVI: font 1 = ofontr1.
TFM: font 5 = ofontr1.
OUT: font 5 = ofontr1.
DVI: font 2 = ofontr2.
TFM: font 4 = ofontr2.
OUT: font 4 = ofontr2.
DVI: font 3 = ofontr3.
TFM: font 3 = ofontr3.
OUT: font 3 = ofontr3.
DVI: font 4 = ofontv4.
TFM: font 2 = ofontv4.
VF file: 'Mapping ofontv4 to ofontr1+ofontr2+ofontr3',
   for font 2 = ofontv4.
VF: font 0 = ofontr1.
VF: font 1 = ofontr2.
VF: font 2 = ofontr3.
DVI: font 5 = ofontv5.
TFM: font 1 = ofontv5.
OVF file: 'Mapping ofontv5 to ofontr2+ofontr3+ofontr1',
   for font 1 = ofontv5.
VF: font 0 = ofontr2.
VF: font 1 = ofontr3.
VF: font 2 = ofontr1.
DVI: font 6 = ofontv6.
TFM: font 0 = ofontv6.
OVF file: 'Mapping ofontv6 to ofontr3+ofontr1+ofontr2',
   for font 0 = ofontv6.
VF: font 0 = ofontr3.
VF: font 1 = ofontr1.
VF: font 2 = ofontr2.
OUT file: 460 bytes, 1 page written.
(No errors were found.)
This is ODVIcopy, Version 1.6 (TeX Live 2010)
(C) 1990,2009 P. Breitenlohner, 1994,98 J. Plaice and Y. Haralambous
Distributed under terms of GNU General Public License
DVI file: 'Manufactured for testing 2009.09.24',
   num=25400000, den=473628672, mag=1000.
DVI: font 0 = ofontr0.
DVI: font 10 = ofontr1.
DVI: font 20 = ofontr2.
DVI: font 30 = ofontr3.
DVI: font 40 = ofontv4.
DVI: font 50 = ofontv5.
DVI: font 60 = ofontv6.
DVI: processing page 1.
DVI: font 0 = ofontr0.
TFM: font 0 = ofontr0.
OUT: font 0 = ofontr0.
DVI: font 10 = ofontr1.
TFM: font 1 = ofontr1.
VF file: 'Mapping ofontr1 to ofontr0',
   for font 1 = ofontr1.
VF: font 0 = ofontr0.
DVI: font 20 = ofontr2.
TFM: font 2 = ofontr2.
OVF file: 'Mapping ofontr2 to ofontr0',
   for font 2 = ofontr2.
VF: font 0 = ofontr0.
DVI: font 30 = ofontr3.
TFM: font 3 = ofontr3.
OVF file: 'Mapping ofontr3 to ofontr0',
   for font 3 = ofontr3.
VF: font 0 = ofontr0.
DVI: font 40 = ofontv4.
TFM: font 4 = ofontv4.
VF file: 'Mapping ofontv4 to ofontr1+ofontr2+ofontr3',
   for font 4 = ofontv4.
VF: font 0 = ofontr1.
VF: font 1 = ofontr2.
VF: font 2 = ofontr3.
DVI: font 50 = ofontv5.
TFM: font 5 = ofontv5.
OVF file: 'Mapping ofontv5 to ofontr2+ofontr3+ofontr1',
   for font 5 = ofontv5.
VF: font 0 = ofontr2.
VF: font 1 = ofontr3.
VF: font 2 = ofontr1.
DVI: font 60 = ofontv6.
TFM: font 6 = ofontv6.
OVF file: 'Mapping ofontv6 to ofontr3+ofontr1+ofontr2',
   for font 6 = ofontv6.
VF: font 0 = ofontr3.
VF: font 1 = ofontr1.
VF: font 2 = ofontr2.
OUT file: 264 bytes, 1 page written.
(No errors were found.)
PASS: omegaware/odvicopy.test
PASS: omegaware/odvitype.test
This is OTANGLE, Version 4.4 (TeX Live 2010)
*1*3
Writing the output file
Done.
(No errors were found.)
PASS: omegaware/otangle.test
md5 self-test completed successfully.
PASS: libmd5/md5.test
===================
All 43 tests passed
===================
gmake[4]: Leaving directory `/home/texlive/source/Work/texk/web2c'
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/web2c'
Making check in window
gmake[3]: Entering directory `/home/texlive/source/Work/texk/web2c/window'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/web2c/window'
Making check in omegafonts
gmake[3]: Entering directory `/home/texlive/source/Work/texk/web2c/omegafonts'
gmake  check-TESTS
gmake[4]: Entering directory `/home/texlive/source/Work/texk/web2c/omegafonts'
PASS: charwd.test
PASS: level1.test
PASS: omfonts.test
PASS: repeat.test
PASS: specialhex.test
==================
All 5 tests passed
==================
gmake[4]: Leaving directory `/home/texlive/source/Work/texk/web2c/omegafonts'
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/web2c/omegafonts'
Making check in otps
gmake[3]: Entering directory `/home/texlive/source/Work/texk/web2c/otps'
gmake  check-TESTS
gmake[4]: Entering directory `/home/texlive/source/Work/texk/web2c/otps'
PASS: otp2ocp.test
PASS: outocp.test
==================
All 2 tests passed
==================
gmake[4]: Leaving directory `/home/texlive/source/Work/texk/web2c/otps'
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/web2c/otps'
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/web2c'
Making check in afm2pl
gmake[2]: Entering directory `/home/texlive/source/Work/texk/afm2pl'
gmake  check-TESTS
gmake[3]: Entering directory `/home/texlive/source/Work/texk/afm2pl'
PASS: afm2pl.test
=============
1 test passed
=============
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/afm2pl'
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/afm2pl'
Making check in bibtex8
gmake[2]: Entering directory `/home/texlive/source/Work/texk/bibtex8'
gmake  check-TESTS
gmake[3]: Entering directory `/home/texlive/source/Work/texk/bibtex8'
The top-level auxiliary file: tests/xexampl.aux
The style file: apalike.bst
Database file #1: xampl.bib
Warning--empty author in whole-journal
Warning--empty title in whole-journal
Warning--empty year in booklet-minimal
Warning--empty year in manual-minimal
Warning--empty year in misc-minimal
Warning--empty year in unpublished-minimal
Warning--empty year in random-note-crossref
(There were 7 warnings)
PASS: tests/bibtex.test
The 8-bit codepage and sorting file: sort1.csf
The top-level auxiliary file: tests/xsort.aux
The style file: teststyle.bst
Database file #1: testdata.bib
The 8-bit codepage and sorting file: sort2.csf
The top-level auxiliary file: tests/xsort.aux
The style file: teststyle.bst
Database file #1: testdata.bib
The 8-bit codepage and sorting file: sort3.csf
The top-level auxiliary file: tests/xsort.aux
The style file: teststyle.bst
Database file #1: testdata.bib
PASS: tests/sort.test
Running memtest1 ...
The 8-bit codepage and sorting file: 88591lat.csf
The top-level auxiliary file: tests/memtest1.aux
The style file: memdata1.bst
Database file #1: memtest.bib
Running memtest2 ...
The 8-bit codepage and sorting file: 88591lat.csf
The top-level auxiliary file: tests/memtest2.aux
The style file: memdata2.bst
Database file #1: memtest.bib
Running memtest3 ...
The 8-bit codepage and sorting file: 88591lat.csf
The top-level auxiliary file: tests/memtest3.aux
The style file: memdata3.bst
Database file #1: memtest.bib
PASS: tests/bibtex-mem.test
==================
All 3 tests passed
==================
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/bibtex8'
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/bibtex8'
Making check in bibtexu
gmake[2]: Entering directory `/home/texlive/source/Work/texk/bibtexu'
gmake  check-TESTS
gmake[3]: Entering directory `/home/texlive/source/Work/texk/bibtexu'
SKIP: tests/bibtex.test
====================
All 0 tests passed
(1 test was not run)
====================
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/bibtexu'
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/bibtexu'
Making check in cjkutils
gmake[2]: Entering directory `/home/texlive/source/Work/texk/cjkutils'
Making check in .
gmake[3]: Entering directory `/home/texlive/source/Work/texk/cjkutils'
gmake[3]: Nothing to be done for `check-am'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/cjkutils'
Making check in conv
gmake[3]: Entering directory `/home/texlive/source/Work/texk/cjkutils/conv'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/cjkutils/conv'
Making check in hbf2gf
gmake[3]: Entering directory `/home/texlive/source/Work/texk/cjkutils/hbf2gf'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/cjkutils/hbf2gf'
Making check in scripts
gmake[3]: Entering directory `/home/texlive/source/Work/texk/cjkutils/scripts'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/cjkutils/scripts'
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/cjkutils'
Making check in detex
gmake[2]: Entering directory `/home/texlive/source/Work/texk/detex'
gmake  detex.test
gmake[3]: Entering directory `/home/texlive/source/Work/texk/detex'
gmake[3]: Nothing to be done for `../../../texk/detex/detex.test'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/detex'
gmake  check-TESTS
gmake[3]: Entering directory `/home/texlive/source/Work/texk/detex'
PASS: detex.test
=============
1 test passed
=============
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/detex'
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/detex'
Making check in devnag
gmake[2]: Entering directory `/home/texlive/source/Work/texk/devnag'
Making check in src
gmake[3]: Entering directory `/home/texlive/source/Work/texk/devnag/src'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/devnag/src'
gmake[3]: Entering directory `/home/texlive/source/Work/texk/devnag'
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/devnag'
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/devnag'
Making check in dtl
gmake[2]: Entering directory `/home/texlive/source/Work/texk/dtl'
gmake  dtl.test
gmake[3]: Entering directory `/home/texlive/source/Work/texk/dtl'
gmake[3]: Nothing to be done for `../../../texk/dtl/dtl.test'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/dtl'
gmake  check-TESTS
gmake[3]: Entering directory `/home/texlive/source/Work/texk/dtl'

Program "./dt2dv" version 0.6.0 compiled in standard C.
./dt2dv (read_variety) : DTL variety sequences-6 is OK.
./dt2dv (xfer_len_string) : WARNING : string length (27) in DTL file is wrong
Writing correct value (39) to DVI file
./dt2dv (fontdef) : WARNING : font area string's length (0) in DTL file is wrong
Writing correct value (10) to DVI file
./dt2dv (xfer_bop_address) : WARNING : byte address (42)
for previous bop in DTL file is wrong
Writing correct value (54) to DVI file
./dt2dv (xfer_bop_address) : WARNING : byte address (4784)
for previous bop in DTL file is wrong
Writing correct value (4806) to DVI file
./dt2dv (xfer_postamble_address) : WARNING : byte address (9603)
for postamble in DTL file is wrong
Writing correct value (9625) to DVI file
./dt2dv (post_post) : WARNING : 
DVI size 10003 (bytes) wouldn't be a multiple of 4 !
Will write (at least four) `223' padding bytes until it is.
./dt2dv (dt2dv) :
Read (from file "../../../texk/dtl/edited.txt") 22823 DTL bytes (3854 lines);
wrote (to file "testfile.dvi") 10008 DVI bytes;
completely interpreted 3853 DVI commands.


Program "./dt2dv" version 0.6.0 compiled in standard C.
./dt2dv (read_variety) : DTL variety sequences-6 is OK.
./dt2dv (dt2dv) :
Read (from file "testfile.dtl") 22816 DTL bytes (3854 lines);
wrote (to file "testfile.dvx") 10008 DVI bytes;
completely interpreted 3853 DVI commands.

PASS: dtl.test
=============
1 test passed
=============
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/dtl'
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/dtl'
Making check in dvi2tty
gmake[2]: Entering directory `/home/texlive/source/Work/texk/dvi2tty'
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/dvi2tty'
Making check in dvidvi
gmake[2]: Entering directory `/home/texlive/source/Work/texk/dvidvi'
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/dvidvi'
Making check in dviljk
gmake[2]: Entering directory `/home/texlive/source/Work/texk/dviljk'
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/dviljk'
Making check in dvipdfmx
gmake[2]: Entering directory `/home/texlive/source/Work/texk/dvipdfmx'
Making check in .
gmake[3]: Entering directory `/home/texlive/source/Work/texk/dvipdfmx'
gmake[3]: Nothing to be done for `check-am'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/dvipdfmx'
Making check in data
gmake[3]: Entering directory `/home/texlive/source/Work/texk/dvipdfmx/data'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/dvipdfmx/data'
Making check in src
gmake[3]: Entering directory `/home/texlive/source/Work/texk/dvipdfmx/src'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/dvipdfmx/src'
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/dvipdfmx'
Making check in dvipng
gmake[2]: Entering directory `/home/texlive/source/Work/texk/dvipng'
Making check in .
gmake[3]: Entering directory `/home/texlive/source/Work/texk/dvipng'
gmake  check-TESTS
gmake[4]: Entering directory `/home/texlive/source/Work/texk/dvipng'
This is ./dvipng 1.13 Copyright 2002-2010 Jan-Ake Larsson
[1] [2] [3] [4] [5] [6] [7] [8] 
View the result e.g. with display dvipng-test*.png
PASS: dvipng.test
=============
1 test passed
=============
gmake[4]: Leaving directory `/home/texlive/source/Work/texk/dvipng'
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/dvipng'
Making check in help
gmake[3]: Entering directory `/home/texlive/source/Work/texk/dvipng/help'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/dvipng/help'
Making check in doc
gmake[3]: Entering directory `/home/texlive/source/Work/texk/dvipng/doc'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/dvipng/doc'
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/dvipng'
Making check in dvipos
gmake[2]: Entering directory `/home/texlive/source/Work/texk/dvipos'
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/dvipos'
Making check in dvipsk
gmake[2]: Entering directory `/home/texlive/source/Work/texk/dvipsk'
Making check in squeeze
gmake[3]: Entering directory `/home/texlive/source/Work/texk/dvipsk/squeeze'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/dvipsk/squeeze'
gmake[3]: Entering directory `/home/texlive/source/Work/texk/dvipsk'
gmake  check-TESTS
gmake[4]: Entering directory `/home/texlive/source/Work/texk/dvipsk'
afmtest Afmtest
PASS: afm2tfm-test.pl
This is dvips(k) 5.99 Copyright 2010 Radical Eye Software (www.radicaleye.com)
' TeX output 2010.01.03:0248' -> beginfontk1.ps
<../../../texk/dvipsk/testdata/texc.pro>
<../../../texk/dvipsk/testdata/texps.pro>
<../../../texk/dvipsk/testdata/special.pro>. 
<../../../texk/dvipsk/testdata/cmr10.pfb>[1] [2
<../../../texk/dvipsk/testdata/beginfontk1.eps>] 
%%BeginFont: /MC1_ArialBold
PASS: beginfontk1.test
This is dvips(k) 5.99 Copyright 2010 Radical Eye Software (www.radicaleye.com)
' TeX output 1998.01.01:1040' -> dvipstst.ps
<../../../texk/dvipsk/testdata/texc.pro>
<../../../texk/dvipsk/testdata/8r.enc>
<../../../texk/dvipsk/testdata/texps.pro>
<../../../texk/dvipsk/testdata/special.pro>. 
<../../../texk/dvipsk/testdata/cmtt10.pfb>
<../../../texk/dvipsk/testdata/cmsy10.pfb>
<../../../texk/dvipsk/testdata/cmr10.pfb>
<../../../texk/dvipsk/testdata/cmmi10.pfb>
<../../../texk/dvipsk/testdata/cmex10.pfb>[1
./dvips: Could not find figure file mtest.ps; continuing.
Note that an absolute path or a relative path with .. are denied in -R2 mode.
] 
This is dvips(k) 5.99 Copyright 2010 Radical Eye Software (www.radicaleye.com)
' TeX output 1998.01.01:1040' -> dvipstst.ps
<../../../texk/dvipsk/testdata/texc.pro>
<../../../texk/dvipsk/testdata/8r.enc>
<../../../texk/dvipsk/testdata/cmex10.pfb>
<../../../texk/dvipsk/testdata/cmmi10.pfb>
<../../../texk/dvipsk/testdata/cmr10.pfb>
<../../../texk/dvipsk/testdata/cmsy10.pfb>
<../../../texk/dvipsk/testdata/cmtt10.pfb>
<../../../texk/dvipsk/testdata/texps.pro>
<../../../texk/dvipsk/testdata/special.pro>. [1<./mtest.ps>] 
2c2
< %%Creator: dvips(k) 5.98dev Copyright 2010 Radical Eye Software
---
> %%Creator: dvips(k) 5.99 Copyright 2010 Radical Eye Software
4c4
< %%CreationDate: Fri May  7 14:06:17 2010
---
> %%CreationDate: Wed Jul  7 16:47:40 2010
4202c4202
< %%Creator: dvips(k) 5.98dev Copyright 2010 Radical Eye Software
---
> %%Creator: dvips(k) 5.99 Copyright 2010 Radical Eye Software
4204c4204
< %%CreationDate: Fri May  7 14:06:17 2010
---
> %%CreationDate: Wed Jul  7 16:47:40 2010
PASS: dvips.test
This is dvips(k) 5.99 Copyright 2010 Radical Eye Software (www.radicaleye.com)
' TeX output 2009.05.28:1334' -> pfbincl.ps
<../../../texk/dvipsk/testdata/texc.pro>
<../../../texk/dvipsk/testdata/texps.pro>
<../../../texk/dvipsk/testdata/special.pro>. 
<../../../texk/dvipsk/testdata/cmr10.pfb>[1
<../../../texk/dvipsk/testdata/pfbincl.eps>] 
2c2
< %%Creator: dvips(k) 5.98dev Copyright 2010 Radical Eye Software
---
> %%Creator: dvips(k) 5.99 Copyright 2010 Radical Eye Software
4c4
< %%CreationDate: Fri May  7 14:06:17 2010
---
> %%CreationDate: Wed Jul  7 16:47:40 2010
PASS: pfbincl.test
This is dvips(k) 5.99 Copyright 2010 Radical Eye Software (www.radicaleye.com)
./dvips: DVI file can't be opened: ../../../texk/dvipsk/testdata/quotecmd.dvi: No such file or directory
PASS: quotecmd-test.pl
==================
All 5 tests passed
==================
gmake[4]: Leaving directory `/home/texlive/source/Work/texk/dvipsk'
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/dvipsk'
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/dvipsk'
Making check in dvisvgm
gmake[2]: Entering directory `/home/texlive/source/Work/texk/dvisvgm'
gmake[2]: Nothing to be done for `check'.
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/dvisvgm'
Making check in gsftopk
gmake[2]: Entering directory `/home/texlive/source/Work/texk/gsftopk'
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/gsftopk'
Making check in lacheck
gmake[2]: Entering directory `/home/texlive/source/Work/texk/lacheck'
gmake  lacheck.test
gmake[3]: Entering directory `/home/texlive/source/Work/texk/lacheck'
gmake[3]: Nothing to be done for `../../../texk/lacheck/lacheck.test'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/lacheck'
gmake  check-TESTS
gmake[3]: Entering directory `/home/texlive/source/Work/texk/lacheck'
PASS: lacheck.test
=============
1 test passed
=============
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/lacheck'
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/lacheck'
Making check in lcdf-typetools
gmake[2]: Entering directory `/home/texlive/source/Work/texk/lcdf-typetools'
Making check in .
gmake[3]: Entering directory `/home/texlive/source/Work/texk/lcdf-typetools'
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/lcdf-typetools'
Making check in liblcdf
gmake[3]: Entering directory `/home/texlive/source/Work/texk/lcdf-typetools/liblcdf'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/lcdf-typetools/liblcdf'
Making check in libefont
gmake[3]: Entering directory `/home/texlive/source/Work/texk/lcdf-typetools/libefont'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/lcdf-typetools/libefont'
Making check in cfftot1
gmake[3]: Entering directory `/home/texlive/source/Work/texk/lcdf-typetools/cfftot1'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/lcdf-typetools/cfftot1'
Making check in mmafm
gmake[3]: Entering directory `/home/texlive/source/Work/texk/lcdf-typetools/mmafm'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/lcdf-typetools/mmafm'
Making check in mmpfb
gmake[3]: Entering directory `/home/texlive/source/Work/texk/lcdf-typetools/mmpfb'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/lcdf-typetools/mmpfb'
Making check in otfinfo
gmake[3]: Entering directory `/home/texlive/source/Work/texk/lcdf-typetools/otfinfo'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/lcdf-typetools/otfinfo'
Making check in otftotfm
gmake[3]: Entering directory `/home/texlive/source/Work/texk/lcdf-typetools/otftotfm'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/lcdf-typetools/otftotfm'
Making check in t1dotlessj
gmake[3]: Entering directory `/home/texlive/source/Work/texk/lcdf-typetools/t1dotlessj'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/lcdf-typetools/t1dotlessj'
Making check in t1lint
gmake[3]: Entering directory `/home/texlive/source/Work/texk/lcdf-typetools/t1lint'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/lcdf-typetools/t1lint'
Making check in t1rawafm
gmake[3]: Entering directory `/home/texlive/source/Work/texk/lcdf-typetools/t1rawafm'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/lcdf-typetools/t1rawafm'
Making check in t1reencode
gmake[3]: Entering directory `/home/texlive/source/Work/texk/lcdf-typetools/t1reencode'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/lcdf-typetools/t1reencode'
Making check in t1testpage
gmake[3]: Entering directory `/home/texlive/source/Work/texk/lcdf-typetools/t1testpage'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/lcdf-typetools/t1testpage'
Making check in ttftotype42
gmake[3]: Entering directory `/home/texlive/source/Work/texk/lcdf-typetools/ttftotype42'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/lcdf-typetools/ttftotype42'
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/lcdf-typetools'
Making check in makeindexk
gmake[2]: Entering directory `/home/texlive/source/Work/texk/makeindexk'
gmake[2]: Nothing to be done for `check'.
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/makeindexk'
Making check in makejvf
gmake[2]: Entering directory `/home/texlive/source/Work/texk/makejvf'
gmake  makejvf.test
gmake[3]: Entering directory `/home/texlive/source/Work/texk/makejvf'
gmake[3]: Nothing to be done for `../../../texk/makejvf/makejvf.test'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/makejvf'
gmake  check-TESTS
gmake[3]: Entering directory `/home/texlive/source/Work/texk/makejvf'
../../../texk/makejvf/tests/min10.vf min10.vf differ: char 7655, line 1
../../../texk/makejvf/tests/tmin10.vf tmin10.vf differ: char 668, line 1
PASS: makejvf.test
=============
1 test passed
=============
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/makejvf'
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/makejvf'
Making check in mendexk
gmake[2]: Entering directory `/home/texlive/source/Work/texk/mendexk'
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/mendexk'
Making check in musixflx
gmake[2]: Entering directory `/home/texlive/source/Work/texk/musixflx'
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/musixflx'
Making check in ps2pkm
gmake[2]: Entering directory `/home/texlive/source/Work/texk/ps2pkm'
gmake[2]: Nothing to be done for `check'.
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/ps2pkm'
Making check in seetexk
gmake[2]: Entering directory `/home/texlive/source/Work/texk/seetexk'
gmake[2]: Nothing to be done for `check'.
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/seetexk'
Making check in tex4htk
gmake[2]: Entering directory `/home/texlive/source/Work/texk/tex4htk'
gmake[2]: Nothing to be done for `check'.
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/tex4htk'
Making check in ttf2pk
gmake[2]: Entering directory `/home/texlive/source/Work/texk/ttf2pk'
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/ttf2pk'
Making check in ttfdump
gmake[2]: Entering directory `/home/texlive/source/Work/texk/ttfdump'
gmake[2]: Nothing to be done for `check'.
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/ttfdump'
Making check in xdv2pdf
gmake[2]: Entering directory `/home/texlive/source/Work/texk/xdv2pdf'
gmake[2]: Nothing to be done for `check'.
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/xdv2pdf'
Making check in xdvik
gmake[2]: Entering directory `/home/texlive/source/Work/texk/xdvik'
Making check in squeeze
gmake[3]: Entering directory `/home/texlive/source/Work/texk/xdvik/squeeze'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/xdvik/squeeze'
Making check in .
gmake[3]: Entering directory `/home/texlive/source/Work/texk/xdvik'
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/xdvik'
Making check in tests
gmake[3]: Entering directory `/home/texlive/source/Work/texk/xdvik/tests'
gmake  run_tests
gmake[4]: Entering directory `/home/texlive/source/Work/texk/xdvik/tests'
gmake[4]: `run_tests' is up to date.
gmake[4]: Leaving directory `/home/texlive/source/Work/texk/xdvik/tests'
gmake  check-TESTS
gmake[4]: Entering directory `/home/texlive/source/Work/texk/xdvik/tests'

Going to run 16 tests ...
Test 1: OK (dl_list construction)
Test 2: OK (str_is_prefix())
Test 3: OK (str_is_suffix())
Test 4: OK (is_spaces_only())
Test 5: OK (my_stristr())
Test 6: OK (filename_append_dvi())
Test 7: OK (canonicalize_path())
Test 8: OK (format_arg())
Test 9: OK (escape_format_arg())
Test 10: OK (expand_filename())
Test 11: OK (get_separated_list)
Test 12: OK (length_of_int())
Test 13: OK (Filename extensions)
Test 14: OK (string lists)
Test 15: OK (empty string lists)
Test 16: OK (src_format_arguments)
Great! All tests succeeded.

PASS: run_tests
=============
1 test passed
=============
gmake[4]: Leaving directory `/home/texlive/source/Work/texk/xdvik/tests'
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/xdvik/tests'
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/xdvik'
Making check in xdvipdfmx
gmake[2]: Entering directory `/home/texlive/source/Work/texk/xdvipdfmx'
Making check in .
gmake[3]: Entering directory `/home/texlive/source/Work/texk/xdvipdfmx'
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/xdvipdfmx'
Making check in src
gmake[3]: Entering directory `/home/texlive/source/Work/texk/xdvipdfmx/src'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/xdvipdfmx/src'
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/xdvipdfmx'
Making check in tetex
gmake[2]: Entering directory `/home/texlive/source/Work/texk/tetex'
gmake[2]: Nothing to be done for `check'.
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/tetex'
Making check in texlive
gmake[2]: Entering directory `/home/texlive/source/Work/texk/texlive'
Making check in context
gmake[3]: Entering directory `/home/texlive/source/Work/texk/texlive/context'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/texlive/context'
Making check in linked_scripts
gmake[3]: Entering directory `/home/texlive/source/Work/texk/texlive/linked_scripts'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/texlive/linked_scripts'
gmake[3]: Entering directory `/home/texlive/source/Work/texk/texlive'
gmake[3]: Nothing to be done for `check-am'.
gmake[3]: Leaving directory `/home/texlive/source/Work/texk/texlive'
gmake[2]: Leaving directory `/home/texlive/source/Work/texk/texlive'
gmake[1]: Leaving directory `/home/texlive/source/Work/texk'


More information about the tlbuild mailing list