[Met_help] [rt.rap.ucar.edu #74667] History for pb_install_met5.1

Julie Prestopnik via RT met_help at ucar.edu
Thu Jan 14 09:15:46 MST 2016


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

Hi,
First of all I would like  to wish you  Happy new year 2016 !

I have a problem to install the new version of Met on the newest CentOS
distribution - 7.2 X86_64. ( I have succesfully installed them on CentOs
6.4 )

The gcc version is : gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4)

I have tried to compile like this:
./configure --prefix=/home/util/met-5.1 --enable-grib2
--enable-mode_graphics

in the configure.log, I have found this error:
......
hread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC)
configure:4604: $? = 0
configure:4593: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:4604: $? = 4
configure:4593: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
-----


and  if I do "make"

I have:
-----------------------------------------------------------------------------------------------
make[4]: Leaving directory `/home/util/PAK/met-5.1/src/basic/vx_util'
Making all in vx_config
make[4]: Entering directory `/home/util/PAK/met-5.1/src/basic/vx_config'
make[4]: *** No rule to make target `config.tab.yy', needed by `
config.tab.cc'.  Stop.
----------------
 Any sugestion please
Thank you in advance
Otilia Diaconu

PS. The error is the same if I tried bugfix version


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

Subject: pb_install_met5.1
From: Julie Prestopnik
Time: Mon Jan 11 08:52:51 2016

Hi.  Thank you for downloading METv5.1.  I am sorry to hear that you
are
having problems installing it.  Could you please reply to this email
and
include as an attachment your configure.log file and your make log
file, so
that I can take a look?

Thank you,
Julie

On Mon, Jan 11, 2016 at 5:59 AM, Otilia Diaconu via RT
<met_help at ucar.edu>
wrote:

>
> Mon Jan 11 05:59:38 2016: Request 74667 was acted upon.
> Transaction: Ticket created by otilia.diaconu at gmail.com
>        Queue: met_help
>      Subject: pb_install_met5.1
>        Owner: Nobody
>   Requestors: otilia.diaconu at gmail.com
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=74667 >
>
>
> Hi,
> First of all I would like  to wish you  Happy new year 2016 !
>
> I have a problem to install the new version of Met on the newest
CentOS
> distribution - 7.2 X86_64. ( I have succesfully installed them on
CentOs
> 6.4 )
>
> The gcc version is : gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4)
>
> I have tried to compile like this:
> ./configure --prefix=/home/util/met-5.1 --enable-grib2
> --enable-mode_graphics
>
> in the configure.log, I have found this error:
> ......
> hread model: posix
> gcc version 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC)
> configure:4604: $? = 0
> configure:4593: g++ -V >&5
> g++: error: unrecognized command line option '-V'
> g++: fatal error: no input files
> compilation terminated.
> configure:4604: $? = 4
> configure:4593: g++ -qversion >&5
> g++: error: unrecognized command line option '-qversion'
> g++: fatal error: no input files
> compilation terminated.
> -----
>
>
> and  if I do "make"
>
> I have:
>
>
-----------------------------------------------------------------------------------------------
> make[4]: Leaving directory `/home/util/PAK/met-
5.1/src/basic/vx_util'
> Making all in vx_config
> make[4]: Entering directory `/home/util/PAK/met-
5.1/src/basic/vx_config'
> make[4]: *** No rule to make target `config.tab.yy', needed by `
> config.tab.cc'.  Stop.
> ----------------
>  Any sugestion please
> Thank you in advance
> Otilia Diaconu
>
> PS. The error is the same if I tried bugfix version
>
>


--
Julie Prestopnik
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

------------------------------------------------
Subject: pb_install_met5.1
From: Otilia Diaconu
Time: Mon Jan 11 09:08:34 2016

Hi Julie, Thank you for your quickly replay.
Have a very good year to you too !
In the attached file you can find the config.log and make log.
Due to the hours differences -- I am in Europe, and I am home now. So
I
will try to look on the config.file tomorrow morning. I have installed
all
version of Met and I never had the problems. This version, it's very
well
installed on CentOS 6.4 gcc version 4.4.6
So.. I don't know  if the gcc compiler should be the problem
Thank you very much for your help
Otilia

On Mon, Jan 11, 2016 at 5:52 PM, Julie Prestopnik via RT
<met_help at ucar.edu>
wrote:

> Hi.  Thank you for downloading METv5.1.  I am sorry to hear that you
are
> having problems installing it.  Could you please reply to this email
and
> include as an attachment your configure.log file and your make log
file, so
> that I can take a look?
>
> Thank you,
> Julie
>
> On Mon, Jan 11, 2016 at 5:59 AM, Otilia Diaconu via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > Mon Jan 11 05:59:38 2016: Request 74667 was acted upon.
> > Transaction: Ticket created by otilia.diaconu at gmail.com
> >        Queue: met_help
> >      Subject: pb_install_met5.1
> >        Owner: Nobody
> >   Requestors: otilia.diaconu at gmail.com
> >       Status: new
> >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=74667 >
> >
> >
> > Hi,
> > First of all I would like  to wish you  Happy new year 2016 !
> >
> > I have a problem to install the new version of Met on the newest
CentOS
> > distribution - 7.2 X86_64. ( I have succesfully installed them on
CentOs
> > 6.4 )
> >
> > The gcc version is : gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4)
> >
> > I have tried to compile like this:
> > ./configure --prefix=/home/util/met-5.1 --enable-grib2
> > --enable-mode_graphics
> >
> > in the configure.log, I have found this error:
> > ......
> > hread model: posix
> > gcc version 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC)
> > configure:4604: $? = 0
> > configure:4593: g++ -V >&5
> > g++: error: unrecognized command line option '-V'
> > g++: fatal error: no input files
> > compilation terminated.
> > configure:4604: $? = 4
> > configure:4593: g++ -qversion >&5
> > g++: error: unrecognized command line option '-qversion'
> > g++: fatal error: no input files
> > compilation terminated.
> > -----
> >
> >
> > and  if I do "make"
> >
> > I have:
> >
> >
>
-----------------------------------------------------------------------------------------------
> > make[4]: Leaving directory `/home/util/PAK/met-
5.1/src/basic/vx_util'
> > Making all in vx_config
> > make[4]: Entering directory `/home/util/PAK/met-
5.1/src/basic/vx_config'
> > make[4]: *** No rule to make target `config.tab.yy', needed by `
> > config.tab.cc'.  Stop.
> > ----------------
> >  Any sugestion please
> > Thank you in advance
> > Otilia Diaconu
> >
> > PS. The error is the same if I tried bugfix version
> >
> >
>
>
> --
> Julie Prestopnik
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
>

------------------------------------------------
Subject: pb_install_met5.1
From: Julie Prestopnik
Time: Mon Jan 11 11:28:18 2016

Hi Otilia.  Thank you for including your config.log and
make_install.log
files.  It was helpful to take a look at those.

With a recent switch to a new operating system, we encountered some
problems with flex and bison.  We do not have a good solution to the
problem yet, however, we have a temporary workaround, which I hope
will
work for you.

I have attached two files which I modified:

vx_color.Makefile.in
vx_config.Makefile.in

Please take vx_color.Makefile.in, rename it to Makefile.in and place
it in
your src/libcode/vx_color/ directory, replacing the existing
Makefile.in
file.

Please take vx_config.Makefile.in, rename it to Makefile.in and place
it in
your  src/basic/vx_config/ directory, replacing the existing
Makefile.in
file.

Then, run configure again and make_install again.  I think this will
resolve the problem.

Once we have a better solution to this problem we will post it as a
known
issue.

Julie

On Mon, Jan 11, 2016 at 9:08 AM, Otilia Diaconu via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=74667 >
>
> Hi Julie, Thank you for your quickly replay.
> Have a very good year to you too !
> In the attached file you can find the config.log and make log.
> Due to the hours differences -- I am in Europe, and I am home now.
So I
> will try to look on the config.file tomorrow morning. I have
installed all
> version of Met and I never had the problems. This version, it's very
well
> installed on CentOS 6.4 gcc version 4.4.6
> So.. I don't know  if the gcc compiler should be the problem
> Thank you very much for your help
> Otilia
>
> On Mon, Jan 11, 2016 at 5:52 PM, Julie Prestopnik via RT <
> met_help at ucar.edu>
> wrote:
>
> > Hi.  Thank you for downloading METv5.1.  I am sorry to hear that
you are
> > having problems installing it.  Could you please reply to this
email and
> > include as an attachment your configure.log file and your make log
file,
> so
> > that I can take a look?
> >
> > Thank you,
> > Julie
> >
> > On Mon, Jan 11, 2016 at 5:59 AM, Otilia Diaconu via RT <
> met_help at ucar.edu>
> > wrote:
> >
> > >
> > > Mon Jan 11 05:59:38 2016: Request 74667 was acted upon.
> > > Transaction: Ticket created by otilia.diaconu at gmail.com
> > >        Queue: met_help
> > >      Subject: pb_install_met5.1
> > >        Owner: Nobody
> > >   Requestors: otilia.diaconu at gmail.com
> > >       Status: new
> > >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=74667
> >
> > >
> > >
> > > Hi,
> > > First of all I would like  to wish you  Happy new year 2016 !
> > >
> > > I have a problem to install the new version of Met on the newest
CentOS
> > > distribution - 7.2 X86_64. ( I have succesfully installed them
on
> CentOs
> > > 6.4 )
> > >
> > > The gcc version is : gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4)
> > >
> > > I have tried to compile like this:
> > > ./configure --prefix=/home/util/met-5.1 --enable-grib2
> > > --enable-mode_graphics
> > >
> > > in the configure.log, I have found this error:
> > > ......
> > > hread model: posix
> > > gcc version 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC)
> > > configure:4604: $? = 0
> > > configure:4593: g++ -V >&5
> > > g++: error: unrecognized command line option '-V'
> > > g++: fatal error: no input files
> > > compilation terminated.
> > > configure:4604: $? = 4
> > > configure:4593: g++ -qversion >&5
> > > g++: error: unrecognized command line option '-qversion'
> > > g++: fatal error: no input files
> > > compilation terminated.
> > > -----
> > >
> > >
> > > and  if I do "make"
> > >
> > > I have:
> > >
> > >
> >
>
-----------------------------------------------------------------------------------------------
> > > make[4]: Leaving directory `/home/util/PAK/met-
5.1/src/basic/vx_util'
> > > Making all in vx_config
> > > make[4]: Entering directory
> `/home/util/PAK/met-5.1/src/basic/vx_config'
> > > make[4]: *** No rule to make target `config.tab.yy', needed by `
> > > config.tab.cc'.  Stop.
> > > ----------------
> > >  Any sugestion please
> > > Thank you in advance
> > > Otilia Diaconu
> > >
> > > PS. The error is the same if I tried bugfix version
> > >
> > >
> >
> >
> > --
> > Julie Prestopnik
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > Phone: 303.497.8399
> > Email: jpresto at ucar.edu
> >
> >
>
>


--
Julie Prestopnik
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

------------------------------------------------
Subject: pb_install_met5.1
From: Otilia Diaconu
Time: Mon Jan 11 11:56:19 2016

Hi Julie, Thank you very much. I will try tomorrow and and I let you
know.
Otilia

On Mon, Jan 11, 2016 at 8:28 PM, Julie Prestopnik via RT
<met_help at ucar.edu>
wrote:

> Hi Otilia.  Thank you for including your config.log and
make_install.log
> files.  It was helpful to take a look at those.
>
> With a recent switch to a new operating system, we encountered some
> problems with flex and bison.  We do not have a good solution to the
> problem yet, however, we have a temporary workaround, which I hope
will
> work for you.
>
> I have attached two files which I modified:
>
> vx_color.Makefile.in
> vx_config.Makefile.in
>
> Please take vx_color.Makefile.in, rename it to Makefile.in and place
it in
> your src/libcode/vx_color/ directory, replacing the existing
Makefile.in
> file.
>
> Please take vx_config.Makefile.in, rename it to Makefile.in and
place it
> in
> your  src/basic/vx_config/ directory, replacing the existing
Makefile.in
> file.
>
> Then, run configure again and make_install again.  I think this will
> resolve the problem.
>
> Once we have a better solution to this problem we will post it as a
known
> issue.
>
> Julie
>
> On Mon, Jan 11, 2016 at 9:08 AM, Otilia Diaconu via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=74667 >
> >
> > Hi Julie, Thank you for your quickly replay.
> > Have a very good year to you too !
> > In the attached file you can find the config.log and make log.
> > Due to the hours differences -- I am in Europe, and I am home now.
So I
> > will try to look on the config.file tomorrow morning. I have
installed
> all
> > version of Met and I never had the problems. This version, it's
very well
> > installed on CentOS 6.4 gcc version 4.4.6
> > So.. I don't know  if the gcc compiler should be the problem
> > Thank you very much for your help
> > Otilia
> >
> > On Mon, Jan 11, 2016 at 5:52 PM, Julie Prestopnik via RT <
> > met_help at ucar.edu>
> > wrote:
> >
> > > Hi.  Thank you for downloading METv5.1.  I am sorry to hear that
you
> are
> > > having problems installing it.  Could you please reply to this
email
> and
> > > include as an attachment your configure.log file and your make
log
> file,
> > so
> > > that I can take a look?
> > >
> > > Thank you,
> > > Julie
> > >
> > > On Mon, Jan 11, 2016 at 5:59 AM, Otilia Diaconu via RT <
> > met_help at ucar.edu>
> > > wrote:
> > >
> > > >
> > > > Mon Jan 11 05:59:38 2016: Request 74667 was acted upon.
> > > > Transaction: Ticket created by otilia.diaconu at gmail.com
> > > >        Queue: met_help
> > > >      Subject: pb_install_met5.1
> > > >        Owner: Nobody
> > > >   Requestors: otilia.diaconu at gmail.com
> > > >       Status: new
> > > >  Ticket <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=74667
> > >
> > > >
> > > >
> > > > Hi,
> > > > First of all I would like  to wish you  Happy new year 2016 !
> > > >
> > > > I have a problem to install the new version of Met on the
newest
> CentOS
> > > > distribution - 7.2 X86_64. ( I have succesfully installed them
on
> > CentOs
> > > > 6.4 )
> > > >
> > > > The gcc version is : gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-
4)
> > > >
> > > > I have tried to compile like this:
> > > > ./configure --prefix=/home/util/met-5.1 --enable-grib2
> > > > --enable-mode_graphics
> > > >
> > > > in the configure.log, I have found this error:
> > > > ......
> > > > hread model: posix
> > > > gcc version 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC)
> > > > configure:4604: $? = 0
> > > > configure:4593: g++ -V >&5
> > > > g++: error: unrecognized command line option '-V'
> > > > g++: fatal error: no input files
> > > > compilation terminated.
> > > > configure:4604: $? = 4
> > > > configure:4593: g++ -qversion >&5
> > > > g++: error: unrecognized command line option '-qversion'
> > > > g++: fatal error: no input files
> > > > compilation terminated.
> > > > -----
> > > >
> > > >
> > > > and  if I do "make"
> > > >
> > > > I have:
> > > >
> > > >
> > >
> >
>
-----------------------------------------------------------------------------------------------
> > > > make[4]: Leaving directory `/home/util/PAK/met-
5.1/src/basic/vx_util'
> > > > Making all in vx_config
> > > > make[4]: Entering directory
> > `/home/util/PAK/met-5.1/src/basic/vx_config'
> > > > make[4]: *** No rule to make target `config.tab.yy', needed by
`
> > > > config.tab.cc'.  Stop.
> > > > ----------------
> > > >  Any sugestion please
> > > > Thank you in advance
> > > > Otilia Diaconu
> > > >
> > > > PS. The error is the same if I tried bugfix version
> > > >
> > > >
> > >
> > >
> > > --
> > > Julie Prestopnik
> > > National Center for Atmospheric Research
> > > Research Applications Laboratory
> > > Phone: 303.497.8399
> > > Email: jpresto at ucar.edu
> > >
> > >
> >
> >
>
>
> --
> Julie Prestopnik
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
>

------------------------------------------------
Subject: pb_install_met5.1
From: Otilia Diaconu
Time: Mon Jan 11 21:46:42 2016

Hi Julie,
I have tried this morning ..and it seems that the others Makefiles are
affected .. I've attached to this Email the 2 logs files.
 Many thanks for debug
Otilia Diaconu

On Mon, Jan 11, 2016 at 8:55 PM, Otilia Diaconu
<otilia.diaconu at gmail.com>
wrote:

> Hi Julie, Thank you very much. I will try tomorrow and and I let you
know.
> Otilia
>
> On Mon, Jan 11, 2016 at 8:28 PM, Julie Prestopnik via RT <
> met_help at ucar.edu> wrote:
>
>> Hi Otilia.  Thank you for including your config.log and
make_install.log
>> files.  It was helpful to take a look at those.
>>
>> With a recent switch to a new operating system, we encountered some
>> problems with flex and bison.  We do not have a good solution to
the
>> problem yet, however, we have a temporary workaround, which I hope
will
>> work for you.
>>
>> I have attached two files which I modified:
>>
>> vx_color.Makefile.in
>> vx_config.Makefile.in
>>
>> Please take vx_color.Makefile.in, rename it to Makefile.in and
place it
>> in
>> your src/libcode/vx_color/ directory, replacing the existing
Makefile.in
>> file.
>>
>> Please take vx_config.Makefile.in, rename it to Makefile.in and
place it
>> in
>> your  src/basic/vx_config/ directory, replacing the existing
Makefile.in
>> file.
>>
>> Then, run configure again and make_install again.  I think this
will
>> resolve the problem.
>>
>> Once we have a better solution to this problem we will post it as a
known
>> issue.
>>
>> Julie
>>
>> On Mon, Jan 11, 2016 at 9:08 AM, Otilia Diaconu via RT
<met_help at ucar.edu
>> >
>> wrote:
>>
>> >
>> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=74667 >
>> >
>> > Hi Julie, Thank you for your quickly replay.
>> > Have a very good year to you too !
>> > In the attached file you can find the config.log and make log.
>> > Due to the hours differences -- I am in Europe, and I am home
now. So I
>> > will try to look on the config.file tomorrow morning. I have
installed
>> all
>> > version of Met and I never had the problems. This version, it's
very
>> well
>> > installed on CentOS 6.4 gcc version 4.4.6
>> > So.. I don't know  if the gcc compiler should be the problem
>> > Thank you very much for your help
>> > Otilia
>> >
>> > On Mon, Jan 11, 2016 at 5:52 PM, Julie Prestopnik via RT <
>> > met_help at ucar.edu>
>> > wrote:
>> >
>> > > Hi.  Thank you for downloading METv5.1.  I am sorry to hear
that you
>> are
>> > > having problems installing it.  Could you please reply to this
email
>> and
>> > > include as an attachment your configure.log file and your make
log
>> file,
>> > so
>> > > that I can take a look?
>> > >
>> > > Thank you,
>> > > Julie
>> > >
>> > > On Mon, Jan 11, 2016 at 5:59 AM, Otilia Diaconu via RT <
>> > met_help at ucar.edu>
>> > > wrote:
>> > >
>> > > >
>> > > > Mon Jan 11 05:59:38 2016: Request 74667 was acted upon.
>> > > > Transaction: Ticket created by otilia.diaconu at gmail.com
>> > > >        Queue: met_help
>> > > >      Subject: pb_install_met5.1
>> > > >        Owner: Nobody
>> > > >   Requestors: otilia.diaconu at gmail.com
>> > > >       Status: new
>> > > >  Ticket <URL:
>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=74667
>> > >
>> > > >
>> > > >
>> > > > Hi,
>> > > > First of all I would like  to wish you  Happy new year 2016 !
>> > > >
>> > > > I have a problem to install the new version of Met on the
newest
>> CentOS
>> > > > distribution - 7.2 X86_64. ( I have succesfully installed
them on
>> > CentOs
>> > > > 6.4 )
>> > > >
>> > > > The gcc version is : gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-
4)
>> > > >
>> > > > I have tried to compile like this:
>> > > > ./configure --prefix=/home/util/met-5.1 --enable-grib2
>> > > > --enable-mode_graphics
>> > > >
>> > > > in the configure.log, I have found this error:
>> > > > ......
>> > > > hread model: posix
>> > > > gcc version 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC)
>> > > > configure:4604: $? = 0
>> > > > configure:4593: g++ -V >&5
>> > > > g++: error: unrecognized command line option '-V'
>> > > > g++: fatal error: no input files
>> > > > compilation terminated.
>> > > > configure:4604: $? = 4
>> > > > configure:4593: g++ -qversion >&5
>> > > > g++: error: unrecognized command line option '-qversion'
>> > > > g++: fatal error: no input files
>> > > > compilation terminated.
>> > > > -----
>> > > >
>> > > >
>> > > > and  if I do "make"
>> > > >
>> > > > I have:
>> > > >
>> > > >
>> > >
>> >
>>
-----------------------------------------------------------------------------------------------
>> > > > make[4]: Leaving directory
>> `/home/util/PAK/met-5.1/src/basic/vx_util'
>> > > > Making all in vx_config
>> > > > make[4]: Entering directory
>> > `/home/util/PAK/met-5.1/src/basic/vx_config'
>> > > > make[4]: *** No rule to make target `config.tab.yy', needed
by `
>> > > > config.tab.cc'.  Stop.
>> > > > ----------------
>> > > >  Any sugestion please
>> > > > Thank you in advance
>> > > > Otilia Diaconu
>> > > >
>> > > > PS. The error is the same if I tried bugfix version
>> > > >
>> > > >
>> > >
>> > >
>> > > --
>> > > Julie Prestopnik
>> > > National Center for Atmospheric Research
>> > > Research Applications Laboratory
>> > > Phone: 303.497.8399
>> > > Email: jpresto at ucar.edu
>> > >
>> > >
>> >
>> >
>>
>>
>> --
>> Julie Prestopnik
>> National Center for Atmospheric Research
>> Research Applications Laboratory
>> Phone: 303.497.8399
>> Email: jpresto at ucar.edu
>>
>>
>

