Gentoo Archives: gentoo-catalyst

From: Matt Turner <mattst88@g.o>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] Install of shadow fails during building stage2
Date: Wed, 29 Jun 2011 15:22:37
Message-Id: BANLkTi=rLeVK19Gvt7=P95WY349Q5MQt_w@mail.gmail.com
In Reply to: [gentoo-catalyst] Install of shadow fails during building stage2 by Graham Murray
1 On Wed, Jun 29, 2011 at 2:47 AM, Graham Murray <gmurray@××××××××××××.uk> wrote:
2 > As part of the process of building a stage4, I have successfully built
3 > stage1 but the stage2 build is failing on the install phase of
4 > sys-apps/shadow. Unfortunately I cannot see what it is that is failing
5 > to install. The last few lines from the catalyst run are:-
6 >
7 > Libtool: install: /usr/bin/install -c useradd /var/tmp/portage/sys-apps/shadow-4.1.4.3/image//usr/sbin/useradd
8 > libtool: install: /usr/bin/install -c userdel /var/tmp/portage/sys-apps/shadow-4.1.4.3/image//usr/sbin/userdel
9 > libtool: install: /usr/bin/install -c usermod /var/tmp/portage/sys-apps/shadow-4.1.4.3/image//usr/sbin/usermod
10 > libtool: install: /usr/bin/install -c vipw /var/tmp/portage/sys-apps/shadow-4.1.4.3/image//usr/sbin/vipw
11 > make[2]: Leaving directory `/var/tmp/portage/sys-apps/shadow-4.1.4.3/work/shadow-4.1.4.3/src'
12 > ln -sf newgrp   /var/tmp/portage/sys-apps/shadow-4.1.4.3/image//usr/bin/sg
13 > ln -sf vipw     /var/tmp/portage/sys-apps/shadow-4.1.4.3/image//usr/sbin/vigr
14 > for i in su; do \
15 >        chmod -f 4711 /var/tmp/portage/sys-apps/shadow-4.1.4.3/image//bin/$i; \
16 > done
17 > make[1]: *** [install-am] Error 1
18 > make[1]: Leaving directory `/var/tmp/portage/sys-apps/shadow-4.1.4.3/work/shadow-4.1.4.3/src'
19 > make: *** [install-recursive] Error 1
20 > emake failed
21 >  * ERROR: sys-apps/shadow-4.1.4.3 failed (install phase):
22 >  *   install problem
23
24 What version of catalyst are you using?
25
26 I just checked in a patch to catalyst two days ago that makes sure
27 shadow is emerged before distcc, if distcc is being used. But your
28 problem seems to be different.
29
30 Matt

Replies

Subject Author
Re: [gentoo-catalyst] Install of shadow fails during building stage2 Graham Murray <gmurray@××××××××××××.uk>