* How to install the cross-compiler toolchain?
@ 2001-09-05 4:52 kjlin
2001-09-05 4:52 ` kjlin
2001-09-05 13:27 ` Jean-Christophe ARNU
0 siblings, 2 replies; 6+ messages in thread
From: kjlin @ 2001-09-05 4:52 UTC (permalink / raw)
To: linux-mips
[-- Attachment #1: Type: text/plain, Size: 1017 bytes --]
Hi
My host is x86 running RedHat 7.1.
I downloaded the cross-compiler, toolchain-mips-20010810-1.i386.rpm, from the sgi ftp site and tried to install it.
But i found that GLIBC_2.2.3 is needed by toolchain-mips-20010810-1.
However, the system library of RedHat 7.1 is glibc-2.2.2 and the "failed dependencies" error message showed while installing.
Therefore, i downloaded the glibc-2.2.3-13.3.i386.rpm and installed.
But failed.
#rpm -ivh glibc-2.2.3-13.3.i386.rpm
error: failed dependencies:
glibc-common = 2.2.3-13.3 is needed by glibc-2.2.3-13.3
glibc-devel < 2.2.3 conflicts with glibc-2.2.3-13.3
I also tried to install glibc-common-2.2.3-13.3.i386.rpm but still failed.
#rpm -ivh glibc-common-2.2.3-13.3.i386.rpm
error: failed dependencies:
glibc < 2.2.3 conflicts with glibc-common-2.2.3-13.3
I am confused by the result.
Can anybody tell me how to install the toolchain-mips-20010810-1.i386.rpm successfully?
Thanks in advance.
KJ
[-- Attachment #2: Type: text/html, Size: 2117 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread* How to install the cross-compiler toolchain?
2001-09-05 4:52 How to install the cross-compiler toolchain? kjlin
@ 2001-09-05 4:52 ` kjlin
2001-09-05 13:27 ` Jean-Christophe ARNU
1 sibling, 0 replies; 6+ messages in thread
From: kjlin @ 2001-09-05 4:52 UTC (permalink / raw)
To: linux-mips
[-- Attachment #1: Type: text/plain, Size: 1017 bytes --]
Hi
My host is x86 running RedHat 7.1.
I downloaded the cross-compiler, toolchain-mips-20010810-1.i386.rpm, from the sgi ftp site and tried to install it.
But i found that GLIBC_2.2.3 is needed by toolchain-mips-20010810-1.
However, the system library of RedHat 7.1 is glibc-2.2.2 and the "failed dependencies" error message showed while installing.
Therefore, i downloaded the glibc-2.2.3-13.3.i386.rpm and installed.
But failed.
#rpm -ivh glibc-2.2.3-13.3.i386.rpm
error: failed dependencies:
glibc-common = 2.2.3-13.3 is needed by glibc-2.2.3-13.3
glibc-devel < 2.2.3 conflicts with glibc-2.2.3-13.3
I also tried to install glibc-common-2.2.3-13.3.i386.rpm but still failed.
#rpm -ivh glibc-common-2.2.3-13.3.i386.rpm
error: failed dependencies:
glibc < 2.2.3 conflicts with glibc-common-2.2.3-13.3
I am confused by the result.
Can anybody tell me how to install the toolchain-mips-20010810-1.i386.rpm successfully?
Thanks in advance.
KJ
[-- Attachment #2: Type: text/html, Size: 2117 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: How to install the cross-compiler toolchain?
2001-09-05 4:52 How to install the cross-compiler toolchain? kjlin
2001-09-05 4:52 ` kjlin
@ 2001-09-05 13:27 ` Jean-Christophe ARNU
2001-09-05 9:51 ` kjlin
1 sibling, 1 reply; 6+ messages in thread
From: Jean-Christophe ARNU @ 2001-09-05 13:27 UTC (permalink / raw)
To: kjlin; +Cc: linux-mips
On 05 Sep 2001 12:52:13 +0800, kjlin wrote:
> #rpm -ivh glibc-2.2.3-13.3.i386.rpm
> error: failed dependencies:
> glibc-common = 2.2.3-13.3 is needed by glibc-2.2.3-13.3
> glibc-devel < 2.2.3 conflicts with glibc-2.2.3-13.3
> I also tried to install glibc-common-2.2.3-13.3.i386.rpm but still failed.
> #rpm -ivh glibc-common-2.2.3-13.3.i386.rpm
> error: failed dependencies:
> glibc < 2.2.3 conflicts with glibc-common-2.2.3-13.3
>
> I am confused by the result.
You should update and not install glibc.
# rpm -uvh glibc-common-2.2.3.13.3.i386.rpm
--
Jean-Christophe ARNU
s/w developer
Paratronic France
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How to install the cross-compiler toolchain?
2001-09-05 13:27 ` Jean-Christophe ARNU
@ 2001-09-05 9:51 ` kjlin
2001-09-05 9:51 ` kjlin
0 siblings, 1 reply; 6+ messages in thread
From: kjlin @ 2001-09-05 9:51 UTC (permalink / raw)
To: Jean-Christophe ARNU; +Cc: linux-mips
----- Original Message -----
Subject: Re: How to install the cross-compiler toolchain?
> On 05 Sep 2001 12:52:13 +0800, kjlin wrote:
> > #rpm -ivh glibc-2.2.3-13.3.i386.rpm
> > error: failed dependencies:
> > glibc-common = 2.2.3-13.3 is needed by glibc-2.2.3-13.3
> > glibc-devel < 2.2.3 conflicts with glibc-2.2.3-13.3
> > I also tried to install glibc-common-2.2.3-13.3.i386.rpm but still
failed.
> > #rpm -ivh glibc-common-2.2.3-13.3.i386.rpm
> > error: failed dependencies:
> > glibc < 2.2.3 conflicts with glibc-common-2.2.3-13.3
> >
> > I am confused by the result.
>
> You should update and not install glibc.
> # rpm -uvh glibc-common-2.2.3-13.3.i386.rpm
It is the same.
Just more error messages.
# rpm -Uvh glibc-common-2.2.3-13.3.i386.rpm
error: failed dependencies:
glibc < 2.2.3 conflicts with glibc-common-2.2.3-13.3
glibc-common = 2.2.2-10 is needed by glibc-2.2.2-10
# rpm -Uvh glibc-2.2.3-13.3.i386.rpm
error: failed dependencies:
glibc-common = 2.2.3-13.3 is needed by glibc-2.2.3-13.3
glibc-devel < 2.2.3 conflicts with glibc-2.2.3-13.3
glibc > 2.2.2 conflicts with glibc-common-2.2.2-10
glibc = 2.2.2 is needed by glibc-devel-2.2.2-10
# rpm -Uvh glibc-devel-2.2.3-13.3.i386.rpm
error: failed dependencies:
glibc = 2.2.3 is needed by glibc-devel-2.2.3-13.3
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: How to install the cross-compiler toolchain?
2001-09-05 9:51 ` kjlin
@ 2001-09-05 9:51 ` kjlin
0 siblings, 0 replies; 6+ messages in thread
From: kjlin @ 2001-09-05 9:51 UTC (permalink / raw)
To: Jean-Christophe ARNU; +Cc: linux-mips
----- Original Message -----
Subject: Re: How to install the cross-compiler toolchain?
> On 05 Sep 2001 12:52:13 +0800, kjlin wrote:
> > #rpm -ivh glibc-2.2.3-13.3.i386.rpm
> > error: failed dependencies:
> > glibc-common = 2.2.3-13.3 is needed by glibc-2.2.3-13.3
> > glibc-devel < 2.2.3 conflicts with glibc-2.2.3-13.3
> > I also tried to install glibc-common-2.2.3-13.3.i386.rpm but still
failed.
> > #rpm -ivh glibc-common-2.2.3-13.3.i386.rpm
> > error: failed dependencies:
> > glibc < 2.2.3 conflicts with glibc-common-2.2.3-13.3
> >
> > I am confused by the result.
>
> You should update and not install glibc.
> # rpm -uvh glibc-common-2.2.3-13.3.i386.rpm
It is the same.
Just more error messages.
# rpm -Uvh glibc-common-2.2.3-13.3.i386.rpm
error: failed dependencies:
glibc < 2.2.3 conflicts with glibc-common-2.2.3-13.3
glibc-common = 2.2.2-10 is needed by glibc-2.2.2-10
# rpm -Uvh glibc-2.2.3-13.3.i386.rpm
error: failed dependencies:
glibc-common = 2.2.3-13.3 is needed by glibc-2.2.3-13.3
glibc-devel < 2.2.3 conflicts with glibc-2.2.3-13.3
glibc > 2.2.2 conflicts with glibc-common-2.2.2-10
glibc = 2.2.2 is needed by glibc-devel-2.2.2-10
# rpm -Uvh glibc-devel-2.2.3-13.3.i386.rpm
error: failed dependencies:
glibc = 2.2.3 is needed by glibc-devel-2.2.3-13.3
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: How to install the cross-compiler toolchain?
@ 2001-09-05 10:17 Phil Thompson
0 siblings, 0 replies; 6+ messages in thread
From: Phil Thompson @ 2001-09-05 10:17 UTC (permalink / raw)
To: 'linux-mips@oss.sgi.com'
Have you tried giving all the packages on the same command line?
rpm -U glibc-*
...works for me.
Phil
> -----Original Message-----
> From: kjlin [mailto:kj.lin@viditec-netmedia.com.tw]
> Sent: 05 September 2001 10:51
> To: Jean-Christophe ARNU
> Cc: linux-mips@oss.sgi.com
> Subject: Re: How to install the cross-compiler toolchain?
>
>
>
> ----- Original Message -----
> Subject: Re: How to install the cross-compiler toolchain?
>
>
> > On 05 Sep 2001 12:52:13 +0800, kjlin wrote:
> > > #rpm -ivh glibc-2.2.3-13.3.i386.rpm
> > > error: failed dependencies:
> > > glibc-common = 2.2.3-13.3 is needed by
> glibc-2.2.3-13.3
> > > glibc-devel < 2.2.3 conflicts with
> glibc-2.2.3-13.3
> > > I also tried to install glibc-common-2.2.3-13.3.i386.rpm but still
> failed.
> > > #rpm -ivh glibc-common-2.2.3-13.3.i386.rpm
> > > error: failed dependencies:
> > > glibc < 2.2.3 conflicts with
> glibc-common-2.2.3-13.3
> > >
> > > I am confused by the result.
> >
> > You should update and not install glibc.
> > # rpm -uvh glibc-common-2.2.3-13.3.i386.rpm
>
> It is the same.
> Just more error messages.
> # rpm -Uvh glibc-common-2.2.3-13.3.i386.rpm
> error: failed dependencies:
> glibc < 2.2.3 conflicts with glibc-common-2.2.3-13.3
> glibc-common = 2.2.2-10 is needed by glibc-2.2.2-10
>
> # rpm -Uvh glibc-2.2.3-13.3.i386.rpm
> error: failed dependencies:
> glibc-common = 2.2.3-13.3 is needed by glibc-2.2.3-13.3
> glibc-devel < 2.2.3 conflicts with glibc-2.2.3-13.3
> glibc > 2.2.2 conflicts with glibc-common-2.2.2-10
> glibc = 2.2.2 is needed by glibc-devel-2.2.2-10
>
> # rpm -Uvh glibc-devel-2.2.3-13.3.i386.rpm
> error: failed dependencies:
> glibc = 2.2.3 is needed by glibc-devel-2.2.3-13.3
>
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2001-09-05 10:17 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-05 4:52 How to install the cross-compiler toolchain? kjlin
2001-09-05 4:52 ` kjlin
2001-09-05 13:27 ` Jean-Christophe ARNU
2001-09-05 9:51 ` kjlin
2001-09-05 9:51 ` kjlin
-- strict thread matches above, loose matches on Subject: below --
2001-09-05 10:17 Phil Thompson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox