unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* Re: Cannot run texlive context: permission denied
@ 2024-05-05 14:21 Taha Aziz Ben Ali
  2024-05-18 14:35 ` Nicolas Goaziou via
  0 siblings, 1 reply; 11+ messages in thread
From: Taha Aziz Ben Ali @ 2024-05-05 14:21 UTC (permalink / raw)
  To: help-guix; +Cc: ba.tahaaziz, reza.housseini

I'm here to tell you that I found a working workaround for making
ConTeXt work through `mtxrun --script context`.

Create a "texmf/web2c/texmfcnf.lua" file (and preceeding directories)
under your user's home directory and add the following:


    return {
      content = {
         variables = {
           TEXMF = os.getenv("GUIX_ENVIRONMENT") .. "/share/texmf-dist"
        },
      },
    }


That should be enough to get the ball rolling. Note however that running
`context` independently from `mtxrun` continues to fail.

These changes should probably be added to the build derivation, it seems
that Guix' non-standard filesystem don't work well with TeXLive's
default settings.

Kind regards,
-- 
Aziz


^ permalink raw reply	[flat|nested] 11+ messages in thread
* Cannot run texlive context: permission denied
@ 2024-03-01 10:21 Reza Housseini
  2024-03-24 14:36 ` Taha Aziz Ben Ali
  0 siblings, 1 reply; 11+ messages in thread
From: Reza Housseini @ 2024-03-01 10:21 UTC (permalink / raw)
  To: help-guix

Hi Guixers

When running context inside

  guix shell texlive-context --container

I get the error

   sh: /gnu/store/l4r1y73grs5mvx2jz1hndwgnxcgys9sj-profile/bin/context: 
Permission denied

What is the reason for this?

Thanks for your help.

Best regards
Reza

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

end of thread, other threads:[~2024-05-29  7:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-05 14:21 Cannot run texlive context: permission denied Taha Aziz Ben Ali
2024-05-18 14:35 ` Nicolas Goaziou via
2024-05-20  6:54   ` Taha Aziz Ben Ali
2024-05-20  8:28     ` Nicolas Goaziou via
2024-05-20  8:57       ` Nicolas Goaziou via
2024-05-20 19:11         ` Taha Aziz Ben Ali
2024-05-27 21:23         ` Taha Aziz Ben Ali
2024-05-28 19:11           ` Nicolas Goaziou via
2024-05-29  7:05             ` Taha Aziz Ben Ali
  -- strict thread matches above, loose matches on Subject: below --
2024-03-01 10:21 Reza Housseini
2024-03-24 14:36 ` Taha Aziz Ben Ali

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 read-only IMAP folder(s) and NNTP newsgroup(s).