9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] PDF errors
@ 2003-07-03 21:55 Micah Stetson
  2003-07-04 15:54 ` David Presotto
  0 siblings, 1 reply; 6+ messages in thread
From: Micah Stetson @ 2003-07-03 21:55 UTC (permalink / raw)
  To: 9fans

Every once in a while, I come across a PDF that I can't
view in Plan 9.  I updated from sources today and gs says
it's Aladdin Ghostscript 7.04.  But it dies when I try
to view any of the PDFs of Holzmann's Beyond Photography
(http://spinroot.com/pico/).  However, Aladdin Ghostscript
6.01 running on NetBSD doesn't have a problem with them.
Does anybody know what's going on? Below is the exact
message I get:

term% gs front.pdf
AFPL Ghostscript 7.04 (2002-01-31)
Copyright (C) 2001 artofcode LLC, Benicia, CA.  All rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
Processing pages 1 through 3.
Page 1
Loading NimbusSanL-Bold font from /sys/lib/ghostscript/font/n019004l.pfb... 2013176 615541 1662804 373049 1 done.
Error: /invalidfileaccess in --.outputpage--
Operand stack:
   1   true
Execution stack:
   %interp_exit   .runexec2   --nostringval--   --nostringval--   --nostringval--   2   %stopped_push   --nostringval--   --nostringval--   --nostringval--   false   1   %stopped_push   1   3   %oparray_pop   --nostringval--   2   1   3   --nostringval--   %for_pos_int_continue   --nostringval--   --nostringval--   --nostringval--   0   9   %oparray_pop   --nostringval--   --nostringval--   --nostringval--   --nostringval--
Dictionary stack:
   --dict:1003/1123(ro)(G)--   --dict:0/20(G)--   --dict:71/200(L)--   --dict:71/200(L)--   --dict:97/127(ro)(G)--   --dict:214/230(ro)(G)--   --dict:19/24(L)--   --dict:4/6(L)--   --dict:19/20(L)--
Current allocation mode is local
AFPL Ghostscript 7.04: Unrecoverable error, exit code 1
term%

Thanks,

Micah



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

* Re: [9fans] PDF errors
  2003-07-03 21:55 [9fans] PDF errors Micah Stetson
@ 2003-07-04 15:54 ` David Presotto
  2003-07-07  3:23   ` okamoto
  2003-07-07 20:36   ` Micah Stetson
  0 siblings, 2 replies; 6+ messages in thread
From: David Presotto @ 2003-07-04 15:54 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 200 bytes --]

We're currently up to

AFPL Ghostscript 8.00 (2002-11-21)

That seems to work.  I'll make sure it
finds its way to sources, though it make
take a while, I'm on a very flakey ppp link
this week.

