[tex-live] lualatex segfault when run sample beamer document

Manuel Pégourié-Gonnard mpg at elzevir.fr
Fri Feb 19 18:58:50 CET 2010


Taco Hoekwater a écrit :
> Martin Schröder wrote:
>> 2010/2/19 Taco Hoekwater <taco at elvenkind.com>:
>>> Except that all of that processing has to be sort of optional because
>>> the source tarballs are not based on a subversion tree, and in that case
>>> (and only that case) there has to be a static svn_info.h file that is
>>> created automatically during packaging.
>>>
>>> After three tries at scripting something like this, I have discovered
>>> that it sounds a whole lot easier than it actually is, and concluded
>>> that subversion is simply unfriendly wrt build id numbering and gave up.
>>>
>>> If you (or anyone else) can write me a script or executable that can do
>>> all of this, that would be absolutely wonderful!
>>
>> Well, this IS a FAQ:
>> http://subversion.apache.org/faq.html#version-value-in-source
>>
>> svnversion certainly is a way.
> 
> except in source tarballs ...

I don't know how you build the source tarballs, but maybe you can arrange for a
file like SVN_REV containing the output of svnversion to be created just before
the tarball is built? Then at build time, test for the existence of this file,
read the svn rev from it if it exists or try svnversion or default to "unknown"
(or whatever string) if both fail.

(This won't help people like me who enjoy tracking the source using git-svn, but
anyway...)

Just my 2 cents.

Manuel.


More information about the tex-live mailing list