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

[GEMPAK #JZH-369433]: Decoders not working in fedora 17



Kevin,

If this is a 64bit machine the file you need to copy is 
Makeinc.linux64_gfortran_fedora to Makeinc.linux64_gfortran

if you copy Makeinc.linux_gfortran_fedora to Makeinc.linux_gfortran, that file 
will not be read.

can you confirm this? 




> 
> On Tue, Apr 30, 2013 at 6:07 AM, Kevin Polston <address@hidden>wrote:
> 
> > Hey Michael,
> >
> > Ok....so I re-installed Gempak to send you the make.out file (attached).
> > I also attached my output from running the env command.  And I have
> > attached my Makeinc_linux_gfortran file.  So I re-installed gempak, making
> > sure to copy the Makeinc_linux_gfortran_fedora file to
> > Makeinc_linux_gfortran, I ran the make command saving the output to
> > make.out, and then ran the make_programs_nc and make_programs_gf. Gempak is
> > running but I still am getting the errors with the decoders.  I have
> > attached some of the log files from the decoders.
> >
> > This is what I got when I ran "ldd $OS_BIN/dcwarn" :
> >
> >     linux-vdso.so.1 =>  (0x00007fffe435c000)
> >     libgfortran.so.3 => /lib64/libgfortran.so.3 (0x00007f7872d57000)
> >     libm.so.6 => /lib64/libm.so.6 (0x00000038db800000)
> >     libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00000038dc000000)
> >     libquadmath.so.0 => /lib64/libquadmath.so.0 (0x00007f7872b20000)
> >     libc.so.6 => /lib64/libc.so.6 (0x00000038da800000)
> >     /lib64/ld-linux-x86-64.so.2 (0x00000038da000000)
> >
> >
> > When I run ldmadmin tail here is what it looks like:
> >
> > Apr 29 22:47:45 localhost pqact[12926] ERROR: child 14073 exited with
> > status 2 (PIPE dcwcp -e GEMTBL=/usr1/nawips/gempak/tables -d
> > data/gempak/logs/dcwcp.log /usr1/nawips/metdat/storm/wcp/YYYYMMDDHH.wcp)
> > Apr 29 22:47:45 localhost pqact[12926] ERROR: [filel.c:305] Deleting
> > failed PIPE entry: pid=14073, cmd="dcwcp -e
> > GEMTBL=/usr1/nawips/gempak/tables -d data/gempak/logs/dcwcp.log
> > /usr1/nawips/metdat/storm/wcp/YYYYMMDDHH.wcp"
> > Apr 29 22:48:04 localhost pqact[12926] ERROR: child 14255 exited with
> > status 2 (PIPE dcwstm -d data/gempak/logs/dcwstm.log -e
> > GEMTBL=/usr1/nawips/gempak/tables
> > /usr1/nawips/metdat/storm/wstm/YYYYMMDDHH.wstm)
> > Apr 29 22:48:04 localhost pqact[12926] ERROR: [filel.c:305] Deleting
> > failed PIPE entry: pid=14255, cmd="dcwstm -d data/gempak/logs/dcwstm.log -e
> > GEMTBL=/usr1/nawips/gempak/tables
> > /usr1/nawips/metdat/storm/wstm/YYYYMMDDHH.wstm"
> > Apr 29 22:48:27 localhost pqact[12926] ERROR: child 14370 exited with
> > status 2 (PIPE dcwarn -e GEMTBL=/usr1/nawips/gempak/tables -d
> > data/gempak/logs/dcwarn.log
> > /usr1/nawips/metdat/storm/warn/YYYYMMDDHH_warn.gem)
> > Apr 29 22:48:27 localhost pqact[12926] ERROR: [filel.c:305] Deleting
> > failed PIPE entry: pid=14370, cmd="dcwarn -e
> > GEMTBL=/usr1/nawips/gempak/tables -d data/gempak/logs/dcwarn.log
> > /usr1/nawips/metdat/storm/warn/YYYYMMDDHH_warn.gem"
> > Apr 29 22:48:28 localhost pqact[12926] ERROR: child 14371 exited with
> > status 2 (PIPE dccsig -d data/gempak/logs/dccsig.log -e
> > GEMTBL=/usr1/nawips/gempak/tables /usr1/nawips/metdat/csig/YYYYMMDDHH.conv)
> > Apr 29 22:48:28 localhost pqact[12926] ERROR: [filel.c:305] Deleting
> > failed PIPE entry: pid=14371, cmd="dccsig -d data/gempak/logs/dccsig.log -e
> > GEMTBL=/usr1/nawips/gempak/tables /usr1/nawips/metdat/csig/YYYYMMDDHH.conv"
> > Apr 29 22:48:30 localhost pqact[12926] ERROR: child 14372 exited with
> > status 2 (PIPE dcwarn -e GEMTBL=/usr1/nawips/gempak/tables -d
> > data/gempak/logs/dcwarn.log
> > /usr1/nawips/metdat/storm/warn/YYYYMMDDHH_warn.gem)
> > Apr 29 22:48:30 localhost pqact[12926] ERROR: [filel.c:305] Deleting
> > failed PIPE entry: pid=14372, cmd="dcwarn -e
> > GEMTBL=/usr1/nawips/gempak/tables -d data/gempak/logs/dcwarn.log
> > /usr1/nawips/metdat/storm/warn/YYYYMMDDHH_warn.gem"
> >
> >
> >
> > Hopefully you can make something out of all of this.  Not sure why its not
> > running or what to do next.   I do appreciate your help.  Thanks Michael.
> >
> >
> > Kevin
> >
> >
> >
> > address@hidden> wrote:
> >
> >> So we have NO compilation errors in the build, only these runtime errors
> >> on decoders?  Can you confirm there are no compilation errors?
> >>
> >> The XWINCDIR and MOTIFINC directories are okay to be pointed to
> >> /usr/X11R6/...  - there's something else wrong here.
> >>
> >> Maybe we are back at square one here.  What does "ldd $OS_BIN/dcwarn"
> >> return?
> >>
> >> -Michael
> >>
> >>
> >> > Hi Michael,
> >> >
> >> >
> >> > Well....I must not be doing something right.  I followed your
> >> instructions
> >> > and the decoders still aren't working.  I copied the
> >> > Makeinc_linux64_gfortran_fedora file to makeinc_linux64_gfortran; I
> >> changed
> >> > the MOTIFINC and XWINCDIR to /usr/include to reflect the directory
> >> > structure on my system and then ran the make program on it.  The line
> >> FOPT
> >> > = -fno-whole-file ...etc is included. So there must be something else I
> >> am
> >> > missing.
> >> >
> >> > I tried to even go back to Fedora 16 just to see if it would work but I
> >> had
> >> > so many problems doing that just to get F16 installed...but when I
> >> finally
> >> > did the same problem existed.  So I went back to F18 and hoped I could
> >> get
> >> > a different outcome....but its still there.
> >> >
> >> > I'm listening if you have any other suggestions.  :-)
> >> >
> >> > Kevin
> >> >
> >>
> >> Ticket Details
> >> ===================
> >> Ticket ID: JZH-369433
> >> Department: Support GEMPAK
> >> Priority: High
> >> Status: Open
> >>
> >>
> >
> 
> 

Ticket Details
===================
Ticket ID: JZH-369433
Department: Support GEMPAK
Priority: High
Status: Open