From owner-svn-src-all@FreeBSD.ORG Fri May 23 12:20:46 2014 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12F287CB; Fri, 23 May 2014 12:20:46 +0000 (UTC) Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC97E260F; Fri, 23 May 2014 12:20:45 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1WnoSp-0008X1-P6; Fri, 23 May 2014 12:20:43 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id s4NCKft8047612; Fri, 23 May 2014 06:20:41 -0600 (MDT) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+x6Hx1njYh0P++GarAZWOM Subject: Re: svn commit: r266579 - head/release/picobsd/build From: Ian Lepore To: Luigi Rizzo In-Reply-To: <201405230810.s4N8A77p095659@svn.freebsd.org> References: <201405230810.s4N8A77p095659@svn.freebsd.org> Content-Type: text/plain; charset="us-ascii" Date: Fri, 23 May 2014 06:20:40 -0600 Message-ID: <1400847640.1152.308.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 May 2014 12:20:46 -0000 On Fri, 2014-05-23 at 08:10 +0000, Luigi Rizzo wrote: > Author: luigi > Date: Fri May 23 08:10:07 2014 > New Revision: 266579 > URL: http://svnweb.freebsd.org/changeset/base/266579 > > Log: > add libraries to the initial build for picobsd. > > add a -j option so we can tune the amount of parallel make, > the default we used (-j 8) is large and was giving problems > with SUBDIR_PARALLEL due to some missing dependencies. > Do you have info on what missing dependencies? Were they in the lib/ hierarchy, or somewhere else? I have a sketchy hand-wavy plan for handling dependencies with finer-grained control than the current .WAIT mechanism, but I haven't hurried to work on it because I didn't think anyone was having any trouble. -- Ian