[-- Attachment #2: Type: message/rfc822, Size: 3429 bytes --]

From: Micah Stetson <micah@cnm-vra.com>
To: 9fans@cse.psu.edu
Subject: [9fans] PDF errors
Date: Thu, 3 Jul 2003 14:55:31 -0700
Message-ID: <20030703215531.GA22516@epaphras.inhouse.cnm-vra.com>

Every once in a while, I come across a PDF that I can't
view in Plan 9.  I updated from sources today and gs says
it's Aladdin Ghostscript 7.04.  But it dies when I try
to view any of the PDFs of Holzmann's Beyond Photography
(http://spinroot.com/pico/).  However, Aladdin Ghostscript
6.01 running on NetBSD doesn't have a problem with them.
Does anybody know what's going on? Below is the exact
message I get:

term% gs front.pdf
AFPL Ghostscript 7.04 (2002-01-31)
Copyright (C) 2001 artofcode LLC, Benicia, CA.  All rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
Processing pages 1 through 3.
Page 1
Loading NimbusSanL-Bold font from /sys/lib/ghostscript/font/n019004l.pfb... 2013176 615541 1662804 373049 1 done.
Error: /invalidfileaccess in --.outputpage--
Operand stack:
   1   true
Execution stack:
   %interp_exit   .runexec2   --nostringval--   --nostringval--   --nostringval--   2   %stopped_push   --nostringval--   --nostringval--   --nostringval--   false   1   %stopped_push   1   3   %oparray_pop   --nostringval--   2   1   3   --nostringval--   %for_pos_int_continue   --nostringval--   --nostringval--   --nostringval--   0   9   %oparray_pop   --nostringval--   --nostringval--   --nostringval--   --nostringval--
Dictionary stack:
   --dict:1003/1123(ro)(G)--   --dict:0/20(G)--   --dict:71/200(L)--   --dict:71/200(L)--   --dict:97/127(ro)(G)--   --dict:214/230(ro)(G)--   --dict:19/24(L)--   --dict:4/6(L)--   --dict:19/20(L)--
Current allocation mode is local
AFPL Ghostscript 7.04: Unrecoverable error, exit code 1
term%

Thanks,

Micah

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

* Re: [9fans] PDF errors
  2003-07-04 15:54 ` David Presotto
@ 2003-07-07  3:23   ` okamoto
  2003-07-07  3:27     ` boyd, rounin
  2003-07-07 20:36   ` Micah Stetson
  1 sibling, 1 reply; 6+ messages in thread
From: okamoto @ 2003-07-07  3:23 UTC (permalink / raw)
  To: 9fans

>it's Aladdin Ghostscript 7.04.  But it dies when I try
...
>Does anybody know what's going on? Below is the exact

I'm using 7.04 without any problem, I forgot what I did on the sources
of ghostscript though.   I think some problems were there in fake-make
process in mkfile...   Probably some obj/foo.c or obj/foo.h files are not
copied to src directory.

I hope it may give you a hint. (damn, my corrupted brain!)

Kenji



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

* Re: [9fans] PDF errors
  2003-07-07  3:23   ` okamoto
@ 2003-07-07  3:27     ` boyd, rounin
  0 siblings, 0 replies; 6+ messages in thread
From: boyd, rounin @ 2003-07-07  3:27 UTC (permalink / raw)
  To: 9fans

> it's Aladdin Ghostscript 7.04.  But it dies when I try

Ghostscript -- you don't stand a ghost of a chance ...



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

* Re: [9fans] PDF errors
  2003-07-04 15:54 ` David Presotto
  2003-07-07  3:23   ` okamoto
@ 2003-07-07 20:36   ` Micah Stetson
  1 sibling, 0 replies; 6+ messages in thread
From: Micah Stetson @ 2003-07-07 20:36 UTC (permalink / raw)
  To: 9fans

On Fri, Jul 04, 2003 at 11:54:22AM -0400, David Presotto wrote:
> We're currently up to
>
> AFPL Ghostscript 8.00 (2002-11-21)
>
> That seems to work.  I'll make sure it
> finds its way to sources, though it make
> take a while, I'm on a very flakey ppp link
> this week.

Thanks.  I'm in no hurry.

Micah



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

* Re: [9fans] PDF errors
@ 2003-07-07 20:41 David Presotto
  0 siblings, 0 replies; 6+ messages in thread
From: David Presotto @ 2003-07-07 20:41 UTC (permalink / raw)
  To: micah, 9fans

[-- Attachment #1: Type: text/plain, Size: 181 bytes --]

Well, rsc says that version has problems also.  I'll leave it
be till russ gets back from his summer hiatus.  He wants to
restructure the distribution and that will be part of it.

[-- Attachment #2: Type: message/rfc822, Size: 2376 bytes --]

From: Micah Stetson <micah@cnm-vra.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] PDF errors
Date: Mon, 7 Jul 2003 13:36:17 -0700
Message-ID: <20030707203617.GB2629@epaphras.inhouse.cnm-vra.com>

On Fri, Jul 04, 2003 at 11:54:22AM -0400, David Presotto wrote:
> We're currently up to
>
> AFPL Ghostscript 8.00 (2002-11-21)
>
> That seems to work.  I'll make sure it
> finds its way to sources, though it make
> take a while, I'm on a very flakey ppp link
> this week.

Thanks.  I'm in no hurry.

Micah

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

end of thread, other threads:[~2003-07-07 20:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-03 21:55 [9fans] PDF errors Micah Stetson
2003-07-04 15:54 ` David Presotto
2003-07-07  3:23   ` okamoto
2003-07-07  3:27     ` boyd, rounin
2003-07-07 20:36   ` Micah Stetson
2003-07-07 20:41 David Presotto

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