------------------------------------------------
Subject: pb_install_met5.1
From: Julie Prestopnik
Time: Tue Jan 12 11:09:59 2016

Hi Otilia.

Thank you for sending the new log files.

I discovered I had sent you Makefile.in files from a different version
of
autoconf than met-5.1 was built with.  I'd like to have you start over
fresh. Could you please proceed in the following way?

- unpack the met-5.1 tarball.
- apply the met-5.1 patches.
- update the Makefiles with the ones that are attached here (in the
same
manner as I described previously).
- run configure.
- run make install.

I believe that should take care of the problem.  Please let me know if
you
have any questions or encounter any other problems.

Thanks,
Julie

On Mon, Jan 11, 2016 at 9:46 PM, Otilia Diaconu via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=74667 >
>
> Hi Julie,
> I have tried this morning ..and it seems that the others Makefiles
are
> affected .. I've attached to this Email the 2 logs files.
>  Many thanks for debug
> Otilia Diaconu
>
> On Mon, Jan 11, 2016 at 8:55 PM, Otilia Diaconu
<otilia.diaconu at gmail.com>
> wrote:
>
> > Hi Julie, Thank you very much. I will try tomorrow and and I let
you
> know.
> > Otilia
> >
> > On Mon, Jan 11, 2016 at 8:28 PM, Julie Prestopnik via RT <
> > met_help at ucar.edu> wrote:
> >
> >> Hi Otilia.  Thank you for including your config.log and
make_install.log
> >> files.  It was helpful to take a look at those.
> >>
> >> With a recent switch to a new operating system, we encountered
some
> >> problems with flex and bison.  We do not have a good solution to
the
> >> problem yet, however, we have a temporary workaround, which I
hope will
> >> work for you.
> >>
> >> I have attached two files which I modified:
> >>
> >> vx_color.Makefile.in
> >> vx_config.Makefile.in
> >>
> >> Please take vx_color.Makefile.in, rename it to Makefile.in and
place it
> >> in
> >> your src/libcode/vx_color/ directory, replacing the existing
Makefile.in
> >> file.
> >>
> >> Please take vx_config.Makefile.in, rename it to Makefile.in and
place
> it
> >> in
> >> your  src/basic/vx_config/ directory, replacing the existing
Makefile.in
> >> file.
> >>
> >> Then, run configure again and make_install again.  I think this
will
> >> resolve the problem.
> >>
> >> Once we have a better solution to this problem we will post it as
a
> known
> >> issue.
> >>
> >> Julie
> >>
> >> On Mon, Jan 11, 2016 at 9:08 AM, Otilia Diaconu via RT <
> met_help at ucar.edu
> >> >
> >> wrote:
> >>
> >> >
> >> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=74667 >
> >> >
> >> > Hi Julie, Thank you for your quickly replay.
> >> > Have a very good year to you too !
> >> > In the attached file you can find the config.log and make log.
> >> > Due to the hours differences -- I am in Europe, and I am home
now. So
> I
> >> > will try to look on the config.file tomorrow morning. I have
installed
> >> all
> >> > version of Met and I never had the problems. This version, it's
very
> >> well
> >> > installed on CentOS 6.4 gcc version 4.4.6
> >> > So.. I don't know  if the gcc compiler should be the problem
> >> > Thank you very much for your help
> >> > Otilia
> >> >
> >> > On Mon, Jan 11, 2016 at 5:52 PM, Julie Prestopnik via RT <
> >> > met_help at ucar.edu>
> >> > wrote:
> >> >
> >> > > Hi.  Thank you for downloading METv5.1.  I am sorry to hear
that you
> >> are
> >> > > having problems installing it.  Could you please reply to
this email
> >> and
> >> > > include as an attachment your configure.log file and your
make log
> >> file,
> >> > so
> >> > > that I can take a look?
> >> > >
> >> > > Thank you,
> >> > > Julie
> >> > >
> >> > > On Mon, Jan 11, 2016 at 5:59 AM, Otilia Diaconu via RT <
> >> > met_help at ucar.edu>
> >> > > wrote:
> >> > >
> >> > > >
> >> > > > Mon Jan 11 05:59:38 2016: Request 74667 was acted upon.
> >> > > > Transaction: Ticket created by otilia.diaconu at gmail.com
> >> > > >        Queue: met_help
> >> > > >      Subject: pb_install_met5.1
> >> > > >        Owner: Nobody
> >> > > >   Requestors: otilia.diaconu at gmail.com
> >> > > >       Status: new
> >> > > >  Ticket <URL:
> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=74667
> >> > >
> >> > > >
> >> > > >
> >> > > > Hi,
> >> > > > First of all I would like  to wish you  Happy new year 2016
!
> >> > > >
> >> > > > I have a problem to install the new version of Met on the
newest
> >> CentOS
> >> > > > distribution - 7.2 X86_64. ( I have succesfully installed
them on
> >> > CentOs
> >> > > > 6.4 )
> >> > > >
> >> > > > The gcc version is : gcc (GCC) 4.8.5 20150623 (Red Hat
4.8.5-4)
> >> > > >
> >> > > > I have tried to compile like this:
> >> > > > ./configure --prefix=/home/util/met-5.1 --enable-grib2
> >> > > > --enable-mode_graphics
> >> > > >
> >> > > > in the configure.log, I have found this error:
> >> > > > ......
> >> > > > hread model: posix
> >> > > > gcc version 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC)
> >> > > > configure:4604: $? = 0
> >> > > > configure:4593: g++ -V >&5
> >> > > > g++: error: unrecognized command line option '-V'
> >> > > > g++: fatal error: no input files
> >> > > > compilation terminated.
> >> > > > configure:4604: $? = 4
> >> > > > configure:4593: g++ -qversion >&5
> >> > > > g++: error: unrecognized command line option '-qversion'
> >> > > > g++: fatal error: no input files
> >> > > > compilation terminated.
> >> > > > -----
> >> > > >
> >> > > >
> >> > > > and  if I do "make"
> >> > > >
> >> > > > I have:
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
>
-----------------------------------------------------------------------------------------------
> >> > > > make[4]: Leaving directory
> >> `/home/util/PAK/met-5.1/src/basic/vx_util'
> >> > > > Making all in vx_config
> >> > > > make[4]: Entering directory
> >> > `/home/util/PAK/met-5.1/src/basic/vx_config'
> >> > > > make[4]: *** No rule to make target `config.tab.yy', needed
by `
> >> > > > config.tab.cc'.  Stop.
> >> > > > ----------------
> >> > > >  Any sugestion please
> >> > > > Thank you in advance
> >> > > > Otilia Diaconu
> >> > > >
> >> > > > PS. The error is the same if I tried bugfix version
> >> > > >
> >> > > >
> >> > >
> >> > >
> >> > > --
> >> > > Julie Prestopnik
> >> > > National Center for Atmospheric Research
> >> > > Research Applications Laboratory
> >> > > Phone: 303.497.8399
> >> > > Email: jpresto at ucar.edu
> >> > >
> >> > >
> >> >
> >> >
> >>
> >>
> >> --
> >> Julie Prestopnik
> >> National Center for Atmospheric Research
> >> Research Applications Laboratory
> >> Phone: 303.497.8399
> >> Email: jpresto at ucar.edu
> >>
> >>
> >
>
>


