ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* problems installing module »filter« using `./first-setup.sh --external="t-filter"`
@ 2011-04-29 15:48 Paul Menzel
  2011-04-29 16:20 ` Mojca Miklavec
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Menzel @ 2011-04-29 15:48 UTC (permalink / raw)
  To: ntg-context


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

Dear ConTeXt folks,


I am trying to install the module »filter« [1] but using the following
does not work. Please remember that I am using a 64-bit Linux kernel but
I run a 32-bit system.

        $ ./first-setup.sh --external="t-filter"
        receiving incremental file list
        
        sent 31 bytes  received 126 bytes  104.67 bytes/sec
        total size is 5179376  speedup is 32989.66
        
        resolvers       | resolving | creating instance
        resolvers       | resolving | variable 'SELFAUTOLOC' set to '/opt/context/bin'
        resolvers       | resolving | variable 'SELFAUTODIR' set to '/opt/context'
        resolvers       | resolving | variable 'SELFAUTOPARENT' set to '/opt'
        resolvers       | resolving | variable 'TEXMFCNF' set to ''
        resolvers       | resolving | variable 'TEXMF' set to ''
        resolvers       | resolving | variable 'TEXOS' set to 'context'
        resolvers       | resolving |
        resolvers       | resolving | unknown configuration file '/opt/texmf-local/texmfcnf.lua'
        resolvers       | resolving | unknown configuration file '/opt/texmf-local/web2c/texmfcnf.lua'
        resolvers       | resolving | unknown configuration file '/opt/texmf/texmfcnf.lua'
        resolvers       | resolving | unknown configuration file '/opt/texmf/web2c/texmfcnf.lua'
        resolvers       | resolving | unknown configuration file '/opt/texmfcnf.lua'
        resolvers       | resolving |
        resolvers       | resolving | warning: no lua configuration files found
        resolvers       | resolving | no texmf paths are defined (using TEXMF)
        mtxrun          | forcing cache reload
        resolvers       | resolving | unknown configuration file '/opt/texmf-local/texmfcnf.lua'
        resolvers       | resolving | unknown configuration file '/opt/texmf-local/web2c/texmfcnf.lua'
        resolvers       | resolving | unknown configuration file '/opt/texmf/texmfcnf.lua'
        resolvers       | resolving | unknown configuration file '/opt/texmf/web2c/texmfcnf.lua'
        resolvers       | resolving | unknown configuration file '/opt/texmfcnf.lua'
        resolvers       | resolving |
        resolvers       | resolving | warning: no lua configuration files found
        resolvers       | resolving | no texmf paths are defined (using TEXMF)
        resolvers       | resolving |
        mtxrun          | the resolver databases are not present or outdated
        mtxrun          | using script: ./bin/mtx-update.lua
        
        mtx-update      | state, loaded
        mtx-update      |
        mtx-update      | update, start
        mtx-update      | run, rsync -rpztlv --delete  contextgarden.net::'minimals/current/base/tex/ minimals/current/base/metapost/ minimals/current/fonts/common/ minimals/current/fonts/other/ minimals/current/misc/web2c minimals/current/base/xetex/ minimals/current/fonts/new/ minimals/current/fonts/new/ minimals/current/fonts/old/' '/opt/context/tex/texmf'receiving incremental file list
        
        sent 140 bytes  received 64394 bytes  43022.67 bytes/sec
        total size is 91350927  speedup is 1415.55
        
        mtx-update      | run, rsync -rpztlv --delete  contextgarden.net::'minimals/current/context/beta/ minimals/current/context/img/' '/opt/context/tex/texmf-context'receiving incremental file list
        
        sent 154 bytes  received 44839 bytes  29995.33 bytes/sec
        total size is 34663659  speedup is 770.42
        
        mtx-update      | run, rsync -rpztlv   contextgarden.net::'minimals/current/misc/setuptex/' '/opt/context/tex/.'receiving incremental file list
        
        sent 30 bytes  received 99 bytes  86.00 bytes/sec
        total size is 8292  speedup is 64.28
        
        mtx-update      | run, rsync -rpztlv   contextgarden.net::'minimals/current/bin/common/linux/ minimals/current/bin/context/linux/ minimals/current/bin/metapost/linux/ minimals/current/bin/man/ minimals/current/bin/luatex/linux/ minimals/current/bin/xetex/linux/ minimals/current/bin/luatex/linux/ minimals/current/bin/luatex/linux/ minimals/current/bin/pdftex/linux/' '/opt/context/tex/texmf-linux'receiving incremental file list
        bin/
        bin/mtxrun
        
        sent 4071 bytes  received 1473 bytes  3696.00 bytes/sec
        total size is 31287653  speedup is 5643.52
        
        mtx-update      | updating mtxrun for linux: rsync -tgo --chmod=a+x /opt/context/tex/texmf-context/scripts/context/lua/mtxrun.lua /opt/context/tex/texmf-linux/bin/mtxrun
        mtx-update      | run, rsync -tgo --chmod=a+x /opt/context/tex/texmf-context/scripts/context/lua/mtxrun.lua /opt/context/tex/texmf-linux/bin/mtxrun
        resolvers       | tds | no 'texmf-linux-64' under tree /opt/context/tex
        When you want to use context, you need to initialize the tree by typing:
        
          . /opt/context/tex/setuptex
        
        in your shell or add
          "/opt/context/tex/texmf-linux/bin"
        to PATH variable if you want to set it permanently.
        This can usually be done in .bashrc, .bash_profile
        (or whatever file is used to initialize your shell).
        $ find . -name *filter*
        $


Thank you for your help,

Paul


[1] http://dl.contextgarden.net/modules/t-filter/doc/context/third/filter/filter.txt

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re:  problems installing module »filter« using `./first-setup.sh --external="t-filter"`
  2011-04-29 15:48 problems installing module »filter« using `./first-setup.sh --external="t-filter"` Paul Menzel
@ 2011-04-29 16:20 ` Mojca Miklavec
  2011-04-29 20:26   ` [solved] " Paul Menzel
  0 siblings, 1 reply; 3+ messages in thread
From: Mojca Miklavec @ 2011-04-29 16:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, Apr 29, 2011 at 17:48, Paul Menzel wrote:
>
>        $ ./first-setup.sh --external="t-filter"

Try --extras=t-filter

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re:  [solved] problems installing module »filter« using `./first-setup.sh --external="t-filter"`
  2011-04-29 16:20 ` Mojca Miklavec
@ 2011-04-29 20:26   ` Paul Menzel
  0 siblings, 0 replies; 3+ messages in thread
From: Paul Menzel @ 2011-04-29 20:26 UTC (permalink / raw)
  To: ntg-context


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

Am Freitag, den 29.04.2011, 18:20 +0200 schrieb Mojca Miklavec:
> On Fri, Apr 29, 2011 at 17:48, Paul Menzel wrote:
> >
> >        $ ./first-setup.sh --external="t-filter"
> 
> Try --extras=t-filter

That is embarrassing. Thank you. I do not know why I memorized that
incorrectly.


Thanks,

Paul

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-04-29 20:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-29 15:48 problems installing module »filter« using `./first-setup.sh --external="t-filter"` Paul Menzel
2011-04-29 16:20 ` Mojca Miklavec
2011-04-29 20:26   ` [solved] " Paul Menzel

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).