From owner-freebsd-current@FreeBSD.ORG Thu May 30 20:48:07 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 44A85B2C for ; Thu, 30 May 2013 20:48:07 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-lb0-f179.google.com (mail-lb0-f179.google.com [209.85.217.179]) by mx1.freebsd.org (Postfix) with ESMTP id C3873776 for ; Thu, 30 May 2013 20:48:06 +0000 (UTC) Received: by mail-lb0-f179.google.com with SMTP id r11so1022419lbv.38 for ; Thu, 30 May 2013 13:48:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=tIgh4WekbPfBa/qOfnQAdoIPyoyg/0AnOuv3G1ydBi8=; b=y2lCKBXhI9+RC9UUefotGIPtW4JKS28046AszXkhJ80wR9pUs4PG05LHO8H38pew1+ EJazDiiWMA6/5PCHfap4lPlxzu276Q3AREAnWC0Q6ERV8KJfUjISsggZc9KnKyqLLuHA TnedRisB2wF2JKNHve3910gPUiiFnRvuNWjLyOj6MVTPwes80FoiynDlxVWNvlfbI8jb 8VZ1/i9BPhhB561jkNHWZuXAl15oQrPWvjD57CTU6dDBZQ9g+Q1XtDsyfVkLA3Z0nMgD CoVUmWo5q5I0s2XFYOiaj88ln2CZ/F6yVcmVeU1Fkga1ifL+214U6wIa0Fkq0WDdHhTS BzGQ== MIME-Version: 1.0 X-Received: by 10.112.181.130 with SMTP id dw2mr3854153lbc.81.1369946885613; Thu, 30 May 2013 13:48:05 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.13.135 with HTTP; Thu, 30 May 2013 13:48:05 -0700 (PDT) In-Reply-To: <20903.29628.653443.909151@jerusalem.litteratus.org> References: <20902.4239.221857.859835@jerusalem.litteratus.org> <20903.29628.653443.909151@jerusalem.litteratus.org> Date: Thu, 30 May 2013 13:48:05 -0700 X-Google-Sender-Auth: u6zHg2Ezy4Xaxj5t9AJgbgEb9u8 Message-ID: Subject: Re: "make buildworld" fails From: Craig Rodrigues To: Robert Huff Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 30 May 2013 20:48:07 -0000 On Thu, May 30, 2013 at 8:43 AM, Robert Huff wrote: > > Craig Rodrigues writes: > > > > sh /usr/src/tools/install.sh -o root -g wheel -m 555 make > > > /usr/obj/usr/src/make.amd64/make > > > usage: make [-BeikNnqrstWX] > > > [-C directory] [-D variable] [-d flags] [-f makefile] > > > [-I directory] [-J private] [-j max_jobs] [-m directory] > [-T > > > file] > > > [-V variable] [variable=value] [target ...] > > > *** [buildworld] Error code 2 > > > > > > Stop in /usr/src. > > > > > > > > > See this post: > > http://lists.freebsd.org/pipermail/freebsd-current/2013-May/041976.html > > Seen it and all all following. > > > > and see if removing /usr/obj/usr/src/make.amd64/make helps. > > It does not. > Exact same error. > If you do: make -d l buildworld Does that give more debugging output of the exact command which is failing during the build? -- Craig