config-patches
[Top][All Lists]
Advanced

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

Re: Issue in Config.guess - in system powerpc64le


From: Earnie
Subject: Re: Issue in Config.guess - in system powerpc64le
Date: Thu, 25 Jan 2018 10:05:17 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]