From owner-freebsd-current@FreeBSD.ORG Wed Dec 17 19:04:41 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 59AE34EA; Wed, 17 Dec 2014 19:04:41 +0000 (UTC) Received: from mail-lb0-x22b.google.com (mail-lb0-x22b.google.com [IPv6:2a00:1450:4010:c04::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 E6ECDC8B; Wed, 17 Dec 2014 19:04:40 +0000 (UTC) Received: by mail-lb0-f171.google.com with SMTP id w7so9106668lbi.16 for ; Wed, 17 Dec 2014 11:04:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=3Cnw3QrQrgTFZVYVVqH5thYdDLWZtTmCT8KEdyeQABc=; b=h/krQTxVaD+HcegMaa6/e//lFy0exyvl8ZR2Nrzg4/3aGVgTiFXNg8phJIUu2c0JZi fPA+ylSlp62gT3JSqSDp9jo7XtG4k3gYw0F7thEd5QZ/avWmyD9W0wzO9PjFf6ssTTTT UJ7Nuu2yKpohchsc08nZwVROQCQF//3dIkT3joMrhtNHlpGziwbrCKDTslHKstSMhJMG 98X6AE3dJuuXvQ89I07iIWtWvKGvMGTKnEaw4zGaJOsOV9EY+bONHjRSlK91KAeLH4j6 eACPcu2cYX65r6aVyyipMO6HN2ilbOGarUkP6ygS0B0q3v/fLnBcP6eNU7rtmBEx4zXR SXyQ== MIME-Version: 1.0 X-Received: by 10.153.5.1 with SMTP id ci1mr26743208lad.67.1418843078996; Wed, 17 Dec 2014 11:04:38 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.112.130.168 with HTTP; Wed, 17 Dec 2014 11:04:38 -0800 (PST) In-Reply-To: References: <336727638.35.1418779986253.JavaMail.jenkins@jenkins-9.freebsd.org> Date: Wed, 17 Dec 2014 11:04:38 -0800 X-Google-Sender-Auth: SgM1Lte-aNi0oTIewjVpwL7k-p0 Message-ID: Subject: Re: Build failed in Jenkins: Build-UFS-image #688 From: Craig Rodrigues To: Garrett Cooper X-Mailman-Approved-At: Wed, 17 Dec 2014 19:21:11 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: FreeBSD CURRENT , "jenkins-admin@freebsd.org" , Alfred Perlstein 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: Wed, 17 Dec 2014 19:04:41 -0000 On Tue, Dec 16, 2014 at 5:35 PM, Garrett Cooper wrote: > > > ... > > > install -s -o root -g wheel -m 555 dialog < > https://jenkins.freebsd.org/job/Build-UFS-image/ws/package/FreeBSD_HEAD/usr/bin/dialog > > > > install: spawn strip: No such file or directory > > *** Error code 71 > > I need to add strip to ITOOLS in Makefile.inc [unless alfred or someone > else beats me to it first], to fix this make installworld issue. > Thanks! > If you know what the problem is, please fix it. Alfred is busy with other things these days. -- Craig