Hi all
I'm just trying to get the IRIX binaries compiled and have come across
two modules that had errors and an error in the man page generation.
The two modules were
Module source code not installed: src/misc/m.clump (ignored)
error:
ld32: FATAL 9: I/O error
(/usr/people/guest/grassCVS/grass/src/libes/LIB.mips-sgi-irix6.5/liboptri.a):
No such file or directory
Module source code not installed: src/raster/r.in.gdal (ignored)
error:
ld32: ERROR 33: Unresolved text symbol "GBGetSymbol" -- 1st referenced
by OBJ.mips-sgi-irix6.5/gdalbridge.o.
I haven't installed the gdal library so that is the error for r.in.gdal,
but I have no idea about the m.clump library. the liboptri.a file is
supposed to be a grass library but apparently is not compiled (no other
reference to it in the grass compile output.
For the man page generation I get the following two errors for every man
page:
geqn:fatal error: can't open `/usr/pub/eqnchar': No such file or
directory
gtroff: fatal error: can't open `/usr/lib/tmac/tmac.an': No such file or
directory
The /usr/pub and /usr/lib/tmac directories do not exist on SGI's.
Andreas, do you get the same error message. BTW, trying to run
man -M /.../grass/man d.rast
gives errors concerning "not printable man page".
Any suggestions would be greatly appreciated.
--
Sincerely,
Jazzman (a.k.a. Justin Hickey) e-mail: jhickey@hpcc.nectec.or.th
High Performance Computing Center
National Electronics and Computer Technology Center (NECTEC)
Bangkok, Thailand
People who think they know everything are very irritating to those
of us who do. ---Anonymous
Jazz and Trek Rule!!!
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'
On Fri, Dec 08, 2000 at 03:40:18PM +0700, Justin Hickey wrote:
Hi all
I'm just trying to get the IRIX binaries compiled and have come across
two modules that had errors and an error in the man page generation.
The two modules were
Module source code not installed: src/misc/m.clump (ignored)
error:
ld32: FATAL 9: I/O error
(/usr/people/guest/grassCVS/grass/src/libes/LIB.mips-sgi-irix6.5/liboptri.a):
No such file or directory
Hi Justin,
optri belongs to the geom lib which lives in src.nonGPL now (until the
detri lib is installed). So we have to move m.clump to src.nonGPL as well.
Module source code not installed: src/raster/r.in.gdal (ignored)
error:
ld32: ERROR 33: Unresolved text symbol "GBGetSymbol" -- 1st referenced
by OBJ.mips-sgi-irix6.5/gdalbridge.o.
I haven't installed the gdal library so that is the error for r.in.gdal,
The module should compile without libgdal. Hi Frank Warmerdam...
but I have no idea about the m.clump library. the liboptri.a file is
supposed to be a grass library but apparently is not compiled (no other
reference to it in the grass compile output.
For the man page generation I get the following two errors for every man
page:
geqn:fatal error: can't open `/usr/pub/eqnchar': No such file or
directory
gtroff: fatal error: can't open `/usr/lib/tmac/tmac.an': No such file or
directory
The /usr/pub and /usr/lib/tmac directories do not exist on SGI's.
?? No idea here...
Andreas, do you get the same error message. BTW, trying to run
man -M /.../grass/man d.rast
gives errors concerning "not printable man page".
Any suggestions would be greatly appreciated.
Even no idea, sorry!
Yours
Markus
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'
Justin Hickey wrote:
Hi all
[...]
geqn:fatal error: can't open `/usr/pub/eqnchar': No such file or
directory
gtroff: fatal error: can't open `/usr/lib/tmac/tmac.an': No such file or
directory
The /usr/pub and /usr/lib/tmac directories do not exist on SGI's.
Andreas, do you get the same error message. BTW, trying to run
man -M /.../grass/man d.rast
gives errors concerning "not printable man page".
Any suggestions would be greatly appreciated.
Do you have troff/nroff (or groff) installed ? It seems
this is an optionnal package in many commercial distributions
of unix, where the man pages comes preformated.
Eqnchar deals with equation (mathematical notation), but
I wonder where this can be used in Grass man pages !
Tmac.an is the macro package required by troff or nroff
for formating man pages.
They may also be in some /usr/share/... or /var/share/...
instead of /usr on some systems
--
Michel WURTZ - DIG - Maison de la télédétection
500, rue J.F. Breton
34093 MONTPELLIER Cedex 5
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'
Hi Michel
Michel Wurtz wrote:
Do you have troff/nroff (or groff) installed ? It seems
this is an optionnal package in many commercial distributions
of unix, where the man pages comes preformated.
Eqnchar deals with equation (mathematical notation), but
I wonder where this can be used in Grass man pages !
Tmac.an is the macro package required by troff or nroff
for formating man pages.
They may also be in some /usr/share/... or /var/share/...
instead of /usr on some systems
I have groff installed from the SGI freeware site under /usr/freeware
but there is no eqnchar file under that directory. However, there is a
tmac.an under /usr/freeware/share/groff/tmac. The only problem is that
gtroff and geqn (the programs reporting the errors) are binaries and I
can't change them. Would creating a link in /usr/lib/tmac/ to tmac.an
under the freeware directory solve that problem?
Thanks for your help.
--
Sincerely,
Jazzman (a.k.a. Justin Hickey) e-mail: jhickey@hpcc.nectec.or.th
High Performance Computing Center
National Electronics and Computer Technology Center (NECTEC)
Bangkok, Thailand
People who think they know everything are very irritating to those
of us who do. ---Anonymous
Jazz and Trek Rule!!!
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'
Justin Hickey wrote:
Would creating a link in /usr/lib/tmac/ to tmac.an
under the freeware directory solve that problem?
OK, the tmac.an error is gone with this link, but man pages are still
"not printable".
Just an update.
--
Sincerely,
Jazzman (a.k.a. Justin Hickey) e-mail: jhickey@hpcc.nectec.or.th
High Performance Computing Center
National Electronics and Computer Technology Center (NECTEC)
Bangkok, Thailand
People who think they know everything are very irritating to those
of us who do. ---Anonymous
Jazz and Trek Rule!!!
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'
Justin Hickey wrote:
Justin Hickey wrote:
> Would creating a link in /usr/lib/tmac/ to tmac.an
> under the freeware directory solve that problem?
OK, the tmac.an error is gone with this link, but man pages are still
"not printable".
strange... did you look at the man pages created (in $GISBASE/man/man1) ?
they must look like text file. If the error occurs in the make process,
look at the output of g.html2man, and try man on this file (they are
only temporary files and are deleted when Make runs)
--
Michel WURTZ - DIG - Maison de la télédétection
500, rue J.F. Breton
34093 MONTPELLIER Cedex 5
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'