ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Xavier B. via ntg-context" <ntg-context@ntg.nl>
To: "Xavier B." <somenxavier@posteo.net>
Cc: "Xavier B." <somenxavier@posteo.net>,
	mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: tikz error upgrading to texlive version (artix)
Date: Thu, 30 Mar 2023 20:35:19 +0000	[thread overview]
Message-ID: <20230330223519.3a17e636e52e3cb8021e53f5@posteo.net> (raw)
In-Reply-To: <20230330205251.7b2f054c1eb110131c05549c@posteo.net>

If I run the minimal context distro [https://wiki.contextgarden.net/Installation], I get this:

$ context a.tex 

resolvers       | formats | executing runner 'run luametatex format': /home/xan/bin/context-minimal/tex/texmf-linux-64/bin/luametatex --jobname="./a.tex" --fmt=/home/xan/bin/context-minimal/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luametatex/cont-en.fmt --lua=/home/xan/bin/context-minimal/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luametatex/cont-en.lui  --c:currentrun=1 --c:fulljobname="./a.tex" --c:input="./a.tex" --c:kindofrun=1 --c:maxnofruns=9 --c:texmfbinpath="/home/xan/bin/context-minimal/tex/texmf-linux-64/bin"
job             > passes > version mismatch: 1.32 <> 1.33
system          > 
system          > ConTeXt  ver: 2023.03.20 17:07 LMTX  fmt: 2023.3.30  int: english/english
system          > 
system          > 'cont-new.mkxl' loaded
open source     > level 1, order 1, name '/home/xan/bin/context-minimal/tex/texmf-context/tex/context/base/mkxl/cont-new.mkxl'
system          > beware: some patches loaded from cont-new.mkiv
close source    > level 1, order 1, name '/home/xan/bin/context-minimal/tex/texmf-context/tex/context/base/mkxl/cont-new.mkxl'
system          > files > jobname './a', input './a.tex', result './a'
fonts           > latin modern fonts are not preloaded
languages       > language 'en' is active
open source     > level 1, order 2, name './a.tex'
modules         > 'tikz' is loaded
open source     > level 2, order 3, name '/home/xan/bin/context-minimal/tex/texmf-context/tex/context/modules/mkxl/m-tikz.mkxl'
runtime error : input file 'pgfutil-common.tex' is not found, quitting
mtx-context     | fatal error: return code: 1


So, the problem is not the package or the distro, it's something more basic which causes the error.


Thanks in advance,

On Thu, 30 Mar 2023 20:52:51 +0200
"Xavier B." <somenxavier@posteo.net> ha escrit:

> Hi,
> 
> I use artix linux (a fork of arch with systemd alternative init systems).
> During the texlive package, I get this error:
> 
> return {
>  ["filename"]="/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex",
>  ["lastcontext"]="\n<inserted text> \n \\inaccessible \n<to be read again> \n \"\n\\pgfmath@catcodes ->\\catcode `\\==12 \\catcode `\\,=12 \\catcode `\\|=12 \\catcode `\\&=12 \\let \"\n                                                                           \\pgfmath@char@quote \n\\pgfmathparse ->\\begingroup \\pgfmath@catcodes \n                                   \\pgfmath@quickparsefalse \\ifpgfmathfloat \\let \\pgfmath@parse@next =\\pgfmathfloatparsenumber \\else \\let \\pgfmath@parse@next =\\pgfmathparse@ \\fi \\pgfmath@parse@next \n<argument> \\pgfmathparse \n               {1cm}\\ifpgfmathmathunitsdeclared \\pgf@x \\pgfmathresult mu\\relax \\else \\pgf@x \\pgfmathresult pt\\relax \\fi \n\\pgfmath@next #1#2->#2\n           \n...\nl.926 \\pgfsetxvec{\\pgfpoint{1cm}{0cm}}\n                                     ",
>  ["lastluaerror"]="?",
>  ["lasttexerror"]="! Missing control sequence inserted",
>  ["linenumber"]=926,
>  ["offset"]=10,
> }
> 
> I simply run context to this file:
> 
> \usemodule[tikz]
> 
> \starttext
> {\bf a} \tikz (0,0) -- (1,0);
> \stoptext
> 
> My version of context is:
> 
> [xan@coronari ~]$ context --version
> mtx-context     | ConTeXt Process Management 1.04
> mtx-context     |
> mtx-context     | main context file: /usr/share/texmf-dist/tex/context/base/mkiv/context.mkiv
> mtx-context     | current version: 2023.03.10 12:15
> mtx-context     | main context file: /usr/share/texmf-dist/tex/context/base/mkxl/context.mkxl
> mtx-context     | current version: 2023.03.10 12:15
> 
> My packages are:
> 
> $ pacman -Qs texlive
> local/texlive-bibtexextra 2023.66579-1 (texlive-most)
>     TeX Live - Additional BibTeX styles and bibliography databases
> local/texlive-bin 2023.66539-1
>     TeX Live binaries
> local/texlive-core 2023.66587-1 (texlive-most)
>     TeX Live core distribution
> local/texlive-pictures 2023.66549-1 (texlive-most)
>     TeX Live - Packages for drawings graphics
> local/texlive-publishers 2023.66550-1 (texlive-most)
>     TeX Live - LaTeX classes and packages for specific publishers
> local/texlive-science 2023.66461-1 (texlive-most)
>     TeX Live - Typesetting for mathematics, natural and computer sciences
> 
> 
> 
> I also posted the message in Artix mailing list [https://lists.artixlinux.org/archives/artix-general/2023-March/000977.html]
> 
> 
> Thanks in advance,
> Xavier
> 
> PS: In arch there are many AUR packages for installing minimal latest version: 
> 
> https://aur.archlinux.org/packages/context-minimals-git
> https://aur.archlinux.org/packages/context
> https://aur.archlinux.org/packages/context-modules
> 
> Which one do you recomend to?
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2023-03-30 20:35 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-30 18:52 Xavier B. via ntg-context
2023-03-30 20:35 ` Xavier B. via ntg-context [this message]
2023-03-31 13:54   ` Xavier B. via ntg-context
2023-03-30 20:57 ` Max Chernoff via ntg-context
2023-03-30 21:56   ` Xavier B. via ntg-context
2023-03-31  0:42     ` Aditya Mahajan via ntg-context
2023-03-31  7:52       ` Hans Hagen via ntg-context
2023-03-31  8:10     ` Hans Hagen via ntg-context
2023-03-31 16:43       ` Aditya Mahajan via ntg-context
2023-03-31 19:50         ` Hans Hagen via ntg-context
2023-03-31 18:16       ` Ulrike Fischer via ntg-context
2023-03-31 19:52         ` Hans Hagen via ntg-context
2023-04-02 11:00     ` Xavier B. via ntg-context
2023-04-02 22:37       ` Max Chernoff via ntg-context
2023-03-31  8:05 ` Hans Hagen via ntg-context
2023-04-03  0:42 ` George N. White III via ntg-context

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=20230330223519.3a17e636e52e3cb8021e53f5@posteo.net \
    --to=ntg-context@ntg.nl \
    --cc=somenxavier@posteo.net \
    /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).