RE: Issue in Config.guess - in system powerpc64le

2018-02-01 Thread Kumar, Awanish
See the in-lined reply. I doing what suggested by you but no luck.

-Original Message-
From: Ben Elliston [mailto:b...@air.net.au]
Sent: Thursday, February 1, 2018 3:57 PM
To: Kumar, Awanish <awanish.ku...@fisglobal.com>
Cc: Earnie <ear...@users.sourceforge.net>; config-patches@gnu.org; Vijayakumar, 
Vivek Shrinivasan <vivek.vijayaku...@fisglobal.com>
Subject: Re: Issue in Config.guess - in system powerpc64le

On Thu, Feb 01, 2018 at 10:20:51AM +, Kumar, Awanish wrote:


> Yes you are right the config.guess script inside
> RPostgreSQL_0.6-2.tar.gz has time stamp of 2011-10-19. But changing
> this is also giving error " ERROR: 'configure' exists but is not
> executable -- see the 'R Installation and Administration Manual' ".

Changing "what"?
 -->>Replacing config.guess and config.sub file inside package zip files.
--->>Changing just the date inside the package config file.

> Just to note: The same package with same config.guess is getting
> installed on other system.

Then the other system must not be a ppc64le system.
---Yes. On ubuntu / Window / RHEL x84_64 system.

> The problems: To me it looks like hostinfo, /bin/universe and other
> info are not getting any value during installation, so giving error.

No, not every system provides those commands. The problem is that uname -m is 
not recognised with that old version of config.guess. There is nothing broken 
-- you just need to upgrade config.guess.

-->>I am doing same from last few days but it is not getting installed. I 
am really clueless.

Ben

The information contained in this message is proprietary and/or confidential. 
If you are not the intended recipient, please: (i) delete the message and all 
copies; (ii) do not disclose, distribute or use the message in any manner; and 
(iii) notify the sender immediately. In addition, please be aware that any 
message addressed to our domain is subject to archiving and review by persons 
other than the intended recipient. Thank you.

___
config-patches mailing list
config-patches@gnu.org
https://lists.gnu.org/mailman/listinfo/config-patches


RE: Issue in Config.guess - in system powerpc64le

2018-01-30 Thread Kumar, Awanish
Hi,
The command $ find . -name config.guess | xargs grep 2011-10-19  is NOT 
returning anything. Which means in no files this value is present. But when we 
are installing (R CMD INSTALL RPostgreSQL_0.6-2.tar.gz ) we are getting error 
saying old config.guess file. Now I am really clueless from which location this 
value is coming.

What other option we can try?

Thanks
Awanish


-Original Message-
From: Ben Elliston [mailto:b...@air.net.au]
Sent: Tuesday, January 30, 2018 5:54 AM
To: Kumar, Awanish <awanish.ku...@fisglobal.com>
Cc: Earnie <ear...@users.sourceforge.net>; config-patches@gnu.org; Vijayakumar, 
Vivek Shrinivasan <vivek.vijayaku...@fisglobal.com>
Subject: Re: Issue in Config.guess - in system powerpc64le

On Mon, Jan 29, 2018 at 02:21:14PM +, Kumar, Awanish wrote:

> As suggested by you, I searched every occurrence of the files in the
> source directory and replace them with the downloaded file. But when I
> am trying to install its giving the old error, even the timestamp is
> showing " config.guess timestamp = 2011-10-19 ".

> I don't able to find the location from where it is reading this
> timestamp. Is there any chances that this problem is related to
> something else?

No.

Go to the top of the source tree and run:

   find . -name config.guess | xargs grep 2011-10-19

.. that will show you which files you have missed.

Ben
The information contained in this message is proprietary and/or confidential. 
If you are not the intended recipient, please: (i) delete the message and all 
copies; (ii) do not disclose, distribute or use the message in any manner; and 
(iii) notify the sender immediately. In addition, please be aware that any 
message addressed to our domain is subject to archiving and review by persons 
other than the intended recipient. Thank you.

