[tlbuild] hpux, xetex

Tim Arnold Tim.Arnold at sas.com
Thu May 15 22:22:17 CEST 2008


<xnip>

> Note that /bin/sh is still used here, so apparently the makefile
> involved isn't respecting your SHELL setting. (Maybe that's not the
> right way to do it... I'm no make expert.)
>
> To work around this temporarily, try editing libs/icu-xetex/
> icudefs.mk in your build tree to change the line
>
>    SHELL = /bin/sh
>
> to read
>
>    SHELL = /usr/local/bin/bash
>
> instead, and see if this helps. (This file is being created during
> the configure process, so if that solves the issue then we need to
> figure out how to make configure choose a better shell for you; you
> don't want to hand-edit the generated file each time.)
>
> One possibility is that adding a definition
>
>    SHELL = /usr/local/bin/bash
>
> at the beginning of the file libs/icu-xetex/config/mh-hpux-gcc might
> have the desired effect.
>
> JK

thanks! At least now I'm getting the error from the right shell:

BASH:
make[2]: Entering directory `/r/ge.unx.sas.com/vol/vol10/u101/tiarno/texlive2008/source/libs/icu-xetex/data'
/usr/local/bin/bash: -c: line 7: syntax error near unexpected token `;'
/usr/local/bin/bash: -c: line 7: `for file in ; do \'
make[2]: *** [out/tmp/res_index.txt] Error 2

SH:
make[2]: Entering directory `/r/ge.unx.sas.com/vol/vol10/u101/tiarno/texlive2008/source/libs/icu-xetex/data'
/bin/sh: Syntax error at line 7 : `;' is not expected.
make[2]: *** [out/tmp/res_index.txt] Error 2

KSH:
/bin/ksh[3]: !:  not found
/bin/ksh: syntax error at line 7 : `;' unexpected
make[2]: *** [out/tmp/res_index.txt] Error 2

TCSH:
chmod u-w config/icu-config
dot_seen=no: Command not found.
target=all: Command not found.
list=stubdata common i18n layout layoutex tools data io extra samples test: Command not found.
list: Undefined variable.
make[1]: *** [all-recursive] Error 1


Sorry to say that I'll be out of the office tomorrow and all next week. I'll get back on this when I return, Monday the 26th.
thanks,
--Tim





More information about the tlbuild mailing list