From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/53104 Path: news.gmane.org!not-for-mail From: David Arnold Newsgroups: gmane.comp.tex.context Subject: MKIV on Mactex Texlive 2008 Date: Tue, 22 Sep 2009 21:58:57 -0700 Message-ID: <1F9E220C-767B-426A-8195-9FF6B4E4E6CA@suddenlink.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: multipart/mixed; boundary="===============1652531419==" X-Trace: ger.gmane.org 1253681964 3095 80.91.229.12 (23 Sep 2009 04:59:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Sep 2009 04:59:24 +0000 (UTC) To: Context Mailing List List Original-X-From: ntg-context-bounces@ntg.nl Wed Sep 23 06:59:18 2009 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.50) id 1MqJwj-00061w-EU for gctc-ntg-context-518@m.gmane.org; Wed, 23 Sep 2009 06:59:17 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 512B4C9BC2; Wed, 23 Sep 2009 06:59:13 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id QYAA82QHCtom; Wed, 23 Sep 2009 06:59:08 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id AFE5CC9B88; Wed, 23 Sep 2009 06:59:08 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id CCDB6C9B88 for ; Wed, 23 Sep 2009 06:59:04 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id zgZe6z6iBoIg for ; Wed, 23 Sep 2009 06:59:00 +0200 (CEST) Original-Received: from omta02.suddenlink.net (omta02-pub.suddenlink.net [208.180.40.74]) by balder.ntg.nl (Postfix) with ESMTP id 1F9D2C9B7E for ; Wed, 23 Sep 2009 06:58:59 +0200 (CEST) Original-Received: from [10.0.1.6] (really [75.111.18.179]) by omta02.suddenlink.net (InterMail vM.7.09.02.04 201-2219-117-106-20090629) with ESMTP id <20090923045857.EKG320.omta02.suddenlink.net@[10.0.1.6]> for ; Tue, 22 Sep 2009 23:58:57 -0500 X-Mailer: Apple Mail (2.936) X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:53104 Archived-At: --===============1652531419== Content-Type: multipart/alternative; boundary=Apple-Mail-4-496830349 --Apple-Mail-4-496830349 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit All, I am using Mactex Texlive 2008 on a Macbook pro. I did this: sudo ctxtools --updatecontext After reading http://wiki.contextgarden.net/Running_Mark_IV, I tried: sudo rsync -av rsync://contextgarden.net/minimals/current/context/ current/ /usr/local/texlive/2008/texmf-dist/ sudo rsync -av rsync://contextgarden.net/minimals/current/bin/luatex/ osx-universal/bin/luatex /usr/local/texlive/2008/bin/ Then I try: david-arnolds-macbook-pro:~ darnold$ sudo luatools --generate And I get: sudo: luatools: command not found Then I tried: david-arnolds-macbook-pro:~ darnold$ luatools --generate The result was: -bash: /usr/texbin/luatools: Permission denied Trying the context command yields the same result: david-arnolds-macbook-pro:~ darnold$ context --make Result: -bash: /usr/texbin/context: Permission denied So, there is some sort of permissions problem. We looked at this: david-arnolds-macbook-pro:texbin darnold$ cd /usr/texbin david-arnolds-macbook-pro:texbin darnold$ ls -l lua* lrwxr-xr-x 1 root wheel 6 May 13 17:46 lualatex -> luatex -rwxr-xr-x 1 root wheel 8009384 Aug 13 2008 luatex lrwxr-xr-x 1 root wheel 49 May 13 17:46 luatools -> ../../ texmf-dist/scripts/context/lua/luatools.lua And tried: david-arnolds-macbook-pro:texbin darnold$ ls -l ../../texmf-dist/ scripts/context/lua/luatools.lua -rw-r--r-- 1 33 33 222585 Aug 14 01:50 ../../texmf-dist/scripts/ context/lua/luatools.lua And see that this file is not executable, so we try: david-arnolds-macbook-pro:texbin darnold$ sudo chmod +x ../../texmf- dist/scripts/context/lua/luatools.lua Now the following works. david-arnolds-macbook-pro:texbin darnold$ luatools --generate But this piecemeal approach to making things executable might go on and on. Can someone give a more universal cure? Is there an entire directory of scripts that need to be executable? Thanks. David --Apple-Mail-4-496830349 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: quoted-printable All,

I am = using Mactex Texlive 2008 on a Macbook pro.

I did = this:

sudo ctxtools = --updatecontext


sudo rsync -av = rsync://contextgarden.net/minimals/current/context/current/ = /usr/local/texlive/2008/texmf-dist/
sudo rsync =
-av =
rsync://contextgarden.net/minimals/current/bin/luatex/osx-universal/bin/lu=
atex /usr/local/texlive/2008/bin/
Then I =
try:
david-arnolds-macbook-pro:~ darnold$ sudo luatools =
--generate 
And I get:
sudo: =
luatools: command not found
Then I tried:
david-arnolds-macbook-pro:~ darnold$ luatools =
--generate 
The result was:
-bash: /usr/texbin/luatools: Permission =
denied
Trying the context command yields the same =
result:
david-arnolds-macbook-pro:~ darnold$ context =
--make 
-bash: /usr/texbin/context: Permission denied
So, there is some sort of permissions = problem.

We looked at = this:

david-arnolds-macbook-pro:texbin = darnold$ cd /usr/texbin
david-arnolds-macbook-pro:texbin = darnold$ ls -l lua*
lrwxr-xr-x  1 root  wheel   =      6 May 13 17:46 lualatex -> = luatex
-rwxr-xr-x  1 root  wheel  8009384 Aug = 13  2008 luatex
lrwxr-xr-x  1 root  wheel =       49 May 13 17:46 luatools -> = ../../texmf-dist/scripts/context/lua/luatools.lua

And = tried:

david-arnolds-macbook-pro:texbin = darnold$ ls -l = ../../texmf-dist/scripts/context/lua/luatools.lua
-rw-r--r-- =  1 33  33  222585 Aug 14 01:50 = ../../texmf-dist/scripts/context/lua/luatools.lua

And see that this file is not executable, so we = try:

david-arnolds-macbook-pro:texbin = darnold$ sudo chmod +x = ../../texmf-dist/scripts/context/lua/luatools.lua

Now the following = works.

david-arnolds-macbook-pro:texbin = darnold$ luatools --generate

But this = piecemeal approach to making things executable might go on and on. Can = someone give a more universal cure? Is there an entire directory of = scripts that need to be = executable?

Thanks.

Davi= d

= --Apple-Mail-4-496830349-- --===============1652531419== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________ --===============1652531419==--