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 <gentoo-catalyst+bounces-2408-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1Qbwb7-0007Xf-8t
	for garchives@archives.gentoo.org; Wed, 29 Jun 2011 15:22:37 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 17B011C1C2;
	Wed, 29 Jun 2011 15:22:16 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id DBD571C1C2
	for <gentoo-catalyst@lists.gentoo.org>; Wed, 29 Jun 2011 15:22:15 +0000 (UTC)
Received: from mail-vw0-f53.google.com (mail-vw0-f53.google.com [209.85.212.53])
	(using TLSv1 with cipher RC4-SHA (128/128 bits))
	(No client certificate requested)
	(Authenticated sender: mattst88)
	by smtp.gentoo.org (Postfix) with ESMTPSA id 9D0841B4041
	for <gentoo-catalyst@lists.gentoo.org>; Wed, 29 Jun 2011 15:22:14 +0000 (UTC)
Received: by vws13 with SMTP id 13so1185599vws.40
        for <gentoo-catalyst@lists.gentoo.org>; Wed, 29 Jun 2011 08:22:12 -0700 (PDT)
Received: by 10.52.89.200 with SMTP id bq8mr917267vdb.276.1309360932096; Wed,
 29 Jun 2011 08:22:12 -0700 (PDT)
Precedence: bulk
List-Post: <mailto:gentoo-catalyst@lists.gentoo.org>
List-Help: <mailto:gentoo-catalyst+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-catalyst+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-catalyst+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-catalyst.gentoo.org>
X-BeenThere: gentoo-catalyst@lists.gentoo.org
Reply-to: gentoo-catalyst@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.52.158.168 with HTTP; Wed, 29 Jun 2011 08:21:52 -0700 (PDT)
In-Reply-To: <1309330062.3762.81.camel@gmdev.webwayone.co.uk>
References: <1309330062.3762.81.camel@gmdev.webwayone.co.uk>
From: Matt Turner <mattst88@gentoo.org>
Date: Wed, 29 Jun 2011 11:21:52 -0400
Message-ID: <BANLkTi=rLeVK19Gvt7=P95WY349Q5MQt_w@mail.gmail.com>
Subject: Re: [gentoo-catalyst] Install of shadow fails during building stage2
To: gentoo-catalyst@lists.gentoo.org
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: 444f7e33d50ffd11d3a7df51a758eaa6

On Wed, Jun 29, 2011 at 2:47 AM, Graham Murray <gmurray@webwayone.co.uk> wr=
ote:
> 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/s=
hadow-4.1.4.3/image//usr/sbin/useradd
> libtool: install: /usr/bin/install -c userdel /var/tmp/portage/sys-apps/s=
hadow-4.1.4.3/image//usr/sbin/userdel
> libtool: install: /usr/bin/install -c usermod /var/tmp/portage/sys-apps/s=
hadow-4.1.4.3/image//usr/sbin/usermod
> libtool: install: /usr/bin/install -c vipw /var/tmp/portage/sys-apps/shad=
ow-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 =A0 /var/tmp/portage/sys-apps/shadow-4.1.4.3/image//usr/bin=
/sg
> ln -sf vipw =A0 =A0 /var/tmp/portage/sys-apps/shadow-4.1.4.3/image//usr/s=
bin/vigr
> for i in su; do \
> =A0 =A0 =A0 =A0chmod -f 4711 /var/tmp/portage/sys-apps/shadow-4.1.4.3/ima=
ge//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
> =A0* ERROR: sys-apps/shadow-4.1.4.3 failed (install phase):
> =A0* =A0 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.

Matt