From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id 0HhfL/u/zWQhcQEASxT56A (envelope-from ) for ; Sat, 05 Aug 2023 05:20:27 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id yMJFL/u/zWQPCAEA9RJhRA (envelope-from ) for ; Sat, 05 Aug 2023 05:20:27 +0200 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 6A9CE5FB52 for ; Sat, 5 Aug 2023 05:20:27 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ultrarare.space header.s=dkim header.b=ECaELUUG; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1691205627; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=rSaGTTH3M0xoDlFEOtdSLQCk0bgP8cgetw21h+UcBJ8=; b=DCWFCQHDe6a8GpA+bIlzjZexAihhuD6kp5gKDF+y1DyzfT2mDJyKelWTxp1aFrKnbiZCAx 9pX44I/RqH9Q2hMyhjUBwIaExt3xvr/84ylmVjzvg/lb07EEr6sR6J/CMGVg/CtdeUWYd1 9bfS5h0AinVqLo0W03OmCOZCYYCKFkLLHiB+Nw4fWPpHGfmdbSqAz41jwMhDOqffgSgp1p 6ii03BskHoUon2mWt5G9WndRHlJcIyUxKcEDJvzI3pKqff9SmwoX+BAP/rEVjnYRgE7est PVoBOA/qKisnNt1CLPWWQxkCI61m+YuO4Bx8M9VvffJjboSKIBYhvMNA7qx7eg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1691205627; a=rsa-sha256; cv=none; b=QpE/a5EkEfBP3f9HxARqsLuaj6sbWrw4HPpkw98tS5Di/9nbIA6je1uMBTlv5k87Y1h03I sFoKBc2N6WxaTug6umUt0cjM46qw1cvR6oRX/HTn4fNvc6AkzteNDDgpXnQaFTMcovz42A IgI+ncc78i78o+vG65+kNOqQJNTsl+ZkGEWs0CnC/P7EQuKnfIkkKSVIFYo16VBDvxiSVj +x1UoCEuEV4AN9TNW7du7hce3iVDVjDYI2hYN/G2FOBZz0Ie/c1Bud8DGlpE9FxXC6QZE0 7ItH0ddB+svazhGWhzGv4cXqFlzMMn5VicuKECfnGRO3mEK5he85eWq+hnAagA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ultrarare.space header.s=dkim header.b=ECaELUUG; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qS7pk-0008B3-82; Fri, 04 Aug 2023 23:20:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qS7pj-0008Ag-7D for guix-patches@gnu.org; Fri, 04 Aug 2023 23:20:03 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qS7pi-0001Po-Um for guix-patches@gnu.org; Fri, 04 Aug 2023 23:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qS7pi-0001rq-Iw for guix-patches@gnu.org; Fri, 04 Aug 2023 23:20:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#65062] [PATCH core-updates 0/1] Specify output in input label when it's not "out". Resent-From: Hilton Chain Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 05 Aug 2023 03:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65062 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: control@debbugs.gnu.org, 65062@debbugs.gnu.org Received: via spool by 65062-submit@debbugs.gnu.org id=B65062.16912055837143 (code B ref 65062); Sat, 05 Aug 2023 03:20:02 +0000 Received: (at 65062) by debbugs.gnu.org; 5 Aug 2023 03:19:43 +0000 Received: from localhost ([127.0.0.1]:55179 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qS7pO-0001r7-O9 for submit@debbugs.gnu.org; Fri, 04 Aug 2023 23:19:43 -0400 Received: from mail.boiledscript.com ([144.168.59.46]:42418) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qS7pN-0001qv-16; Fri, 04 Aug 2023 23:19:41 -0400 Date: Sat, 05 Aug 2023 11:19:14 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1691205573; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=rSaGTTH3M0xoDlFEOtdSLQCk0bgP8cgetw21h+UcBJ8=; b=ECaELUUGsNR6HJVtEXtJ6o2njNS8qtMH18OqY1V9M+oaVcbBadM7CFl7/Ieo9PnqiwkPYM /miziWC07jeXO9l3nTJjnG5f88KYxoXaEIDIzBO2z/jqQoHjGqgBJy2REyMxy/4nzPlvvy SmWBSlAQnQ8LC94+D6hza1678e4V8GRCTpPLFiUtOjBZfGwxINaDb6V+CwaAQFpTovpzKB N+mGKJFSJdWK5dep97qxNUDDEJNz+6huj3dNIJiOYRrladLFFEI21xxe9JK91OQ9+P3JnB Vb34LUQyLC2CQJiErlYJasHYpCr9bB7tCnFBQXWbHQbaISCkQXGqd6AGu+bNTQ== Message-ID: <87h6pei3bh.wl-hako@ultrarare.space> In-Reply-To: <87il9ui44r.wl-hako@ultrarare.space> References: <87il9ui44r.wl-hako@ultrarare.space> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spamd-Bar: / 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: , Reply-to: Hilton Chain X-ACL-Warn: , Hilton Chain via Guix-patches From: Hilton Chain via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Queue-Id: 6A9CE5FB52 X-Migadu-Scanner: mx0.migadu.com X-Migadu-Spam-Score: -6.64 X-Spam-Score: -6.64 X-TUID: 6mZxFDbTG858 tags 65062 moreinfo thanks On Sat, 05 Aug 2023 11:01:40 +0800, Hilton Chain wrote: > Ahh sorry, I haven't checked `lookup-input', it seems that it doesn't > use input labels, so this patch only applies to `modify-inputs'. Sorry for the noise, I have checked `lookup-input' and it uses labels, but returns unwanted result with this patch (searching for "gcc:lib" returns a "gcc"). I'll check that out.