ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Bug with the integration with tikz
@ 2014-08-02 15:05 Günter Kolousek
  2014-08-03 18:09 ` Otared Kavian
  0 siblings, 1 reply; 6+ messages in thread
From: Günter Kolousek @ 2014-08-02 15:05 UTC (permalink / raw)
  To: ntg-context


I think there is a bug in the (latest) beta (2014.07.30 10:31 MKIV beta
fmt: 2014.8.2  int: english/english) that was *not* there earlier
this year! 

Please, could somebody help and maybe provide a tip for a workaround?

It concerns the integration with tikz where I get now the following
error message:

util-lib.lua:246: module 'pgf.gd.control' not found:
        no field package.preload['pgf.gd.control']
        no file '/usr/local/share/lua/5.2/pgf/gd/control.lua'
        no file '/usr/local/share/lua/5.2/pgf/gd/control/init.lua'
        no file '/usr/local/lib/lua/5.2/pgf/gd/control.lua'
        no file '/usr/local/lib/lua/5.2/pgf/gd/control/init.lua'
        no file './pgf/gd/control.lua'
        no file '/usr/local/lib/lua/5.2/pgf/gd/control.so'
        no file '/usr/local/lib/lua/5.2/loadall.so'
        no file './pgf/gd/control.so'
        no file '/usr/local/lib/lua/5.2/pgf.so'
        no file '/usr/local/lib/lua/5.2/loadall.so'
        no file './pgf.so'
stack traceback:
        [C]: in function 'savedrequire'
        .../context/tex/texmf-context/tex/context/base/util-lib.lua:246:
in function
'require' ...neric/pgf/graphdrawing/lua/pgf/gd/control/Sublayouts.lua:41:
in main chunk [C]: in function
'savedrequire' .../context/tex/texmf-context/tex/context/base/util-lib.lua:246:
in function
'require' ...graphdrawing/lua/pgf/gd/interface/InterfaceToDisplay.lua:45:
in main chunk [C]: in function
'savedrequire' .../context/tex/texmf-context/tex/context/base/util-lib.lua:246:
in function 'require' [\directlua]:1: in main chunk

1101     }
1102     }
1103     
1104     
1105     %
1106     % Ok, fire up the system by creating the binding!
1107     %
1108     \directlua{
1109       require 'pgf.gd.interface.InterfaceToDisplay' 
1110       pgf.gd.interface.InterfaceToDisplay.bind(require
'pgf.gd.bindings.BindingToPGF') 1111 >>  } 



A minimal example is:

\usemodule[tikz]
\usetikzlibrary[graphs]
\usetikzlibrary[graphdrawing]

\starttext

\starttikzpicture
\graph { a -> {b, c} -> d };
\stoptikzpicture

\stoptext

Günter
___________________________________________________________________________________
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] 6+ messages in thread

* Re: Bug with the integration with tikz
  2014-08-02 15:05 Bug with the integration with tikz Günter Kolousek
@ 2014-08-03 18:09 ` Otared Kavian
  2014-08-03 19:55   ` Pablo Rodriguez
  2014-08-03 20:22   ` Günter Kolousek
  0 siblings, 2 replies; 6+ messages in thread
From: Otared Kavian @ 2014-08-03 18:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi Günter,

Your minimal example gives the expected result with with the latest mkiv (ConTeXt  ver: 2014.07.25 12:57 MKIV beta  fmt: 2014.7.25  int: english/english), as well with the stable version included in TeXLive 2014.

Best regards: OK

On 02 Aug 2014, at 17:05, Günter Kolousek <guenter.kolousek@gmail.com> wrote:

> A minimal example is:
> 
> \usemodule[tikz]
> \usetikzlibrary[graphs]
> \usetikzlibrary[graphdrawing]
> 
> \starttext
> 
> \starttikzpicture
> \graph { a -> {b, c} -> d };
> \stoptikzpicture
> 
> \stoptext
> 
> Günter

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

