[Met_help] [rt.rap.ucar.edu #60285] History for Re: MET configure error

John Halley Gotway via RT met_help at ucar.edu
Tue Feb 19 09:04:06 MST 2013


----------------------------------------------------------------
  Initial Request
----------------------------------------------------------------

Great. Thank you.

On Thursday, February 14, 2013, John Halley Gotway via RT wrote:

> Ramona,
>
> You're right, this is a bug.  We've failed to include limits.h in some of
> the source files that reference PATH_MAX.  I'll work up a patch file and
> send it to you soon.
>
> Thanks for finding this.
>
> John
>
> On 02/14/2013 08:12 AM, Ramona Stefanescu via RT wrote:
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=60283 >
> >
> > Hi John,
> >
> > Thank you for your help. Unfortunately I'm getting the same error with
> the
> > g++ compiler as you can see attached.
> >
> > Yes I already downloaded the patch.
> >
> > Best,
> > Ramona
> >
> > On Thu, Feb 14, 2013 at 10:08 AM, John Halley Gotway via RT <
> > met_help at ucar.edu <javascript:;>> wrote:
> >
> >> Hello Ramona,
> >>
> >> I'm happy to help you with this compilation problem.  Thanks for sending
> >> those two files - it makes debugging much easier.
> >>
> >> Looking in the user_defs.mk file you sent, I see that you've set the
> C++
> >> compiler to gcc:
> >> CXX          = /opt/local/bin/gcc
> >>
> >> The C++ compiler for the GNU family of compilers is name g++.  gcc is
> the
> >> C compiler.  Please locate the g++ compiler on your system
> >> (/opt/local/bin/g++?) and recompile.  Be sure to execute a "make
> >> clean" before rebuilding.
> >>
> >> Also, if you haven't yet retrieved the latest set of patches for
> METv4.0,
> >> now would be a good time:
> >>
> >>
> http://www.dtcenter.org/met/users/support/known_issues/METv4.0/index.php
> >>
> >> Hope that helps.
> >>
> >> John Halley Gotway
> >> met_help at ucar.edu <javascript:;>
> >>
> >>
> >> On 02/13/2013 10:09 PM, Ramona Stefanescu via RT wrote:
> >>>
> >>> Wed Feb 13 22:09:43 2013: Request 60283 was acted upon.
> >>> Transaction: Ticket created by ers32 at buffalo.edu <javascript:;>
> >>>          Queue: met_help
> >>>        Subject: MET configure error
> >>>          Owner: Nobody
> >>>     Requestors: ers32 at buffalo.edu <javascript:;>
> >>>         Status: new
> >>>    Ticket <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=60283 >
> >>>
> >>>
> >>> Hi,
> >>>
> >>> I'm getting the attached error when I try to compile METv4.0. Please
> let
> >> me
> >>> know how can I fix it. Thank you.
> >>>
> >>> Ramona
> >>>
> >>
> >>
> >
> >
>
>

-- 
Elena Ramona Stefanescu
PhD Candidate
Mechanical & Aerospace Engineering
University at Buffalo


----------------------------------------------------------------
  Complete Ticket History
----------------------------------------------------------------

Subject: Re: [rt.rap.ucar.edu #60285] Re: MET configure error
From: John Halley Gotway
Time: Thu Feb 14 09:13:27 2013

Ramona,

I just posted an updated patch file to the MET website:
    http://www.dtcenter.org/met/users/support/known_issues/METv4.0/index.php

Please follow the instructions at the top of that page and then try
rebuilding MET.  Just let me know if you run into any more problems.

Thanks,
John

On 02/14/2013 08:30 AM, Ramona Stefanescu via RT wrote:
>
> Thu Feb 14 08:30:06 2013: Request 60285 was acted upon.
> Transaction: Ticket created by ers32 at buffalo.edu
>         Queue: met_help
>       Subject: Re: MET configure error
>         Owner: Nobody
>    Requestors: ers32 at buffalo.edu
>        Status: new
>   Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=60285 >
>
>
> Great. Thank you.
>
> On Thursday, February 14, 2013, John Halley Gotway via RT wrote:
>
>> Ramona,
>>
>> You're right, this is a bug.  We've failed to include limits.h in
some of
>> the source files that reference PATH_MAX.  I'll work up a patch
file and
>> send it to you soon.
>>
>> Thanks for finding this.
>>
>> John
>>
>> On 02/14/2013 08:12 AM, Ramona Stefanescu via RT wrote:
>>>
>>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=60283 >
>>>
>>> Hi John,
>>>
>>> Thank you for your help. Unfortunately I'm getting the same error
with
>> the
>>> g++ compiler as you can see attached.
>>>
>>> Yes I already downloaded the patch.
>>>
>>> Best,
>>> Ramona
>>>
>>> On Thu, Feb 14, 2013 at 10:08 AM, John Halley Gotway via RT <
>>> met_help at ucar.edu <javascript:;>> wrote:
>>>
>>>> Hello Ramona,
>>>>
>>>> I'm happy to help you with this compilation problem.  Thanks for
sending
>>>> those two files - it makes debugging much easier.
>>>>
>>>> Looking in the user_defs.mk file you sent, I see that you've set
the
>> C++
>>>> compiler to gcc:
>>>> CXX          = /opt/local/bin/gcc
>>>>
>>>> The C++ compiler for the GNU family of compilers is name g++.
gcc is
>> the
>>>> C compiler.  Please locate the g++ compiler on your system
>>>> (/opt/local/bin/g++?) and recompile.  Be sure to execute a "make
>>>> clean" before rebuilding.
>>>>
>>>> Also, if you haven't yet retrieved the latest set of patches for
>> METv4.0,
>>>> now would be a good time:
>>>>
>>>>
>>
http://www.dtcenter.org/met/users/support/known_issues/METv4.0/index.php
>>>>
>>>> Hope that helps.
>>>>
>>>> John Halley Gotway
>>>> met_help at ucar.edu <javascript:;>
>>>>
>>>>
>>>> On 02/13/2013 10:09 PM, Ramona Stefanescu via RT wrote:
>>>>>
>>>>> Wed Feb 13 22:09:43 2013: Request 60283 was acted upon.
>>>>> Transaction: Ticket created by ers32 at buffalo.edu <javascript:;>
>>>>>           Queue: met_help
>>>>>         Subject: MET configure error
>>>>>           Owner: Nobody
>>>>>      Requestors: ers32 at buffalo.edu <javascript:;>
>>>>>          Status: new
>>>>>     Ticket <URL:
>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=60283 >
>>>>>
>>>>>
>>>>> Hi,
>>>>>
>>>>> I'm getting the attached error when I try to compile METv4.0.
Please
>> let
>>>> me
>>>>> know how can I fix it. Thank you.
>>>>>
>>>>> Ramona
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>

------------------------------------------------
Subject: Re: MET configure error
From: Ramona Stefanescu
Time: Thu Feb 14 09:26:31 2013

Hi John,

The patch solve the PATH_MAX problem (btw the year of the post is
2013, not
2014 :)). Thank you.
Now I'm getting another error. Please see attached.

On Thu, Feb 14, 2013 at 11:13 AM, John Halley Gotway via RT <
met_help at ucar.edu> wrote:

> Ramona,
>
> I just posted an updated patch file to the MET website:
>
>
http://www.dtcenter.org/met/users/support/known_issues/METv4.0/index.php
>
> Please follow the instructions at the top of that page and then try
> rebuilding MET.  Just let me know if you run into any more problems.
>
> Thanks,
> John
>
> On 02/14/2013 08:30 AM, Ramona Stefanescu via RT wrote:
> >
> > Thu Feb 14 08:30:06 2013: Request 60285 was acted upon.
> > Transaction: Ticket created by ers32 at buffalo.edu
> >         Queue: met_help
> >       Subject: Re: MET configure error
> >         Owner: Nobody
> >    Requestors: ers32 at buffalo.edu
> >        Status: new
> >   Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=60285 >
> >
> >
> > Great. Thank you.
> >
> > On Thursday, February 14, 2013, John Halley Gotway via RT wrote:
> >
> >> Ramona,
> >>
> >> You're right, this is a bug.  We've failed to include limits.h in
some
> of
> >> the source files that reference PATH_MAX.  I'll work up a patch
file and
> >> send it to you soon.
> >>
> >> Thanks for finding this.
> >>
> >> John
> >>
> >> On 02/14/2013 08:12 AM, Ramona Stefanescu via RT wrote:
> >>>
> >>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=60283 >
> >>>
> >>> Hi John,
> >>>
> >>> Thank you for your help. Unfortunately I'm getting the same
error with
> >> the
> >>> g++ compiler as you can see attached.
> >>>
> >>> Yes I already downloaded the patch.
> >>>
> >>> Best,
> >>> Ramona
> >>>
> >>> On Thu, Feb 14, 2013 at 10:08 AM, John Halley Gotway via RT <
> >>> met_help at ucar.edu <javascript:;>> wrote:
> >>>
> >>>> Hello Ramona,
> >>>>
> >>>> I'm happy to help you with this compilation problem.  Thanks
for
> sending
> >>>> those two files - it makes debugging much easier.
> >>>>
> >>>> Looking in the user_defs.mk file you sent, I see that you've
set the
> >> C++
> >>>> compiler to gcc:
> >>>> CXX          = /opt/local/bin/gcc
> >>>>
> >>>> The C++ compiler for the GNU family of compilers is name g++.
gcc is
> >> the
> >>>> C compiler.  Please locate the g++ compiler on your system
> >>>> (/opt/local/bin/g++?) and recompile.  Be sure to execute a
"make
> >>>> clean" before rebuilding.
> >>>>
> >>>> Also, if you haven't yet retrieved the latest set of patches
for
> >> METv4.0,
> >>>> now would be a good time:
> >>>>
> >>>>
> >>
>
http://www.dtcenter.org/met/users/support/known_issues/METv4.0/index.php
> >>>>
> >>>> Hope that helps.
> >>>>
> >>>> John Halley Gotway
> >>>> met_help at ucar.edu <javascript:;>
> >>>>
> >>>>
> >>>> On 02/13/2013 10:09 PM, Ramona Stefanescu via RT wrote:
> >>>>>
> >>>>> Wed Feb 13 22:09:43 2013: Request 60283 was acted upon.
> >>>>> Transaction: Ticket created by ers32 at buffalo.edu
<javascript:;>
> >>>>>           Queue: met_help
> >>>>>         Subject: MET configure error
> >>>>>           Owner: Nobody
> >>>>>      Requestors: ers32 at buffalo.edu <javascript:;>
> >>>>>          Status: new
> >>>>>     Ticket <URL:
> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=60283 >
> >>>>>
> >>>>>
> >>>>> Hi,
> >>>>>
> >>>>> I'm getting the attached error when I try to compile METv4.0.
Please
> >> let
> >>>> me
> >>>>> know how can I fix it. Thank you.
> >>>>>
> >>>>> Ramona
> >>>>>
> >>>>
> >>>>
> >>>
> >>>
> >>
> >>
> >
>
>


--
Elena Ramona Stefanescu
PhD Candidate
Mechanical & Aerospace Engineering
University at Buffalo

------------------------------------------------
Subject: Re: [rt.rap.ucar.edu #60285] Re: MET configure error
From: John Halley Gotway
Time: Thu Feb 14 09:45:09 2013

Ramona,

Hmmm, this one is not a MET-related problem, but instead a problem
with your compiler setup or environment.  I won't be able to help as
much with this one.  Have you used this version of the GNU
compilers to compile/run other packages successfully?  On what type of
machine are you trying to compile MET?  What version of the GNU
compilers are you using?

Type "g++ --version".

Do you by any chance have access to the PGI or Intel compilers on this
machine?  You could try compiling MET with them instead.

Do you have a systems administrator you could ask about this issue?

Sorry I don't have an easy fix for you here.

John

On 02/14/2013 09:26 AM, Ramona Stefanescu via RT wrote:
>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=60285 >
>
> Hi John,
>
> The patch solve the PATH_MAX problem (btw the year of the post is
2013, not
> 2014 :)). Thank you.
> Now I'm getting another error. Please see attached.
>
> On Thu, Feb 14, 2013 at 11:13 AM, John Halley Gotway via RT <
> met_help at ucar.edu> wrote:
>
>> Ramona,
>>
>> I just posted an updated patch file to the MET website:
>>
>>
http://www.dtcenter.org/met/users/support/known_issues/METv4.0/index.php
>>
>> Please follow the instructions at the top of that page and then try
>> rebuilding MET.  Just let me know if you run into any more
problems.
>>
>> Thanks,
>> John
>>
>> On 02/14/2013 08:30 AM, Ramona Stefanescu via RT wrote:
>>>
>>> Thu Feb 14 08:30:06 2013: Request 60285 was acted upon.
>>> Transaction: Ticket created by ers32 at buffalo.edu
>>>          Queue: met_help
>>>        Subject: Re: MET configure error
>>>          Owner: Nobody
>>>     Requestors: ers32 at buffalo.edu
>>>         Status: new
>>>    Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=60285 >
>>>
>>>
>>> Great. Thank you.
>>>
>>> On Thursday, February 14, 2013, John Halley Gotway via RT wrote:
>>>
>>>> Ramona,
>>>>
>>>> You're right, this is a bug.  We've failed to include limits.h in
some
>> of
>>>> the source files that reference PATH_MAX.  I'll work up a patch
file and
>>>> send it to you soon.
>>>>
>>>> Thanks for finding this.
>>>>
>>>> John
>>>>
>>>> On 02/14/2013 08:12 AM, Ramona Stefanescu via RT wrote:
>>>>>
>>>>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=60283 >
>>>>>
>>>>> Hi John,
>>>>>
>>>>> Thank you for your help. Unfortunately I'm getting the same
error with
>>>> the
>>>>> g++ compiler as you can see attached.
>>>>>
>>>>> Yes I already downloaded the patch.
>>>>>
>>>>> Best,
>>>>> Ramona
>>>>>
>>>>> On Thu, Feb 14, 2013 at 10:08 AM, John Halley Gotway via RT <
>>>>> met_help at ucar.edu <javascript:;>> wrote:
>>>>>
>>>>>> Hello Ramona,
>>>>>>
>>>>>> I'm happy to help you with this compilation problem.  Thanks
for
>> sending
>>>>>> those two files - it makes debugging much easier.
>>>>>>
>>>>>> Looking in the user_defs.mk file you sent, I see that you've
set the
>>>> C++
>>>>>> compiler to gcc:
>>>>>> CXX          = /opt/local/bin/gcc
>>>>>>
>>>>>> The C++ compiler for the GNU family of compilers is name g++.
gcc is
>>>> the
>>>>>> C compiler.  Please locate the g++ compiler on your system
>>>>>> (/opt/local/bin/g++?) and recompile.  Be sure to execute a
"make
>>>>>> clean" before rebuilding.
>>>>>>
>>>>>> Also, if you haven't yet retrieved the latest set of patches
for
>>>> METv4.0,
>>>>>> now would be a good time:
>>>>>>
>>>>>>
>>>>
>>
http://www.dtcenter.org/met/users/support/known_issues/METv4.0/index.php
>>>>>>
>>>>>> Hope that helps.
>>>>>>
>>>>>> John Halley Gotway
>>>>>> met_help at ucar.edu <javascript:;>
>>>>>>
>>>>>>
>>>>>> On 02/13/2013 10:09 PM, Ramona Stefanescu via RT wrote:
>>>>>>>
>>>>>>> Wed Feb 13 22:09:43 2013: Request 60283 was acted upon.
>>>>>>> Transaction: Ticket created by ers32 at buffalo.edu
<javascript:;>
>>>>>>>            Queue: met_help
>>>>>>>          Subject: MET configure error
>>>>>>>            Owner: Nobody
>>>>>>>       Requestors: ers32 at buffalo.edu <javascript:;>
>>>>>>>           Status: new
>>>>>>>      Ticket <URL:
>>>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=60283 >
>>>>>>>
>>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> I'm getting the attached error when I try to compile METv4.0.
Please
>>>> let
>>>>>> me
>>>>>>> know how can I fix it. Thank you.
>>>>>>>
>>>>>>> Ramona
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>
>>
>
>

------------------------------------------------
Subject: Re: MET configure error
From: Ramona Stefanescu
Time: Tue Feb 19 08:46:54 2013

Hi,

I was able to built it on my computer, but when I try to run the test
scripts I'm getting some errors.
For example test_ensemble_stat.sh has this line:  -point_obs
${TEST_OUT_DIR}/ascii2nc/precip24_2010010112.nc \
which means that it should be a .nc file in the /out/ascii2nc/ . I
don't
have such file. Can you please tell why I'm getting
such error?

Thank you,
Ramona



On Thu, Feb 14, 2013 at 11:45 AM, John Halley Gotway via RT <
met_help at ucar.edu> wrote:

> Ramona,
>
> Hmmm, this one is not a MET-related problem, but instead a problem
with
> your compiler setup or environment.  I won't be able to help as much
with
> this one.  Have you used this version of the GNU
> compilers to compile/run other packages successfully?  On what type
of
> machine are you trying to compile MET?  What version of the GNU
compilers
> are you using?
>
> Type "g++ --version".
>
> Do you by any chance have access to the PGI or Intel compilers on
this
> machine?  You could try compiling MET with them instead.
>
> Do you have a systems administrator you could ask about this issue?
>
> Sorry I don't have an easy fix for you here.
>
> John
>
> On 02/14/2013 09:26 AM, Ramona Stefanescu via RT wrote:
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=60285 >
> >
> > Hi John,
> >
> > The patch solve the PATH_MAX problem (btw the year of the post is
2013,
> not
> > 2014 :)). Thank you.
> > Now I'm getting another error. Please see attached.
> >
> > On Thu, Feb 14, 2013 at 11:13 AM, John Halley Gotway via RT <
> > met_help at ucar.edu> wrote:
> >
> >> Ramona,
> >>
> >> I just posted an updated patch file to the MET website:
> >>
> >>
>
http://www.dtcenter.org/met/users/support/known_issues/METv4.0/index.php
> >>
> >> Please follow the instructions at the top of that page and then
try
> >> rebuilding MET.  Just let me know if you run into any more
problems.
> >>
> >> Thanks,
> >> John
> >>
> >> On 02/14/2013 08:30 AM, Ramona Stefanescu via RT wrote:
> >>>
> >>> Thu Feb 14 08:30:06 2013: Request 60285 was acted upon.
> >>> Transaction: Ticket created by ers32 at buffalo.edu
> >>>          Queue: met_help
> >>>        Subject: Re: MET configure error
> >>>          Owner: Nobody
> >>>     Requestors: ers32 at buffalo.edu
> >>>         Status: new
> >>>    Ticket <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=60285 >
> >>>
> >>>
> >>> Great. Thank you.
> >>>
> >>> On Thursday, February 14, 2013, John Halley Gotway via RT wrote:
> >>>
> >>>> Ramona,
> >>>>
> >>>> You're right, this is a bug.  We've failed to include limits.h
in some
> >> of
> >>>> the source files that reference PATH_MAX.  I'll work up a patch
file
> and
> >>>> send it to you soon.
> >>>>
> >>>> Thanks for finding this.
> >>>>
> >>>> John
> >>>>
> >>>> On 02/14/2013 08:12 AM, Ramona Stefanescu via RT wrote:
> >>>>>
> >>>>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=60283
>
> >>>>>
> >>>>> Hi John,
> >>>>>
> >>>>> Thank you for your help. Unfortunately I'm getting the same
error
> with
> >>>> the
> >>>>> g++ compiler as you can see attached.
> >>>>>
> >>>>> Yes I already downloaded the patch.
> >>>>>
> >>>>> Best,
> >>>>> Ramona
> >>>>>
> >>>>> On Thu, Feb 14, 2013 at 10:08 AM, John Halley Gotway via RT <
> >>>>> met_help at ucar.edu <javascript:;>> wrote:
> >>>>>
> >>>>>> Hello Ramona,
> >>>>>>
> >>>>>> I'm happy to help you with this compilation problem.  Thanks
for
> >> sending
> >>>>>> those two files - it makes debugging much easier.
> >>>>>>
> >>>>>> Looking in the user_defs.mk file you sent, I see that you've
set
> the
> >>>> C++
> >>>>>> compiler to gcc:
> >>>>>> CXX          = /opt/local/bin/gcc
> >>>>>>
> >>>>>> The C++ compiler for the GNU family of compilers is name g++.
gcc
> is
> >>>> the
> >>>>>> C compiler.  Please locate the g++ compiler on your system
> >>>>>> (/opt/local/bin/g++?) and recompile.  Be sure to execute a
"make
> >>>>>> clean" before rebuilding.
> >>>>>>
> >>>>>> Also, if you haven't yet retrieved the latest set of patches
for
> >>>> METv4.0,
> >>>>>> now would be a good time:
> >>>>>>
> >>>>>>
> >>>>
> >>
>
http://www.dtcenter.org/met/users/support/known_issues/METv4.0/index.php
> >>>>>>
> >>>>>> Hope that helps.
> >>>>>>
> >>>>>> John Halley Gotway
> >>>>>> met_help at ucar.edu <javascript:;>
> >>>>>>
> >>>>>>
> >>>>>> On 02/13/2013 10:09 PM, Ramona Stefanescu via RT wrote:
> >>>>>>>
> >>>>>>> Wed Feb 13 22:09:43 2013: Request 60283 was acted upon.
> >>>>>>> Transaction: Ticket created by ers32 at buffalo.edu
<javascript:;>
> >>>>>>>            Queue: met_help
> >>>>>>>          Subject: MET configure error
> >>>>>>>            Owner: Nobody
> >>>>>>>       Requestors: ers32 at buffalo.edu <javascript:;>
> >>>>>>>           Status: new
> >>>>>>>      Ticket <URL:
> >>>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=60283 >
> >>>>>>>
> >>>>>>>
> >>>>>>> Hi,
> >>>>>>>
> >>>>>>> I'm getting the attached error when I try to compile
METv4.0.
> Please
> >>>> let
> >>>>>> me
> >>>>>>> know how can I fix it. Thank you.
> >>>>>>>
> >>>>>>> Ramona
> >>>>>>>
> >>>>>>
> >>>>>>
> >>>>>
> >>>>>
> >>>>
> >>>>
> >>>
> >>
> >>
> >
> >
>
>


