From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id f855CJ513244 for linux-mips-outgoing; Tue, 4 Sep 2001 22:12:19 -0700 Received: from viditec-netmedia.com.tw (61-220-240-70.HINET-IP.hinet.net [61.220.240.70]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id f855CAd13240 for ; Tue, 4 Sep 2001 22:12:10 -0700 Received: from kjlin ([61.220.240.66]) by viditec-netmedia.com.tw (8.10.0/8.10.0) with SMTP id f857cXW18996 for ; Wed, 5 Sep 2001 15:38:33 +0800 Message-ID: <008901c135c6$87b88c60$056aaac0@kjlin> From: "kjlin" To: Subject: How to install the cross-compiler toolchain? Date: Wed, 5 Sep 2001 12:52:13 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0086_01C13609.95BA3AA0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-linux-mips@oss.sgi.com Precedence: bulk This is a multi-part message in MIME format. ------=_NextPart_000_0086_01C13609.95BA3AA0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: quoted-printable Hi=20 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=20 error: failed dependencies: glibc-common =3D 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 ------=_NextPart_000_0086_01C13609.95BA3AA0 Content-Type: text/html; charset="big5" Content-Transfer-Encoding: quoted-printable
Hi
 
My host is x86 running RedHat 7.1.
I downloaded the cross-compiler,=20 toolchain-mips-20010810-1.i386.rpm, from the sgi ftp site and tried to = install=20 it.
But i found that GLIBC_2.2.3 is needed by=20 toolchain-mips-20010810-1.
However, the system library of RedHat 7.1 is = glibc-2.2.2 and=20 the "failed dependencies" error message showed while = installing.
Therefore, i downloaded the = glibc-2.2.3-13.3.i386.rpm and=20 installed.
But failed.
#rpm -ivh glibc-2.2.3-13.3.i386.rpm
error: failed=20 dependencies:
         &n= bsp;     =20 glibc-common =3D 2.2.3-13.3 is needed by=20 glibc-2.2.3-13.3
         = ;      =20 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=20 still failed.
#rpm -ivh = glibc-common-2.2.3-13.3.i386.rpm
error: failed=20 dependencies:
         &n= bsp;     =20 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=20 toolchain-mips-20010810-1.i386.rpm successfully?
 
Thanks in advance.
KJ
 
------=_NextPart_000_0086_01C13609.95BA3AA0-- From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id f857V8r15423 for linux-mips-outgoing; Wed, 5 Sep 2001 00:31:08 -0700 Received: from tamaris.wanadoo.fr (smtp-rt-12.wanadoo.fr [193.252.19.60]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id f857V1d15420 for ; Wed, 5 Sep 2001 00:31:02 -0700 Received: from villosa.wanadoo.fr (193.252.19.122) by tamaris.wanadoo.fr; 5 Sep 2001 09:30:52 +0200 Received: from ez (193.253.187.170) by villosa.wanadoo.fr; 5 Sep 2001 09:30:49 +0200 Subject: Re: How to install the cross-compiler toolchain? From: Jean-Christophe ARNU To: kjlin Cc: linux-mips@oss.sgi.com In-Reply-To: <008901c135c6$87b88c60$056aaac0@kjlin> References: <008901c135c6$87b88c60$056aaac0@kjlin> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/0.12 (Preview Release) Date: 05 Sep 2001 09:27:40 -0400 Message-Id: <999696461.4471.15.camel@ez> Mime-Version: 1.0 Sender: owner-linux-mips@oss.sgi.com Precedence: bulk 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id f85ABuB18500 for linux-mips-outgoing; Wed, 5 Sep 2001 03:11:56 -0700 Received: from viditec-netmedia.com.tw (61-220-240-70.HINET-IP.hinet.net [61.220.240.70]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id f85ABrd18490 for ; Wed, 5 Sep 2001 03:11:53 -0700 Received: from kjlin ([61.220.240.66]) by viditec-netmedia.com.tw (8.10.0/8.10.0) with SMTP id f85CbaW19729; Wed, 5 Sep 2001 20:37:36 +0800 Message-ID: <00c401c135f0$509d6500$056aaac0@kjlin> From: "kjlin" To: "Jean-Christophe ARNU" Cc: References: <008901c135c6$87b88c60$056aaac0@kjlin> <999696461.4471.15.camel@ez> Subject: Re: How to install the cross-compiler toolchain? Date: Wed, 5 Sep 2001 17:51:20 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-linux-mips@oss.sgi.com Precedence: bulk ----- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id f85AHgB18644 for linux-mips-outgoing; Wed, 5 Sep 2001 03:17:42 -0700 Received: from animal.pace.co.uk (gateway.pace.co.uk [195.44.197.250]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id f85AHcd18638 for ; Wed, 5 Sep 2001 03:17:38 -0700 Received: from exchange1.cam.pace.co.uk (exchange1.cam.pace.co.uk [136.170.131.80]) by animal.pace.co.uk (8.10.2/8.10.2) with ESMTP id f85AHW709440 for ; Wed, 5 Sep 2001 11:17:32 +0100 Received: by exchange1.cam.pace.co.uk with Internet Mail Service (5.5.2650.21) id ; Wed, 5 Sep 2001 11:17:05 +0100 Message-ID: <54045BFDAD47D5118A850002A5095CC30AC578@exchange1.cam.pace.co.uk> From: Phil Thompson To: "'linux-mips@oss.sgi.com'" Subject: RE: How to install the cross-compiler toolchain? Date: Wed, 5 Sep 2001 11:17:04 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="big5" Sender: owner-linux-mips@oss.sgi.com Precedence: bulk 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 > > > From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <008901c135c6$87b88c60$056aaac0@kjlin> From: "kjlin" Subject: How to install the cross-compiler toolchain? Date: Wed, 5 Sep 2001 12:52:13 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0086_01C13609.95BA3AA0" Sender: owner-linux-mips@oss.sgi.com To: linux-mips@oss.sgi.com Message-ID: <20010905045213.r-JZ5Pr1973EKA52OmzrYtRlQ7_56m8S3PlCvCVkGS8@z> This is a multi-part message in MIME format. ------=_NextPart_000_0086_01C13609.95BA3AA0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: quoted-printable Hi=20 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=20 error: failed dependencies: glibc-common =3D 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 ------=_NextPart_000_0086_01C13609.95BA3AA0 Content-Type: text/html; charset="big5" Content-Transfer-Encoding: quoted-printable
Hi
 
My host is x86 running RedHat 7.1.
I downloaded the cross-compiler,=20 toolchain-mips-20010810-1.i386.rpm, from the sgi ftp site and tried to = install=20 it.
But i found that GLIBC_2.2.3 is needed by=20 toolchain-mips-20010810-1.
However, the system library of RedHat 7.1 is = glibc-2.2.2 and=20 the "failed dependencies" error message showed while = installing.
Therefore, i downloaded the = glibc-2.2.3-13.3.i386.rpm and=20 installed.
But failed.
#rpm -ivh glibc-2.2.3-13.3.i386.rpm
error: failed=20 dependencies:
         &n= bsp;     =20 glibc-common =3D 2.2.3-13.3 is needed by=20 glibc-2.2.3-13.3
         = ;      =20 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=20 still failed.
#rpm -ivh = glibc-common-2.2.3-13.3.i386.rpm
error: failed=20 dependencies:
         &n= bsp;     =20 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=20 toolchain-mips-20010810-1.i386.rpm successfully?
 
Thanks in advance.
KJ
 
------=_NextPart_000_0086_01C13609.95BA3AA0-- From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <00c401c135f0$509d6500$056aaac0@kjlin> From: "kjlin" References: <008901c135c6$87b88c60$056aaac0@kjlin> <999696461.4471.15.camel@ez> Subject: Re: How to install the cross-compiler toolchain? Date: Wed, 5 Sep 2001 17:51:20 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit Sender: owner-linux-mips@oss.sgi.com To: Jean-Christophe ARNU Cc: linux-mips@oss.sgi.com Message-ID: <20010905095120.9XKgmC5r5dgVN7_7yv4diwICgtaf9w-0HRBKSpReZ14@z> ----- 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