[tlbuild] build with non-standard TL_WORKDIR fails in luatexdir

Jukka Salmi j+tex-live at 2008.salmi.ch
Sat May 17 10:09:16 CEST 2008


Karl Berry --> tlbuild (2008-05-16 19:18:19 -0500):
>     is building outside the (read-only) source tree supposed to work? I
> 
> Sure.
> 
>     just tried and it failed in luatexdir:
>     
> I did not get this problem with the usual Build where the Work dir is a
> subdir of source.  How exactly are you setting things up, ie, what
> should I do to try to reproduce?

I see the problem when using the following Build wrapper:

$ cat ~/bin/tlbuild 
#!/bin/sh
: ${OS_RELEASE:=netbsd-3} \
  ${TL_BASEDIR:=/usr/local/src/texlive_2008} \
  ${TL_SRCDIR:=${TL_BASEDIR}/source} \
  ${TL_WORKDIR:=${TL_BASEDIR}/Work.${OS_RELEASE}} \
  ${TL_INSTALL_DEST:=${TL_BASEDIR}/inst.${OS_RELEASE}} \
  ${TL_MAKE:=gmake} \
  ${TL_CONFIGURE:=${TL_SRCDIR}/configure} \
  ${TL_CONFIGURE_ARGS:=--with-fontconfig=/usr/pkg} \
  ${LDFLAGS:='-Wl,-rpath,/usr/pkg/lib'}

TL_WORKDIR="${TL_WORKDIR}" \
TL_INSTALL_DEST="${TL_INSTALL_DEST}" \
TL_MAKE="${TL_MAKE}" \
TL_CONFIGURE="${TL_CONFIGURE}" \
TL_CONFIGURE_ARGS="${TL_CONFIGURE_ARGS}" \
LDFLAGS="${LDFLAGS}" \
"${TL_SRCDIR}"/Build ${1+"$@"}


Regards, Jukka

-- 
bashian roulette:
$ ((RANDOM%6)) || rm -rf ~


More information about the tlbuild mailing list