NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.


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

Re: 19990211: dcwatch again...



Steve,

Well, that will likely help - thanks! We do have that compiler but when I try to
"make" in the dc directory I got the following:

SPARCompiler C: cannot find license file (/export/home1/SUNWspro/SunTech_License
/license.dat)
        Compiler has not been installed properly (neither SC_LICENSE_FILE in
        the compiler install directory nor the LM_LICENSE_FILE environment
        variable point to a valid license-file)
cc: acomp failed for dcgbul.c
*** Error code 1
make: Fatal error: Command failed for target `/d1-apps/gempak/NAWIPS-5.4/lib/sol
/bridge.a(dcgbul.o)'

I would assume this is a problem on our end of not having the proper licensing. 
I
know our computer programmer has been doing some work with that so I'll take 
this
part up with him.  Thanks for all the help! Hopefully I will be able to get this
fixed before the true severe weather season starts! :)

Thanks again!

Maureen

Unidata Support wrote:

> Maureen,
>
> I think that the line wrapped in your earlier email at:
> http://www.unidata.ucar.edu/glimpse/gempak/2731
> so, ignore my comment about not sourcing Gemenviron and
> finding the bridge.a library.
>
> At any rate, it looks like your compiler is upset with the -w flag
> that the previous person put in the Makeinc.sol definitions
> (I do not distribute the source with that flag- but it should be
> a valid flag for the /opt/SUNWspro/bin/cc compiler to supress
> warning messages).
>
> Its possible that you don't have the right cc compiler in your path.
>
> Type: which cc
> if it returns something like /usr/bin/cc, then that is the old
> out of date compiler bsd compiler. You need to have
> /opt/SUNWspro/bin in your path before /usr/bin so that the cc
> compiler in that directory will be found.
>
> Verify that you have /opt/SUNWspro/bin/cc, and if you do,
> add that infront of your current path with:
> setenv PATH /opt/SUNWspro/bin:${PATH}
>
> If you don't have the Sparcworks compilers installed on that machine,
> then that would be the cause of not being able to compile too.
>
> Steve Chiswell
> Unidata User SUpport
>
> >From: Maureen Ballard <address@hidden>
> >Organization: UK Ag Weather Center
> >Keywords: 199902151413.HAA04458
>
> >Steve,
> >
> >
> >> >From: Maureen Ballard <address@hidden>
> >> >Organization: UK Ag Weather Center
> >> >Keywords: 199902111949.MAA09986
> >>
> >> >Steve,
> >> >
> >> >Actually I did source the Gemenviron file before I ran this and I still 
> >> >got
> >  th
> >> > e
> >> >error.
> >> >
> >>
> >> The Gemenviron variables in the compilation environment are not set,
> >> which leads to looking for /bridge.a  (at GEMOLB) rather than
> >> the appropriate $NAWIPS/lib/sol/bridge.a file.
> >>
> >
> >I cannot find any reference in the Gemenviron file which looks for bridge.a -
> > was
> >that where you were talking about? Perhaps I misunderstood.
> >
> >> Possibly you need to source the Gemenviron file as the user you are
> >> running the compilation as or, for some reason, on that system
> >> you do not have permission to look in that directory.
> >
> >I have sourced the Gemenviron file as the user that was trying to compile and
> > from
> >all the indications I can see, the user owns the directories and has 
> >permissio
> > n to
> >read, write and execute.
> >
> >> You also have a strange -w flag set on the compile line- which
> >> is very wierd and not in the defaults I distribute. Maybe something
> >> has been tweeked in the $NAWIPS/config/Makinc.sol
> >> file without your knowlege.
> >
> >I checked teh Makeinc.sol file and indeed there seem to be a few changes that
> > were
> >made to it by our former programmer when he installed GEMPAK. Here is that 
> >sec
> > tion:
> >
> >#
> >## C Options include: -O optimization; -p profiling; -g debugging
> >#
> >##### NOTE took out -DSYSV!!!!
> >#COPT = -xildoff -g -DUNDERSCORE -D$(OS)
> >#FOPT = -xildoff -g
> >#COPT = -xildoff -O -DUNDERSCORE -D$(OS)
> >#FOPT = -xildoff -O
> >COPT = -O -w -DUNDERSCORE -D$(OS)
> >FOPT = -O
> >
> >Unfortunately, I don't know what this means. Does it say anything to you?
> >
> >Thanks for all the help - I really appreciate it!
> >
> >Maureen
> >
> >>
> >>
> >> Steve Chiswell
> >>
> >> >Maureen
> >> >
> >> >Unidata Support wrote:
> >> >
> >> >> Maureen,
> >> >>
> >> >> The dcwatch update was because the end of the bulletins on NOAAport
> >> >> can be slightly different, so the fix should solve your problems.
> >> >>
> >> >> The problem you are having below is because you need to source
> >> >> the Gemenviron environmental variables in to your csh before
> >> >> running "make", since the location of the NAWIPS tree is not being 
> >> >> found.
> >> >>
> >> >> Steve Chiswell
> >> >>
> >> >> >From: Maureen Ballard <address@hidden>
> >> >> >Organization: UK Ag Weather Center
> >> >> >Keywords: 199902111931.MAA09051
> >> >>
> >> >> >Steve,
> >> >> >
> >> >> >Sorry about writing again but I remembered that you had suggested last
> >> >> >time that I change something in dcwatch. I decided to run the make  and
> >> >> >install stuff again. There is an error that is coming up when I attempt
> >> >> >to run this. Here is the output when I am in
> >> >> >$NAWIPS-5.4/gempak5.4/source/bridge/dc
> >> >> >
> >> >> >kelvin% make clean
> >> >> >rm -f GEMINC:* GEMPRM.PRM  ERMISS.FNC  geminc.h  gemprm.h  bridge.h
> >> >> >ulog.h *.o
> >> >> >kelvin% make
> >> >> >cc -O -w -DUNDERSCORE -DSunOS  -c dcgbul.c
> >> >> >usage: cc [ options] files.  Use 'cc -flags' for details
> >> >> >*** Error code 1
> >> >> >make: Fatal error: Command failed for target
> >> >> >`/d1-apps/gempak/NAWIPS-5.4/lib/sol
> >> >> >/bridge.a(dcgbul.o)'
> >> >> >kelvin%
> >> >> >
> >> >> >Any ideas? I am guessing this would likely fix the decoder problem.
> >> >> >
> >> >> >Thanks!
> >> >> >
> >> >> >Maureen
> >> >> >--
> >> >> >========================================================================
> >> >> >
> >> >> >Maureen Moore Ballard                   address@hidden
> >> >> >Staff Meteorologist                           ph:  606-257-3000ext244
> >> >> >Ag. Weather Center                         fax: 606-257-5671
> >> >> >243 Ag. Engineering Bldg
> >> >> >Dept. of Biosystems and Ag. Engr.
> >> >> >University of Kentucky
> >> >> >Lexington, KY 40546-0276
> >> >> >HOMEPAGE   http://wwwagwx.ca.uky.edu
> >> >> >
> >> >> >You don't stop laughing because you grow old;
> >> >> >you grow old because you stop laughing.
> >> >> >========================================================================
> > =
> >> >> >
> >> >> >
> >> >> >
> >> >> >From address@hidden  Thu Feb 11 12:06:52 1999
> >> >> >Received: from smtp.uky.edu (smtp.uky.edu [128.163.2.17])
> >> >> >       by unidata.ucar.edu (8.8.8/8.8.8) with ESMTP id MAA08335
> >> >> >       for <address@hidden>; Thu, 11 Feb 1999 12:06:51 -0700 (
> > MST
> >> > )
> >> >> >Keywords: 199902111906.MAA08335
> >> >> >Received: from pop.uky.edu (pop.uky.edu [128.163.2.16])
> >> >> >       by smtp.uky.edu (8.8.8/8.8.8) with ESMTP id OAA14723
> >> >> >       for <address@hidden>; Thu, 11 Feb 1999 14:06:50 -0500 (
> > EST
> >> > )
> >> >> >Received: from byron.ca.uky.edu (byron.ca.uky.edu [128.163.192.2])
> >> >> >       by pop.uky.edu (8.8.8/8.8.8) with ESMTP id OAA06319
> >> >> >       for <address@hidden>; Thu, 11 Feb 1999 14:06:50 -0500 (
> > EST
> >> > )
> >> >> >Received: from ca.uky.edu ([128.163.193.88]) by byron.ca.uky.edu 
> >> >> >(8.8.0/
> > 8.8
> >> > .0)
> >> >> >  with ESMTP id OAA00621 for <address@hidden>; Thu, 11 Feb 199
> > 9 1
> >> > 4:0
> >> >> > 5:01 -0500 (EST)
> >> >> >Message-ID: <address@hidden>
> >> >> >Date: Thu, 11 Feb 1999 14:06:49 -0500
> >> >> >From: Maureen Ballard <address@hidden>
> >> >> >Organization: UK Ag Weather Center
> >> >> >X-Mailer: Mozilla 4.05 [en] (WinNT; I)
> >> >> >MIME-Version: 1.0
> >> >> >To: Unidata Support <address@hidden>
> >> >> >Subject: dcwatch...
> >> >> >Content-Type: text/plain; charset=us-ascii
> >> >> >Content-Transfer-Encoding: 7bit
> >> >> >
> >> >> >Steve,
> >> >> >
> >> >> >We are having problems with the dcwatch decoder. Although watch 
> >> >> >messages
> >> >> >have been issued today, no messages seem to be making it through the
> >> >> >decoder. No log file has been created so I am thinking that is doesn't
> >> >> >even make it to that point. I am including our pqact.conf file entry 
> >> >> >for
> >> >> >watches hoping that will shed some light on the situation. Any
> >> >> >help/ideas would be greatly appreciated.
> >> >> >
> >> >> ># Watch box coordinates for GEMPAK
> >> >> >#
> >> >> >DDPLUS  ^WWUS40 KMKC ([0-3][0-9])([0-2][0-9])
> >> >> >        PIPE    /usr/local/ldm/decoders/dcwatch -v 3 -t 30
> >> >> >        -d /d2-agwx/ldmdata/gempak/logs/dcwatch.log
> >> >>         -s /d1-apps/gempak/NAWIPS-5.4/gempak5.4/tables/stns/sfworld.tbl
> >> >> >        -p /d1-apps/gempak/NAWIPS-5.4/gempak5.4/tables/pack/watch.pack
> >> >> >        /d2-agwx/ldmdata/gempak/storm/watches/watches_YYYY_MM.gem
> >> >> >#
> >> >> >
> >> >> >Thanks!
> >> >> >
> >> >> >Maureen
> >> >> >--
> >> >> >========================================================================
> >> >> >
> >> >> >Maureen Moore Ballard                   address@hidden
> >> >> >Staff Meteorologist                           ph:  606-257-3000ext244
> >> >> >Ag. Weather Center                         fax: 606-257-5671
> >> >> >243 Ag. Engineering Bldg
> >> >> >Dept. of Biosystems and Ag. Engr.
> >> >> >University of Kentucky
> >> >> >Lexington, KY 40546-0276
> >> >> >HOMEPAGE   http://wwwagwx.ca.uky.edu
> >> >> >
> >> >> >You don't stop laughing because you grow old;
> >> >> >you grow old because you stop laughing.
> >> >> >========================================================================
> > =
> >> >> >
> >> >> >
> >> >> >
> >> >>
> >> >> *************************************************************************
> > ***
> >> >  <
> >> >> Unidata User Support                                    UCAR Unidata 
> >> >> Prog
> > ram
> >> >  <
> >> >> (303)497-8644                                                  P.O. Box 
> >> >> 3
> > 000
> >> >  <
> >> >> address@hidden                                   Boulder, CO 80
> > 307
> >> >  <
> >> >> -------------------------------------------------------------------------
> > ---
> >> >  <
> >> >> Unidata WWW Service                        http://www.unidata.ucar.edu/
> >> >  <
> >> >> *************************************************************************
> > ***
> >> >  <
> >> >
> >> >
> >> >
> >> >--
> >> >========================================================================
> >> >Maureen Moore Ballard                   address@hidden
> >> >Staff Meteorologist                           ph:  606-257-3000ext244
> >> >Ag. Weather Center                         fax: 606-257-5671
> >> >243 Ag. Engineering Bldg
> >> >Dept. of Biosystems and Ag. Engr.
> >> >University of Kentucky
> >> >Lexington, KY 40546-0276
> >> >HOMEPAGE   http://wwwagwx.ca.uky.edu
> >> >
> >> >You don't stop laughing because you grow old;
> >> >you grow old because you stop laughing.
> >> >=========================================================================
> >> >
> >> >
> >>
> >> ****************************************************************************
> >  <
> >> Unidata User Support                                    UCAR Unidata 
> >> Program
> >  <
> >> (303)497-8644                                                  P.O. Box 
> >> 3000
> >  <
> >> address@hidden                                   Boulder, CO 80307
> >  <
> >> ----------------------------------------------------------------------------
> >  <
> >> Unidata WWW Service                        http://www.unidata.ucar.edu/
> >  <
> >> ****************************************************************************
> >  <
> >
> >
> >
> >--
> >========================================================================
> >Maureen Moore Ballard                   address@hidden
> >Staff Meteorologist                           ph:  606-257-3000ext244
> >Ag. Weather Center                         fax: 606-257-5671
> >243 Ag. Engineering Bldg
> >Dept. of Biosystems and Ag. Engr.
> >University of Kentucky
> >Lexington, KY 40546-0276
> >HOMEPAGE   http://wwwagwx.ca.uky.edu
> >
> >You don't stop laughing because you grow old;
> >you grow old because you stop laughing.
> >=========================================================================
> >
> >
>
> **************************************************************************** <
> Unidata User Support                                    UCAR Unidata Program <
> (303)497-8644                                                  P.O. Box 3000 <
> address@hidden                                   Boulder, CO 80307 <
> ---------------------------------------------------------------------------- <
> Unidata WWW Service                        http://www.unidata.ucar.edu/      <
> **************************************************************************** <



--
========================================================================
Maureen Moore Ballard                   address@hidden
Staff Meteorologist                           ph:  606-257-3000ext244
Ag. Weather Center                         fax: 606-257-5671
243 Ag. Engineering Bldg
Dept. of Biosystems and Ag. Engr.
University of Kentucky
Lexington, KY 40546-0276
HOMEPAGE   http://wwwagwx.ca.uky.edu

You don't stop laughing because you grow old;
you grow old because you stop laughing.
=========================================================================