From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id GBdVOrbsLGWchQAA9RJhRA:P1 (envelope-from ) for ; Mon, 16 Oct 2023 09:56:39 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id GBdVOrbsLGWchQAA9RJhRA (envelope-from ) for ; Mon, 16 Oct 2023 09:56:39 +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 C29403F232 for ; Mon, 16 Oct 2023 09:56:38 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="rB/xPsLs"; dmarc=pass (policy=none) header.from=gnu.org; 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" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1697442998; a=rsa-sha256; cv=none; b=dE/wW9iXqxAusNt5TTQ3bpDei4q79//YKzydTg/fEK8QuFN6LLcF3EpU33fCkg0BahX3f6 IHBt78xiQX7CnrSeKI/cqQTzP8uPmegu80adlJ1R00xinr8LcXEnQO0OA/u1XkeGy1++nf XaoKf36QUINcRsmOq1NsHq2JuKQZKcrrqaCswRknSgrApVFDEjDpbL36o2GQSyCuo/9/zV 9bguHFvqamm71d+oYyylax6fVLFdO8dofd0/oc6kzGGwbJOZ9RapRE6Yx5I29QKxL4cfRJ NeQxQF56a33t9ehO3HrwM+vIfGy+54aq5wE0dTKGIIgzDAyAnPIlSWy5jklU5g== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="rB/xPsLs"; dmarc=pass (policy=none) header.from=gnu.org; 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1697442998; h=from:from:sender:sender: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: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=2j01omVmlL9QhD6eqq62Rs3edHzk6n4D0y2LC1um+zA=; b=ACRmHSwc4F7PGGJidnYUfZUXMZTeXNVJ8LPgS1Gd7+y7RxoqoXsu6OMzyX91Zhl13dwkuX dAy5tw9L9zE7YNZliF0noww0O11QgAAoINd1IQAa1eDe5WnGaEPevIBSeRHcE/3fBkWtVk ayuxHVaWRNTGX70j66vfdDGgjkGFGHVPeR4s7RCkc50R9Hcytc9998igrT0KChJQNGKGqm fw/dTL42QE7oSCsdnp2YJAdvp1wBUdpZhkFSE4VRlbB+QlxBMx7EH18AK7MF5YsSo+SCQp SwVoHHqaBYEpsarHR4IYyJlLxilsjuHgHMlA9n3O7CCZAHKQtW3LIEsnlNvFtg== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qsISH-00075F-Cx; Mon, 16 Oct 2023 03:56:01 -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 1qsIS1-00071D-85 for guix-patches@gnu.org; Mon, 16 Oct 2023 03:55:46 -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 1qsIRt-0001pt-EN for guix-patches@gnu.org; Mon, 16 Oct 2023 03:55:44 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qsISI-0004Rr-2R for guix-patches@gnu.org; Mon, 16 Oct 2023 03:56:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66573] [PATCH 01/11] gnu: opensm: Use the right version string for the doc directory. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 16 Oct 2023 07:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66573 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66573@debbugs.gnu.org Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= Received: via spool by 66573-submit@debbugs.gnu.org id=B66573.169744295316991 (code B ref 66573); Mon, 16 Oct 2023 07:56:02 +0000 Received: (at 66573) by debbugs.gnu.org; 16 Oct 2023 07:55:53 +0000 Received: from localhost ([127.0.0.1]:55171 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qsIS8-0004Ps-Gt for submit@debbugs.gnu.org; Mon, 16 Oct 2023 03:55:52 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44338) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qsIS4-0004PH-JS for 66573@debbugs.gnu.org; Mon, 16 Oct 2023 03:55:50 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qsIRZ-0001YK-Hk; Mon, 16 Oct 2023 03:55:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:References:In-Reply-To:Date:Subject:To: From; bh=2j01omVmlL9QhD6eqq62Rs3edHzk6n4D0y2LC1um+zA=; b=rB/xPsLs/7myCDoxA7yy uxGUuugmsWJB71xBrpS736Ka08R5dULXHDS5qxArJzGUeMKjYOoI3Mc84jMcF5oDHsEOX4iYBmMFy N5U8BoAAb9suXMxuAfMqNnx5RW4XfBMnrlsY9cSUtoQ/6iaQ6l1ytZGwD6AAVzg3OXRfnFQqqG5KX wskQB2/ttrDeGjbd5nBwrYc/YxA6/dQMO1Y/rlTHfIHu5cLiWktBdZf7jHAWB+W3wUjXPcCnEty3G Lvq+2+3jlSNcA+1RorQBnmoA1nw+Hottd5vtXI/wi5msIojTAYWPvXe0khfHbNbbQShbdp8cIeSqX IdhwvVhFyFRycA==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Date: Mon, 16 Oct 2023 09:54:49 +0200 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: mx1.migadu.com X-Migadu-Spam-Score: -5.88 X-Spam-Score: -5.88 X-Migadu-Queue-Id: C29403F232 X-TUID: YWMuHbkuQQQi Previously, when built with ‘--with-latest=opensm’, the package would install its documentation under a directory with the wrong version string. * gnu/packages/fabric-management.scm (opensm)[arguments]: Use the name and version of THIS-PACKAGE. --- gnu/packages/fabric-management.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/fabric-management.scm b/gnu/packages/fabric-management.scm index b6b2e5176c..545cd4ff67 100644 --- a/gnu/packages/fabric-management.scm +++ b/gnu/packages/fabric-management.scm @@ -73,11 +73,11 @@ (define-public opensm (lambda* (#:key outputs #:allow-other-keys) (let* ((base (assoc-ref outputs "out")) (doc (string-append base "/share/doc/" - ,name "-" ,version))) + ,(package-name this-package) "-" + ,(package-version this-package)))) (for-each (lambda (file) (install-file file doc)) - (find-files "doc")) - #t)))))) + (find-files "doc")))))))) (home-page "https://www.openfabrics.org/") (synopsis "OpenIB InfiniBand Subnet Manager and management utilities") (description "\ -- 2.41.0