ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Atsuhito Kohda <atsu10.kohda@gmail.com>
To: Hans Hagen <j.hagen@xs4all.nl>
Cc: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Problem of installation of ConTeXt LMTX
Date: Mon, 2 Sep 2019 11:18:42 +0900	[thread overview]
Message-ID: <CABHwazX-ykwqSRJJJy4Pkr54wMOEcqdwq-HrpxR8OKzQztW+4Q@mail.gmail.com> (raw)
In-Reply-To: <CABHwazUbYZ8ptfyBKvhr6HY6_2gFNm1e8wBbdgfW9sULC1WM0w@mail.gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 1897 bytes --]

Dear Hans and all,

I guess that the reason of failure is

mtx-install     | invalid database '
http://lmtx.pragma-ade.com/install-lmtx//tex/texmf-linux.tma'

and it seems texmf-linux-32.tma is correct name.  So I modified
bin/mtx-install.lua, mtxrun.lua as follows:

--- mtx-install.lua.orig        2019-09-02 10:19:28.387977529 +0900
+++ mtx-install.lua     2019-09-02 08:47:18.572271109 +0900
@@ -79,9 +79,9 @@
     ["windows-64"]     = "win64",
     ["win64"]          = "win64",
     --
-    ["linux"]          = "linux",
-    ["linux-32"]       = "linux",
-    ["linux32"]        = "linux",
+    ["linux"]          = "linux-32",
+    ["linux-32"]       = "linux-32",
+    ["linux32"]        = "linux-32",
     --
     ["linux-64"]       = "linux-64",
     ["linux64"]        = "linux-64",

--- mtxrun.lua.orig     2019-09-02 10:11:25.463821836 +0900
+++ mtxrun.lua  2019-09-02 08:46:40.695396705 +0900
@@ -4047,7 +4047,7 @@
  end
 else
  function resolvers.platform(t,k)
-  local platform="linux"
+  local platform="linux-32"
   os.setenv("MTX_PLATFORM",platform)
   os.platform=platform
   return platform

(but it seems they are overwritten during installation
so I copy them in /data/context then modify them as above
and copy them in bin/ by install.sh at an appropriate time.)

It looks installation goes fine with these modification.

I don't understand the installation process so I know
these are not correct fix but I hope this info helps to fix
the problem correctly.

Thanks for your effort.
Best regards.
Atsuhito Kohda



>>
>> -----------------------------------------------------------------
>>                                            Hans Hagen | PRAGMA ADE
>>                Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>>         tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
>> -----------------------------------------------------------------
>>
>

[-- Attachment #1.2: Type: text/html, Size: 3109 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2019-09-02  2:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-30 14:02 Atsuhito Kohda
2019-08-30 14:27 ` Hans Hagen
2019-08-30 22:20   ` Atsuhito Kohda
2019-09-02  2:18     ` Atsuhito Kohda [this message]
     [not found]       ` <9a43e9bc-01eb-a136-6455-85d0749dea4e@xs4all.nl>
2019-09-23 11:57         ` Atsuhito Kohda

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CABHwazX-ykwqSRJJJy4Pkr54wMOEcqdwq-HrpxR8OKzQztW+4Q@mail.gmail.com \
    --to=atsu10.kohda@gmail.com \
    --cc=j.hagen@xs4all.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).