[tlbuild] starting builds

Nikola Lečić nikola.lecic at anthesphoria.net
Tue May 3 20:24:19 CEST 2011


On Fri, 29 Apr 2011 21:43:27 GMT
  in <201104292143.p3TLhRgB018110 at freefriends.org>
  karl at freefriends.org (Karl Berry) wrote:
 
> Well, there may be a couple more pdftex tweaks coming, but let's give
> the TL 2011 builds a first attempt.  Please don't commit any binaries
> yet (and no need to send me anything) -- we can't do that until we
> freeze net updates.  But let's find out if there are any compilation
> problems and go from there.

r22293 builds fine on FreeBSD-{5,6,7}/{i386,amd64}, with xindy (and
current asy). xindy builds fine with clisp-2.49 and test files work.

The only issue was a failure of ttfdump test; '-o' doesn't work, I had
to use '>' instead.

gmake[3]: Entering directory `/root/TL-Work-22293/texk/ttfdump'
gmake  check-TESTS
gmake[4]: Entering directory `/root/TL-Work-22293/texk/ttfdump'
diff: ttfdump.head: No such file or directory
FAIL: tests/ttfdump.test

Index: source/texk/ttfdump/tests/ttfdump.test
===================================================================
--- source/texk/ttfdump/tests/ttfdump.test	(revision 22293)
+++ source/texk/ttfdump/tests/ttfdump.test	(working copy)
@@ -6,9 +6,9 @@
 rm -rf FonetikaDaniaIwonaeRegular.ttf ttfdump.glyf ttfdump.head
 cp $srcdir/tests/FonetikaDaniaIwonaeRegular.ttf .
 
-./ttfdump -t head FonetikaDaniaIwonaeRegular.ttf -o ttfdump.head || exit 1
+./ttfdump -t head FonetikaDaniaIwonaeRegular.ttf > ttfdump.head || exit 1
 diff $srcdir/tests/ttfdump.head ttfdump.head || exit 1
 
-./ttfdump -t glyf -g 1 FonetikaDaniaIwonaeRegular.ttf -o ttfdump.glyf || exit 1
+./ttfdump -t glyf -g 1 FonetikaDaniaIwonaeRegular.ttf > ttfdump.glyf || exit 1
 diff $srcdir/tests/ttfdump.glyf ttfdump.glyf || exit 1

-- 
Nikola Lečić = Никола Лечић
fingerprint : FEF3 66AF C90E EDC3 D878  7CDC 956D F4AB A377 1C9B
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 314 bytes
Desc: not available
URL: <http://tug.org/pipermail/tlbuild/attachments/20110503/8b66e732/attachment.bin>


More information about the tlbuild mailing list