From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=DMARC_NONE,MAILING_LIST_MULTI, RDNS_DYNAMIC autolearn=no autolearn_force=no version=4.0.0 Received: from homer.caseycain.com (h24-80-12-136.vc.shawcable.net [24.80.12.136]) by chiba.3jane.net (Postfix) with ESMTP id 9C459AC469 for ; Thu, 23 May 2002 18:45:51 -0500 (CDT) Received: by homer.caseycain.com (Postfix, from userid 1006) id E24D64004A1; Thu, 23 May 2002 16:48:42 -0700 (PDT) Date: Thu, 23 May 2002 16:48:42 -0700 From: Casey Cain To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] gcc3.1 -- how build stage2-*.tbz2 tarball? Message-ID: <20020523234842.GA6745@homer.caseycain.com> References: <20020522213531.GA394@homer.caseycain.com> <1022195450.23680.73.camel@sartre.shacknet.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1022195450.23680.73.camel@sartre.shacknet.nu> User-Agent: Mutt/1.3.25i Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: acae7215-86fd-44ef-a83a-c8c26133ea22 X-Archives-Hash: 794cbd92bca33a88ebaafb94f883cf99 On 05 02, 18:10, Matthew Kennedy wrote: > Hello, > > Were you able to emerge xfree after bootstrapping with gcc3.1 by any > chance? No. It kept crapping out at the very very end trying to build something in Mesa.. I tried like 5 times..different things..such as taking the -D_USE-3DNOW, changing -march=i686 to -march-i386..but it always failed. I checked Cooker's Xfree-4.2 SRPMS, AFAIK, Cooker is totally compiled with gcc3.1 but they have about 20+ patches, but nothing that I can find to do with either gcc3.1, or Mesa. I took a screenshot of where it failed..not much help I know.. http://members.shaw.ca/cjv99/gcc31-error.png But...I eventually went into the dir an compiled the file with gcc -c gamma_inithw.c -o gamma_inithw.o (which basically makes an empty object file because it needs the #defines..so it compiled. I then went back and ran make in the work dir and it built and installed and everything. THEN I DID SOMETHING DUMB. I was doing this in Vmware, so I was keeping various copies of virtual disc. Anyways, before I tried to use portage to install it, I went and copied the virtual disc to a a new location, however I screwed up and overwrote this disc with an older one!!! Anyways, I have a midterm today so I cannot work on it..I should be studying now..ha.. I suppose if we can rip Mesa out..it will build..but that's not a solution, just a quick hack. bootstrapped with..gcc3.1, perl-5.6.1-r4, binutils-2.12, had to use an older ncurses but other than that it went pretty smoothly. Casey