--
Julie Prestopnik
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

------------------------------------------------
Subject: pb_install_met5.1
From: Otilia Diaconu
Time: Tue Jan 12 12:41:36 2016

Hi Julie,  I will do this tomorrow morning, European time, and I will
let
you know, best regards Otilia
On Jan 12, 2016 8:10 PM, "Julie Prestopnik via RT" <met_help at ucar.edu>
wrote:

> Hi Otilia.
>
> Thank you for sending the new log files.
>
> I discovered I had sent you Makefile.in files from a different
version of
> autoconf than met-5.1 was built with.  I'd like to have you start
over
> fresh. Could you please proceed in the following way?
>
> - unpack the met-5.1 tarball.
> - apply the met-5.1 patches.
> - update the Makefiles with the ones that are attached here (in the
same
> manner as I described previously).
> - run configure.
> - run make install.
>
> I believe that should take care of the problem.  Please let me know
if you
> have any questions or encounter any other problems.
>
> Thanks,
> Julie
>
> On Mon, Jan 11, 2016 at 9:46 PM, Otilia Diaconu via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=74667 >
> >
> > Hi Julie,
> > I have tried this morning ..and it seems that the others Makefiles
are
> > affected .. I've attached to this Email the 2 logs files.
> >  Many thanks for debug
> > Otilia Diaconu
> >
> > On Mon, Jan 11, 2016 at 8:55 PM, Otilia Diaconu <
> otilia.diaconu at gmail.com>
> > wrote:
> >
> > > Hi Julie, Thank you very much. I will try tomorrow and and I let
you
> > know.
> > > Otilia
> > >
> > > On Mon, Jan 11, 2016 at 8:28 PM, Julie Prestopnik via RT <
> > > met_help at ucar.edu> wrote:
> > >
> > >> Hi Otilia.  Thank you for including your config.log and
> make_install.log
> > >> files.  It was helpful to take a look at those.
> > >>
> > >> With a recent switch to a new operating system, we encountered
some
> > >> problems with flex and bison.  We do not have a good solution
to the
> > >> problem yet, however, we have a temporary workaround, which I
hope
> will
> > >> work for you.
> > >>
> > >> I have attached two files which I modified:
> > >>
> > >> vx_color.Makefile.in
> > >> vx_config.Makefile.in
> > >>
> > >> Please take vx_color.Makefile.in, rename it to Makefile.in and
place
> it
> > >> in
> > >> your src/libcode/vx_color/ directory, replacing the existing
> Makefile.in
> > >> file.
> > >>
> > >> Please take vx_config.Makefile.in, rename it to Makefile.in and
place
> > it
> > >> in
> > >> your  src/basic/vx_config/ directory, replacing the existing
> Makefile.in
> > >> file.
> > >>
> > >> Then, run configure again and make_install again.  I think this
will
> > >> resolve the problem.
> > >>
> > >> Once we have a better solution to this problem we will post it
as a
> > known
> > >> issue.
> > >>
> > >> Julie
> > >>
> > >> On Mon, Jan 11, 2016 at 9:08 AM, Otilia Diaconu via RT <
> > met_help at ucar.edu
> > >> >
> > >> wrote:
> > >>
> > >> >
> > >> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=74667
>
> > >> >
> > >> > Hi Julie, Thank you for your quickly replay.
> > >> > Have a very good year to you too !
> > >> > In the attached file you can find the config.log and make
log.
> > >> > Due to the hours differences -- I am in Europe, and I am home
now.
> So
> > I
> > >> > will try to look on the config.file tomorrow morning. I have
> installed
> > >> all
> > >> > version of Met and I never had the problems. This version,
it's very
> > >> well
> > >> > installed on CentOS 6.4 gcc version 4.4.6
> > >> > So.. I don't know  if the gcc compiler should be the problem
> > >> > Thank you very much for your help
> > >> > Otilia
> > >> >
> > >> > On Mon, Jan 11, 2016 at 5:52 PM, Julie Prestopnik via RT <
> > >> > met_help at ucar.edu>
> > >> > wrote:
> > >> >
> > >> > > Hi.  Thank you for downloading METv5.1.  I am sorry to hear
that
> you
> > >> are
> > >> > > having problems installing it.  Could you please reply to
this
> email
> > >> and
> > >> > > include as an attachment your configure.log file and your
make log
> > >> file,
> > >> > so
> > >> > > that I can take a look?
> > >> > >
> > >> > > Thank you,
> > >> > > Julie
> > >> > >
> > >> > > On Mon, Jan 11, 2016 at 5:59 AM, Otilia Diaconu via RT <
> > >> > met_help at ucar.edu>
> > >> > > wrote:
> > >> > >
> > >> > > >
> > >> > > > Mon Jan 11 05:59:38 2016: Request 74667 was acted upon.
> > >> > > > Transaction: Ticket created by otilia.diaconu at gmail.com
> > >> > > >        Queue: met_help
> > >> > > >      Subject: pb_install_met5.1
> > >> > > >        Owner: Nobody
> > >> > > >   Requestors: otilia.diaconu at gmail.com
> > >> > > >       Status: new
> > >> > > >  Ticket <URL:
> > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=74667
> > >> > >
> > >> > > >
> > >> > > >
> > >> > > > Hi,
> > >> > > > First of all I would like  to wish you  Happy new year
2016 !
> > >> > > >
> > >> > > > I have a problem to install the new version of Met on the
newest
> > >> CentOS
> > >> > > > distribution - 7.2 X86_64. ( I have succesfully installed
them
> on
> > >> > CentOs
> > >> > > > 6.4 )
> > >> > > >
> > >> > > > The gcc version is : gcc (GCC) 4.8.5 20150623 (Red Hat
4.8.5-4)
> > >> > > >
> > >> > > > I have tried to compile like this:
> > >> > > > ./configure --prefix=/home/util/met-5.1 --enable-grib2
> > >> > > > --enable-mode_graphics
> > >> > > >
> > >> > > > in the configure.log, I have found this error:
> > >> > > > ......
> > >> > > > hread model: posix
> > >> > > > gcc version 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC)
> > >> > > > configure:4604: $? = 0
> > >> > > > configure:4593: g++ -V >&5
> > >> > > > g++: error: unrecognized command line option '-V'
> > >> > > > g++: fatal error: no input files
> > >> > > > compilation terminated.
> > >> > > > configure:4604: $? = 4
> > >> > > > configure:4593: g++ -qversion >&5
> > >> > > > g++: error: unrecognized command line option '-qversion'
> > >> > > > g++: fatal error: no input files
> > >> > > > compilation terminated.
> > >> > > > -----
> > >> > > >
> > >> > > >
> > >> > > > and  if I do "make"
> > >> > > >
> > >> > > > I have:
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
-----------------------------------------------------------------------------------------------
> > >> > > > make[4]: Leaving directory
> > >> `/home/util/PAK/met-5.1/src/basic/vx_util'
> > >> > > > Making all in vx_config
> > >> > > > make[4]: Entering directory
> > >> > `/home/util/PAK/met-5.1/src/basic/vx_config'
> > >> > > > make[4]: *** No rule to make target `config.tab.yy',
needed by `
> > >> > > > config.tab.cc'.  Stop.
> > >> > > > ----------------
> > >> > > >  Any sugestion please
> > >> > > > Thank you in advance
> > >> > > > Otilia Diaconu
> > >> > > >
> > >> > > > PS. The error is the same if I tried bugfix version
> > >> > > >
> > >> > > >
> > >> > >
> > >> > >
> > >> > > --
> > >> > > Julie Prestopnik
> > >> > > National Center for Atmospheric Research
> > >> > > Research Applications Laboratory
> > >> > > Phone: 303.497.8399
> > >> > > Email: jpresto at ucar.edu
> > >> > >
> > >> > >
> > >> >
> > >> >
> > >>
> > >>
> > >> --
> > >> Julie Prestopnik
> > >> National Center for Atmospheric Research
> > >> Research Applications Laboratory
> > >> Phone: 303.497.8399
> > >> Email: jpresto at ucar.edu
> > >>
> > >>
> > >
> >
> >
>
>
> --
> Julie Prestopnik
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
>

