From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A49F5C61DF4 for ; Fri, 24 Nov 2023 09:19:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 1E047613E7; Fri, 24 Nov 2023 09:19:43 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 1E047613E7 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6qsYxFTPAg80; Fri, 24 Nov 2023 09:19:42 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id 63BF4613DF; Fri, 24 Nov 2023 09:19:41 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 63BF4613DF Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id B8ED11BF336 for ; Fri, 24 Nov 2023 09:19:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 84F4341466 for ; Fri, 24 Nov 2023 09:19:39 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 84F4341466 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UGEE7og9ezuw for ; Fri, 24 Nov 2023 09:19:38 +0000 (UTC) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::227]) by smtp2.osuosl.org (Postfix) with ESMTPS id 0FB6A403C7 for ; Fri, 24 Nov 2023 09:19:37 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 0FB6A403C7 Received: by mail.gandi.net (Postfix) with ESMTPSA id 0FDC220008; Fri, 24 Nov 2023 09:19:35 +0000 (UTC) Date: Fri, 24 Nov 2023 10:19:35 +0100 To: Dave Rathnow Message-ID: <20231124101935.2c6c9726@windsurf> In-Reply-To: References: Organization: Bootlin X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-redhat-linux-gnu) MIME-Version: 1.0 X-GND-Sasl: thomas.petazzoni@bootlin.com X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1700817576; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ZYeuRweWA4lK+c8Y2tHND0AXQ7ONvMOeJosYLv41P98=; b=ILz7XfEsVnLAuHacuvFBaloFDFp0wItuHdHw7MLrIHF585garn69kwlq2R5XcseqWSvZJr AMqoyRrv+aIz4wCclqEEHZqyQAswD1LjtC+LU6olUIuVWn7gYSt8mSOSOskGWKbEua1ECm aGSoGgzJXaxsg06w1jo2qK9BGslZBod/uQs1zr6mHdLhXUcogq/s5RbL/mCSi+YOKhCrZm YgG71CKWfgWhrSKcfI8tE2bIPAhC4rPMkVDzD8L9ZgPglIkALNGmz6Bw1wkoodcP2vVogC 6AOFv2b76Zf3rWj7QRJRYJYOofyIpw0fqENDL1kP4PuHPPL5XEHNkcYy2DjmIA== X-Mailman-Original-Authentication-Results: smtp2.osuosl.org; dkim=pass (2048-bit key, unprotected) header.d=bootlin.com header.i=@bootlin.com header.a=rsa-sha256 header.s=gm1 header.b=ILz7XfEs Subject: Re: [Buildroot] Broken build X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Thomas Petazzoni via buildroot Reply-To: Thomas Petazzoni Cc: buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" Hello Dave, On Thu, 23 Nov 2023 12:14:57 -0700 Dave Rathnow wrote: > A couple of years ago, Bootln built us a kernel using Buildroot. I took And we're still around :-) > all the build scripts and source code required to build that kernel and > moved them to our own local git repository. At the time everything > built fine, and the last time I tried--about a year ago--it was working but > I recently tried to build it and I'm getting the error below. I don't have > the deep knowledge of Buildroot and how it obtains all its sources > and packages but I thought I had moved everything we needed to our local > repository. Can anyone tell me if I've missed something? > > Thanks, > Dave. > > arget/etc/lighttpd/conf.d/mime.conf > >>> linux-tools Extracting > >>> linux f593d9e1e347488358872bc8618180db7aca685c Downloading I can see this commit at the tip of the Linux kernel branch that we delivered to you many years ago. The repository still exists in our server, and is still accessible to you if you still have the public SSH key that you gave to us years ago. If not, please contact us (Bootlin) separately so that we can put your public SSH key and make sure you still have access. Best regards, Thomas -- Thomas Petazzoni, co-owner and CEO, Bootlin Embedded Linux and Kernel engineering and training https://bootlin.com _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot