[tlbuild] Request to build original e-TeX by default

Peter Breitenlohner peb at mppmu.mpg.de
Fri Jun 26 10:20:15 CEST 2015


On Thu, 25 Jun 2015, Igor Liferenko wrote:

> On the same resource it is said that "there is no comparably simple
> way to install e-TeX".
> What precisely are these difficulties?
> On Debian 8 with TL installed from packages, simply building and
> copying etex to /usr/local/bin/ works without any problems:
> mkdir mydir && cd mydir
> rsync -a --delete --exclude=.svn --exclude=Work
> tug.org::tldevsrc/Build/source/ .
> mkdir Work && cd Work
> ../configure --disable-all-pkgs
> make
> cd texk/web2c/
> make etex
> cp etex /usr/local/bin/
> <build new format>

This is fine (except that you may want to stirp the binary) and builds etex
with a static libkpathsea whereas Debian uses a shared library.  Configuring
with --enable-shared yields .libs/etex, and you can build etex against the
installed shared library with --with-system-kpathsea (provided you have the
kpathsea development files).

Regards
Peter


More information about the tlbuild mailing list