From unknown Sun Jun 22 03:52:11 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#67301 <67301@debbugs.gnu.org> To: bug#67301 <67301@debbugs.gnu.org> Subject: Status: [PATCH gnome-team] gnu: libxmlb: Add xz to propagated-inputs. Reply-To: bug#67301 <67301@debbugs.gnu.org> Date: Sun, 22 Jun 2025 10:52:11 +0000 retitle 67301 [PATCH gnome-team] gnu: libxmlb: Add xz to propagated-inputs. reassign 67301 guix-patches submitter 67301 Vivien Kraus severity 67301 normal tag 67301 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 20 12:29:42 2023 Received: (at submit) by debbugs.gnu.org; 20 Nov 2023 17:29:43 +0000 Received: from localhost ([127.0.0.1]:54393 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r585e-0000Sv-Hf for submit@debbugs.gnu.org; Mon, 20 Nov 2023 12:29:42 -0500 Received: from lists.gnu.org ([2001:470:142::17]:46390) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r585a-0000S0-Fh for submit@debbugs.gnu.org; Mon, 20 Nov 2023 12:29:39 -0500 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 1r585S-000332-S7 for guix-patches@gnu.org; Mon, 20 Nov 2023 12:29:30 -0500 Received: from planete-kraus.eu ([89.234.140.182]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1r585R-0000b6-Ee for guix-patches@gnu.org; Mon, 20 Nov 2023 12:29:30 -0500 Received: from planete-kraus.eu (localhost.lan [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id d3030acc; Mon, 20 Nov 2023 17:29:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:from:date:subject:to:cc:mime-version; s=albinoniA; bh=/rpLi4eAElsBqu1juxf4PtH8uwI=; b=l3f/ialGYPbYcgd8dwC8OyybsXi/ ZzN9qUeCYvJTasEjhX1Xts7ZWGE98YyTpTqOmVSJkB0IooR9SgUqrltWtfqP5/sx Osf9UohuL9bSkdCrytJCkEGcKXjfvifBYkIfShjNWaPXJ19FC74FXqpNXAcP7iWS lgYbamzvUW96/tRqThaAs2Wfy3ncBSoDosN+aB8wJhOAgFVTNz6a00iq7mzXBCqE 7YEQy88j4tLo4M7jnwHoZ+GvQR3805Mw/WjvywELwzKxCS1RczDQn3yMqLC6cFrM EGJQKMPOyK/hgzViUJZg8tyiMXIUFt5ceXx5mLIx4+tN7FQ+N+IeJVEg2A== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 88c5b442 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Mon, 20 Nov 2023 17:29:28 +0000 (UTC) Message-ID: From: Vivien Kraus Date: Thu, 16 Nov 2023 00:11:35 +0100 Subject: [PATCH gnome-team] gnu: libxmlb: Add xz to propagated-inputs. To: guix-patches@gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.46.4 Received-SPF: pass client-ip=89.234.140.182; envelope-from=vivien@planete-kraus.eu; helo=planete-kraus.eu X-Spam_score_int: 13 X-Spam_score: 1.3 X-Spam_bar: + X-Spam_report: (1.3 / 5.0 requ) BAYES_00=-1.9, DATE_IN_PAST_96_XX=3.405, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 3.0 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: liblzma is present in Requires.private in the pkg-config definition of xmlb. * gnu/packages/xml.scm (libxmlb) [propagated-inputs]: Add xz. Change-Id: I7189b47d879561ffd1902079d20054a287ffaf20 --- gnu/packages/xml.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Content analysis details: (3.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.9 SPF_FAIL SPF: sender does not match SPF record (fail) [SPF failed: Please see http://www.openspf.org/Why?s=mfrom; id=vivien%40planete-kraus.eu; ip=2001%3A470%3A142%3A%3A17; r=debbugs.gnu.org] -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: submit Cc: rg@raghavgururajan.name, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: liblzma is present in Requires.private in the pkg-config definition of xmlb. * gnu/packages/xml.scm (libxmlb) [propagated-inputs]: Add xz. Change-Id: I7189b47d879561ffd1902079d20054a287ffaf20 --- gnu/packages/xml.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.9 SPF_FAIL SPF: sender does not match SPF record (fail) [SPF failed: Please see http://www.openspf.org/Why?s=mfrom;id=vivien%40planete-kraus.eu;ip=2001%3A470%3A142%3A%3A17;r=debbugs.gnu.org] -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager liblzma is present in Requires.private in the pkg-config definition of xmlb. * gnu/packages/xml.scm (libxmlb) [propagated-inputs]: Add xz. Change-Id: I7189b47d879561ffd1902079d20054a287ffaf20 --- gnu/packages/xml.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index ec68deb31a..c6ddae50ae 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -107,7 +107,7 @@ (define-public libxmlb (inputs (list appstream-glib glib)) (propagated-inputs - (list `(,zstd "lib"))) ; in Requires.private of xmlb.pc + (list xz `(,zstd "lib"))) ; in Requires.private of xmlb.pc (synopsis "Library to help create and query binary XML blobs") (description "Libxmlb library takes XML source, and converts it to a structured binary representation with a deduplicated string table; where the base-commit: 1cc3b7e80f60a2a5a6a1400ed0b025efeae7a523 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 23 03:07:06 2023 Received: (at 67301-done) by debbugs.gnu.org; 23 Nov 2023 08:07:06 +0000 Received: from localhost ([127.0.0.1]:60535 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r64jq-0007wr-6p for submit@debbugs.gnu.org; Thu, 23 Nov 2023 03:07:06 -0500 Received: from mail-ej1-x642.google.com ([2a00:1450:4864:20::642]:61728) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r64jo-0007wA-2g for 67301-done@debbugs.gnu.org; Thu, 23 Nov 2023 03:07:04 -0500 Received: by mail-ej1-x642.google.com with SMTP id a640c23a62f3a-9ffef4b2741so67781166b.3 for <67301-done@debbugs.gnu.org>; Thu, 23 Nov 2023 00:07:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1700726814; x=1701331614; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:from:to:cc:subject :date:message-id:reply-to; bh=3ubH1nzUGixuOPsCNBdGw0oh1144piAoW1aQxWhj+kI=; b=Uwoxs1JbeVEagfMFa3ZGK8YMvuRzUlLcMxGrhoHA3ewyCNxBFvAkp5BOEi/YMbkwyk 2jhTF4n0cu+jUEvavzqVTKpmJAtvzmU5InXHDlof+kGP1nLmpejMBhM8G6t2BbGxQJWY 0POWV4eGfYEOUtyPZNrMP97OIzCxUT4omEjVUUizttSgvBWQq7Bvzl6qZO9hZwXiA9cY SsIs9NyLbwNLK/kALxnOqdztKImUAzY33uVoApXG9UqC8dI5cnOuEf7w0uRfE5SUedyw uEHVvwmtb5GfLWrP4gNm4fhD4Nn2/gKTu3Xy1ZYoX8o0VDjDZWgm2vdsfknzfBcX8RKJ fVuA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1700726814; x=1701331614; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=3ubH1nzUGixuOPsCNBdGw0oh1144piAoW1aQxWhj+kI=; b=VZs0SO9EHziYIRUUDj8i5W74zKDvI07dzQKq6hCVUQECsPDvJl6aBbSynJ7HOlFz0w BmmUWaFil2dj/QwVWmIbov1nkFlQXVGVaIEvhueRzPnuojvyXwfw2L9xZzVZPK1XD+PR BIIwziLlcwnSZJ/jueWnaSaV01YmAGI40oYKVQg6wF1ol6qpUEo/7/t26EjVtbKqD/6T Fh5aos1AvMOYyybo9F8ALtRF4imx1m4AzH4K8sOGhAosAJi58Mm0KuNNjoep0UpKFwL1 ifqzP65xfRVYw9JEeWACYDzYDEzCZmHYy5lANgP5T/UsNXC9aqwZV1eB5zlcLnTVB89T 8o1Q== X-Gm-Message-State: AOJu0Yy8qWRhawnuvJw8eNWN08bEHZiFvMS2CVrWhxwk2DCA5ZTpc5p4 U2FNYCN8PjcbGMrdLvGXFxc= X-Google-Smtp-Source: AGHT+IGaD3oC3Zs1uBN0vEg6p/PuMmqyVqgU4mb5wcJE9P7Y65AIUxqHUDCmjUetL8sZSy0qAIDrfA== X-Received: by 2002:a17:907:93d1:b0:9d5:9ff5:c2 with SMTP id cp17-20020a17090793d100b009d59ff500c2mr1797320ejc.24.1700726814176; Thu, 23 Nov 2023 00:06:54 -0800 (PST) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id lv23-20020a170906bc9700b009f28db2b702sm451207ejb.209.2023.11.23.00.06.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 23 Nov 2023 00:06:53 -0800 (PST) Message-ID: <3a9e0f38324b2d8f0c87dffcb23f16930da3cbe7.camel@gmail.com> Subject: Re: [PATCH gnome-team] gnu: libxmlb: Add xz to propagated-inputs. From: Liliana Marie Prikler To: Vivien Kraus , 67301-done@debbugs.gnu.org Date: Thu, 23 Nov 2023 09:06:52 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 67301-done Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Am Donnerstag, dem 16.11.2023 um 00:11 +0100 schrieb Vivien Kraus: > liblzma is present in Requires.private in the pkg-config definition > of xmlb. >=20 > * gnu/packages/xml.scm (libxmlb) [propagated-inputs]: Add xz. Pushed. Thanks From unknown Sun Jun 22 03:52:11 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 21 Dec 2023 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator