[tlbuild] Problem solved:: Cannot compile on OpenSolaris
Apostolos Syropoulos
asyropoulos at gmail.com
Sun Apr 25 18:46:23 CEST 2010
2010/4/24 Apostolos Syropoulos <asyropoulos at gmail.com>
> The buid script fails to build tangleboot.
>
>
OK I have found what is wrong. The configure script in source/texk/web2c
contains the following commands
## KPSE_LT_HACK: Prevent libtool from linking dependency_libs
if test "x$enable_libtool_hack" = xyes; then
sed '/# Convert "-framework/i \
## KPSE_LT_HACK: ignore dependency_libs\
test "X$installed" = Xyes && dependency_libs=\
' "$ofile" >"$cfgfile"
mv "$cfgfile" "$ofile" ||
(rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
chmod +x "$ofile"
fi
Now the problem is that Solaris sed cannod handle the expression. By using
/usr/gnu/bin/sed
instead of the Solaris sed, I managed to build 338 executables in
/opt/sources/BACKUP/TeX/source/inst/bin.
A.S.
--
Apostolos Syropoulos
Xanthi, GREECE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/tlbuild/attachments/20100425/a7cfe85f/attachment.html>
More information about the tlbuild
mailing list