* Re: Bug with the integration with tikz
  2014-08-03 18:09 ` Otared Kavian
@ 2014-08-03 19:55   ` Pablo Rodriguez
  2014-08-03 20:22   ` Günter Kolousek
  1 sibling, 0 replies; 6+ messages in thread
From: Pablo Rodriguez @ 2014-08-03 19:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 08/03/2014 08:09 PM, Otared Kavian wrote:
> Hi Günter,
> 
> Your minimal example gives the expected result with with the latest
> mkiv (ConTeXt ver: 2014.07.25 12:57 MKIV beta fmt: 2014.7.25 int:
> english/english), as well with the stable version included in TeXLive 2014.

Otared,

I think there is a newer beta (ConTeXt  ver: 2014.07.30 10:31 MKIV beta
 fmt: 2014.7.30  int: english/english).

I don’t know whether this newer beta would give a different result,
since I don’t have tikz/pgf installed.

Just in case it helps,


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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] 6+ messages in thread

* Re: Bug with the integration with tikz
  2014-08-03 18:09 ` Otared Kavian
  2014-08-03 19:55   ` Pablo Rodriguez
@ 2014-08-03 20:22   ` Günter Kolousek
  2014-08-03 20:33     ` Herbert Voss
  2014-08-04  5:50     ` Otared Kavian
  1 sibling, 2 replies; 6+ messages in thread
From: Günter Kolousek @ 2014-08-03 20:22 UTC (permalink / raw)
  To: ntg-context


Hi OK,

thanks for your prompt reply.

I just updated to 

2014.07.30 10:31 MKIV beta  fmt: 2014.8.3  int: english/english

but I get the same error message as before. It worked in the spring
this year. Do you have a hint where can I search for?

Maybe I should be a little bit more concrete. Yes, I get the expected
results but also the cited error messages which I have to confirm.
Any ideas?

Best regards
Günter

Am Sun, 3 Aug 2014 20:09:02 +0200
schrieb Otared Kavian <otared@gmail.com>:

> Hi Günter,
> 
> Your minimal example gives the expected result with with the latest
> mkiv (ConTeXt  ver: 2014.07.25 12:57 MKIV beta  fmt: 2014.7.25  int:
> english/english), as well with the stable version included in TeXLive
> 2014.
> 
> Best regards: OK
> 
> On 02 Aug 2014, at 17:05, Günter Kolousek
> <guenter.kolousek@gmail.com> wrote:
> 
> > A minimal example is:
> > 
> > \usemodule[tikz]
> > \usetikzlibrary[graphs]
> > \usetikzlibrary[graphdrawing]
> > 
> > \starttext
> > 
> > \starttikzpicture
> > \graph { a -> {b, c} -> d };
> > \stoptikzpicture
> > 
> > \stoptext
> > 
> > Günter
> 
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

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

* Re: Bug with the integration with tikz
  2014-08-03 20:22   ` Günter Kolousek
@ 2014-08-03 20:33     ` Herbert Voss
  2014-08-04  5:50     ` Otared Kavian
  1 sibling, 0 replies; 6+ messages in thread
From: Herbert Voss @ 2014-08-03 20:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 03.08.2014 22:22, schrieb Günter Kolousek:
> 
> I just updated to 
> 
> 2014.07.30 10:31 MKIV beta  fmt: 2014.8.3  int: english/english
> 
> but I get the same error message as before. It worked in the spring
> this year. Do you have a hint where can I search for?
> 
> Maybe I should be a little bit more concrete. Yes, I get the expected
> results but also the cited error messages which I have to confirm.
> Any ideas?

I have the same problem with the current beta ...

Herbert

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

* Re: Bug with the integration with tikz
  2014-08-03 20:22   ` Günter Kolousek
  2014-08-03 20:33     ` Herbert Voss
@ 2014-08-04  5:50     ` Otared Kavian
  1 sibling, 0 replies; 6+ messages in thread
From: Otared Kavian @ 2014-08-04  5:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi Günter,

I updated to 
	ConTeXt  ver: 2014.07.30 10:31 MKIV beta  fmt: 2014.8.4  int: english/english
