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 1MwDgV-0006ts-7z for garchives@archives.gentoo.org; Fri, 09 Oct 2009 11:30:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26133E073F; Fri, 9 Oct 2009 11:30:54 +0000 (UTC) Received: from chubut.fierro-soft.com.ar (190_0_162_121.srv.solunet.com.ar [190.0.162.121]) by pigeon.gentoo.org (Postfix) with ESMTP id 80A11E073F for ; Fri, 9 Oct 2009 11:30:53 +0000 (UTC) Received: (qmail 4969 invoked from network); 9 Oct 2009 11:30:33 -0000 Received: from unknown (HELO ?192.168.1.102?) (guillermo.narvaja@fierro-soft.com.ar@190.55.213.104) by 190?0?162?121.srv.solunet.com.ar with ESMTPA; 9 Oct 2009 11:30:33 -0000 Subject: Re: [gentoo-catalyst] groupadd: command not found From: "Guillermo M. Narvaja" To: gentoo-catalyst@lists.gentoo.org In-Reply-To: References: Content-Type: text/plain; charset="ISO-8859-1" Organization: Lambda Sistemas S.R.L. Date: Fri, 09 Oct 2009 08:31:19 -0300 Message-Id: <1255087879.432.17.camel@yapeyu.lambdasistemas.com> 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.24.5 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: fb454b64-4424-4b5c-bc08-7dbcd0584253 X-Archives-Hash: 66a0b7d90518e4163a672215851d46f1 El jue, 08-10-2009 a las 20:17 +0200, Juan Luis P=E9rez P=E9rez escribi=F3= :=20 > I'm trying to create some a custom stage3, I got stages 1 and 2, but > when catalyst tries to make stage3 it throws this error when emerging > openldap "/usr/portage/eclass/eutils.eclass: line 778: groupadd: > command not found". >=20 > It tries to add group 'ldap" and fails... >=20 The same problem here. "groupadd" is part of sys-apps/shadow package and isn't merged when building openldap.=20 I think it's related to this bug: http://bugs.gentoo.org/show_bug.cgi?id=3D166937 Last time I solved it doing a chroot and emerging shadow. But now emerging shadow was not possible (some blocking packages). I solved it adding manually ldap user and group: /etc/passwd ldap:x:439:439:added by portage for openldap:/usr/lib/openldap:/usr/sbin/= nologin /etc/shadow ldap:!:14453:0:99999:7::: /etc/group ldap::439: My Specs just in case... ----> stage1.spec <---- subarch: x86 target: stage1 version_stamp: lambda-2009.0 rel_type: default profile: default/linux/x86/2008.0 snapshot: lambda-2009.0 source_subpath: default/stage3-i686-20090714 chost: i686-pc-linux-gnu ----> stage2.spec <---- subarch: pentium4 target: stage2 version_stamp: lambda-2009.0 rel_type: default profile: default/linux/x86/2008.0 snapshot: lambda-2009.0 source_subpath: default/stage1-x86-lambda-2009.0 chost: i686-pc-linux-gnu ----> stage3-desktop.spec <---- subarch: pentium4 target: stage3 version_stamp: lambda-2009.0 rel_type: default profile: default/linux/x86/2008.0/desktop snapshot: lambda-2009.0 source_subpath: default/stage2-pentium4-lambda-2009.0 > Here is my spec files: >=20 > stage1.spec: > subarch: i486 > target: stage1 > version_stamp: 20091007 > rel_type: default > profile: default/linux/x86/2008.0 > snapshot: 20091007 > source_subpath: default/stage3-i486-20090915 >=20 > stage2.spec: > subarch: i486 > target: stage2 > version_stamp: 20091007 > rel_type: default > profile: default/linux/x86/2008.0/desktop > snapshot: 20091007 > source_subpath: default/stage1-i486-20091007 >=20 > stage3.spec: > subarch: i486 > target: stage3 > version_stamp: 20091007 > rel_type: default > profile: default/linux/x86/2008.0/desktop > snapshot: 20091007 > source_subpath: default/stage2-i486-20091007 >=20 > I don't understand where is the problem, I created few stages before > and livecds, but this is my first time in stages with desktop profile, > is the problem this? >=20 > Juan Luis P=E9rez P=E9rez > Website: http://www.juanluperez.com > Registered GNU/Linux user #408294 according to counter.li.org > -- > Por favor, no adjunte documentos en formatos "doc", "ppt", sino en > alg=FAn formato est=E1ndar como "html", "pdf", "rtf", "odt" o "txt". > Gracias. > Cf: http://www.gnu.org/philosophy/no-word-attachments.es.html