From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=DATE_IN_PAST_24_48,DMARC_NONE, INVALID_DATE,MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from mta1.srv.hcvlny.cv.net ([167.206.5.4]) by cvs.gentoo.org with esmtp (Exim 3.30 #1) id 15lN6h-0003yE-00 for gentoo-dev@cvs.gentoo.org; Sun, 23 Sep 2001 22:12:35 -0600 Received: from monster (ool-182dd662.dyn.optonline.net [24.45.214.98]) by mta2.srv.hcvlny.cv.net (iPlanet Messaging Server 5.0 Patch 2 (built Dec 14 2000)) with ESMTP id <0GK500C1GFNPL5@mta2.srv.hcvlny.cv.net> for gentoo-dev@cvs.gentoo.org; Mon, 24 Sep 2001 00:11:49 -0400 (EDT) From: Joe DeRosa Subject: RE: [gentoo-dev] segfault during bootstrap (rc6-r9) In-reply-to: <20010923230929.A482620@plato.zk3.dec.com> To: gentoo-dev@cvs.gentoo.org Message-id: <000801c144af$0d9c57c0$14002a0a@optonline.net> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Mailer: Microsoft Outlook, Build 10.0.2627 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Sun Sep 23 22:13:01 2001 X-Original-Date: Mon, 24 Sep 2001 00:11:57 -0400 X-Archives-Salt: 6682453a-abda-422a-96e6-8cd03d29523e X-Archives-Hash: 3e6e8be7612f6728d9287011f65c2b7f Chris, I was getting the same error messages, they were because I was piping output through tee to a file: scripts/bootstrap.sh files/bootstrapfile | tee bootstrap.log or even if I just used simple io redirectoion: scripts/bootstrap.sh files/bootstrapfile > bootstrap.log Once I removed the redirection, everything went smooth. Joe -----Original Message----- From: gentoo-dev-admin@cvs.gentoo.org [mailto:gentoo-dev-admin@cvs.gentoo.org] On Behalf Of Chris Houser Sent: Sunday, September 23, 2001 11:09 PM To: gentoo-dev@cvs.gentoo.org Subject: [gentoo-dev] segfault during bootstrap (rc6-r9) I have been having problems getting build-ix86-1.0_rc6-r9.tbz2 to bootstrap, using portage-1.6.9. During the 'merge' portion of the glibc emerge, I would get this output: ... /var/tmp/portage/glibc-2.2.4-r1/image/sbin/sln >>> Completed installing into /var/tmp/portage/glibc-2.2.4-r1/image/ Saving ld-linux,libc6 and libpthread /bin/cp: cannot create regular file `/tmp/ld-linux.so.2': Text file busy ...and then a segfault. I tried this a couple times, getting similar or identical results. Finally, I decided to manually step through what the bootstrap script does: # USE="build" ebuild /usr/portage/sys-apps/baselayout-1.6.3/baselayout-1.6.3.ebuild merge # USE="build" ebuild /usr/portage/sys-devel/binutils-2.11.90.0.7/binutils-2.11.90.0.7.ebuild merge # USE="build" ebuild /usr/portage/sys-devel/gcc/gcc-2.95.3-r5.ebuild merge # ebuild /usr/portage/sys-libs/glibc/glibc-2.2.4-r1.ebuild merge ...and this seemed to work fine. I don't know why. I finished doing the manual bootstrap, and it seems to be working fine: # ebuild /usr/portage/sys-devel/binutils/binutils-2.11.90.0.27.ebuild merge # emerge sys-devel/gcc # emerge sys-apps/texinfo I don't know what was broken before, or why it worked, but I thought I should at least record what I did. Hopefully if anyone else sees the same bootstrap error I did, we'll be able to find a fix. My machine is now happily working on 'emerge system'. Thanks to everyone on IRC that helped me a long the way. --Chris _______________________________________________ gentoo-dev mailing list gentoo-dev@cvs.gentoo.org http://cvs.gentoo.org/mailman/listinfo/gentoo-dev