Hi guys, am trying to install ConTeXt on this distribution, but when try to install it i get this: /usr/bin/env: 'texlua': No such file or directory Suggestions? Thanks in advance.
On 10 Aug 2016, at 05:36, Jose Luis Arellano
wrote: Hi guys, am trying to install ConTeXt on this distribution, but when try to install it i get this:
/usr/bin/env: 'texlua': No such file or directory
Suggestions?
Hi, fancy telling us how you’re installing? We have absolutely no information to go on. Thomas
Hi Tom, I'm using the method from wiki:
mkdir $HOME/context && cd $HOME/context
rsync -av rsync://contextgarden.net/minimals/setup/first-setup.sh .
sh ./first-setup.sh --modules=all --engine=luatex
On Wed, Aug 10, 2016, 02:11 Schmitz Thomas A.
On 10 Aug 2016, at 05:36, Jose Luis Arellano
wrote: Hi guys, am trying to install ConTeXt on this distribution, but when try to install it i get this:
/usr/bin/env: 'texlua': No such file or directory
Suggestions?
Hi,
fancy telling us how you’re installing? We have absolutely no information to go on.
Thomas
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net
___________________________________________________________________________________
-- pp
On Wed, Aug 10, 2016 at 5:36 AM, Jose Luis Arellano wrote: Hi guys, am trying to install ConTeXt on this distribution, but when try
to install it i get this: /usr/bin/env: 'texlua': No such file or directory Suggestions? Thanks in advance. hm,
do you have
tex/texmf-linux-64/bin/texlua -> luatex
?
If yes, ca you try with
$> . setuptex
(setuptex is into the tex folder)
--
luigi
Hi luigi,
No, the issue appears when i try to install ConTeXt, specifically after the
following line:
$ sh ./first-setup.sh --modules=all --engine=luatex
receiving incremental file list
sent 29 bytes received 155 bytes 40.89 bytes/sec
total size is 8,567,988 speedup is 46,565.15
/usr/bin/env: 'texlua': No such file or directory
2016-08-10 4:19 GMT-03:00 luigi scarso
On Wed, Aug 10, 2016 at 5:36 AM, Jose Luis Arellano < jose.4rellano@gmail.com> wrote:
Hi guys, am trying to install ConTeXt on this distribution, but when try to install it i get this:
/usr/bin/env: 'texlua': No such file or directory
Suggestions?
Thanks in advance.
hm, do you have tex/texmf-linux-64/bin/texlua -> luatex ?
If yes, ca you try with $> . setuptex
(setuptex is into the tex folder)
-- luigi
____________________________________________________________ _______________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/ listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ____________________________________________________________ _______________________
On 10 August 2016 at 09:46, Jose Luis Arellano wrote:
Hi luigi, No, the issue appears when i try to install ConTeXt, specifically after the following line:
$ sh ./first-setup.sh --modules=all --engine=luatex receiving incremental file list
sent 29 bytes received 155 bytes 40.89 bytes/sec total size is 8,567,988 speedup is 46,565.15 /usr/bin/env: 'texlua': No such file or directory
It could be a problem with the shell you are using (or maybe there are some bashisms used). What exactly is "sh" on your machine? Can you try to run this with bash? Mojca
Hi Mojca am running bash:
pepe@localhost:~/context$ cat /etc/passwd | grep pepe
pepe:x:5000:5000::/home/pepe:/bin/bash
2016-08-10 5:01 GMT-03:00 Mojca Miklavec
Hi luigi, No, the issue appears when i try to install ConTeXt, specifically after
On 10 August 2016 at 09:46, Jose Luis Arellano wrote: the
following line:
$ sh ./first-setup.sh --modules=all --engine=luatex receiving incremental file list
sent 29 bytes received 155 bytes 40.89 bytes/sec total size is 8,567,988 speedup is 46,565.15 /usr/bin/env: 'texlua': No such file or directory
It could be a problem with the shell you are using (or maybe there are some bashisms used).
What exactly is "sh" on your machine? Can you try to run this with bash?
Mojca ____________________________________________________________ _______________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/ listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ____________________________________________________________ _______________________
On Wed, Aug 10, 2016 at 10:08 AM, Jose Luis Arellano < jose.4rellano@gmail.com> wrote:
Hi Mojca am running bash:
pepe@localhost:~/context$ cat /etc/passwd | grep pepe pepe:x:5000:5000::/home/pepe:/bin/bash
2016-08-10 5:01 GMT-03:00 Mojca Miklavec
: Hi luigi, No, the issue appears when i try to install ConTeXt, specifically after
On 10 August 2016 at 09:46, Jose Luis Arellano wrote: the
following line:
$ sh ./first-setup.sh --modules=all --engine=luatex receiving incremental file list
$> bash ./first-setup.sh looks ok here on ubuntu 16.04 -- luigi
Thanks luigi, but that doesn't works for me. Anyway am sure using bash:
pepe@localhost:~/context$ echo $0
-bash
2016-08-10 5:14 GMT-03:00 luigi scarso
On Wed, Aug 10, 2016 at 10:08 AM, Jose Luis Arellano < jose.4rellano@gmail.com> wrote:
Hi Mojca am running bash:
pepe@localhost:~/context$ cat /etc/passwd | grep pepe pepe:x:5000:5000::/home/pepe:/bin/bash
2016-08-10 5:01 GMT-03:00 Mojca Miklavec
: On 10 August 2016 at 09:46, Jose Luis Arellano wrote:
Hi luigi, No, the issue appears when i try to install ConTeXt, specifically after the following line:
$ sh ./first-setup.sh --modules=all --engine=luatex receiving incremental file list
$> bash ./first-setup.sh looks ok here on ubuntu 16.04
-- luigi
____________________________________________________________ _______________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/ listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ____________________________________________________________ _______________________
On 10 August 2016 at 09:46, Jose Luis Arellano wrote:
Hi luigi, No, the issue appears when i try to install ConTeXt, specifically after the following line:
$ sh ./first-setup.sh --modules=all --engine=luatex receiving incremental file list
sent 29 bytes received 155 bytes 40.89 bytes/sec total size is 8,567,988 speedup is 46,565.15 /usr/bin/env: 'texlua': No such file or directory
What does ls -l $HOME/context/bin return? Mojca
This:
~/context$ ls -l $HOME/context/bin
total 8372
-rwxr-xr-x 1 pepe pepe 7982820 Aug 6 01:56 luatex*
-rw-r--r-- 1 pepe pepe 27110 Oct 6 2015 mtx-update.lua
-rwxr-xr-x 1 pepe pepe 558052 Aug 9 16:00 mtxrun*
lrwxrwxrwx 1 pepe pepe 6 Jul 26 2014 texlua -> luatex*
2016-08-10 5:24 GMT-03:00 Mojca Miklavec
Hi luigi, No, the issue appears when i try to install ConTeXt, specifically after
On 10 August 2016 at 09:46, Jose Luis Arellano wrote: the
following line:
$ sh ./first-setup.sh --modules=all --engine=luatex receiving incremental file list
sent 29 bytes received 155 bytes 40.89 bytes/sec total size is 8,567,988 speedup is 46,565.15 /usr/bin/env: 'texlua': No such file or directory
What does
ls -l $HOME/context/bin
return?
Mojca ____________________________________________________________ _______________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/ listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ____________________________________________________________ _______________________
On Wed, Aug 10, 2016 at 10:26 AM, Jose Luis Arellano < jose.4rellano@gmail.com> wrote:
This:
~/context$ ls -l $HOME/context/bin total 8372 -rwxr-xr-x 1 pepe pepe 7982820 Aug 6 01:56 luatex* -rw-r--r-- 1 pepe pepe 27110 Oct 6 2015 mtx-update.lua -rwxr-xr-x 1 pepe pepe 558052 Aug 9 16:00 mtxrun* lrwxrwxrwx 1 pepe pepe 6 Jul 26 2014 texlua -> luatex*
On the top of first-setup.sh there is #!/bin/sh # Takes the same arguments as mtx-update # you may change this if you want ... CONTEXTROOT="$PWD/tex" and some lines from the bottom env PATH="$PWD/bin:$CONTEXTROOT/texmf-$platform/bin:$PATH" On my linux box I see, given that I'm installing under /opt/luatex/standalone-mkiv-test, $ export|grep PWD declare -x PWD="/opt/luatex/standalone-mkiv-test" Perhaps your box doesn't set PWD correctly ? -- luigi
On the top of first-setup.sh there is
#!/bin/sh
# Takes the same arguments as mtx-update
# you may change this if you want ... CONTEXTROOT="$PWD/tex"
and some lines from the bottom env PATH="$PWD/bin:$CONTEXTROOT/texmf-$platform/bin:$PATH"
On my linux box I see, given that I'm installing under /opt/luatex/standalone-mkiv-test, $ export|grep PWD declare -x PWD="/opt/luatex/standalone-mkiv-test"
Perhaps your box doesn't set PWD correctly ?
-- luigi
____________________________________________________________ _______________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/ listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ____________________________________________________________ _______________________
Yes, as you can see: ~/context$ export | grep PWD declare -x OLDPWD="/home/pepe" declare -x PWD="/home/pepe/context"
Hm. Can you put some echo before and after env PATH=.....
? -- luigi
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net
___________________________________________________________________________________
Sure, :~$ env MANPATH=/usr/local/man:/usr/man HOSTNAME=slackware.localdomain TERM=xterm-256color SHELL=/bin/bash SSH_CLIENT=127.0.0.1 51874 22 SSH_TTY=/dev/pts/0 USER=pepe LS_COLORS=no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do =01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43 :ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.bat=01;32:*. BAT=01;32:*.btm=01;32:*.BTM=01;32:*.cmd=01;32:*.CMD=01;32:*. com=01;32:*.COM=01;32:*.dll=01;32:*.DLL=01;32:*.exe=01;32:*. EXE=01;32:*.7z=01;31:*.ace=01;31:*.ACE=01;31:*.arj=01;31:*.b z2=01;31:*.cpio=01;31:*.deb=01;31:*.dz=01;31:*.gz=01;31:*.ja r=01;31:*.lzh=01;31:*.lzma=01;31:*.rar=01;31:*.RAR=01;31:*.r pm=01;31:*.rz=01;31:*.tar=01;31:*.taz=01;31:*.tb2=01;31:*.tb z2=01;31:*.tbz=01;31:*.tgz=01;31:*.tlz=01;31:*.trz=01;31:*.t xz=01;31:*.tz=01;31:*.tz2=01;31:*.xz=01;31:*.z=01;31:*.Z=01; 31:*.zip=01;31:*.ZIP=01;31:*.zoo=01;31:*.aac=01;35:*.AAC=01; 35:*.anx=01;35:*.asf=01;35:*.ASF=01;35:*.au=01;35:*.axa=01;3 5:*.axv=01;35:*.avi=01;35:*.AVI=01;35:*.bmp=01;35:*.BMP=01;3 5:*.divx=01;35:*.DIVX=01;35:*.flac=01;35:*.FLAC=01;35:*.gif= 01;35:*.GIF=01;35:*.jpg=01;35:*.JPG=01;35:*.jpeg=01;35:*.JPE G=01;35:*.m2a=01;35:*.M2A=01;35:*.m2v=01;35:*.M2V=01;35:*.m4 a=01;35:*.M4A=01;35:*.m4p=01;35:*.M4P=01;35:*.m4v=01;35:*.M4 V=01;35:*.mid=01;35:*.midi=01;35:*.mka=01;35:*.mkv=01;35:*.M KV=01;35:*.mov=01;35:*.MOV=01;35:*.mp3=01;35:*.MP3=01;35:*.m p4=01;35:*.MP4=01;35:*.mp4v=01;35:*.mpc=01;35:*.MPC=01;35:*. mpeg=01;35:*.MPEG=01;35:*.mpg=01;35:*.MPG=01;35:*.nuv=01;35: *.oga=01;35:*.ogv=01;35:*.ogx=01;35:*.ogg=01;35:*.OGG=01;35: *.pbm=01;35:*.pgm=01;35:*.png=01;35:*.PNG=01;35:*.ppm=01;35: *.qt=01;35:*.ra=01;35:*.RA=01;35:*.ram=01;35:*.RAM=01;35:*.r m=01;35:*.RM=01;35:*.spx=01;35:*.svg=01;35:*.svgz=01;35:*.tg a=01;35:*.TGA=01;35:*.tif=01;35:*.TIF=01;35:*.tiff=01;35:*.T IFF=01;35:*.vob=01;35:*.VOB=01;35:*.wav=01;35:*.WAV=01;35:*. wma=01;35:*.WMA=01;35:*.wmv=01;35:*.WMV=01;35:*.xbm=01;35:*. xcf=01;35:*.xpm=01;35:*.xspf=01;35:*.xwd=01;35:*.XWD=01;35:* .xvid=01;35: MINICOM=-c on MAIL=/var/mail/pepe PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin :/bin LC_COLLATE=C INPUTRC=/etc/inputrc PWD=/home/pepe LANG=en_US PS1=\u@\h:\w\$ PS2=> SHLVL=1 HOME=/home/pepe LS_OPTIONS=-F -b -T 0 --color=auto LESS=-M LOGNAME=pepe SSH_CONNECTION=127.0.0.1 51874 127.0.0.1 22 LESSOPEN=|lesspipe.sh %s _=/usr/bin/env -- pp
On 08/10/2016 10:49 AM, Jose Luis Arellano wrote:
Yes, as you can see:
~/context$ export | grep PWD declare -x OLDPWD="/home/pepe" declare -x PWD="/home/pepe/context"
Just FYI: I fired up a partition into which I had installed Zenwalk, which is pure Slackware with some eye candy, and installed context. Everything went as expected. So this is not a problem with slackware, but with your particular configuration. Is there any other tex installation on your system? How is your PATH variable set? Do you run any scripts at login? Thomas
participants (5)
-
Jose Luis Arellano
-
luigi scarso
-
Mojca Miklavec
-
Schmitz Thomas A.
-
Thomas A. Schmitz