ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* minimals: How to prevent that core and modules become incompatible?
@ 2011-07-24 22:26 Paul Menzel
  2011-07-25  7:06 ` Hans Hagen
  2011-07-25 21:41 ` Mojca Miklavec
  0 siblings, 2 replies; 7+ messages in thread
From: Paul Menzel @ 2011-07-24 22:26 UTC (permalink / raw)
  To: ntg-context


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

Dear ConTeXt folks,


I just experienced a situation that I wanted to try a module, in this
case TikZ [1][2], and I only had run `./first-setup.sh`, so the module
and “core” were diverted and I got an error message.

        ! Undefined control sequence.
        
                system          > tex > error on line 396 in file tikz.tex: Undefined control sequence ...
        
        
        
                \pgfutil@addpdfresource@colorspaces ...olorspaces
                                                                  {#1}
                l.396 ...rspaces{ /pgfprgb [/Pattern /DeviceRGB] }

Running `./first-setup.sh --extras=all` fixed the problem for me, but
not wanting to install all extras it is quite hard to insert/remember
all extras installed on the system.

Is there a command to prevent these kind of things or should an option
`upgrade` be introduced?


Thanks,

Paul


[1] http://modules.contextgarden.net/
[2] http://wiki.contextgarden.net/TikZ

[-- 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] 7+ messages in thread

* Re: minimals: How to prevent that core and modules become incompatible?
  2011-07-24 22:26 minimals: How to prevent that core and modules become incompatible? Paul Menzel
@ 2011-07-25  7:06 ` Hans Hagen
  2011-07-25 10:10   ` Paul Menzel
  2011-07-25 21:41 ` Mojca Miklavec
  1 sibling, 1 reply; 7+ messages in thread
From: Hans Hagen @ 2011-07-25  7:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Paul Menzel

On 25-7-2011 12:26, Paul Menzel wrote:
> Dear ConTeXt folks,
>
>
> I just experienced a situation that I wanted to try a module, in this
> case TikZ [1][2], and I only had run `./first-setup.sh`, so the module
> and “core” were diverted and I got an error message.
>
>          ! Undefined control sequence.
>
>                  system>  tex>  error on line 396 in file tikz.tex: Undefined control sequence ...
>
>
>
>                  \pgfutil@addpdfresource@colorspaces ...olorspaces
>                                                                    {#1}
>                  l.396 ...rspaces{ /pgfprgb [/Pattern /DeviceRGB] }
>
> Running `./first-setup.sh --extras=all` fixed the problem for me, but
> not wanting to install all extras it is quite hard to insert/remember
> all extras installed on the system.

the updater/installer remembers what you've installed so the next time 
the extras will be synchronized along with the core (all or the 
selection you've chosen)

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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] 7+ messages in thread

* Re: minimals: How to prevent that core and modules become incompatible?
  2011-07-25  7:06 ` Hans Hagen
@ 2011-07-25 10:10   ` Paul Menzel
  2011-07-25 10:14     ` Wolfgang Schuster
  0 siblings, 1 reply; 7+ messages in thread
From: Paul Menzel @ 2011-07-25 10:10 UTC (permalink / raw)
  To: ntg-context


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

Am Montag, den 25.07.2011, 09:06 +0200 schrieb Hans Hagen:
> On 25-7-2011 12:26, Paul Menzel wrote:

> > I just experienced a situation that I wanted to try a module, in this
> > case TikZ [1][2], and I only had run `./first-setup.sh`, so the module
> > and “core” were diverted and I got an error message.
> >
> >          ! Undefined control sequence.
> >
> >                  system>  tex>  error on line 396 in file tikz.tex: Undefined control sequence ...
> >
> >
> >
> >                  \pgfutil@addpdfresource@colorspaces ...olorspaces
> >                                                                    {#1}
> >                  l.396 ...rspaces{ /pgfprgb [/Pattern /DeviceRGB] }
> >
> > Running `./first-setup.sh --extras=all` fixed the problem for me, but
> > not wanting to install all extras it is quite hard to insert/remember
> > all extras installed on the system.
> 
> the updater/installer remembers what you've installed so the next time 
> the extras will be synchronized along with the core (all or the 
> selection you've chosen)

Well, then this somehow failed for me. The TikZ module was still from
May 2011 and the core July 2011.


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] 7+ messages in thread

* Re: minimals: How to prevent that core and modules become incompatible?
  2011-07-25 10:10   ` Paul Menzel
@ 2011-07-25 10:14     ` Wolfgang Schuster
  2011-07-25 10:31       ` Paul Menzel
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Schuster @ 2011-07-25 10:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 25.07.2011 um 12:10 schrieb Paul Menzel:

>> the updater/installer remembers what you've installed so the next time 
>> the extras will be synchronized along with the core (all or the 
>> selection you've chosen)
> 
> Well, then this somehow failed for me. The TikZ module was still from
> May 2011 and the core July 2011.

The name of the parameter has changed from “extras” to “modules”.

To install all modules you have to type “first-setup.sh --modules=all”.

Wolfgang

___________________________________________________________________________________
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] 7+ messages in thread

* Re: minimals: How to prevent that core and modules become incompatible?
  2011-07-25 10:14     ` Wolfgang Schuster
@ 2011-07-25 10:31       ` Paul Menzel
  2011-07-25 11:25         ` Andreas Schneider
  0 siblings, 1 reply; 7+ messages in thread
From: Paul Menzel @ 2011-07-25 10:31 UTC (permalink / raw)
  To: ntg-context


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

Am Montag, den 25.07.2011, 12:14 +0200 schrieb Wolfgang Schuster:
> Am 25.07.2011 um 12:10 schrieb Paul Menzel:
> 
> >> the updater/installer remembers what you've installed so the next time 
> >> the extras will be synchronized along with the core (all or the 
> >> selection you've chosen)
> > 
> > Well, then this somehow failed for me. The TikZ module was still from
> > May 2011 and the core July 2011.
> 
> The name of the parameter has changed from “extras” to “modules”.
> 
> To install all modules you have to type “first-setup.sh --modules=all”.

Thanks, but I think this was not the problem at my end.
`~/.first-setup.sh` is still the one from January, so `extras` worked
for me.


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] 7+ messages in thread

* Re: minimals: How to prevent that core and modules become incompatible?
  2011-07-25 10:31       ` Paul Menzel
@ 2011-07-25 11:25         ` Andreas Schneider
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Schneider @ 2011-07-25 11:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users

At Monday, 25.07.2011 on 12:31 Paul Menzel wrote:
> 
> Thanks, but I think this was not the problem at my end.
> `~/.first-setup.sh` is still the one from January, so `extras` worked
> for me.

The parameters (and the actual update process) are handled by bin/mtx-update.lua which is one of the first things, that first-setup.sh/.bat updates.
___________________________________________________________________________________
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] 7+ messages in thread

* Re: minimals: How to prevent that core and modules become incompatible?
  2011-07-24 22:26 minimals: How to prevent that core and modules become incompatible? Paul Menzel
  2011-07-25  7:06 ` Hans Hagen
@ 2011-07-25 21:41 ` Mojca Miklavec
  1 sibling, 0 replies; 7+ messages in thread
From: Mojca Miklavec @ 2011-07-25 21:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users

That is a bug, not a version mismatch.

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] 7+ messages in thread

end of thread, other threads:[~2011-07-25 21:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-24 22:26 minimals: How to prevent that core and modules become incompatible? Paul Menzel
2011-07-25  7:06 ` Hans Hagen
2011-07-25 10:10   ` Paul Menzel
2011-07-25 10:14     ` Wolfgang Schuster
2011-07-25 10:31       ` Paul Menzel
2011-07-25 11:25         ` Andreas Schneider
2011-07-25 21:41 ` Mojca Miklavec

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