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 ms9.migadu.com with LMTPS id MCJwAWKH+GS7mgAA9RJhRA:P1 (envelope-from ) for ; Wed, 06 Sep 2023 16:06:26 +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 MCJwAWKH+GS7mgAA9RJhRA (envelope-from ) for ; Wed, 06 Sep 2023 16:06:26 +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 B2B7665FE9 for ; Wed, 6 Sep 2023 16:06:25 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=sNWQn9B+; 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=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1694009185; 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=dFwrRta8kd/QlCnhGVuM3yCuNvd4HtyyM0fmSR0quZk=; b=vBx8/uoFM0+7PPswufuqhJ5AKvD3zTl+zIOwk7DzkIAPpYWjS0eSok4arA8RxEWNzI5iNE f9Lyg0/8LlobjiojxRM1qLx956QiyZ7Bda9zEUuwmW8iRYhyKtKtb6b2ZyNP4RakTdMyJN Q41Ii0A1Lt84GpACaXwvMM1BbeQCXWP8BGkPiEE/4Gok8TOJwq7c7RNYYJe6n7CcfWY6Cs BpsgQy6Ij7UEqTtmAlVB5HszpoitTqIbEB3bWBEdekEuQPcY4zRVbz0P3TQMluWLlxLyR1 cgp6mqfZkh8R27prdaZfmjexNKct8Bv7TD1B2Be+cAAO97xFgCtfECdyoP/1vw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=sNWQn9B+; 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=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1694009185; a=rsa-sha256; cv=none; b=GNxPJPl76raqTY2nRDZANhxqfx20/gldOQs0W82LCtTlq/vjHKEFf6/WAsSiF46qd0xEok MA9G0b0P1KawGQ9fD0xTFtKIPn2Q+9IweFeWIYFMY+Wle7EdMLDiRGRofNWa+SyWrzOBlP f/1NExXshBq8XzaiZoJ70pfu46//YpfCvj5lzig8T6qy2SsYxpmI1LJYDx3xQg97zkv/jm +owmQshibPadoehAEexQexG/tKoZfReJM0Pp9QlWRbQ0GR7Efec69cbe9PUMW/jzt18jgc y1r/BeS698L7Dr7fBb5DQVZ2/7rQeIu0sUK2m7upatVEvmsBQ9/iKaUnQhE2EA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qdtAS-0001RX-BS; Wed, 06 Sep 2023 10:06: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 1qdtAP-0001R1-Mb for guix-patches@gnu.org; Wed, 06 Sep 2023 10:06:01 -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 1qdtAO-00009h-Q3 for guix-patches@gnu.org; Wed, 06 Sep 2023 10:06:00 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qdtAP-0003FN-SD for guix-patches@gnu.org; Wed, 06 Sep 2023 10:06:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#63854] [PATCH] gnu: po4a: Fix SGML tests. Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 06 Sep 2023 14:06:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63854 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Bruno Victal Cc: gemmaro , 63854@debbugs.gnu.org Received: via spool by 63854-submit@debbugs.gnu.org id=B63854.169400912212413 (code B ref 63854); Wed, 06 Sep 2023 14:06:01 +0000 Received: (at 63854) by debbugs.gnu.org; 6 Sep 2023 14:05:22 +0000 Received: from localhost ([127.0.0.1]:37052 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qdt9m-0003E9-4U for submit@debbugs.gnu.org; Wed, 06 Sep 2023 10:05:22 -0400 Received: from mail-qk1-x72d.google.com ([2607:f8b0:4864:20::72d]:60656) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qdt9j-0003Dt-EU for 63854@debbugs.gnu.org; Wed, 06 Sep 2023 10:05:20 -0400 Received: by mail-qk1-x72d.google.com with SMTP id af79cd13be357-76dbd877cd9so208700085a.0 for <63854@debbugs.gnu.org>; Wed, 06 Sep 2023 07:05:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1694009112; x=1694613912; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from:from:to:cc:subject :date:message-id:reply-to; bh=dFwrRta8kd/QlCnhGVuM3yCuNvd4HtyyM0fmSR0quZk=; b=sNWQn9B+QRAkORyL5+Z4i1FXdFQ/7v7yrnH3PFRWxlPhtWqF4twz5DlwTbyycgV2Lw Swkt1CCuFtfBxyelZD1oT1cpf2tp1RuZYUgttkfcOlbJFPZA5vvLYQbUn2SDdeo0UjI1 YROqOqwnZZTOb/FjiztscRBVm9yZcTvR4XPUZaFYF0gqkh7RMVFPDSpPAyhA+9CPLlY9 doUyXsaJyZGI0guwPRO2h4ASXO9aHfUmHO9AuFzGHt0rlLNoUWQRkwE5Un8fioADTmRR cpU9c6/Gq6nMp+9w2MxmExK3vGbqU6/ybXubnHd5I340Yqrc49WsjwgmGZkZV6wMsEK4 S9JA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1694009112; x=1694613912; h=content-transfer-encoding:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=dFwrRta8kd/QlCnhGVuM3yCuNvd4HtyyM0fmSR0quZk=; b=i6dvRvTggwYOG8zNbgntZ9lhJ5V8FdK0f9A3IlX9drxa4K5JgWecN6Hm3v8DffMo5Z JAGh+wC9ksZSd7QD1nCwFGPRHv2qkEUc7qXbUZ2JLrBx4X6jh+xP/xdEANMlFANrsmYm CK6snovc0fpMFFJZ4+oIsNRg45E39QAcRGac4tX4L1GlLaphcD98EAj7Eef4NvRNPk8M PXg7AbZHZHzqH23X7vHsqVnO3JsuE6L/GdLBfjIVFoMpBS6paNxNbV23liZdiFA4FpBR 85RpDyzmDdjelCDmD+h9knavzohmInST3BKRNpqGdekja01lim7E5NyyfzGVFg52yB6Y MoTw== X-Gm-Message-State: AOJu0YzB0ysG1E2A+bhS4MeqLxlYzrKzHVnaeshGsC9klFwc7CXZXnHl Ikmc8fNGBBHMUEtuKL8tDt0Q0bNe1iiZjg== X-Google-Smtp-Source: AGHT+IGOr3k+6zax/8a/2JSgNUh7G3wwWZ9FeU1KL/T3iuxReFowBewRLEtLC4EgNcqppIFFOiotpQ== X-Received: by 2002:a05:620a:2ae2:b0:76e:eeaa:a06e with SMTP id bn34-20020a05620a2ae200b0076eeeaaa06emr16978852qkb.4.1694009112346; Wed, 06 Sep 2023 07:05:12 -0700 (PDT) Received: from hurd (dsl-153-125.b2b2c.ca. [66.158.153.125]) by smtp.gmail.com with ESMTPSA id z11-20020a0cf24b000000b006516780a0a5sm5451348qvl.117.2023.09.06.07.05.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 Sep 2023 07:05:11 -0700 (PDT) From: Maxim Cournoyer References: <72b82f75a3f87474a3eb40486fd01db09ee97ebd.1685879572.git.gemmaro.dev@gmail.com> Date: Wed, 06 Sep 2023 10:05:10 -0400 In-Reply-To: (Bruno Victal's message of "Thu, 8 Jun 2023 19:46:37 +0100") Message-ID: <878r9j75yh.fsf_-_@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Queue-Id: B2B7665FE9 X-Migadu-Scanner: mx1.migadu.com X-Migadu-Spam-Score: 2.77 X-Spam-Score: 2.77 X-TUID: 69B0aTifp4tf Hi, Bruno Victal writes: > Hi gemmaro, > > On 2023-06-04 13:28, gemmaro wrote: >> * gnu/packages/xml.scm >> (libxml2)[native-search-paths]: Add SGML_CATALOG_FILES. >> (opensp)[native-search-paths]: Remove SGML_CATALOG_FILES. > > [=E2=80=A6] > >> @@ -1781,14 +1792,6 @@ (define-public opensp >> (("^\tOSGMLNORM=3D`echo osgmlnorm\\|sed '\\$\\(transfor= m\\)'`\\\\") >> "\tOSGMLNORM=3D`echo osgmlnorm|sed '$(transform)'`") >> (("^\t\\$\\(SHELL\\)\n") ""))))))) >> - ;; $SGML_CATALOG_FILES lists 'catalog' or 'CATALOG' or '*.cat' file= s found >> - ;; under the 'sgml' sub-directory of any given package. >> - (native-search-paths (list (search-path-specification >> - (variable "SGML_CATALOG_FILES") >> - (separator ":") >> - (files '("sgml")) >> - (file-pattern "^catalog$|^CATALOG$|^.*\= \.cat$") >> - (file-type 'regular)))) > > Interesting, looking at opensp it seems that it also makes use of the > SGML_CATALOG_FILES environment variable so I don't think it shouldn't > be removed though I don't know if it's valid for more than one package > to share the same native-search-path. The search paths are not currently 'merged', but if they are exactly defined the same way (could by via a $SGML_CATALOG_FILES export defininition (guix search-paths)) then it should work normally. --=20 Thanks, Maxim