___
config-patches mailing list
config-patches@gnu.org
https://lists.gnu.org/mailman/listinfo/config-patches


Re: Issue in Config.guess - in system powerpc64le

2018-01-29 Thread Ben Elliston
On Mon, Jan 29, 2018 at 02:21:14PM +, Kumar, Awanish wrote:

> As suggested by you, I searched every occurrence of the files in the
> source directory and replace them with the downloaded file. But when
> I am trying to install its giving the old error, even the timestamp
> is showing " config.guess timestamp = 2011-10-19 ".

> I don't able to find the location from where it is reading this
> timestamp. Is there any chances that this problem is related to
> something else?

No.

Go to the top of the source tree and run:

   find . -name config.guess | xargs grep 2011-10-19

.. that will show you which files you have missed.

Ben


signature.asc
Description: PGP signature
___
config-patches mailing list
config-patches@gnu.org
https://lists.gnu.org/mailman/listinfo/config-patches


RE: Issue in Config.guess - in system powerpc64le

2018-01-29 Thread Kumar, Awanish
Hi - thanks for your response.

As suggested by you, I searched every occurrence of the files in the source 
directory and replace them with the downloaded file. But when I am trying to 
install its giving the old error, even the timestamp is showing " config.guess 
timestamp = 2011-10-19 ".

I don't able to find the location from where it is reading this timestamp. Is 
there any chances that this problem is related to something else?

Thanks
Awanish

-Original Message-
From: Earnie Boyd [mailto:eboyd5...@gmail.com] On Behalf Of Earnie
Sent: Thursday, January 25, 2018 8:35 PM
To: Kumar, Awanish <awanish.ku...@fisglobal.com>; config-patches@gnu.org
Cc: Vijayakumar, Vivek Shrinivasan <vivek.vijayaku...@fisglobal.com>
Subject: Re: Issue in Config.guess - in system powerpc64le

On 1/25/2018 7:45 AM, Kumar, Awanish wrote:
> Hi team,
>
>
>
> While installing package "R CMD INSTALL RPostgreSQL_0.6-2.tar.gz" I am
> getting below error. Error msg is saying that is saying that
> config.guess/config.sub is not able to recognize my system. See the
> below error msg.
>
>
>
> I have IBM powerbox system (powerpc64le-redhat-linux-gnu).
>
>
>
> *What we tried:*
>
> We followed the below instruction to replace config.guess/config.sub
> these 2 files with latest file getting from link suggested in below
> error but NO luck.
>

If you replaced the two files with the current from the links provided below 
then why does the date from the script error message still show the year 2012.  
You must find every occurrence of the files in the source directory and replace 
them with the downloaded file.


>
>
> *What is our observation:*
>
> It looks like config.guess/config.sub files are not build for IBM
> Powerbox so we are getting this error.
>
>

Maybe not, but you haven't proved that yet.  You can execute the config.guess 
file manually that you downloaded to determine that.  I just took a moment to 
look at the script.  I find this snippet which tells me that your system is 
supported by the current script.

  ppc64le:Linux:*:*)
echo powerpc64le-unknown-linux-"$LIBC"
exit ;;

>
> Need your assistance to resolve this problem. For any query you can
> reach back to me.
>

Replace all files named config.guess and config.sub with the current ones from 
the repository.

--
HTH,
Earnie
The information contained in this message is proprietary and/or confidential. 
If you are not the intended recipient, please: (i) delete the message and all 
copies; (ii) do not disclose, distribute or use the message in any manner; and 
(iii) notify the sender immediately. In addition, please be aware that any 
message addressed to our domain is subject to archiving and review by persons 
other than the intended recipient. Thank you.

___
config-patches mailing list
config-patches@gnu.org
https://lists.gnu.org/mailman/listinfo/config-patches


Re: Issue in Config.guess - in system powerpc64le

