Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 690236 - dev-texlive/texlive-context is missing context
Summary: dev-texlive/texlive-context is missing context
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-19 18:02 UTC by vikraman
Modified: 2024-04-23 08:00 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Output of mtxrun --variables (mtxrun-variables.log,19.61 KB, text/x-log)
2019-07-19 18:02 UTC, vikraman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vikraman 2019-07-19 18:02:36 UTC
Created attachment 583660 [details]
Output of mtxrun --variables

The context stub is missing, which makes it impossible to build context documents. Adding context to TL_CONTEXT_UNIX_STUBS installs the stub but it does not work.

$ context
mtxrun          | unknown script 'context.lua' or 'mtx-context.lua'

The behaviour is the same if I invoke it using mtxrun, which probably means something is broken in the texmf config.

$ mtxrun --script context
mtxrun          | unknown script 'context.lua' or 'mtx-context.lua'

Running mtxrun --generate does not change the result, and the scripts are certainly installed by the package.

$ qlist texlive-context | grep context\\.lua
/usr/share/texmf-dist/context/data/textadept/context/data/scite-context-data-context.lua
/usr/share/texmf-dist/context/data/scite/context/lexers/data/scite-context-data-context.lua
/usr/share/texmf-dist/tex/context/third/rst/rst_context.lua
/usr/share/texmf-dist/scripts/context/lua/context.lua
/usr/share/texmf-dist/scripts/context/lua/mtx-context.lua

An output of mtxrun --variables is attached.
Comment 1 Larry the Git Cow gentoo-dev 2019-07-21 19:10:14 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df6107eb78afe10dceff4c2f1d544ee80801c047

commit df6107eb78afe10dceff4c2f1d544ee80801c047
Author:     Mikle Kolyada <zlogene@gentoo.org>
AuthorDate: 2019-07-21 19:09:44 +0000
Commit:     Mikle Kolyada <zlogene@gentoo.org>
CommitDate: 2019-07-21 19:09:44 +0000

    dev-texlive/texlive-context: fix missing context symlink
    
    Closes: https://bugs.gentoo.org/690236
    Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
    Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-texlive/texlive-context/texlive-context-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)