From owner-freebsd-ports@FreeBSD.ORG Sat Aug 21 02:14:47 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83CD01065679 for ; Sat, 21 Aug 2010 02:14:47 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from qmta11.emeryville.ca.mail.comcast.net (qmta11.emeryville.ca.mail.comcast.net [76.96.27.211]) by mx1.freebsd.org (Postfix) with ESMTP id 6BA788FC15 for ; Sat, 21 Aug 2010 02:14:47 +0000 (UTC) Received: from omta14.emeryville.ca.mail.comcast.net ([76.96.30.60]) by qmta11.emeryville.ca.mail.comcast.net with comcast id wpxZ1e0031HpZEsABq1d5x; Sat, 21 Aug 2010 02:01:37 +0000 Received: from koitsu.dyndns.org ([98.248.41.155]) by omta14.emeryville.ca.mail.comcast.net with comcast id wq1b1e0043LrwQ28aq1c4W; Sat, 21 Aug 2010 02:01:36 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id 0C6759B425; Fri, 20 Aug 2010 19:01:35 -0700 (PDT) Date: Fri, 20 Aug 2010 19:01:35 -0700 From: Jeremy Chadwick To: Yuri Message-ID: <20100821020134.GA29154@icarus.home.lan> References: <4C6F3101.5080702@rawbw.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C6F3101.5080702@rawbw.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: ports@freebsd.org Subject: Re: graphics/sane-backends: fails to build due to the collision in user group id number X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Aug 2010 02:14:47 -0000 On Fri, Aug 20, 2010 at 06:50:57PM -0700, Yuri wrote: > Here is the message I get: > ===> Creating users and/or groups. > Creating group `saned' with gid `194'. > pw: gid `194' has already been allocated > *** Error code 65 > > My /etc/group file has this line: > apache:*:194: > > Obviously there is a conflict. $ grep :194: /usr/ports/GIDs saned:*:194: Do you know what port, or what piece of software, decided that GID 194 should be "apache" on your system? That would be what needs to change. On FreeBSD 6.x or later, the "www" user (UID 80) and "www" group (GID 80) are used for Apache. These two UID/GIDs are part of the base system's /etc/passwd and /etc/group. So I'm not sure what "apache" is used for in your /etc/group. -- | Jeremy Chadwick jdc@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |