From owner-freebsd-questions@FreeBSD.ORG Tue Aug 26 17:25:46 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2D76106568C for ; Tue, 26 Aug 2008 17:25:46 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 81C2D8FC18 for ; Tue, 26 Aug 2008 17:25:46 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id m7QHKVWH024908; Tue, 26 Aug 2008 13:20:31 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id m7QHKVnh024907; Tue, 26 Aug 2008 13:20:31 -0400 (EDT) (envelope-from jerrymc) Date: Tue, 26 Aug 2008 13:20:31 -0400 From: Jerry McAllister To: Giorgos Keramidas Message-ID: <20080826172030.GB24840@gizmo.acns.msu.edu> References: <87abf487wg.fsf@kobe.laptop> <87abezx5yr.fsf@kobe.laptop> <871w0bpyqh.fsf@kobe.laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <871w0bpyqh.fsf@kobe.laptop> User-Agent: Mutt/1.4.2.2i Cc: bugs@freebsd.org, Redd Vinylene , freebsd-questions@freebsd.org Subject: Re: I can't make world without the "games" group? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2008 17:25:46 -0000 On Tue, Aug 26, 2008 at 06:44:38PM +0300, Giorgos Keramidas wrote: > On Tue, 26 Aug 2008 17:29:48 +0200, "Redd Vinylene" wrote: > >> Ok, this may be a bug in the makefiles then. My apologies if you have > >> already written all that. I caught the email thread some time after it > >> started, and I replied while being offline on a trip. > > > > Welcome back, I hope you had a pleasant journey! > > Heh, thanks. It was nice in a way :) > > >> * Which branch/version of the source tree are you building? > > > > I was going from 7.0-RELEASE to 7.0-STABLE. > > > >> * How did you build everything? > > > > I put WITHOUT_GAMES="YES" in /etc/src.conf. > > > >> * What was the _exact_ error message you saw? > > > > I don't remember exactly what it said. But it was just the same as > > it's always been -- make world erroring out because group `games' > > doesn't exist. > > Thanks! I got it tracked down to the reference to 'games' in the mtree > files we use to populate the installation tree with directories before > installing programs and data in them. By looking at the differences > from 7.0-STABLE to 8.0-CURRENT the same problem exists in both branches. > > >>> I don't see why the FreeBSD team has to insist on keeping this, pardon > >>> my language, bullshit. If some sorry guy actually needs this, why > >>> can't he load it as a module, or install a port? > >> > >> Insist on keeping what? The fortune cookies and `/usr/src/games'? > > > > And all the other old stuff you can disable in in src.conf. > > This is the same old argument about ``what should be in the base system > and what should be a port''. I'm almost sure we can find people who > like fortune(1) in the base system, and I can certainly understand that > some people don't really care if it goes. > > Making it easy to disable stuff in `src.conf' is sort of a middle-path > approach. I can live with that for now. If someone else comes along > and moves fortune(1) and the other src/games/ stuff in a port, I won't > really object either :) I have wondered if it might be reasonable to put a bunch of (more) of that sort of stuff in a select list during installation so a user can choose right then if certain things will be retained or dropped on the floor. Fortune and games and even the latest Perl and some other things might be good candidates for that select list. I know there is a place where you can run through pretty much the whole list of ports and select, but that is really too overwhelming. I would suggest this be a separate list, mostly limited to those things that many people want (but others don't) in the base system. Some of these pretty much stand alone and shouldn't add complications of dependancies, but I suppose some might. ////jerry > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"