From owner-freebsd-stable@freebsd.org Thu Jan 7 19:49:40 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A09CDA66FF5 for ; Thu, 7 Jan 2016 19:49:40 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: from mail-wm0-x231.google.com (mail-wm0-x231.google.com [IPv6:2a00:1450:400c:c09::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 39F391A50 for ; Thu, 7 Jan 2016 19:49:40 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: by mail-wm0-x231.google.com with SMTP id f206so140469655wmf.0 for ; Thu, 07 Jan 2016 11:49:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hardenedbsd-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=hNSos+jcJ579dRaUW0T1a7nFZhqCfcHM2rK0bNtUu2o=; b=MtIrDn5VGlAzKqxODy+gOSEQ+ax0IUwR9QDcHO8MKeceErWWiYufzrC7U2pnu+z5MW qiFXoiSEo0e24h0fVGlCU99SyvTUQeh9A4Z3H9K5pKSIGCr0SNcTN3ukWaYnruvSc4kH Ie6BG14HzxT7kksXuwpiBcq2j+rfdq+T3LnczCn4QnXSn0dOgIeWEab1h6VHHR/uBsCb VArHvJ2ljayRghlX+uruIvNkmPrD2qoiKSXyUAxS4Ddufq0on23nxhhrLuGE/reZB57c N327ctIaVqAe0Ylp9BYm2Ls+aggXz+Tlz7aSIHU3bQvF1amLmT6Fvz6GWemJb7IgZjX3 bBnw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=hNSos+jcJ579dRaUW0T1a7nFZhqCfcHM2rK0bNtUu2o=; b=Y4sdhqiTS5b8XLvYHufDYZNRlX9TuImKfr68/p3id47aC0z4XZsnZybNhd7fOvMmWI 8stGLwdIPUAm5kpl1jscnzpbgJouzhTV+KsuvPXhW3Ngd+0VWNkhmvwjxSPrjobUkQkP FF8QrTjQKW8O5iCo+y3aj7yUhGp8VzeeFN8o1GBs57AWfDjDqzByAqqb0C/wz9f39Vtg YFT3f1g1810zuFygtpxB10So0lRGmwvRJMgQaK4XKTVnM/usdLV3wAkfr8rBlbe50nsZ aFYrq7pwS4++HvlORC2tEKgq3YYX2nW8TUpB7lvF/6QDzKlaPFnlrFSZVs2/z03xX8nB r07Q== X-Gm-Message-State: ALoCoQkxdt6584bkkv2uTfZNINlAmXmW/3At2azaBhm2ZhNX+SYRoGtiIsQhSQ2OM9GwO29KkE4gtx6ucayvU0CYJ+mFoF9Noa5/Y29GQ2VIC69Tz4oWfzM= MIME-Version: 1.0 X-Received: by 10.28.228.87 with SMTP id b84mr17935135wmh.81.1452196178658; Thu, 07 Jan 2016 11:49:38 -0800 (PST) Received: by 10.194.85.167 with HTTP; Thu, 7 Jan 2016 11:49:38 -0800 (PST) In-Reply-To: <1452195399803-6065814.post@n5.nabble.com> References: <1452195399803-6065814.post@n5.nabble.com> Date: Thu, 7 Jan 2016 20:49:38 +0100 Message-ID: Subject: Re: cc: error: no such file or directory: '/usr/obj/jenkins/workspace/HardenedBSD-10-STABLE-unstable-amd64/sys/boot/efi/loader/../../ficl/libficl.a' *** [loader.sym] Error code 1 From: Oliver Pinter To: Jakub Lach Cc: "freebsd-stable@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jan 2016 19:49:40 -0000 On Thu, Jan 7, 2016 at 8:36 PM, Jakub Lach wrote: > cc: error: no such file or directory: > '/usr/obj/usr/src/sys/boot/efi/loader/../../ficl/libficl.a' > *** [loader.sym] Error code 1 > > Same here. Probably MFC-ing this commit fixes the issue: commit 5513da3765e259493c4a58889cbc91a9198cec61 Author: andrew Date: Tue Apr 14 10:40:37 2015 +0000 Use MACHINE in the efi loader when it is what we mean, it may not be the same as MACHINE_CPUARCH, it just happened to be the case the architectures this code currently supports. Sponsored by: The FreeBSD Foundation > > > > > -- > View this message in context: http://freebsd.1045724.n5.nabble.com/cc-error-no-such-file-or-directory-usr-obj-jenkins-workspace-HardenedBSD-10-STABLE-unstable-amd64-sy1-tp6065784p6065814.html > Sent from the freebsd-stable mailing list archive at Nabble.com. > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"