From owner-freebsd-current@FreeBSD.ORG Sat Jun 1 17:21:46 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 16C417F9 for ; Sat, 1 Jun 2013 17:21:46 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-la0-x22b.google.com (mail-la0-x22b.google.com [IPv6:2a00:1450:4010:c03::22b]) by mx1.freebsd.org (Postfix) with ESMTP id 93CF184C for ; Sat, 1 Jun 2013 17:21:45 +0000 (UTC) Received: by mail-la0-f43.google.com with SMTP id fe20so815831lab.2 for ; Sat, 01 Jun 2013 10:21:44 -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=kmBcZnmjWBNT6PWlWgk/oox4GTWa4IVMDcfDPYjqKI8=; b=lRCEghpgyea+UwswFhAx57Wv7wOAdUTNcz0Yij67pVOLALfMq7EClrhUtKJX/8QjgO iGw02y8uzgeMd73oh6Kp8Uha8hviOGQMLt0E066ROfztKkPfjwSqTvXb01m66pRjh3/Y 6+9tttn7eWY4csLZfQenPl5n+1OnNZOqGz2Namju3XRj92HJVbJjNVvuijiUCc30PC5E HuUmtWjTg3Kd/R4paAvIptU39hzcXZWf908SdB1hJlailD6ODaAkkqa8vXuZ/8KdIn1V 5DR9x9m+q1IZCxfq759F/Yi+yKm99AHleCL3BD1MVeTtGUVq5JvzTIZpv/suy2tiJ2sv MawA== MIME-Version: 1.0 X-Received: by 10.112.218.6 with SMTP id pc6mr7961790lbc.62.1370107304524; Sat, 01 Jun 2013 10:21:44 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.13.135 with HTTP; Sat, 1 Jun 2013 10:21:44 -0700 (PDT) In-Reply-To: <20906.3577.581640.887366@jerusalem.litteratus.org> References: <20902.4239.221857.859835@jerusalem.litteratus.org> <20903.29628.653443.909151@jerusalem.litteratus.org> <20906.3577.581640.887366@jerusalem.litteratus.org> Date: Sat, 1 Jun 2013 10:21:44 -0700 X-Google-Sender-Auth: XY509Fjk_STljZZa1wzdje7bKtQ 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: Sat, 01 Jun 2013 17:21:46 -0000 On Sat, Jun 1, 2013 at 8:06 AM, Robert Huff wrote: > > > (cd /usr/src && make bmake) > echo > > echo "--------------------------------------------------------------" > -------------------------------------------------------------- > echo ">>> Building an up-to-date make(1)" > >>> Building an up-to-date make(1) > echo "--------------------------------------------------------------" > -------------------------------------------------------------- > > sh /usr/src/tools/install.sh -o root -g wheel -m 555 make > /usr/obj/usr/src/make.amd64/make > cd /usr/src; PATH=/sbin:/bin:/usr/sbin:/usr/bin `if [ -x > /usr/obj/usr/src/make.amd64/make ]; then echo > /usr/obj/usr/src/make.amd64/make; else echo make; fi` -m /usr/src/share/mk > -f Makefile.inc1 TARGET=amd64 TARGET_ARCH=amd64 buildworld > 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. > Thank you for providing the output of make -d l buildworld. Without touching anything in your tree, can you provide some more information: (1) What is the output of /usr/bin/make -V MAKE_VERSION (2) What is the output of /usr/obj/usr/src/make.amd64/make -V MAKE_VERSION (3) How did you update your source tree (svn, svnup, cvs, csup,....?) (4) What is the GRN version of your tree? If you updated with svn directly, you can find out with "svn info /usr/src" -- Craig