[tlbuild] ttf2afm test failing on Mac OS X

Henri Menke henrimenke at gmail.com
Wed Sep 5 01:08:48 CEST 2018


On 04/09/18 20:46, Mojca Miklavec wrote:
> On Tue, 4 Sep 2018 at 09:39, Mojca Miklavec wrote:
>> On Tue, 4 Sep 2018 at 06:55, Henri Menke wrote:
>>>
>>> I realized that Travis CI on GitHub comes with XQuartz, so all the
>>> required dependencies for building TeX Live are there.  Hence I added
>>> another build job to the Travis configuration (https://git.io/fA4gH).
>>> Amazingly, TeX Live builds on the first try!
>>>
>>> Unfortunately though, one of the tests is failing.
>>>
>>> FAIL: pdftexdir/ttf2afm.test
>>>
>>> The reason I am writing to the list is that I don't have a Mac to
>>> reproduce this issue locally.  I would appreciate any hints.
>>> You can access the full build log here
>>> https://api.travis-ci.org/v3/job/424165569/log.txt
>>
>> I will check it again now, but last time it was an issue of
>>     sed: RE error: illegal byte sequence
>> which would depend on locale setting on the machine.
> 
> I hope that
>     http://tug.org/svn/texlive?view=revision&revision=48573
> fixes the problem.

Thank you Mojca!  That works perfectly.  However, there were other tests
which were failing as well for the same reason, so I just set

      before_script:
      - export LC_ALL=C
      - export LANG=C

in the Travis configuration.  Now it builds without issues on the Xcode
9.4.1 (OS X 10.13) image on Travis.  I'm now trying to downgrade the
Xcode version for backwards compatibility.  Maybe Travis can then be
used to build official TeX Live binaries for the next release.

Cheers, Henri

> 
> (Does this need to go upstream to pdfTeX repository?)
> 
> Mojca
> 




More information about the tlbuild mailing list