From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QbxAl-0002a8-Rz for garchives@archives.gentoo.org; Wed, 29 Jun 2011 15:59:28 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42C2D1C153; Wed, 29 Jun 2011 15:59:09 +0000 (UTC) Received: from WWOSBS1.webwayone.local (procserver.webwayone.co.uk [62.8.115.202]) by pigeon.gentoo.org (Postfix) with ESMTP id BBC671C153 for ; Wed, 29 Jun 2011 15:59:08 +0000 (UTC) Received: from [192.168.50.45] (192.168.50.45) by WWOSBS1.webwayone.local (192.168.50.3) with Microsoft SMTP Server (TLS) id 8.3.159.2; Wed, 29 Jun 2011 16:43:00 +0100 Subject: Re: [gentoo-catalyst] Install of shadow fails during building stage2 From: Graham Murray To: In-Reply-To: References: <1309330062.3762.81.camel@gmdev.webwayone.co.uk> Content-Type: text/plain; charset="UTF-8" Organization: WebWayOne Ltd Date: Wed, 29 Jun 2011 16:43:00 +0100 Message-ID: <1309362180.22204.9.camel@gmdev.webwayone.co.uk> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 X-Mailer: Evolution 2.32.3 Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 1ae8da512c7f2e3289ebef1b5504263e On Wed, 2011-06-29 at 16:21 +0100, Matt Turner wrote: > On Wed, Jun 29, 2011 at 2:47 AM, Graham Murray > wrote: > > As part of the process of building a stage4, I have successfully > built > > stage1 but the stage2 build is failing on the install phase of > > sys-apps/shadow. Unfortunately I cannot see what it is that is > failing > > to install. The last few lines from the catalyst run are:- > > > > Libtool: install: /usr/bin/install -c > useradd /var/tmp/portage/sys-apps/shadow-4.1.4.3/image//usr/sbin/useradd > > libtool: install: /usr/bin/install -c > userdel /var/tmp/portage/sys-apps/shadow-4.1.4.3/image//usr/sbin/userdel > > libtool: install: /usr/bin/install -c > usermod /var/tmp/portage/sys-apps/shadow-4.1.4.3/image//usr/sbin/usermod > > libtool: install: /usr/bin/install -c > vipw /var/tmp/portage/sys-apps/shadow-4.1.4.3/image//usr/sbin/vipw > > make[2]: Leaving directory > `/var/tmp/portage/sys-apps/shadow-4.1.4.3/work/shadow-4.1.4.3/src' > > ln -sf newgrp > /var/tmp/portage/sys-apps/shadow-4.1.4.3/image//usr/bin/sg > > ln -sf vipw > /var/tmp/portage/sys-apps/shadow-4.1.4.3/image//usr/sbin/vigr > > for i in su; do \ > > chmod -f > 4711 /var/tmp/portage/sys-apps/shadow-4.1.4.3/image//bin/$i; \ > > done > > make[1]: *** [install-am] Error 1 > > make[1]: Leaving directory > `/var/tmp/portage/sys-apps/shadow-4.1.4.3/work/shadow-4.1.4.3/src' > > make: *** [install-recursive] Error 1 > > emake failed > > * ERROR: sys-apps/shadow-4.1.4.3 failed (install phase): > > * install problem > > What version of catalyst are you using? > > I just checked in a patch to catalyst two days ago that makes sure > shadow is emerged before distcc, if distcc is being used. But your > problem seems to be different. > I am using version 2.0.6.916 on hardened/linux/amd64/no-multilib and I am not using distcc, just building on the one system.