[Context] luatex 0.30
Hello, Taco has released LuaTeX 0.30. To linux-64, freebsd & linux-ppc builders: if you don't manage to commit the binaries, I can commit them instead of you if you can put them somewhere online. We'll try to set up a git repository, or cook up some other solution in the meantime. Mojca
Hi, Taco:
Are you sure ctangle is not needed for compilation?
-bash-2.05b$ ./build.sh
blablabla....(configure goes fine)
gmake[1]: Entering directory
`/usr/home/i/f/yuewang/luatex-beta-0.30.0/build/texk/web2c/mpdir'
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../../../../src/texk/web2c/mpdir -I. -I../..
-I../../../../src/texk/kpathsea/.. -I../../../../src/texk/kpathsea
-I../../../../src/libs/lua51 -g -O2 -MT avl.lo -MD -MP -MF
.deps/avl.Tpo -c -o avl.lo ../../../../src/texk/web2c/mpdir/avl.c
gcc -DHAVE_CONFIG_H -I. -I../../../../src/texk/web2c/mpdir -I.
-I../.. -I../../../../src/texk/kpathsea/..
-I../../../../src/texk/kpathsea -I../../../../src/libs/lua51 -g -O2
-MT avl.lo -MD -MP -MF .deps/avl.Tpo -c
../../../../src/texk/web2c/mpdir/avl.c -o avl.o
mv -f .deps/avl.Tpo .deps/avl.Plo
ctangle ../../../../src/texk/web2c/mpdir/psout.w psout.c
/bin/bash: line 1: ctangle: command not found
gmake[1]: *** [psout.c] Error 127
gmake[1]: Leaving directory
`/usr/home/i/f/yuewang/luatex-beta-0.30.0/build/texk/web2c/mpdir'
gmake: *** [all] Error 2
ctangle ../../../../src/texk/web2c/mpdir/psout.w psout.c
/bin/bash: line 1: ctangle: command not found
gmake: *** [psout.c] Error 127
-bash-2.05b$ uname -m -r -s
FreeBSD 6.2-RELEASE amd64
btw, if I am doing something wrong here, it will surely mean that I am
running a fever today:(
Yue Wang
On Tue, Sep 30, 2008 at 7:55 PM, Mojca Miklavec
Hello,
Taco has released LuaTeX 0.30. To linux-64, freebsd & linux-ppc builders: if you don't manage to commit the binaries, I can commit them instead of you if you can put them somewhere online. We'll try to set up a git repository, or cook up some other solution in the meantime.
Mojca
_______________________________________________ Mailing list: https://launchpad.net/~context Post to : context@lists.launchpad.net Unsubscribe : https://launchpad.net/~context More help : https://help.launchpad.net/ListHelp
the same problem on ubuntu:
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make all-am
make[1]: Entering directory
`/home/i/f/yuewang/luatex-beta-0.30.0/build/texk/web2c/mpdir'
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../../../../src/texk/web2c/mpdir -I. -I../..
-I../../../../src/texk/kpathsea/.. -I../../../../src/texk/kpathsea
-I../../../../src/libs/lua51 -g -O2 -MT avl.lo -MD -MP -MF
.deps/avl.Tpo -c -o avl.lo ../../../../src/texk/web2c/mpdir/avl.c
gcc -DHAVE_CONFIG_H -I. -I../../../../src/texk/web2c/mpdir -I.
-I../.. -I../../../../src/texk/kpathsea/..
-I../../../../src/texk/kpathsea -I../../../../src/libs/lua51 -g -O2
-MT avl.lo -MD -MP -MF .deps/avl.Tpo -c
../../../../src/texk/web2c/mpdir/avl.c -o avl.o
mv -f .deps/avl.Tpo .deps/avl.Plo
ctangle ../../../../src/texk/web2c/mpdir/psout.w psout.c
/bin/bash: ctangle: command not found
make[1]: *** [psout.c] Error 127
make[1]: Leaving directory
`/home/i/f/yuewang/luatex-beta-0.30.0/build/texk/web2c/mpdir'
make: *** [all] Error 2
ctangle ../../../../src/texk/web2c/mpdir/psout.w psout.c
/bin/bash: ctangle: command not found
make: *** [psout.c] Error 127
yuewang@ubuntu:~/luatex-beta-0.30.0$ uname
Linux
yuewang@ubuntu:~/luatex-beta-0.30.0$ uname -a
Linux ubuntu 2.6.22-14-generic #1 SMP Tue Feb 12 02:46:46 UTC 2008
x86_64 GNU/Linux
yuewang@ubuntu:~/luatex-beta-0.30.0$
On Tue, Sep 30, 2008 at 8:31 PM, Yue Wang
Hi, Taco:
Are you sure ctangle is not needed for compilation? -bash-2.05b$ ./build.sh
blablabla....(configure goes fine)
gmake[1]: Entering directory `/usr/home/i/f/yuewang/luatex-beta-0.30.0/build/texk/web2c/mpdir' /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../src/texk/web2c/mpdir -I. -I../.. -I../../../../src/texk/kpathsea/.. -I../../../../src/texk/kpathsea -I../../../../src/libs/lua51 -g -O2 -MT avl.lo -MD -MP -MF .deps/avl.Tpo -c -o avl.lo ../../../../src/texk/web2c/mpdir/avl.c gcc -DHAVE_CONFIG_H -I. -I../../../../src/texk/web2c/mpdir -I. -I../.. -I../../../../src/texk/kpathsea/.. -I../../../../src/texk/kpathsea -I../../../../src/libs/lua51 -g -O2 -MT avl.lo -MD -MP -MF .deps/avl.Tpo -c ../../../../src/texk/web2c/mpdir/avl.c -o avl.o mv -f .deps/avl.Tpo .deps/avl.Plo ctangle ../../../../src/texk/web2c/mpdir/psout.w psout.c /bin/bash: line 1: ctangle: command not found gmake[1]: *** [psout.c] Error 127 gmake[1]: Leaving directory `/usr/home/i/f/yuewang/luatex-beta-0.30.0/build/texk/web2c/mpdir' gmake: *** [all] Error 2 ctangle ../../../../src/texk/web2c/mpdir/psout.w psout.c /bin/bash: line 1: ctangle: command not found gmake: *** [psout.c] Error 127
-bash-2.05b$ uname -m -r -s FreeBSD 6.2-RELEASE amd64
btw, if I am doing something wrong here, it will surely mean that I am running a fever today:(
Yue Wang
On Tue, Sep 30, 2008 at 7:55 PM, Mojca Miklavec
wrote: Hello,
Taco has released LuaTeX 0.30. To linux-64, freebsd & linux-ppc builders: if you don't manage to commit the binaries, I can commit them instead of you if you can put them somewhere online. We'll try to set up a git repository, or cook up some other solution in the meantime.
Mojca
_______________________________________________ Mailing list: https://launchpad.net/~context Post to : context@lists.launchpad.net Unsubscribe : https://launchpad.net/~context More help : https://help.launchpad.net/ListHelp
I think the restriction was once removed? (0.25.3 compiles fine here
without ctangle)
On Tue, Sep 30, 2008 at 8:45 PM, Taco Hoekwater
Hi,
Mojca emailed me already with the same issue. You need to have the 'ctangle' executable from texlive in your path for the build to succeed.
Best wishes, Taco
Yue Wang wrote:
ctangle ../../../../src/texk/web2c/mpdir/psout.w psout.c /bin/bash: ctangle: command not found
Yue Wang wrote:
I think the restriction was once removed? (0.25.3 compiles fine here without ctangle)
Probably reverted when I imported new configure scripts from texlive. It should be fixable (the build process actually builds a private ctangle, it just fails to use it).
On Tue, Sep 30, 2008 at 8:45 PM, Taco Hoekwater
wrote: Hi,
Mojca emailed me already with the same issue. You need to have the 'ctangle' executable from texlive in your path for the build to succeed.
Best wishes, Taco
Yue Wang wrote:
ctangle ../../../../src/texk/web2c/mpdir/psout.w psout.c /bin/bash: ctangle: command not found
Taco Hoekwater wrote:
Yue Wang wrote:
I think the restriction was once removed? (0.25.3 compiles fine here without ctangle)
Probably reverted when I imported new configure scripts from texlive. It should be fixable (the build process actually builds a private ctangle, it just fails to use it).
Attached is a hack/patch. Best wishes, Taco
Probably reverted when I imported new configure scripts from texlive. It should be fixable (the build process actually builds a private ctangle, it just fails to use it).
Attached is a hack/patch.
In case that you apply it, please apply the same patch to other two build.sh.* as well. Thanks, Mojca
Mojca Miklavec wrote:
Probably reverted when I imported new configure scripts from texlive. It should be fixable (the build process actually builds a private ctangle, it just fails to use it). Attached is a hack/patch.
In case that you apply it, please apply the same patch to other two build.sh.* as well.
I've applied it to build.sh.linux. Application to the crosscompiling scripts would not work. In any case, this is just a hack. I hope I can convince Martin to have a look at the configure mess one of these days. Cheers, Taco
In case that you apply it, please apply the same patch to other two build.sh.* as well.
I've applied it to build.sh.linux. Application to the crosscompiling scripts would not work.
I tested on build.sh.ppc and it seems to work OK (as a matter of fact, now I am also using intel binaries to "ctangle" ppc binary, so maybe I'm just lucky that it works).
In any case, this is just a hack. I hope I can convince Martin to have a look at the configure mess one of these days.
But it's not that important. I'm probably the only user of that file anyway, and I have TL installed by default, so I have never really experienced the problem except during compilation of linux binaries. Mojca
On Tue, Sep 30 2008, Mojca Miklavec wrote:
Taco has released LuaTeX 0.30. To linux-64, freebsd & linux-ppc builders: if you don't manage to commit the binaries, I can commit them instead of you if you can put them somewhere online. We'll try to set up a git repository, or cook up some other solution in the meantime.
I use a private subversion-1.4.6 installation, this works quite well. I've built it with these commands: ./configure --prefix=~/minimals/svn && make && make install Then I use this command, to build the binaries: PATH=~/minimals/svn/bin:$PATH ./build-binaries/build-binaries.sh Cheers, Peter -- http://pmrb.free.fr/contact/
participants (4)
-
Mojca Miklavec
-
Peter Münster
-
Taco Hoekwater
-
Yue Wang