From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id fZhXHv8Wxl9yXQAA0tVLHw (envelope-from ) for ; Tue, 01 Dec 2020 10:12:15 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id SKOvGf8Wxl8JaQAAbx9fmQ (envelope-from ) for ; Tue, 01 Dec 2020 10:12:15 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 468B4940466 for ; Tue, 1 Dec 2020 10:12:15 +0000 (UTC) Received: from localhost ([::1]:32972 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kk2dq-00042l-8o for larch@yhetil.org; Tue, 01 Dec 2020 05:12:14 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:34482) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kk2de-00041Z-AH for guix-patches@gnu.org; Tue, 01 Dec 2020 05:12:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:46382) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kk2de-00045z-3P for guix-patches@gnu.org; Tue, 01 Dec 2020 05:12:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kk2dd-0007hK-Vf for guix-patches@gnu.org; Tue, 01 Dec 2020 05:12:01 -0500 Subject: bug#44966: [PATCH] gnu: openocd: Fix build Resent-From: Mathieu Othacehe Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 01 Dec 2020 10:12:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 44966 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Morgan.J.Smith@outlook.com Cc: 44966-done@debbugs.gnu.org Mail-Followup-To: 44966@debbugs.gnu.org, othacehe@gnu.org, Morgan.J.Smith@outlook.com Received: via spool by 44966-done@debbugs.gnu.org id=D44966.160681747229523 (code D ref 44966); Tue, 01 Dec 2020 10:12:01 +0000 Received: (at 44966-done) by debbugs.gnu.org; 1 Dec 2020 10:11:12 +0000 Received: from localhost ([127.0.0.1]:57927 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kk2cp-0007g7-SJ for submit@debbugs.gnu.org; Tue, 01 Dec 2020 05:11:12 -0500 Received: from eggs.gnu.org ([209.51.188.92]:44168) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kk2cl-0007fh-SG for 44966-done@debbugs.gnu.org; Tue, 01 Dec 2020 05:11:10 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:51485) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kk2cg-0003WR-Ia; Tue, 01 Dec 2020 05:11:02 -0500 Received: from [2a01:e0a:19b:d9a0:d91d:e880:959c:e46b] (port=50324 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kk2cf-0006yM-S8; Tue, 01 Dec 2020 05:11:02 -0500 From: Mathieu Othacehe References: Date: Tue, 01 Dec 2020 11:11:00 +0100 In-Reply-To: (Morgan J. Smith's message of "Mon, 30 Nov 2020 12:20:04 -0500") Message-ID: <87lfeh3kgb.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.79 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 468B4940466 X-Spam-Score: -2.79 X-Migadu-Scanner: ns3122888.ip-94-23-21.eu X-TUID: hBN89/8REzOX Hey, > So it turns out my pod doesn't need openocd so I'm not actually able to test > this at all. But going from not building to building seems like an improvment > in my eyes. Pushed, thanks! Mathieu