and tested again your minimal example: it is typeset correctly without any error message nor warnings from ConTeXt mkiv.

I am sorry I cannot give you any help regarding the origin of the problem on your side. The only observation would be that on your side ConTeXt seems to look for files outside the stand alone ConTeXt directory, while on my side everything happens inside it (see below). 

Best regards: OK
PS: here is part of the log file I  get:

[…]
resolvers       > modules > 'tikz' is loaded
open source     > 3 > 4 > /context-minimal/tex/texmf-modules/tex/context/pgf/frontendlayer/t-tikz.tex
loading         > ConTeXt User Module / tikz
open source     > 4 > 5 > /context-minimal/tex/texmf-modules/tex/context/pgf/basiclayer/t-pgf.tex
loading         > ConTeXt User Module / pgf
open source     > 5 > 6 > /context-minimal/tex/texmf-modules/tex/context/pgf/basiclayer/t-pgfcor.tex
loading         > ConTeXt User Module / pgfcor
open source     > 6 > 7 > /context-minimal/tex/texmf-modules/tex/context/pgf/systemlayer/t-pgfsys.tex
loading         > ConTeXt User Module / pgfsys
open source     > 7 > 8 > /context-minimal/tex/texmf-modules/tex/context/pgf/utilities/t-pgfrcs.tex
loading         > ConTeXt User Module / pgfrcs
open source     > 8 > 9 > /context-minimal/tex/texmf-modules/tex/context/pgf/utilities/t-pgfmod.tex
loading         > ConTeXt User Module / pgfmodules
close source    > 8 > 9 > /context-minimal/tex/texmf-modules/tex/context/pgf/utilities/t-pgfmod.tex
open source     > 8 > 10 > /context-minimal/tex/texmf-modules/tex/generic/pgf/utilities/pgfutil-common.tex
open source     > 9 > 11 > /context-minimal/tex/texmf-modules/tex/generic/pgf/utilities/pgfutil-common-lists.tex
close source    > 9 > 11 > /context-minimal/tex/texmf-modules/tex/generic/pgf/utilities/pgfutil-common-lists.tex
close source    > 8 > 11 > /context-minimal/tex/texmf-modules/tex/generic/pgf/utilities/pgfutil-common.tex
open source     > 8 > 12 > /context-minimal/tex/texmf-modules/tex/generic/pgf/utilities/pgfutil-context.def
close source    > 8 > 12 > /context-minimal/tex/texmf-modules/tex/generic/pgf/utilities/pgfutil-context.def
open source     > 8 > 13 > /context-minimal/tex/texmf-modules/tex/generic/pgf/utilities/pgfrcs.code.tex
close source    > 8 > 13 > /context-minimal/tex/texmf-modules/tex/generic/pgf/utilities/pgfrcs.code.tex
close source    > 7 > 13 > /context-minimal/tex/texmf-modules/tex/context/pgf/utilities/t-pgfrcs.tex
open source     > 7 > 14 > /context-minimal/tex/texmf-modules/tex/generic/pgf/systemlayer/pgfsys.code.tex
open source     > 8 > 15 > /context-minimal/tex/texmf-modules/tex/generic/pgf/utilities/pgfkeys.code.tex
open source     > 9 > 16 > /context-minimal/tex/texmf-modules/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex
close source    > 9 > 16 > /context-minimal/tex/texmf-modules/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex
close source    > 8 > 16 > /context-minimal/tex/texmf-modules/tex/generic/pgf/utilities/pgfkeys.code.tex
open source     > 8 > 17 > /context-minimal/tex/texmf-modules/tex/generic/pgf/systemlayer/pgf.cfg
close source    > 8 > 17 > /context-minimal/tex/texmf-modules/tex/generic/pgf/systemlayer/pgf.cfg
open source     > 8 > 18 > /context-minimal/tex/texmf-modules/tex/generic/pgf/systemlayer/pgfsys-pdftex.def
open source     > 9 > 19 > /context-minimal/tex/texmf-modules/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def
close source    > 9 > 19 > /context-minimal/tex/texmf-modules/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def
close source    > 8 > 19 > /context-minimal/tex/texmf-modules/tex/generic/pgf/systemlayer/pgfsys-pdftex.def
close source    > 7 > 19 > /context-minimal/tex/texmf-modules/tex/generic/pgf/systemlayer/pgfsys.code.tex
open source     > 7 > 20 > /context-minimal/tex/texmf-modules/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex
close source    > 7 > 20 > /context-minimal/tex/texmf-modules/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex
open source     > 7 > 21 > /context-minimal/tex/texmf-modules/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex
close source    > 7 > 21 > /context-minimal/tex/texmf-modules/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex
close source    > 6 > 21 > /context-minimal/tex/texmf-modules/tex/context/pgf/systemlayer/t-pgfsys.tex
open source     > 6 > 22 > /context-minimal/tex/texmf-modules/tex/generic/pgf/basiclayer/pgfcore.code.tex
open source     > 7 > 23 > /context-minimal/tex/texmf-modules/tex/generic/pgf/math/pgfmath.code.tex
open source     > 8 > 24 > /context-minimal/tex/texmf-modules/tex/generic/pgf/math/pgfmathcalc.code.tex
open source     > 9 > 25 > /context-minimal/tex/texmf-modules/tex/generic/pgf/math/pgfmathutil.code.tex
[…]
mkiv lua stats  > lua properties: engine: lua, used memory: 79 MB (ctx: 79 MB), hash type: lua, hash chars: min(64,40), symbol mask: utf (τεχ)
mkiv lua stats  > runtime: 0.927 seconds, 1 processed pages, 1 shipped pages, 1.079 pages/second

