From owner-freebsd-current@FreeBSD.ORG Sun Oct 5 15:46:27 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 60B63FC4 for ; Sun, 5 Oct 2014 15:46:27 +0000 (UTC) Received: from mail-wg0-x22b.google.com (mail-wg0-x22b.google.com [IPv6:2a00:1450:400c:c00::22b]) (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 F1294772 for ; Sun, 5 Oct 2014 15:46:26 +0000 (UTC) Received: by mail-wg0-f43.google.com with SMTP id m15so4765332wgh.2 for ; Sun, 05 Oct 2014 08:46:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=1d/WFQHeGhWjKXALykNnUT8zrRIDWI9bi21rxh1isuY=; b=IvVEJ3/E4pqTNnov0sAMayNXLC83SRPS34s6YY2jfe0vkGDiPmkUXOJaSxL9K0/dGi XWPzwnpqIGIjlcSQZ1kFGHSgTOyDM1Q3GldYoBZRVv1U/yo47T0z189tFYxOEtkASJ4J oEyTC5zgZf4ugQfuI3d5YRotYc456iJbl7OGxsH9vLVsCQar4+QkyI1xBJH9rIusyJOZ e8TeoTYSntOMLZKA7U+6DmTdmg7fKaOdfOAcQoYgeX6oPwIQ/HsWxenGlMgUOu2CJLAo xR95BYX2qVLHEcQp13IzpH6bq+k0CdSDYAy+E1MJSrcvECLiRHOBMbH+8pJykOaJMvng Ml5A== MIME-Version: 1.0 X-Received: by 10.194.3.78 with SMTP id a14mr20768204wja.91.1412523985145; Sun, 05 Oct 2014 08:46:25 -0700 (PDT) Received: by 10.216.141.6 with HTTP; Sun, 5 Oct 2014 08:46:25 -0700 (PDT) In-Reply-To: References: Date: Sun, 5 Oct 2014 11:46:25 -0400 Message-ID: Subject: Re: Buildworld Failure From: Shawn Webb To: FreeBSD-current Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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, 05 Oct 2014 15:46:27 -0000 On Sat, Oct 4, 2014 at 8:30 PM, Shawn Webb wrote: > It looks like buildworld is failing when building the rescue binaries. I'm > not sure which commit broke it. Log is here: > http://0xfeedface.org/~shawn/2014-10-04-build.txt > The build is erroring out when trying to build the crunchgen'd cat for rescue. Here's the relevant part of the build log: --- rescue.all__D --- echo "int _crunched_cat_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >cat_stub.c make[5]: make[5]: don't know how to make /jenkins/usr/local/jenkins/workspace/HardenedBSD-Master/rescue/rescue//usr/local/jenkins/workspace/HardenedBSD-Master/bin/cat/cat.o. Stop make[5]: stopped in /jenkins/usr/local/jenkins/workspace/HardenedBSD-Master/rescue/rescue *** [rescue] Error code 2 make[4]: stopped in /usr/local/jenkins/workspace/HardenedBSD-Master/rescue/rescue 1 error make[4]: stopped in /usr/local/jenkins/workspace/HardenedBSD-Master/rescue/rescue *** [_sub.all] Error code 2 Thanks, Shawn