------------------------------------------------
Subject: pb_install_met5.1
From: Otilia Diaconu
Time: Tue Jan 12 23:37:27 2016

Hi Julie, Job done.
 Met5.1 is sucessfully instaled on CentOS 7.2 X86-64.
Thank you very much for yours precious help
Best regards from sunny Bucharest
Otilia

On Tue, Jan 12, 2016 at 9:41 PM, Otilia Diaconu
<otilia.diaconu at gmail.com>
wrote:

> Hi Julie,  I will do this tomorrow morning, European time, and I
will let
> you know, best regards Otilia
> On Jan 12, 2016 8:10 PM, "Julie Prestopnik via RT"
<met_help at ucar.edu>
> wrote:
>
>> Hi Otilia.
>>
>> Thank you for sending the new log files.
>>
>> I discovered I had sent you Makefile.in files from a different
version of
>> autoconf than met-5.1 was built with.  I'd like to have you start
over
>> fresh. Could you please proceed in the following way?
>>
>> - unpack the met-5.1 tarball.
>> - apply the met-5.1 patches.
>> - update the Makefiles with the ones that are attached here (in the
same
>> manner as I described previously).
>> - run configure.
>> - run make install.
>>
>> I believe that should take care of the problem.  Please let me know
if you
>> have any questions or encounter any other problems.
>>
>> Thanks,
>> Julie
>>
>> On Mon, Jan 11, 2016 at 9:46 PM, Otilia Diaconu via RT
<met_help at ucar.edu
>> >
>> wrote:
>>
>> >
>> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=74667 >
>> >
>> > Hi Julie,
>> > I have tried this morning ..and it seems that the others
Makefiles are
>> > affected .. I've attached to this Email the 2 logs files.
>> >  Many thanks for debug
>> > Otilia Diaconu
>> >
>> > On Mon, Jan 11, 2016 at 8:55 PM, Otilia Diaconu <
>> otilia.diaconu at gmail.com>
>> > wrote:
>> >
>> > > Hi Julie, Thank you very much. I will try tomorrow and and I
let you
>> > know.
>> > > Otilia
>> > >
>> > > On Mon, Jan 11, 2016 at 8:28 PM, Julie Prestopnik via RT <
>> > > met_help at ucar.edu> wrote:
>> > >
>> > >> Hi Otilia.  Thank you for including your config.log and
>> make_install.log
>> > >> files.  It was helpful to take a look at those.
>> > >>
>> > >> With a recent switch to a new operating system, we encountered
some
>> > >> problems with flex and bison.  We do not have a good solution
to the
>> > >> problem yet, however, we have a temporary workaround, which I
hope
>> will
>> > >> work for you.
>> > >>
>> > >> I have attached two files which I modified:
>> > >>
>> > >> vx_color.Makefile.in
>> > >> vx_config.Makefile.in
>> > >>
>> > >> Please take vx_color.Makefile.in, rename it to Makefile.in and
>> place it
>> > >> in
>> > >> your src/libcode/vx_color/ directory, replacing the existing
>> Makefile.in
>> > >> file.
>> > >>
>> > >> Please take vx_config.Makefile.in, rename it to Makefile.in
and
>> place
>> > it
>> > >> in
>> > >> your  src/basic/vx_config/ directory, replacing the existing
>> Makefile.in
>> > >> file.
>> > >>
>> > >> Then, run configure again and make_install again.  I think
this will
>> > >> resolve the problem.
>> > >>
>> > >> Once we have a better solution to this problem we will post it
as a
>> > known
>> > >> issue.
>> > >>
>> > >> Julie
>> > >>
>> > >> On Mon, Jan 11, 2016 at 9:08 AM, Otilia Diaconu via RT <
>> > met_help at ucar.edu
>> > >> >
>> > >> wrote:
>> > >>
>> > >> >
>> > >> > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=74667 >
>> > >> >
>> > >> > Hi Julie, Thank you for your quickly replay.
>> > >> > Have a very good year to you too !
>> > >> > In the attached file you can find the config.log and make
log.
>> > >> > Due to the hours differences -- I am in Europe, and I am
home now.
>> So
>> > I
>> > >> > will try to look on the config.file tomorrow morning. I have
>> installed
>> > >> all
>> > >> > version of Met and I never had the problems. This version,
it's
>> very
>> > >> well
>> > >> > installed on CentOS 6.4 gcc version 4.4.6
>> > >> > So.. I don't know  if the gcc compiler should be the problem
>> > >> > Thank you very much for your help
>> > >> > Otilia
>> > >> >
>> > >> > On Mon, Jan 11, 2016 at 5:52 PM, Julie Prestopnik via RT <
>> > >> > met_help at ucar.edu>
>> > >> > wrote:
>> > >> >
>> > >> > > Hi.  Thank you for downloading METv5.1.  I am sorry to
hear that
>> you
>> > >> are
>> > >> > > having problems installing it.  Could you please reply to
this
>> email
>> > >> and
>> > >> > > include as an attachment your configure.log file and your
make
>> log
>> > >> file,
>> > >> > so
>> > >> > > that I can take a look?
>> > >> > >
>> > >> > > Thank you,
>> > >> > > Julie
>> > >> > >
>> > >> > > On Mon, Jan 11, 2016 at 5:59 AM, Otilia Diaconu via RT <
>> > >> > met_help at ucar.edu>
>> > >> > > wrote:
>> > >> > >
>> > >> > > >
>> > >> > > > Mon Jan 11 05:59:38 2016: Request 74667 was acted upon.
>> > >> > > > Transaction: Ticket created by otilia.diaconu at gmail.com
>> > >> > > >        Queue: met_help
>> > >> > > >      Subject: pb_install_met5.1
>> > >> > > >        Owner: Nobody
>> > >> > > >   Requestors: otilia.diaconu at gmail.com
>> > >> > > >       Status: new
>> > >> > > >  Ticket <URL:
>> > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=74667
>> > >> > >
>> > >> > > >
>> > >> > > >
>> > >> > > > Hi,
>> > >> > > > First of all I would like  to wish you  Happy new year
2016 !
>> > >> > > >
>> > >> > > > I have a problem to install the new version of Met on
the
>> newest
>> > >> CentOS
>> > >> > > > distribution - 7.2 X86_64. ( I have succesfully
installed them
>> on
>> > >> > CentOs
>> > >> > > > 6.4 )
>> > >> > > >
>> > >> > > > The gcc version is : gcc (GCC) 4.8.5 20150623 (Red Hat
4.8.5-4)
>> > >> > > >
>> > >> > > > I have tried to compile like this:
>> > >> > > > ./configure --prefix=/home/util/met-5.1 --enable-grib2
>> > >> > > > --enable-mode_graphics
>> > >> > > >
>> > >> > > > in the configure.log, I have found this error:
>> > >> > > > ......
>> > >> > > > hread model: posix
>> > >> > > > gcc version 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC)
>> > >> > > > configure:4604: $? = 0
>> > >> > > > configure:4593: g++ -V >&5
>> > >> > > > g++: error: unrecognized command line option '-V'
>> > >> > > > g++: fatal error: no input files
>> > >> > > > compilation terminated.
>> > >> > > > configure:4604: $? = 4
>> > >> > > > configure:4593: g++ -qversion >&5
>> > >> > > > g++: error: unrecognized command line option '-qversion'
>> > >> > > > g++: fatal error: no input files
>> > >> > > > compilation terminated.
>> > >> > > > -----
>> > >> > > >
>> > >> > > >
>> > >> > > > and  if I do "make"
>> > >> > > >
>> > >> > > > I have:
>> > >> > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>>
-----------------------------------------------------------------------------------------------
>> > >> > > > make[4]: Leaving directory
>> > >> `/home/util/PAK/met-5.1/src/basic/vx_util'
>> > >> > > > Making all in vx_config
>> > >> > > > make[4]: Entering directory
>> > >> > `/home/util/PAK/met-5.1/src/basic/vx_config'
>> > >> > > > make[4]: *** No rule to make target `config.tab.yy',
needed by
>> `
>> > >> > > > config.tab.cc'.  Stop.
>> > >> > > > ----------------
>> > >> > > >  Any sugestion please
>> > >> > > > Thank you in advance
>> > >> > > > Otilia Diaconu
>> > >> > > >
>> > >> > > > PS. The error is the same if I tried bugfix version
>> > >> > > >
>> > >> > > >
>> > >> > >
>> > >> > >
>> > >> > > --
>> > >> > > Julie Prestopnik
>> > >> > > National Center for Atmospheric Research
>> > >> > > Research Applications Laboratory
>> > >> > > Phone: 303.497.8399
>> > >> > > Email: jpresto at ucar.edu
>> > >> > >
>> > >> > >
>> > >> >
>> > >> >
>> > >>
>> > >>
>> > >> --
>> > >> Julie Prestopnik
>> > >> National Center for Atmospheric Research
>> > >> Research Applications Laboratory
>> > >> Phone: 303.497.8399
>> > >> Email: jpresto at ucar.edu
>> > >>
>> > >>
>> > >
>> >
>> >
>>
>>
>> --
>> Julie Prestopnik
>> National Center for Atmospheric Research
>> Research Applications Laboratory
>> Phone: 303.497.8399
>> Email: jpresto at ucar.edu
>>
>>