SyncTeX written on 0-bug-tickz.synctex.gz.
mtx-context     | purged files: 0-bug-tickz.tui, 0-bug-tickz.top, 0-bug-tickz.log, 0-bug-tickz.pgf, 0-bug-tickz.tuc
system          | total runtime: 3.567 seconds


On 03 Aug 2014, at 22:22, Günter Kolousek <guenter.kolousek@gmail.com> wrote:

> 
> Hi OK,
> 
> thanks for your prompt reply.
> 
> I just updated to 
> 
> 2014.07.30 10:31 MKIV beta  fmt: 2014.8.3  int: english/english
> 
> but I get the same error message as before. It worked in the spring
> this year. Do you have a hint where can I search for?
> 
> Maybe I should be a little bit more concrete. Yes, I get the expected
> results but also the cited error messages which I have to confirm.
> Any ideas?
> 
> Best regards
> Günter
> 
> Am Sun, 3 Aug 2014 20:09:02 +0200
> schrieb Otared Kavian <otared@gmail.com>:
> 
>> Hi Günter,
>> 
>> Your minimal example gives the expected result with with the latest
>> mkiv (ConTeXt  ver: 2014.07.25 12:57 MKIV beta  fmt: 2014.7.25  int:
>> english/english), as well with the stable version included in TeXLive
>> 2014.
>> 
>> Best regards: OK
>> 
>> On 02 Aug 2014, at 17:05, Günter Kolousek
>> <guenter.kolousek@gmail.com> wrote:
>> 
>>> A minimal example is:
>>> 
>>> \usemodule[tikz]
>>> \usetikzlibrary[graphs]
>>> \usetikzlibrary[graphdrawing]
>>> 
>>> \starttext
>>> 
>>> \starttikzpicture
>>> \graph { a -> {b, c} -> d };
>>> \stoptikzpicture
>>> 
>>> \stoptext
>>> 
>>> Günter
>> 
>> ___________________________________________________________________________________
>> 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
>> ___________________________________________________________________________________
> 
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

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

end of thread, other threads:[~2014-08-04  5:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-02 15:05 Bug with the integration with tikz Günter Kolousek
2014-08-03 18:09 ` Otared Kavian
2014-08-03 19:55   ` Pablo Rodriguez
2014-08-03 20:22   ` Günter Kolousek
2014-08-03 20:33     ` Herbert Voss
2014-08-04  5:50     ` Otared Kavian

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