Opened 18 years ago

Last modified 18 years ago

#475 assigned defect

nroff cannot handle man page, out of temp file space

Reported by: g.s@… Owned by: diego@…
Priority: unimportant Component: DOCS
Version: 1.0pre7 Severity: major
Keywords: Cc: mail@…
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

I'm running Solaris 10 for x86 and I cannot view the man page:

man mplayer

Reformatting page. Please Wait...nroff: Out of temp file space; line 4459, file
/usr/share/man/man1/mplayer.1

done

I'm not relly running out of temp space:
7310: open("/usr/share/man/man1/mencoder.1", O_RDONLY) = 4
7310: read(4, " . \ " $ R e v i s i o".., 4096) = 4096
7310: read(4, " R T , S S A , A Q T".., 4096) = 4096
7310: read(4, " \ \ \n C h a n g e ".., 4096) = 4096
7310: read(4, " o n , f o r a l l".., 4096) = 4096
7310: read(4, " r e t h i s o p t i".., 4096) = 4096
7310: read(4, " v e r b o s e ( \ -".., 4096) = 4096
7310: read(4, " : d e m u x e r . h .\n".., 4096) = 4096
7310: read(4, " s e e \ - u s e r )".., 4096) = 4096
7310: read(4, " a n\n a r b i t r a r y".., 4096) = 4096
7310: read(4, " o s e e \ - v f e".., 4096) = 4096
7310: read(4, " r c e s c a l i n g ".., 4096) = 4096
7310: read(4, " o n t - t e x t - s c a".., 4096) = 4096
7310: read(4, " d e v i c e\n S e t s ".., 4096) = 4096
7310: read(4, " r - t o p = < 0 \ - 5 0".., 4096) = 4096
7310: read(4, " e , . . . ] > ( \ - v".., 4096) = 4096
7310: read(4, " i r s t v 4 l d e v".., 4096) = 4096
7310: read(4, " e f a u l t : n o q u".., 4096) = 4096
7310: read(4, " s i o n > = 1 . 2 .".., 4096) = 4096
7310: read(4, " r o x c a r d w i t".., 4096) = 4096
7310: read(4, " i t h t h e s a m e".., 4096) = 4096
7310: read(4, " I P s " \ - a c - f".., 4096) = 4096
7310: read(4, " t h a n w i t h c".., 4096) = 4096
7310: read(4, " h e r s .\n . R E\n . P".., 4096) = 4096
7310: read(4, " . I P s < s r a t e >".., 4096) = 4096
7310: read(4, " d f o r m a t s p e".., 4096) = 4096
7310: read(4, " a n n e l f r o m t".., 4096) = 4096
7310: read(4, " t p l u g i n s ' f r".., 4096) = 4096
7310: read(4, " i p )\n F l i p s t h".., 4096) = 4096
7310: read(4, " b e s e p a r a t e".., 4096) = 4096
nroff: 7310: write(2, " n r o f f : ", 7) = 7
Out of temp file space7310: write(2, " O u t o f t e m p ".., 22) = 22
; line 4459, file /usr/share/man/man1/mencoder.17310: write(2, " ; l i n e

4 4 5 9 ,".., 48) = 48

7310: write(2, "\n", 1) = 1

I suppose it's the traditional nroff on Solaris, which still implements the
macro storage as an array of limited size.

Then I tried groff 1.19 and it exited with "End of file while still defining .IP
macro".

How about separation mplayer and mencoder man page anyway?

SunOS r2 5.10 Generic_118844-28 i86pc i386 i86pc

Change History (3)

comment:1 by diego@…, 18 years ago

Status: newassigned

comment:2 by mail@…, 18 years ago

There were some fixes recently regarding invalid groff formatting, you might
want to try the man page from the subversion repository (not sure if this fix is
in 1.0pre8).

comment:3 by mail@…, 18 years ago

Cc: mail@… added
Note: See TracTickets for help on using tickets.