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

[McIDAS #SDI-707505]: McIDAS 2021 no gui?



Hi Mike,

re:
> Thanks for the files and instructions.
> 
> After running make clobber, putting your files where they belong and
> renaming the shell script, the "make all" process worked for a time before
> erroring out with this:
> 
> make[1]: Leaving directory '/home/mcidas/mcidas2021/xcd2021.1/src'
> cd ../xcd/src && make all
> make[1]: Entering directory '/home/mcidas/mcidas2021/xcd/src'
> compile addegribdbgdir.c: done
> compile addegribdbgget.c: done
> update ../../src/libsdi.a: done
> compile m0wxcode.c: done
> compile Mcstrutils.c: done
> compile sqlite_c_to_fortran_wrapper.c: done
> update libxcd.a: done
> compile bufrkssub.for: done
> compile getsche.for: done
> compile mdhedmake.for: done
> compile mcextrln.for: done
> compile mcfiltim.for: done
> compile mcgrsscl.for: done
> compile mcinfoid.for: done
> compile mclddatb.for: done
> compile mcsclval.for: done
> compile mctxtopn.for: done
> compile m0dcdsfc.for: done
> compile m0extrid.for: done
> compile m0gfsmos.for: done
> compile m0grserr.for: done
> compile m0nammos.for: done
> compile m0parobs.for: done
> compile m0parseselectnomd.for: done
> compile m0pirdec.for: done
> compile m0rabdec.for: done
> compile m0rsdcd.for: done
> compile m0saodec.for: done
> compile m0shpdec.for: done
> compile m0sigrabdec.for: done
> compile m0syndec.for: done
> compile m0synwmodec.for: done
> compile m0tb4677.for: done
> compile m0tb4678.for: done
> compile m0tmpshpdec.for: done
> compile m0wmodec.for: done
> compile m0wsdcd.for: done
> compile ptdbfhsub.for: done
> compile ptdbhdsub.for: done
> compile ptdbfhread.for: done
> compile ptdbksread.for: done
> compile ptdbkssub.for: done
> compile sqlite_bufr.for: done
> compile sqlite_text.for: done
> compile sqlite_text_upperman.for: done
> update libxcd.a: done
> compile bufrks.cp: done
> link bufrks: done
> compile gribdbgdir.cp: done
> make[1]: *** No rule to make target
> '../../jasper/build-jasper/lib64/libjasper.a', needed by 'gribdbgdir'.
> Stop.
> make[1]: Leaving directory '/home/mcidas/mcidas2021/xcd/src'
> make: *** [makefile:3473: ../xcd/src/libxcd.a] Error 2
> 
> I don't recall seeing this before.  Make all exited at this point, how do
> you recommend I proceed?

I _really_ do not understand this!

The easiest thing is to grab the McIDAS-X v2021b tarball and try using it:

/home/yoksas/tmp/mcidas/v2021/mcidasx2021.tar.gz

The unpacking script, mcunpack, and INET, mcinet2021.sh, files have
not changed, so you should be able to simply:

<as 'mcidas'>
cd $MCSRC
make cobber

cd ~mcidas
-- copy the new distribution source tarball to here
mcunpack 2021

cd $MCSRC
make all
make install.all

Again, please let me know the results.

> Thanks,
> -Mike
> 
> *Mike Zuranski*
> Data Engineer II
> Unidata Program Center
> University Corporation for Atmospheric Research
> 
> 
> address@hidden> wrote:
> 
> > Hi Mike,
> >
> > re:
> > > I installed v2021 on my Ubuntu 22.04 VM, and while I've been able to run
> > > some of the .k programs alright I can't launch the GUI...
> > >
> > > :~$ mcidas
> > > Error in startup script: couldn't open "/home/mcidas/lib/gui/mcidasx": no
> > > such file or directory
> > > while executing
> > > "open $mcgui/mcidasx r"
> > > (procedure "readMcidasrc" line 144)
> > > invoked from within
> > > "readMcidasrc "$home/.mcidasrc""
> > > ("0" arm line 2)
> > > invoked from within
> > > "switch $nargs {
> > > 0 {
> > > readMcidasrc "$home/.mcidasrc"
> > > startMcidas $optn
> > > }
> > > 1 {
> > > if { !([string match "confi..."
> > > (file "/home/mcidas/bin/mcidas" line 678)
> > >
> > > Indeed /home/mcidas/lib/gui/mcidasx is AWOL.  There are lots of other
> > > things in that directory, but no mcidasx file.
> > >
> > > Attached are outputs from make all and make install.all.  Any idea where
> > I
> > > might have gone wrong?
> >
> > Thanks for finding and reporting this problem!  As we discussed curing our
> > Meet this afternoon, I have updated code in two files to fix the problem
> > encountered when starting v2021 in a clean installation (i.e., where
> > McIDAS-X has never been run previously).
> >
> > The files with fixes that are attached are:
> >
> > mcstart.gui
> > makefile
> >
> > Here is the most straightforward way to update your v2021 installation:
> >
> > <as 'mcidas'>
> >
> > cd $MCSRC
> > make clobber
> >
> > -- copy the attached mcstart.gui to the ~mcidas/mcidas2021/unidata/src
> > directory
> >
> > -- copy the attached makefile to the $MCSRC (~mcidas/mcidas2021/src)
> > directory
> >
> > -- in the $MCSRC (~mcidas/mcidas2021/src) directory rename mcidas.sh to
> >    mcidasx.sh
> >
> > -- then from the $MCSRC directory run:
> >
> >    make all
> >    make install.all
> >
> > Please let me know the results of starting McIDAS after doing these steps.
> >
> > Cheers,
> >
> > Tom
> > --
> >
> > ****************************************************************************
> > Unidata User Support                                    UCAR Unidata
> > Program
> > (303) 497-8642                                                 P.O. Box
> > 3000
> > address@hidden                                   Boulder, CO
> > 80307
> >
> > ----------------------------------------------------------------------------
> > Unidata HomePage                       http://www.unidata.ucar.edu
> >
> > ****************************************************************************
> >
> >
> > Ticket Details
> > ===================
> > Ticket ID: SDI-707505
> > Department: Support McIDAS
> > Priority: Normal
> > Status: Closed
> > ===================
> > NOTE: All email exchanges with Unidata User Support are recorded in the
> > Unidata inquiry tracking system and then made publicly available through
> > the web.  If you do not want to have your interactions made available in
> > this way, you must let us know in each email you send to us.
> >
> 
> 

Cheers,

Tom
--
****************************************************************************
Unidata User Support                                    UCAR Unidata Program
(303) 497-8642                                                 P.O. Box 3000
address@hidden                                   Boulder, CO 80307
----------------------------------------------------------------------------
Unidata HomePage                       http://www.unidata.ucar.edu
****************************************************************************


Ticket Details
===================
Ticket ID: SDI-707505
Department: Support McIDAS
Priority: Normal
Status: Closed
===================
NOTE: All email exchanges with Unidata User Support are recorded in the Unidata 
inquiry tracking system and then made publicly available through the web.  If 
you do not want to have your interactions made available in this way, you must 
let us know in each email you send to us.