ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* No output for no apparent reason
@ 2015-08-03  5:52 Matt Gushee
  2015-08-03  7:18 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Matt Gushee @ 2015-08-03  5:52 UTC (permalink / raw)
  To: ConTeXt users' mailing list


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

Hello, ConTeXt people--

I am coming back to ConTeXt after a long absence (for about the 3rd or 4th
time - maybe if I just stuck with it I wouldn't keep having these problems,
eh?).

I have a new installation of the standalone ConTeXt package on an Arch
Linux system. I obtained the 'first-setup.sh' script according to
instructions, then ran:

    ./first-setup.sh --modules=all --engine=luatex --context=current

 I also have TeXlive, including ConTeXt, installed as a regular Arch
package; however, I don't intend to use it. In any case, I have sourced
/opt/context/tex/setuptex, so I have:

    $ which context
    /opt/context/tex/texmf-linux-64/bin/context

    $ context --version
    mtx-context     | ConTeXt Process Management 0.61
    mtx-context     |
    mtx-context     | main context file:
/opt/context/tex/texmf-context/tex/context/base/context.mkiv
    mtx-context     | current version: 2015.05.18 12:26

I have tried the "hello world" example described on the wiki, and the
output from that is exactly as expected, but I am having trouble with a
couple of projects that I created in 2006. Each project is moderately
complex, including an environment file and several product files. Each
project produced output in the past. But now I run 'context <file>', and
there are no obvious errors (except for fonts not found, but in that case
the default font should be used instead, correct?), yet no PDF is produced.

Furthermore, the log files say that PDF files were generated, e.g.:

    mkiv lua stats  > result saved in file: hobo.pdf, compresslevel 3,
objectcompresslevel 3

And yes, I've checked the modification times on the log files, and they are
up to date.

Of course I am not giving very much detail, but I have no idea what might
be relevant. Any ideas about how to troubleshoot this?

Thanks,
Matt Gushee

[-- Attachment #1.2: Type: text/html, Size: 2305 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] 3+ messages in thread

* Re: No output for no apparent reason
  2015-08-03  5:52 No output for no apparent reason Matt Gushee
@ 2015-08-03  7:18 ` Wolfgang Schuster
  2015-08-03 14:36   ` Matt Gushee
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2015-08-03  7:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

> Matt Gushee <mailto:matt@gushee.net>
> 3. August 2015 07:52
> Hello, ConTeXt people--
>
> I am coming back to ConTeXt after a long absence (for about the 3rd or 
> 4th time - maybe if I just stuck with it I wouldn't keep having these 
> problems, eh?).
>
> I have a new installation of the standalone ConTeXt package on an Arch 
> Linux system. I obtained the 'first-setup.sh' script according to 
> instructions, then ran:
>
>     ./first-setup.sh --modules=all --engine=luatex --context=current
>
>  I also have TeXlive, including ConTeXt, installed as a regular Arch 
> package; however, I don't intend to use it. In any case, I have 
> sourced /opt/context/tex/setuptex, so I have:
>
>     $ which context
>     /opt/context/tex/texmf-linux-64/bin/context
>
>     $ context --version
>     mtx-context     | ConTeXt Process Management 0.61
>     mtx-context     |
>     mtx-context     | main context file: 
> /opt/context/tex/texmf-context/tex/context/base/context.mkiv
>     mtx-context     | current version: 2015.05.18 12:26
>
> I have tried the "hello world" example described on the wiki, and the 
> output from that is exactly as expected, but I am having trouble with 
> a couple of projects that I created in 2006. Each project is 
> moderately complex, including an environment file and several product 
> files. Each project produced output in the past. But now I run 
> 'context <file>', and there are no obvious errors (except for fonts 
> not found, but in that case the default font should be used instead, 
> correct?), yet no PDF is produced.
>
> Furthermore, the log files say that PDF files were generated, e.g.:
>
>     mkiv lua stats > result saved in file: hobo.pdf, compresslevel 3, 
> objectcompresslevel 3
>
> And yes, I've checked the modification times on the log files, and 
> they are up to date.
>
> Of course I am not giving very much detail, but I have no idea what 
> might be relevant. Any ideas about how to troubleshoot this?
>
Is it possible that your main file of your document is a project?

When this is the case change this file to a product and all subfiles 
into components.

Wolfgang

[-- Attachment #1.2: Type: text/html, Size: 3490 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] 3+ messages in thread

* Re: No output for no apparent reason
  2015-08-03  7:18 ` Wolfgang Schuster
@ 2015-08-03 14:36   ` Matt Gushee
  0 siblings, 0 replies; 3+ messages in thread
From: Matt Gushee @ 2015-08-03 14:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hi, Wolfgang--

On Mon, Aug 3, 2015 at 1:18 AM, Wolfgang Schuster <
schuster.wolfgang@gmail.com> wrote:


> Is it possible that your main file of your document is a project?
>
> When this is the case change this file to a product and all subfiles into
> components.
>

Yes, that was the problem. And I can see there are a few other things I
need to change, but the project was nowhere near finished anyway, and at
least I now have output.

By the way, shouldn't there be an error or at least a warning when ConTeXt
can't produce output? At the very least, the log file should not report
that a PDF file was saved when it was not. This seems like a bug.

Thanks for your quick reply!

--
Matt Gushee

[-- Attachment #1.2: Type: text/html, Size: 1172 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] 3+ messages in thread

end of thread, other threads:[~2015-08-03 14:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-03  5:52 No output for no apparent reason Matt Gushee
2015-08-03  7:18 ` Wolfgang Schuster
2015-08-03 14:36   ` Matt Gushee

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