From owner-freebsd-current@FreeBSD.ORG Thu Apr 10 18:31:43 2014 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A2BAC4E; Thu, 10 Apr 2014 18:31:43 +0000 (UTC) Received: from mail-qa0-x22c.google.com (mail-qa0-x22c.google.com [IPv6:2607:f8b0:400d:c00::22c]) (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 2C0CD1453; Thu, 10 Apr 2014 18:31:43 +0000 (UTC) Received: by mail-qa0-f44.google.com with SMTP id hw13so4303000qab.3 for ; Thu, 10 Apr 2014 11:31:42 -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:message-id:subject :from:to:content-type; bh=cRqRarReCPJO1yup3r+ocM6gtv6WmsCdaJUj/a7gass=; b=zh3WIZfO3MG5QXqVbNkT326wYIS832nEmKDkYhJwOl0wb//SJ5yM+0QUBl6sHJBTFn HPX1z7JhNVBLihQfSaEmSI3IjJIhec8E9LvW4rtrjVajfPYKhixOJwzCpyIV10vPalJ+ aOCkRr7Gc4DPBQWmNvB7z8Zr1u5QyYjQNuv01NNb+GAcdztNTDclZuniE1GY7qeRc6RI OxzmbmXjoOZYElN3p2esLQQEjHDyboItcZQUMQG/gnvKxE/ktvlqC7DEfhfHB06t8Utf XwtmbCmmjz9CzoWb7btPHJ1WNuuzsR/uWFRw5MdHalPjYd37mp/8Wjj8VrWiV0C80YJl RTyw== MIME-Version: 1.0 X-Received: by 10.224.115.3 with SMTP id g3mr12975156qaq.19.1397154702334; Thu, 10 Apr 2014 11:31:42 -0700 (PDT) Sender: carpeddiem@gmail.com Received: by 10.140.88.105 with HTTP; Thu, 10 Apr 2014 11:31:42 -0700 (PDT) In-Reply-To: <201404100949.s3A9nM7i015034@freebsd-current.sentex.ca> References: <201404100949.s3A9nM7i015034@freebsd-current.sentex.ca> Date: Thu, 10 Apr 2014 14:31:42 -0400 X-Google-Sender-Auth: u1-SxttCrUEl8N9tlYT2-hQyQfY Message-ID: Subject: Re: [head tinderbox] failure on amd64/amd64 From: Ed Maste To: "current@freebsd.org" , amd64@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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, 10 Apr 2014 18:31:43 -0000 On 10 April 2014 05:49, FreeBSD Tinderbox wrote: > > cc: error: no such file or directory: '/src/sys/boot/amd64/efi/../../ficl/libficl.a' > cc: error: no such file or directory: '/src/sys/boot/amd64/efi/../../efi/libefi/libefi.a' > *** Error code 1 Sorry about that - it should now be fixed by r264319. It took me a little while to find because it only happened when building on a 9.x host. -Ed