------------------------------------------------
Subject: pb_install_met5.1
From: Julie Prestopnik
Time: Wed Jan 13 08:48:29 2016

Hi Otilia.  I'm so glad you got it successfully installed!  As I said
before this is not a great solution, but we will post it as known
issue as
soon as we have a better solution.

Thanks!  Happy New Year to you!

Julie

On Tue, Jan 12, 2016 at 11:37 PM, Otilia Diaconu via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=74667 >
>
> Hi Julie, Job done.
>  Met5.1 is sucessfully instaled on CentOS 7.2 X86-64.
> Thank you very much for yours precious help
> Best regards from sunny Bucharest
> Otilia
>
> On Tue, Jan 12, 2016 at 9:41 PM, Otilia Diaconu
<otilia.diaconu at gmail.com>
> wrote:
>
> > Hi Julie,  I will do this tomorrow morning, European time, and I
will let
> > you know, best regards Otilia
> > On Jan 12, 2016 8:10 PM, "Julie Prestopnik via RT"
<met_help at ucar.edu>
> > wrote:
> >
> >> Hi Otilia.
> >>
> >> Thank you for sending the new log files.
> >>
> >> I discovered I had sent you Makefile.in files from a different
version
> of
> >> autoconf than met-5.1 was built with.  I'd like to have you start
over
> >> fresh. Could you please proceed in the following way?
> >>
> >> - unpack the met-5.1 tarball.
> >> - apply the met-5.1 patches.
> >> - update the Makefiles with the ones that are attached here (in
the same
> >> manner as I described previously).
> >> - run configure.
> >> - run make install.
> >>
> >> I believe that should take care of the problem.  Please let me
know if
> you
> >> have any questions or encounter any other problems.
> >>
> >> Thanks,
> >> Julie
> >>
> >> On Mon, Jan 11, 2016 at 9:46 PM, Otilia Diaconu via RT <
> met_help at ucar.edu
> >> >
> >> wrote:
> >>
> >> >
> >> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=74667 >
> >> >
> >> > Hi Julie,
> >> > I have tried this morning ..and it seems that the others
Makefiles are
> >> > affected .. I've attached to this Email the 2 logs files.
> >> >  Many thanks for debug
> >> > Otilia Diaconu
> >> >
> >> > On Mon, Jan 11, 2016 at 8:55 PM, Otilia Diaconu <
> >> otilia.diaconu at gmail.com>
> >> > wrote:
> >> >
> >> > > Hi Julie, Thank you very much. I will try tomorrow and and I
let you
> >> > know.
> >> > > Otilia
> >> > >
> >> > > On Mon, Jan 11, 2016 at 8:28 PM, Julie Prestopnik via RT <
> >> > > met_help at ucar.edu> wrote:
> >> > >
> >> > >> Hi Otilia.  Thank you for including your config.log and
> >> make_install.log
> >> > >> files.  It was helpful to take a look at those.
> >> > >>
> >> > >> With a recent switch to a new operating system, we
encountered some
> >> > >> problems with flex and bison.  We do not have a good
solution to
> the
> >> > >> problem yet, however, we have a temporary workaround, which
I hope
> >> will
> >> > >> work for you.
> >> > >>
> >> > >> I have attached two files which I modified:
> >> > >>
> >> > >> vx_color.Makefile.in
> >> > >> vx_config.Makefile.in
> >> > >>
> >> > >> Please take vx_color.Makefile.in, rename it to Makefile.in
and
> >> place it
> >> > >> in
> >> > >> your src/libcode/vx_color/ directory, replacing the existing
> >> Makefile.in
> >> > >> file.
> >> > >>
> >> > >> Please take vx_config.Makefile.in, rename it to Makefile.in
and
> >> place
> >> > it
> >> > >> in
> >> > >> your  src/basic/vx_config/ directory, replacing the existing
> >> Makefile.in
> >> > >> file.
> >> > >>
> >> > >> Then, run configure again and make_install again.  I think
this
> will
> >> > >> resolve the problem.
> >> > >>
> >> > >> Once we have a better solution to this problem we will post
it as a
> >> > known
> >> > >> issue.
> >> > >>
> >> > >> Julie
> >> > >>
> >> > >> On Mon, Jan 11, 2016 at 9:08 AM, Otilia Diaconu via RT <
> >> > met_help at ucar.edu
> >> > >> >
> >> > >> wrote:
> >> > >>
> >> > >> >
> >> > >> > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=74667 >
> >> > >> >
> >> > >> > Hi Julie, Thank you for your quickly replay.
> >> > >> > Have a very good year to you too !
> >> > >> > In the attached file you can find the config.log and make
log.
> >> > >> > Due to the hours differences -- I am in Europe, and I am
home
> now.
> >> So
> >> > I
> >> > >> > will try to look on the config.file tomorrow morning. I
have
> >> installed
> >> > >> all
> >> > >> > version of Met and I never had the problems. This version,
it's
> >> very
> >> > >> well
> >> > >> > installed on CentOS 6.4 gcc version 4.4.6
> >> > >> > So.. I don't know  if the gcc compiler should be the
problem
> >> > >> > Thank you very much for your help
> >> > >> > Otilia
> >> > >> >
> >> > >> > On Mon, Jan 11, 2016 at 5:52 PM, Julie Prestopnik via RT <
> >> > >> > met_help at ucar.edu>
> >> > >> > wrote:
> >> > >> >
> >> > >> > > Hi.  Thank you for downloading METv5.1.  I am sorry to
hear
> that
> >> you
> >> > >> are
> >> > >> > > having problems installing it.  Could you please reply
to this
> >> email
> >> > >> and
> >> > >> > > include as an attachment your configure.log file and
your make
> >> log
> >> > >> file,
> >> > >> > so
> >> > >> > > that I can take a look?
> >> > >> > >
> >> > >> > > Thank you,
> >> > >> > > Julie
> >> > >> > >
> >> > >> > > On Mon, Jan 11, 2016 at 5:59 AM, Otilia Diaconu via RT <
> >> > >> > met_help at ucar.edu>
> >> > >> > > wrote:
> >> > >> > >
> >> > >> > > >
> >> > >> > > > Mon Jan 11 05:59:38 2016: Request 74667 was acted
upon.
> >> > >> > > > Transaction: Ticket created by
otilia.diaconu at gmail.com
> >> > >> > > >        Queue: met_help
> >> > >> > > >      Subject: pb_install_met5.1
> >> > >> > > >        Owner: Nobody
> >> > >> > > >   Requestors: otilia.diaconu at gmail.com
> >> > >> > > >       Status: new
> >> > >> > > >  Ticket <URL:
> >> > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=74667
> >> > >> > >
> >> > >> > > >
> >> > >> > > >
> >> > >> > > > Hi,
> >> > >> > > > First of all I would like  to wish you  Happy new year
2016 !
> >> > >> > > >
> >> > >> > > > I have a problem to install the new version of Met on
the
> >> newest
> >> > >> CentOS
> >> > >> > > > distribution - 7.2 X86_64. ( I have succesfully
installed
> them
> >> on
> >> > >> > CentOs
> >> > >> > > > 6.4 )
> >> > >> > > >
> >> > >> > > > The gcc version is : gcc (GCC) 4.8.5 20150623 (Red Hat
> 4.8.5-4)
> >> > >> > > >
> >> > >> > > > I have tried to compile like this:
> >> > >> > > > ./configure --prefix=/home/util/met-5.1 --enable-grib2
> >> > >> > > > --enable-mode_graphics
> >> > >> > > >
> >> > >> > > > in the configure.log, I have found this error:
> >> > >> > > > ......
> >> > >> > > > hread model: posix
> >> > >> > > > gcc version 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC)
> >> > >> > > > configure:4604: $? = 0
> >> > >> > > > configure:4593: g++ -V >&5
> >> > >> > > > g++: error: unrecognized command line option '-V'
> >> > >> > > > g++: fatal error: no input files
> >> > >> > > > compilation terminated.
> >> > >> > > > configure:4604: $? = 4
> >> > >> > > > configure:4593: g++ -qversion >&5
> >> > >> > > > g++: error: unrecognized command line option '-
qversion'
> >> > >> > > > g++: fatal error: no input files
> >> > >> > > > compilation terminated.
> >> > >> > > > -----
> >> > >> > > >
> >> > >> > > >
> >> > >> > > > and  if I do "make"
> >> > >> > > >
> >> > >> > > > I have:
> >> > >> > > >
> >> > >> > > >
> >> > >> > >
> >> > >> >
> >> > >>
> >> >
> >>
>
-----------------------------------------------------------------------------------------------
> >> > >> > > > make[4]: Leaving directory
> >> > >> `/home/util/PAK/met-5.1/src/basic/vx_util'
> >> > >> > > > Making all in vx_config
> >> > >> > > > make[4]: Entering directory
> >> > >> > `/home/util/PAK/met-5.1/src/basic/vx_config'
> >> > >> > > > make[4]: *** No rule to make target `config.tab.yy',
needed
> by
> >> `
> >> > >> > > > config.tab.cc'.  Stop.
> >> > >> > > > ----------------
> >> > >> > > >  Any sugestion please
> >> > >> > > > Thank you in advance
> >> > >> > > > Otilia Diaconu
> >> > >> > > >
> >> > >> > > > PS. The error is the same if I tried bugfix version
> >> > >> > > >
> >> > >> > > >
> >> > >> > >
> >> > >> > >
> >> > >> > > --
> >> > >> > > Julie Prestopnik
> >> > >> > > National Center for Atmospheric Research
> >> > >> > > Research Applications Laboratory
> >> > >> > > Phone: 303.497.8399
> >> > >> > > Email: jpresto at ucar.edu
> >> > >> > >
> >> > >> > >
> >> > >> >
> >> > >> >
> >> > >>
> >> > >>
> >> > >> --
> >> > >> Julie Prestopnik
> >> > >> National Center for Atmospheric Research
> >> > >> Research Applications Laboratory
> >> > >> Phone: 303.497.8399
> >> > >> Email: jpresto at ucar.edu
> >> > >>
> >> > >>
> >> > >
> >> >
> >> >
> >>
> >>
> >> --
> >> Julie Prestopnik
> >> National Center for Atmospheric Research
> >> Research Applications Laboratory
> >> Phone: 303.497.8399
> >> Email: jpresto at ucar.edu
> >>
> >>
>
>


--
Julie Prestopnik
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

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


More information about the Met_help mailing list