From owner-freebsd-current@FreeBSD.ORG Sun Jun 15 03:03:48 2014 Return-Path: Delivered-To: freebsd-current@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 7A265812 for ; Sun, 15 Jun 2014 03:03:48 +0000 (UTC) Received: from mail-ie0-f178.google.com (mail-ie0-f178.google.com [209.85.223.178]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 44815280F for ; Sun, 15 Jun 2014 03:03:47 +0000 (UTC) Received: by mail-ie0-f178.google.com with SMTP id rd18so3807572iec.37 for ; Sat, 14 Jun 2014 20:03:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:content-type:mime-version:subject :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=574Qd260slUdSuIosxsve+Saxrqk5650TIgGNti9nIo=; b=BVjqSpjObpJzeAYZr6GWs7GYQ3o4ZVVHTJ8QflqcwTZws7GU9lg5L70SR6+BX5v4yN Z1Va7H+3+IOpYOY9W/oBveZ4gOoEAu9+e+DyKL8XqaAG+4Ke0ERQi891umxeETlPd8rU ewSJWM+gwq7Q2tOx7mK8dTwVxk6BGGt0l213YQucNk/v22Ga+jeLPm4Br85G7bqYDCoG PpjFJPLvRb3syM4m6FJswx+9X/Wa3oGLH8uwQeJSQu/yloM64A0MNMbEHRWD+gkvFiI6 cwB5xmtJo3eE+3y6CCHcn3ZyoIFWiLDRXIE6QpHwhA3Gb7XngYiCZFJfk67VUUAKzYti Xd+w== X-Gm-Message-State: ALoCoQkDEyS9Ii9UDxF/s304exh7fUdJ2an6csID/QxU2hzMnDe1xhYHa+VqkPIjAbL5ne6NlZRi X-Received: by 10.42.162.71 with SMTP id w7mr12424697icx.50.1402801426781; Sat, 14 Jun 2014 20:03:46 -0700 (PDT) Received: from [10.0.0.119] (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPSA id f9sm8695006igc.15.2014.06.14.20.03.45 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 14 Jun 2014 20:03:46 -0700 (PDT) Sender: Warner Losh From: Warner Losh X-Google-Original-From: Warner Losh Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Subject: Re: What we have here, ... In-Reply-To: <20140615025137.GM1248@hub.FreeBSD.org> Date: Sat, 14 Jun 2014 21:03:51 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20140615025137.GM1248@hub.FreeBSD.org> To: Glen Barber X-Mailer: Apple Mail (2.1878.2) Cc: freebsd-current@FreeBSD.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jun 2014 03:03:48 -0000 On Jun 14, 2014, at 8:51 PM, Glen Barber wrote: > Is a failure to build head/ with high make(1) -j values. Again. There=92s likely a dozen or more of these lurking in the tree. Ian=92s = last set of patches squashed many of the ones in lib, but I=92ve not done a = careful audit of the i18n code. > With empty /usr/obj, I have been seeing strange build failures on = head/ > with high -jN values, but even as low as -j10. The machine used to > build snapshots of head/ and stable/ branches has been using -j48 for > several months without issue, so I am certain this is a recent (<=3D1 > month) issue. >=20 > Of all things, it looks like fonts are failing to build, giving the > following error: >=20 > --- MACGUJARATI.esdb --- > NAME is mandatory. > ENCODING is mandatory. > *** [MACGUJARATI.esdb] Error code 1 > make[6]: stopped in /usr/src/share/i18n/esdb/APPLE >=20 > Is anyone else seeing this with empty MAKEOBJDIR ? I haven=92t seen it, but in -j races, that means approximately zilch=85=20= > I won't be able to reproduce the issue with log output until at least > Monday, since I'm running the head/ builds with the '-jN' halved to = 24, > which so far seems to have made a difference. How many cores in this box of yours? Warner=