2018-01-25 Thread Earnie
On 1/25/2018 7:45 AM, Kumar, Awanish wrote:
> Hi team,
> 
>  
> 
> While installing package “R CMD INSTALL RPostgreSQL_0.6-2.tar.gz” I am
> getting below error. Error msg is saying that is saying that
> config.guess/config.sub is not able to recognize my system. See the
> below error msg.
> 
>  
> 
> I have IBM powerbox system (powerpc64le-redhat-linux-gnu).
> 
>  
> 
> *What we tried:*
> 
> We followed the below instruction to replace config.guess/config.sub
> these 2 files with latest file getting from link suggested in below
> error but NO luck.
> 

If you replaced the two files with the current from the links provided
below then why does the date from the script error message still show
the year 2012.  You must find every occurrence of the files in the
source directory and replace them with the downloaded file.


>  
> 
> *What is our observation:*
> 
> It looks like config.guess/config.sub files are not build for IBM
> Powerbox so we are getting this error.
> 
>  

Maybe not, but you haven't proved that yet.  You can execute the
config.guess file manually that you downloaded to determine that.  I
just took a moment to look at the script.  I find this snippet which
tells me that your system is supported by the current script.

  ppc64le:Linux:*:*)
echo powerpc64le-unknown-linux-"$LIBC"
exit ;;

> 
> Need your assistance to resolve this problem. For any query you can
> reach back to me.
> 

Replace all files named config.guess and config.sub with the current
ones from the repository.

--
HTH,
Earnie

___
config-patches mailing list
config-patches@gnu.org
https://lists.gnu.org/mailman/listinfo/config-patches


Issue in Config.guess - in system powerpc64le

2018-01-25 Thread Kumar, Awanish
Hi team,

While installing package "R CMD INSTALL RPostgreSQL_0.6-2.tar.gz" I am getting 
below error. Error msg is saying that is saying that config.guess/config.sub is 
not able to recognize my system. See the below error msg.

I have IBM powerbox system (powerpc64le-redhat-linux-gnu).

What we tried:
We followed the below instruction to replace config.guess/config.sub these 2 
files with latest file getting from link suggested in below error but NO luck.

What is our observation:
It looks like config.guess/config.sub files are not build for IBM Powerbox so 
we are getting this error.

Need your assistance to resolve this problem. For any query you can reach back 
to me.

Regards,
Awanish, FIS Global services, Gurgaon, India
Mob: 9953328299

--error 
msg--

[root@LFCSLFISBOM01 snappy-1.1.2]# ./config.guess
./config.guess: unable to guess system type

This script, last modified 2012-02-10, has failed to recognize
the operating system you are using. It is advised that you
download the most up to date version of the config scripts from

  
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
and
  
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD

If the version you run (./config.guess) is already up to date, please
send the following data and any information you think might be
pertinent to > in order 
to provide the needed
information to handle your system.

config.guess timestamp = 2012-02-10

uname -m = ppc64le
uname -r = 3.10.0-693.11.6.el7.ppc64le
uname -s = Linux
uname -v = #1 SMP Thu Dec 28 14:26:44 EST 2017

/usr/bin/uname -p = ppc64le
/bin/uname -X =

hostinfo   =
/bin/universe  =
/usr/bin/arch -k   =
/bin/arch  = ppc64le
/usr/bin/oslevel   =
/usr/convex/getsysinfo =

UNAME_MACHINE = ppc64le
UNAME_RELEASE = 3.10.0-693.11.6.el7.ppc64le
UNAME_SYSTEM  = Linux
UNAME_VERSION = #1 SMP Thu Dec 28 14:26:44 EST 2017

-
The information contained in this message is proprietary and/or confidential. 
If you are not the intended recipient, please: (i) delete the message and all 
copies; (ii) do not disclose, distribute or use the message in any manner; and 
(iii) notify the sender immediately. In addition, please be aware that any 
message addressed to our domain is subject to archiving and review by persons 
other than the intended recipient. Thank you.
___
config-patches mailing list
config-patches@gnu.org
https://lists.gnu.org/mailman/listinfo/config-patches