[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19990917: gempak building



Mike,
Its possible that your ftp of the tar file could get corrupted-
but then you should probably have gotten an error from zcat
when unpacking. Its also possible that if you are on an NFS mounted
disk, then something could have gotten hosed. Simplest cause would be you
ran out of disk space somewhere down the line.

At any rate, you should have:
%ls -l $GEMPAKHOME/src/programs/na/nagrib/nagfil.f
1405 May  2  1996 
/home/gempak/NAWIPS-5.4/gempak5.4/src/programs/na/nagrib/nagfil.f

If the file says its been modified since May 2, 1996 then it didn't unpack from 
the 
tar file cleanly. It should also be 1405 bytes.

Line 37 should read:
        IF ( parm .eq. 'UREL' .or. parm .eq. 'VREL' ) THEN

If this is the only file that is munged, you can try unpacking the file from
the tarfile again with:

gunzip -c gempak54upc_pl12.tar.gz | tar xvf - 
gempak5.4/source/programs/na/nagrib/nagfil.f

If you didn't get the entire tar file unpacked, then you should try to
download and unpack again. The libraries in $GEMLIB that have been built thus
far should be ok, so you should be able to restart your build without
starting over.

Steve CHiswell
Unidata User SUpport


>From: Mike Trexler <address@hidden>
>Organization: .
>Keywords: 199909172002.OAA25331

>I downloaded the latest version gempak and began to install.
>It's get a lot of the way through before choking on nagrib
>with a bunch of syntax errors.  I figure this can't be my 
>fault, right?  Here's the make.out tail....
>
>/env/apps/NAWIPS-5.4/gempak5.4/source/programs/na/nagrib
>f77 -O  -c naganl.f
>naganl.f:
>        naganl:
>"GEMINC:GEMPRM.PRM", line 20: Warning: local variable "ermiss" never
>used
>f77 -O  -c nagcog.f
>nagcog.f:
>        nagcog:
>"GEMINC:GEMPRM.PRM", line 20: Warning: local variable "ermiss" never
>used
>f77 -O  -c nagfil.f
>nagfil.f:
>        nagfil:
>"GEMINC:GEMPRM.PRM", line 20: Warning: local variable "ermiss" never
>used
>"nagfil.f", line 37: Warning: local variable "parmn" never used
>"nagfil.f", line 37: Error: syntax error at or near program text
>"1nUREL.or.parm.eq."
>"nagfil.f", line 39: Error: else out of place
>"nagfil.f", line 41: Error: endif out of place
>*** Error code 1
>make: Fatal error: Command failed for target
>`/env/apps/NAWIPS-5.4/lib/sol/nagrib.a(nagfil.o)'
>Current working directory
>/env/apps/NAWIPS-5.4/gempak5.4/source/programs/na/nagrib
>*** Error code 1
>make: Fatal error: Command failed for target `all'
>Current working directory
>/env/apps/NAWIPS-5.4/gempak5.4/source/programs/na
>*** Error code 1
>make: Fatal error: Command failed for target `all'
>Current working directory /env/apps/NAWIPS-5.4/gempak5.4/source/programs
>*** Error code 1
>make: Fatal error: Command failed for target `all'
>Current working directory /env/apps/NAWIPS-5.4/gempak5.4/source
>*** Error code 1
>make: Fatal error: Command failed for target `all'
>Current working directory /env/apps/NAWIPS-5.4/gempak5.4
>*** Error code 1
>make: Fatal error: Command failed for target `all'
>
>
>
>Thanks for your help!
>Mike
>
>
>
>-- 
>__________________________________________________
>**************************************************
>******          C. Michael Trexler          ******
>******      N C State Univ. - Box 8208      ****** 
>******  Dept. of Mar/Earth/Atmos. Sciences  ******
>******        Research III   Rm. 100        ******
>******        Raleigh, NC 27695-8208        ****** 
>******        (919) 515-1447  Phone         ******   
>******         (919) 515-1683  Fax          ******
>**************************************************
>--------------------------------------------------
>******        address@hidden       ******
>__________________________________________________
>