From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.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 SIL6A7S7zWSdmwAASxT56A (envelope-from ) for ; Sat, 05 Aug 2023 05:02:12 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id GCoQA7S7zWTLNQEAG6o9tA (envelope-from ) for ; Sat, 05 Aug 2023 05:02:12 +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 AED955F37C for ; Sat, 5 Aug 2023 05:02:11 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ultrarare.space header.s=dkim header.b="IeU/8OVY"; 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=1691204531; 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=yvl5wYpNBmHI34jzlb/UyiLw+W2a1YIb2ayiV4Y7DHQ=; b=J19EgoYAlI6r2b2qEu1FRXsMZCt1iu2fSWzKphWkyEdALPDX5htUnDiBf84NrPh2u82nJL D7fjjgzE8Td4JJwmRClwiV2jby8VW1eAd/Qe8B0EloTL4OFk73y+59EtWDItrF5YUiHCcd JgwRtjmdJHJlCl+QSqqwBHuNtzGXDAz47yyK5SuZLa2NfdI7B5baAHIcRfnGu/WxEgEX1X Fq7FUxcMlftFg8glQWsCWXI3KzWfGXQbcnM0s96KaML28mtGZSM5TnoBrlVmRQlAhtfO7r WMJBSlChJ6/+pzrkO7alcxvx/xwvG0+BRgyemVcxEsyPB7yt2WPAgqJZXWNlMA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1691204531; a=rsa-sha256; cv=none; b=qGzo3mDvlVLivgmSlgu2kyR7lKnl61c/vjRczG9DlQ4l2EqAqHO3JjLPSzEJ+PclfYNOky um4/Vv4pFjftXE6JkBbLmwranT7V2yqVFlxSKT8zx83AdzNImR4A2+Sj4ipucUA+4DOybJ v8Yg4/2jkHzjsbv1rCz2dlcwHpTKhpYDQgIHF9DoLXI9M+cT41Xxg6QEZrJmDsIZCplAnI ipucupvLVrIMZZVE5KbOhP75cePx0geDQFepPay9Dj/nDiFsBjmu26Dq6GoOWtt0XE0xoU vt8S2u+xzndrfTtC+NJjkDUPDZHJ+gGrnIZKyRN25riMOIRgtWqnOvNmPqu5/g== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ultrarare.space header.s=dkim header.b="IeU/8OVY"; 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 1qS7YM-0002a1-96; Fri, 04 Aug 2023 23:02:06 -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 1qS7YI-0002Tm-QL for guix-patches@gnu.org; Fri, 04 Aug 2023 23:02:02 -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 1qS7YI-0005zz-Hy for guix-patches@gnu.org; Fri, 04 Aug 2023 23:02:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qS7YI-0001Rk-DV for guix-patches@gnu.org; Fri, 04 Aug 2023 23:02: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:02: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: 65062@debbugs.gnu.org Received: via spool by 65062-submit@debbugs.gnu.org id=B65062.16912045155547 (code B ref 65062); Sat, 05 Aug 2023 03:02:02 +0000 Received: (at 65062) by debbugs.gnu.org; 5 Aug 2023 03:01:55 +0000 Received: from localhost ([127.0.0.1]:55173 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qS7YA-0001RO-Ui for submit@debbugs.gnu.org; Fri, 04 Aug 2023 23:01:55 -0400 Received: from mail.boiledscript.com ([144.168.59.46]:55398) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qS7Y8-0001RG-95 for 65062@debbugs.gnu.org; Fri, 04 Aug 2023 23:01:52 -0400 Date: Sat, 05 Aug 2023 11:01:40 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1691204505; 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=yvl5wYpNBmHI34jzlb/UyiLw+W2a1YIb2ayiV4Y7DHQ=; b=IeU/8OVYBfT1EJ+mSgJhK2x49kPk+l3mx+b86ix2mrSTvU7LIrMTFAZtN/Ss3UXH8yp8QQ eOr4+vXkiKDopmzBiFNvtTb2zfDqTF+U3LoCvmAqjcm/M3brInnwpzbrKfklXSWC1OBOL4 ogWaD6wMfgONvnCL0e8c4vchWUyRuCoxUs54v1O+FMVrvfZc4uekbCFFVDcX6Lg+O4qq+s qbCf+UL/vP/RTDpWXromF2k/nvcr2HaJK9IFCL1vjDdGxGGx/FX939GHsXYM+pN7rypbOW g5GCo+gEP51rsABVBW0UhrMJ61ZBFO5T0kpjSPhIpVtcv7ezkcrTNNTAVw3B9g== Message-ID: <87il9ui44r.wl-hako@ultrarare.space> In-Reply-To: References: 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: AED955F37C X-Migadu-Scanner: mx0.migadu.com X-Migadu-Spam-Score: -6.64 X-Spam-Score: -6.64 X-TUID: gOAPQOWFYanv On Sat, 05 Aug 2023 10:50:32 +0800, Hilton Chain wrote: > > Hello Guix, > > Recently I found it not possible to find `(,gcc "lib") in inputs with > `this-package-input' since it has the label "gcc" and there're other "gcc"s > in the build environment. > > As we should avoid direct use on input labels, I think the solution is to > modify `add-input-label', hence the patch. > > Taking `aide' from (gnu packages admin) as an example, the current behavior is > that both `pcre:static' and `pcre' have the label "pcre", this affects > `this-package-input' and `modify-inputs': 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'.