--
Elena Ramona Stefanescu
PhD Candidate
Mechanical & Aerospace Engineering
University at Buffalo

------------------------------------------------
Subject: Re: [rt.rap.ucar.edu #60285] Re: MET configure error
From: John Halley Gotway
Time: Tue Feb 19 08:48:42 2013

Ramona,

The test scripts make use of the TEST_OUT_DIR environment variable.
If you just run "test_all.sh", it sets that environment variable and
then runs all the other tests in the correct order.  So try
doing this:

cd METv4.0/scripts
./test_all.sh >& test_all.log

That'll run all the tests and then redirect their output to a log
file.

Thanks,
John

On 02/19/2013 08:46 AM, Ramona Stefanescu via RT wrote:
>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=60285 >
>
> Hi,
>
> I was able to built it on my computer, but when I try to run the
test
> scripts I'm getting some errors.
> For example test_ensemble_stat.sh has this line:  -point_obs
> ${TEST_OUT_DIR}/ascii2nc/precip24_2010010112.nc \
> which means that it should be a .nc file in the /out/ascii2nc/ . I
don't
> have such file. Can you please tell why I'm getting
> such error?
>
> Thank you,
> Ramona
>
>
>
> On Thu, Feb 14, 2013 at 11:45 AM, John Halley Gotway via RT <
> met_help at ucar.edu> wrote:
>
>> Ramona,
>>
>> Hmmm, this one is not a MET-related problem, but instead a problem
with
>> your compiler setup or environment.  I won't be able to help as
much with
>> this one.  Have you used this version of the GNU
>> compilers to compile/run other packages successfully?  On what type
of
>> machine are you trying to compile MET?  What version of the GNU
compilers
>> are you using?
>>
>> Type "g++ --version".
>>
>> Do you by any chance have access to the PGI or Intel compilers on
this
>> machine?  You could try compiling MET with them instead.
>>
>> Do you have a systems administrator you could ask about this issue?
>>
>> Sorry I don't have an easy fix for you here.
>>
>> John
>>
>> On 02/14/2013 09:26 AM, Ramona Stefanescu via RT wrote:
>>>
>>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=60285 >
>>>
>>> Hi John,
>>>
>>> The patch solve the PATH_MAX problem (btw the year of the post is
2013,
>> not
>>> 2014 :)). Thank you.
>>> Now I'm getting another error. Please see attached.
>>>
>>> On Thu, Feb 14, 2013 at 11:13 AM, John Halley Gotway via RT <
>>> met_help at ucar.edu> wrote:
>>>
>>>> Ramona,
>>>>
>>>> I just posted an updated patch file to the MET website:
>>>>
>>>>
>>
http://www.dtcenter.org/met/users/support/known_issues/METv4.0/index.php
>>>>
>>>> Please follow the instructions at the top of that page and then
try
>>>> rebuilding MET.  Just let me know if you run into any more
problems.
>>>>
>>>> Thanks,
>>>> John
>>>>
>>>> On 02/14/2013 08:30 AM, Ramona Stefanescu via RT wrote:
>>>>>
>>>>> Thu Feb 14 08:30:06 2013: Request 60285 was acted upon.
>>>>> Transaction: Ticket created by ers32 at buffalo.edu
>>>>>           Queue: met_help
>>>>>         Subject: Re: MET configure error
>>>>>           Owner: Nobody
>>>>>      Requestors: ers32 at buffalo.edu
>>>>>          Status: new
>>>>>     Ticket <URL:
>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=60285 >
>>>>>
>>>>>
>>>>> Great. Thank you.
>>>>>
>>>>> On Thursday, February 14, 2013, John Halley Gotway via RT wrote:
>>>>>
>>>>>> Ramona,
>>>>>>
>>>>>> You're right, this is a bug.  We've failed to include limits.h
in some
>>>> of
>>>>>> the source files that reference PATH_MAX.  I'll work up a patch
file
>> and
>>>>>> send it to you soon.
>>>>>>
>>>>>> Thanks for finding this.
>>>>>>
>>>>>> John
>>>>>>
>>>>>> On 02/14/2013 08:12 AM, Ramona Stefanescu via RT wrote:
>>>>>>>
>>>>>>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=60283
>
>>>>>>>
>>>>>>> Hi John,
>>>>>>>
>>>>>>> Thank you for your help. Unfortunately I'm getting the same
error
>> with
>>>>>> the
>>>>>>> g++ compiler as you can see attached.
>>>>>>>
>>>>>>> Yes I already downloaded the patch.
>>>>>>>
>>>>>>> Best,
>>>>>>> Ramona
>>>>>>>
>>>>>>> On Thu, Feb 14, 2013 at 10:08 AM, John Halley Gotway via RT <
>>>>>>> met_help at ucar.edu <javascript:;>> wrote:
>>>>>>>
>>>>>>>> Hello Ramona,
>>>>>>>>
>>>>>>>> I'm happy to help you with this compilation problem.  Thanks
for
>>>> sending
>>>>>>>> those two files - it makes debugging much easier.
>>>>>>>>
>>>>>>>> Looking in the user_defs.mk file you sent, I see that you've
set
>> the
>>>>>> C++
>>>>>>>> compiler to gcc:
>>>>>>>> CXX          = /opt/local/bin/gcc
>>>>>>>>
>>>>>>>> The C++ compiler for the GNU family of compilers is name g++.
gcc
>> is
>>>>>> the
>>>>>>>> C compiler.  Please locate the g++ compiler on your system
>>>>>>>> (/opt/local/bin/g++?) and recompile.  Be sure to execute a
"make
>>>>>>>> clean" before rebuilding.
>>>>>>>>
>>>>>>>> Also, if you haven't yet retrieved the latest set of patches
for
>>>>>> METv4.0,
>>>>>>>> now would be a good time:
>>>>>>>>
>>>>>>>>
>>>>>>
>>>>
>>
http://www.dtcenter.org/met/users/support/known_issues/METv4.0/index.php
>>>>>>>>
>>>>>>>> Hope that helps.
>>>>>>>>
>>>>>>>> John Halley Gotway
>>>>>>>> met_help at ucar.edu <javascript:;>
>>>>>>>>
>>>>>>>>
>>>>>>>> On 02/13/2013 10:09 PM, Ramona Stefanescu via RT wrote:
>>>>>>>>>
>>>>>>>>> Wed Feb 13 22:09:43 2013: Request 60283 was acted upon.
>>>>>>>>> Transaction: Ticket created by ers32 at buffalo.edu
<javascript:;>
>>>>>>>>>             Queue: met_help
>>>>>>>>>           Subject: MET configure error
>>>>>>>>>             Owner: Nobody
>>>>>>>>>        Requestors: ers32 at buffalo.edu <javascript:;>
>>>>>>>>>            Status: new
>>>>>>>>>       Ticket <URL:
>>>>>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=60283 >
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Hi,
>>>>>>>>>
>>>>>>>>> I'm getting the attached error when I try to compile
METv4.0.
>> Please
>>>>>> let
>>>>>>>> me
>>>>>>>>> know how can I fix it. Thank you.
>>>>>>>>>
>>>>>>>>> Ramona
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>

------------------------------------------------
Subject: Re: MET configure error
From: Ramona Stefanescu
Time: Tue Feb 19 08:59:15 2013

Hi John,

It worked just fine. Thanks.

Ramona

On Tue, Feb 19, 2013 at 10:48 AM, John Halley Gotway via RT <
met_help at ucar.edu> wrote:

> Ramona,
>
> The test scripts make use of the TEST_OUT_DIR environment variable.
If
> you just run "test_all.sh", it sets that environment variable and
then runs
> all the other tests in the correct order.  So try
> doing this:
>
> cd METv4.0/scripts
> ./test_all.sh >& test_all.log
>
> That'll run all the tests and then redirect their output to a log
file.
>
> Thanks,
> John
>
> On 02/19/2013 08:46 AM, Ramona Stefanescu via RT wrote:
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=60285 >
> >
> > Hi,
> >
> > I was able to built it on my computer, but when I try to run the
test
> > scripts I'm getting some errors.
> > For example test_ensemble_stat.sh has this line:  -point_obs
> > ${TEST_OUT_DIR}/ascii2nc/precip24_2010010112.nc \
> > which means that it should be a .nc file in the /out/ascii2nc/ . I
don't
> > have such file. Can you please tell why I'm getting
> > such error?
> >
> > Thank you,
> > Ramona
> >
> >
> >
> > On Thu, Feb 14, 2013 at 11:45 AM, John Halley Gotway via RT <
> > met_help at ucar.edu> wrote:
> >
> >> Ramona,
> >>
> >> Hmmm, this one is not a MET-related problem, but instead a
problem with
> >> your compiler setup or environment.  I won't be able to help as
much
> with
> >> this one.  Have you used this version of the GNU
> >> compilers to compile/run other packages successfully?  On what
type of
> >> machine are you trying to compile MET?  What version of the GNU
> compilers
> >> are you using?
> >>
> >> Type "g++ --version".
> >>
> >> Do you by any chance have access to the PGI or Intel compilers on
this
> >> machine?  You could try compiling MET with them instead.
> >>
> >> Do you have a systems administrator you could ask about this
issue?
> >>
> >> Sorry I don't have an easy fix for you here.
> >>
> >> John
> >>
> >> On 02/14/2013 09:26 AM, Ramona Stefanescu via RT wrote:
> >>>
> >>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=60285 >
> >>>
> >>> Hi John,
> >>>
> >>> The patch solve the PATH_MAX problem (btw the year of the post
is 2013,
> >> not
> >>> 2014 :)). Thank you.
> >>> Now I'm getting another error. Please see attached.
> >>>
> >>> On Thu, Feb 14, 2013 at 11:13 AM, John Halley Gotway via RT <
> >>> met_help at ucar.edu> wrote:
> >>>
> >>>> Ramona,
> >>>>
> >>>> I just posted an updated patch file to the MET website:
> >>>>
> >>>>
> >>
>
http://www.dtcenter.org/met/users/support/known_issues/METv4.0/index.php
> >>>>
> >>>> Please follow the instructions at the top of that page and then
try
> >>>> rebuilding MET.  Just let me know if you run into any more
problems.
> >>>>
> >>>> Thanks,
> >>>> John
> >>>>
> >>>> On 02/14/2013 08:30 AM, Ramona Stefanescu via RT wrote:
> >>>>>
> >>>>> Thu Feb 14 08:30:06 2013: Request 60285 was acted upon.
> >>>>> Transaction: Ticket created by ers32 at buffalo.edu
> >>>>>           Queue: met_help
> >>>>>         Subject: Re: MET configure error
> >>>>>           Owner: Nobody
> >>>>>      Requestors: ers32 at buffalo.edu
> >>>>>          Status: new
> >>>>>     Ticket <URL:
> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=60285 >
> >>>>>
> >>>>>
> >>>>> Great. Thank you.
> >>>>>
> >>>>> On Thursday, February 14, 2013, John Halley Gotway via RT
wrote:
> >>>>>
> >>>>>> Ramona,
> >>>>>>
> >>>>>> You're right, this is a bug.  We've failed to include
limits.h in
> some
> >>>> of
> >>>>>> the source files that reference PATH_MAX.  I'll work up a
patch file
> >> and
> >>>>>> send it to you soon.
> >>>>>>
> >>>>>> Thanks for finding this.
> >>>>>>
> >>>>>> John
> >>>>>>
> >>>>>> On 02/14/2013 08:12 AM, Ramona Stefanescu via RT wrote:
> >>>>>>>
> >>>>>>> <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=60283 >
> >>>>>>>
> >>>>>>> Hi John,
> >>>>>>>
> >>>>>>> Thank you for your help. Unfortunately I'm getting the same
error
> >> with
> >>>>>> the
> >>>>>>> g++ compiler as you can see attached.
> >>>>>>>
> >>>>>>> Yes I already downloaded the patch.
> >>>>>>>
> >>>>>>> Best,
> >>>>>>> Ramona
> >>>>>>>
> >>>>>>> On Thu, Feb 14, 2013 at 10:08 AM, John Halley Gotway via RT
<
> >>>>>>> met_help at ucar.edu <javascript:;>> wrote:
> >>>>>>>
> >>>>>>>> Hello Ramona,
> >>>>>>>>
> >>>>>>>> I'm happy to help you with this compilation problem.
Thanks for
> >>>> sending
> >>>>>>>> those two files - it makes debugging much easier.
> >>>>>>>>
> >>>>>>>> Looking in the user_defs.mk file you sent, I see that
you've set
> >> the
> >>>>>> C++
> >>>>>>>> compiler to gcc:
> >>>>>>>> CXX          = /opt/local/bin/gcc
> >>>>>>>>
> >>>>>>>> The C++ compiler for the GNU family of compilers is name
g++.  gcc
> >> is
> >>>>>> the
> >>>>>>>> C compiler.  Please locate the g++ compiler on your system
> >>>>>>>> (/opt/local/bin/g++?) and recompile.  Be sure to execute a
"make
> >>>>>>>> clean" before rebuilding.
> >>>>>>>>
> >>>>>>>> Also, if you haven't yet retrieved the latest set of
patches for
> >>>>>> METv4.0,
> >>>>>>>> now would be a good time:
> >>>>>>>>
> >>>>>>>>
> >>>>>>
> >>>>
> >>
>
http://www.dtcenter.org/met/users/support/known_issues/METv4.0/index.php
> >>>>>>>>
> >>>>>>>> Hope that helps.
> >>>>>>>>
> >>>>>>>> John Halley Gotway
> >>>>>>>> met_help at ucar.edu <javascript:;>
> >>>>>>>>
> >>>>>>>>
> >>>>>>>> On 02/13/2013 10:09 PM, Ramona Stefanescu via RT wrote:
> >>>>>>>>>
> >>>>>>>>> Wed Feb 13 22:09:43 2013: Request 60283 was acted upon.
> >>>>>>>>> Transaction: Ticket created by ers32 at buffalo.edu
<javascript:;>
> >>>>>>>>>             Queue: met_help
> >>>>>>>>>           Subject: MET configure error
> >>>>>>>>>             Owner: Nobody
> >>>>>>>>>        Requestors: ers32 at buffalo.edu <javascript:;>
> >>>>>>>>>            Status: new
> >>>>>>>>>       Ticket <URL:
> >>>>>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=60283 >
> >>>>>>>>>
> >>>>>>>>>
> >>>>>>>>> Hi,
> >>>>>>>>>
> >>>>>>>>> I'm getting the attached error when I try to compile
METv4.0.
> >> Please
> >>>>>> let
> >>>>>>>> me
> >>>>>>>>> know how can I fix it. Thank you.
> >>>>>>>>>
> >>>>>>>>> Ramona
> >>>>>>>>>
> >>>>>>>>
> >>>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>
> >>>>>>
> >>>>>
> >>>>
> >>>>
> >>>
> >>>
> >>
> >>
> >
> >
>
>


--
Elena Ramona Stefanescu
PhD Candidate
Mechanical & Aerospace Engineering
University at Buffalo

------------------------------------------------


More information about the Met_help mailing list