From: Jean-Claude P. <jc...@gm...> - 2011-05-03 00:12:24
|
Dear MESA users, I am encountering an error when trying to build revision 3190: ################################################## /rpod2/jcpassy/MESA/mesa/atm building atm package. make: `libatm.a' is up to date. make: `libatm.a' is up to date. ifort -openmp -threads -o ../plotter plot_atm.o -L../../make -latm -L../../../lib -leos -lkap -ljina -lweak -lnet -lscreen -lrates -lreaclib -lneu -lchem -linterp_2d -linterp_1d -lnum -lutils -lalert -lconst -lmtx -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_lapack95_lp64 -lmkl_core -liomp5 -lpthread ld: cannot find -ljina make: *** [plotter] Error 1 /rpod2/jcpassy/MESA/mesa/atm/test FAILED ################################################## It is weird because libjina is supposed to be mesa/lib but I cannot find it: ################################################## [14:01:45] helix:$ locate libjina ... /rpod2/jcpassy/MESA/mesa/jina/make/libjina.a /rpod2/jcpassy/MESA/mesa/lib/libjina.a ... [14:02:07] helix:$ ls /rpod2/jcpassy/MESA/mesa/lib libalert.a libconst.a libinterp_2d.a libnet.a librates.a libutils.a libchem.a libeos.a libkap.a libneu.a libreaclib.a libweak.a libcolors.a libinterp_1d.a libmtx.a libnum.a libscreen.a ################################################# I would really appreciate if someone could help me to fix this. Thanks a lot, JC |
From: Bill P. <pa...@ki...> - 2011-05-03 00:22:07
|
On May 2, 2011, at 5:17 PM, Jean-Claude Passy wrote: > 3190 Hi, Please try 3251-- it is the current release. Do the following in your mesa directory: svn update -r 3251 ./clean ./install If that runs into problems, it may be necessary to do a fresh checkout: svn co -r 3251 http://mesa.svn.sourceforge.net/svnroot/mesa/trunk mesa Good luck, Bill |
From: Aaron D. <aar...@gm...> - 2011-05-03 00:23:30
|
Hi Jean-Claude, The jina module became obsolete in 3190, so my guess is that when you did svn update, it didn't do it's job completely. Please try to udpate again and, while you're at it, go to 3251 since it is the current release. Aaron On Mon, May 2, 2011 at 8:17 PM, Jean-Claude Passy <jc...@gm...> wrote: > Dear MESA users, > > I am encountering an error when trying to build revision 3190: > > ################################################## > /rpod2/jcpassy/MESA/mesa/atm > building atm package. > > make: `libatm.a' is up to date. > make: `libatm.a' is up to date. > ifort -openmp -threads -o ../plotter plot_atm.o -L../../make -latm > -L../../../lib -leos -lkap -ljina -lweak -lnet -lscreen -lrates > -lreaclib -lneu -lchem -linterp_2d -linterp_1d -lnum -lutils -lalert > -lconst -lmtx -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_lapack95_lp64 > -lmkl_core -liomp5 -lpthread > ld: cannot find -ljina > make: *** [plotter] Error 1 > > /rpod2/jcpassy/MESA/mesa/atm/test > FAILED > ################################################## > > It is weird because libjina is supposed to be mesa/lib but I cannot find it: > > ################################################## [14:01:45] helix:$ > locate libjina ... /rpod2/jcpassy/MESA/mesa/jina/make/libjina.a > /rpod2/jcpassy/MESA/mesa/lib/libjina.a ... [14:02:07] helix:$ ls > /rpod2/jcpassy/MESA/mesa/lib libalert.a libconst.a libinterp_2d.a libnet.a > librates.a libutils.a libchem.a libeos.a libkap.a libneu.a libreaclib.a > libweak.a libcolors.a libinterp_1d.a libmtx.a libnum.a libscreen.a > ################################################# > > I would really appreciate if someone could help me to fix this. > > Thanks a lot, > > JC > > > > > > ------------------------------------------------------------------------------ > WhatsUp Gold - Download Free Network Management Software > The most intuitive, comprehensive, and cost-effective network > management toolset available today. Delivers lowest initial > acquisition cost and overall TCO of any competing solution. > http://p.sf.net/sfu/whatsupgold-sd > _______________________________________________ > mesa-users mailing list > mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa-users > > |
From: Jean-Claude P. <jc...@gm...> - 2011-05-03 17:07:48
|
Thanks Bill and Aaron. Checking out revision 3251 fixed the issue. Cheers, JC On 02/05/11 20:23, Aaron Dotter wrote: > Hi Jean-Claude, > > The jina module became obsolete in 3190, so my guess is that when you > did svn update, it didn't do it's job completely. Please try to > udpate again and, while you're at it, go to 3251 since it is the > current release. > > Aaron > > > > On Mon, May 2, 2011 at 8:17 PM, Jean-Claude Passy <jc...@gm... > <mailto:jc...@gm...>> wrote: > > Dear MESA users, > > I am encountering an error when trying to build revision 3190: > > ################################################## > > /rpod2/jcpassy/MESA/mesa/atm > building atm package. > > make: `libatm.a' is up to date. > make: `libatm.a' is up to date. > ifort -openmp -threads -o ../plotter plot_atm.o -L../../make -latm > -L../../../lib -leos -lkap -ljina -lweak -lnet -lscreen -lrates > -lreaclib -lneu -lchem -linterp_2d -linterp_1d -lnum -lutils -lalert > -lconst -lmtx -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_lapack95_lp64 > -lmkl_core -liomp5 -lpthread > ld: cannot find -ljina > make: *** [plotter] Error 1 > > /rpod2/jcpassy/MESA/mesa/atm/test > FAILED > ################################################## > > It is weird because libjina is supposed to be mesa/lib but I cannot find it: > > ################################################## > > [14:01:45] helix:$ locate libjina > > ... > > /rpod2/jcpassy/MESA/mesa/jina/make/libjina.a > > /rpod2/jcpassy/MESA/mesa/lib/libjina.a > > ... > > [14:02:07] helix:$ ls /rpod2/jcpassy/MESA/mesa/lib > > libalert.a libconst.a libinterp_2d.a libnet.a librates.a libutils.a > > libchem.a libeos.a libkap.a libneu.a libreaclib.a libweak.a > > libcolors.a libinterp_1d.a libmtx.a libnum.a libscreen.a > > ################################################# > > I would really appreciate if someone could help me to fix this. > > Thanks a lot, > > JC > > > > > ------------------------------------------------------------------------------ > WhatsUp Gold - Download Free Network Management Software > The most intuitive, comprehensive, and cost-effective network > management toolset available today. Delivers lowest initial > acquisition cost and overall TCO of any competing solution. > http://p.sf.net/sfu/whatsupgold-sd > _______________________________________________ > mesa-users mailing list > mes...@li... > <mailto:mes...@li...> > https://lists.sourceforge.net/lists/listinfo/mesa-users > > |