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 ztxmail03.ztx.compaq.com ([161.114.1.207]) by cvs.gentoo.org with esmtp (Exim 3.30 #1) id 15lM8u-0003Rw-00 for gentoo-dev@cvs.gentoo.org; Sun, 23 Sep 2001 21:10:49 -0600 Received: by ztxmail03.ztx.compaq.com (Postfix, from userid 12345) id 4D4EA234B; Sun, 23 Sep 2001 22:09:30 -0500 (CDT) Received: from mailrelay01.cce.cpqcorp.net (mailrelay01.cce.cpqcorp.net [16.47.68.171]) by ztxmail03.ztx.compaq.com (Postfix) with ESMTP id 42913214A for ; Sun, 23 Sep 2001 22:09:30 -0500 (CDT) Received: by mailrelay01.cce.cpqcorp.net (Postfix, from userid 12345) id 139684E0; Sun, 23 Sep 2001 22:09:30 -0500 (CDT) Received: from oflume.zk3.dec.com (oflume.zk3.dec.com [16.140.112.3]) by mailrelay01.cce.cpqcorp.net (Postfix) with ESMTP id BF69E564 for ; Sun, 23 Sep 2001 22:09:29 -0500 (CDT) Received: from plato.zk3.dec.com by oflume.zk3.dec.com (8.8.8/1.1.22.3/03Mar00-0551AM) id XAA0000006379; Sun, 23 Sep 2001 23:09:29 -0400 (EDT) Received: by plato.zk3.dec.com (8.9.3/1.1.29.3/09Apr01-0437PM) id XAA0000482729; Sun, 23 Sep 2001 23:09:29 -0400 (EDT) From: Chris Houser To: gentoo-dev@cvs.gentoo.org Message-ID: <20010923230929.A482620@plato.zk3.dec.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.18i Subject: [gentoo-dev] segfault during bootstrap (rc6-r9) 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 21:11:01 2001 X-Original-Date: Sun, 23 Sep 2001 23:09:29 -0400 X-Archives-Salt: f3519ebc-a50e-4d2b-9c42-cffb9edd5abe X-Archives-Hash: 2484f5c13c5d42e5520575ef827c893c 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