From unknown Fri Jun 20 05:29:50 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#62292 <62292@debbugs.gnu.org> To: bug#62292 <62292@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add kitsas Reply-To: bug#62292 <62292@debbugs.gnu.org> Date: Fri, 20 Jun 2025 12:29:50 +0000 retitle 62292 [PATCH] gnu: Add kitsas reassign 62292 guix-patches submitter 62292 Saku Laesvuori severity 62292 normal tag 62292 patch moreinfo thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 20 06:56:18 2023 Received: (at submit) by debbugs.gnu.org; 20 Mar 2023 10:56:18 +0000 Received: from localhost ([127.0.0.1]:53751 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peDBZ-0008I8-Vy for submit@debbugs.gnu.org; Mon, 20 Mar 2023 06:56:18 -0400 Received: from lists.gnu.org ([209.51.188.17]:60332) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peDBX-0008I0-TZ for submit@debbugs.gnu.org; Mon, 20 Mar 2023 06:56:16 -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 1peDBX-0002bC-MC for guix-patches@gnu.org; Mon, 20 Mar 2023 06:56:15 -0400 Received: from vmi571514.contaboserver.net ([75.119.130.101] helo=mail.laesvuori.fi) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1peDBV-00051g-Fe for guix-patches@gnu.org; Mon, 20 Mar 2023 06:56:15 -0400 Received: from X-kone.lan (88-113-24-127.elisa-laajakaista.fi [88.113.24.127]) by mail.laesvuori.fi (Postfix) with ESMTPSA id 7899634012E; Mon, 20 Mar 2023 11:56:28 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=laesvuori.fi; s=mail; t=1679309788; bh=BKbpW/6qxRft/owIge2+MjM4VgBxye71iW3K0ZJbbgM=; h=From:To:Cc:Subject:Date; b=vrfIq2AsE8gCevlGsF6GvMt9tR4msbPDe2xvxUsa2YZZ2JFk5j19oLJxJtskR0DDH qpymKfoS31MpSDXPazafd6UCy4oYk06zFbI11Cuk6QLVPGWAvv5mJCCi+1unT0QFkc S43itaRu+VHT4RKZkHtG0JhG6eWYUhJ+Aa9o7E8A= From: Saku Laesvuori To: guix-patches@gnu.org Subject: [PATCH] gnu: Add kitsas Date: Mon, 20 Mar 2023 12:56:02 +0200 Message-Id: <20230320105602.8040-1-saku@laesvuori.fi> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=75.119.130.101; envelope-from=saku@laesvuori.fi; helo=mail.laesvuori.fi X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, 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_PDS_PRO_TLD=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Saku Laesvuori 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.4 (--) * gnu/packages/finance.scm (kitsas): New variable. --- gnu/packages/finance.scm | 57 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 3f3fc078f0..9c27df04ad 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -109,6 +109,7 @@ (define-module (gnu packages finance) #:use-module (gnu packages multiprecision) #:use-module (gnu packages ncurses) #:use-module (gnu packages networking) + #:use-module (gnu packages pdf) #:use-module (gnu packages pkg-config) #:use-module (gnu packages popt) #:use-module (gnu packages protobuf) @@ -1290,6 +1291,62 @@ (define-public keepkey-agent agent.") (license license:lgpl3))) +(define-public kitsas + (package + (name "kitsas") + (version "4.0.3") + (source (origin + (method url-fetch) + (uri (string-append + "https://github.com/artoh/kitupiikki/archive/refs/tags/v" + version ".tar.gz")) + (sha256 + (base32 + "1a15axggskrvjb3r3yyr3kdxyzcygxjj756b6dzpwlca5g1l7x5w")))) + (build-system qt-build-system) + (inputs (list qtbase-5 libzip poppler-qt5 qtsvg-5)) + (arguments + '(#:test-target "check" + #:tests? #f + #:phases (modify-phases %standard-phases + (replace 'configure + (lambda* _ + (invoke "qmake" "kitsasproject.pro" "CONFIG+=release"))) + (replace 'install + (lambda* (#:key outputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out"))) + (install-file "kitsas/kitsas" + (string-append out "/bin/")) + (install-file "kitsas.png" + (string-append out "/share/icons/")) + (install-file "kitsas.desktop" + (string-append out + "/share/applications/")))))))) + (home-page "https://kitsas.fi") + (synopsis "Finnish bookkeeping software for small organisations") + (description + "The software is in Finnish only. + + Finnish free software accounting program with the following goals and features: + + @itemize @bullet + @item + Ease of use + @item + Digital management of documents + @item + Creating a digital archive + @item + Built-in invoicing + @item + Creating reports + @end itemize") + (license license:gpl3))) + ; GPL3 with additional terms: + ; - Modified versions of this software should be clearly mentioned as modified + ; - Kitsas Oy will not support any modified version of this software + ; - The name Kitsas Oy should not be used in any modified version + (define-public python-stdnum (package (name "python-stdnum") base-commit: 3a2200e1ad2049ad7e25295e6b4e013f74dd84e2 -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 20 14:14:34 2023 Received: (at 62292) by debbugs.gnu.org; 20 Mar 2023 18:14:34 +0000 Received: from localhost ([127.0.0.1]:56749 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peK1h-0007JU-Te for submit@debbugs.gnu.org; Mon, 20 Mar 2023 14:14:34 -0400 Received: from smtpmciv1.myservices.hosting ([185.26.107.237]:55926) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peK1f-0007JI-Ux for 62292@debbugs.gnu.org; Mon, 20 Mar 2023 14:14:32 -0400 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpmciv1.myservices.hosting (Postfix) with ESMTP id 9EC152080C; Mon, 20 Mar 2023 19:14:29 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 67F3A8009A; Mon, 20 Mar 2023 19:09:08 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id K7Mk7iJ14tbe; Mon, 20 Mar 2023 19:09:08 +0100 (CET) Received: from [192.168.1.239] (unknown [10.192.1.83]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id D1F9480079; Mon, 20 Mar 2023 19:09:07 +0100 (CET) Message-ID: Date: Mon, 20 Mar 2023 18:09:03 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [bug#62292] [PATCH] gnu: Add kitsas Content-Language: en-US To: Saku Laesvuori References: <20230320105602.8040-1-saku@laesvuori.fi> From: Bruno Victal In-Reply-To: <20230320105602.8040-1-saku@laesvuori.fi> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -1.1 (-) X-Debbugs-Envelope-To: 62292 Cc: 62292@debbugs.gnu.org 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.1 (--) Hi Saku, On 2023-03-20 10:56, Saku Laesvuori via Guix-patches via wrote: > > +(define-public kitsas > + (package > + (name "kitsas") > + (version "4.0.3") > + (source (origin > + (method url-fetch) > + (uri (string-append > + "https://github.com/artoh/kitupiikki/archive/refs/tags/v" > + version ".tar.gz")) Use git-fetch instead. GitHub tarballs are not stable and their hash can change in the future. > + (sha256 > + (base32 > + "1a15axggskrvjb3r3yyr3kdxyzcygxjj756b6dzpwlca5g1l7x5w")))) > + (build-system qt-build-system) > + (inputs (list qtbase-5 libzip poppler-qt5 qtsvg-5)) > + (arguments [...] > + '(#:test-target "check" > + #:tests? #f If the tests don't work, leave a comment stating such. It's worth trying to get them working if possible though. [...] > + #:phases (modify-phases %standard-phases > + (replace 'configure > + (lambda* _ > + (invoke "qmake" "kitsasproject.pro" "CONFIG+=release"))) > + (replace 'install > + (lambda* (#:key outputs #:allow-other-keys) > + (let ((out (assoc-ref outputs "out"))) > + (install-file "kitsas/kitsas" > + (string-append out "/bin/")) > + (install-file "kitsas.png" > + (string-append out "/share/icons/")) > + (install-file "kitsas.desktop" > + (string-append out > + "/share/applications/")))))))) Prefer list to ' and use G-Expressions here, i.e. (arguments (list #:tests? #f ;; comment here... #:phases #~(modify-phases %standard-phases (replace 'install (lambda* _ (install-file "kitsas/kitsas" (string-append #$output "/bin/")) ... ))))) > + (home-page "https://kitsas.fi") > + (synopsis "Finnish bookkeeping software for small organisations") > + (description > + "The software is in Finnish only. > + > + Finnish free software accounting program with the following goals and features: > + > + @itemize @bullet > + @item > + Ease of use > + @item > + Digital management of documents > + @item > + Creating a digital archive > + @item > + Built-in invoicing > + @item > + Creating reports > + @end itemize") You can collapse this into: @itemize @bullet @item Ease of use @item Digital management of documents ... @end itemize > + (license license:gpl3))) > + ; GPL3 with additional terms: > + ; - Modified versions of this software should be clearly mentioned as modified > + ; - Kitsas Oy will not support any modified version of this software > + ; - The name Kitsas Oy should not be used in any modified version Move this comment into the package definition. Cheers, Bruno From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 22 08:29:57 2023 Received: (at control) by debbugs.gnu.org; 22 Mar 2023 12:29:57 +0000 Received: from localhost ([127.0.0.1]:33746 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pexbJ-0008Ig-27 for submit@debbugs.gnu.org; Wed, 22 Mar 2023 08:29:57 -0400 Received: from mail-qt1-f178.google.com ([209.85.160.178]:33610) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pexbH-0008IT-41 for control@debbugs.gnu.org; Wed, 22 Mar 2023 08:29:55 -0400 Received: by mail-qt1-f178.google.com with SMTP id n2so22351160qtp.0 for ; Wed, 22 Mar 2023 05:29:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1679488189; h=subject:from:to:message-id:date:from:to:cc:subject:date:message-id :reply-to; bh=ExMNEUXE4fc8fr6VPH+PzA+Igd2CShuwOvWbqWgjWqE=; b=PUzdCv8soHTWuZm/x2Ibnmj80Uomsubl09KyzEXntBAIx6+cfmsA180608b3crr4/W eUVee0rylf3Bu2qltXm7eSBol6ItMNnO/59jC7H77PHYNYYpSyrkVsS9PqKO9+LvEs16 IlRuiQ7mYTs+HWUtGrkhXKYRPuXgqKwH248c4UPBfbBiDzvPIdfQEihqfYm4TIm2jz6U qHpFgRCj7zdmqvCP/J3cPvU6QoUvnHjWW8Bt81f2P9frq+YnP5jhNOMMyP5lv7lEbkKQ qHJv5+7K0kK/As1b7aDgxx1wpF2an5PgVx7Llzxo6/lMxiS2eMq4pfzEOys3NGaN1b/d VS3Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679488189; h=subject:from:to:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=ExMNEUXE4fc8fr6VPH+PzA+Igd2CShuwOvWbqWgjWqE=; b=HB3IFFkqVcITQs54/8rBEPsT/Ke648nK4P1zsrGlSlrGSV66HPjmAteu8gQjWvx8jf iqQO8W7T3nYXjQwm/xBh3RYLucp9ZoE+f/rXDo1i3vQMfrzXTxIoCWpt7ASn6neN+QB0 VQlwqE+mp1Ab3qOLL5Ecn7HS+I0whv/TVW+3MJuRiHlxef+NLHMg435R2K6naPXiYe2n qsNyVXw4xKO8NOrnEhS4BLcECgwM9SUdOWos4B6lEZqazfm4MfD2USdimzCpu2cJwmE2 cYWua7yCTSdnmcJrggtWk8H5YCh0GI9W8fo/aSbzNGDUtq1ct3D7rSqzMjz8w2J7np/B HIBg== X-Gm-Message-State: AO0yUKWfqI44yPmh3dPttOPtipGbYsKXEQzQ9cDn6a6bTHnmq37ikyg7 nEmpmFublqhN5x2ng94cwPm7NG4BA1x7BQ== X-Google-Smtp-Source: AK7set/4Ikk6BrtQKx0qDJev7wIaUQpifGWyiFkpORK0RBqwzyEDHzvgTyHJ+yEOfWwIDrjbgsfDTw== X-Received: by 2002:a05:622a:346:b0:3e3:8587:21f4 with SMTP id r6-20020a05622a034600b003e3858721f4mr5887649qtw.31.1679488189408; Wed, 22 Mar 2023 05:29:49 -0700 (PDT) Received: from hurd (dsl-10-130-195.b2b2c.ca. [72.10.130.195]) by smtp.gmail.com with ESMTPSA id x14-20020ac8538e000000b003e38d6c013dsm567275qtp.60.2023.03.22.05.29.48 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Mar 2023 05:29:49 -0700 (PDT) Date: Wed, 22 Mar 2023 08:29:48 -0400 Message-Id: <87cz51hsub.fsf@gmail.com> To: control@debbugs.gnu.org From: Maxim Cournoyer Subject: control message for bug #62292 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control 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 (-) tags 62292 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 22 08:55:25 2023 Received: (at 62292) by debbugs.gnu.org; 22 Mar 2023 12:55:25 +0000 Received: from localhost ([127.0.0.1]:33806 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pexzx-000311-0b for submit@debbugs.gnu.org; Wed, 22 Mar 2023 08:55:25 -0400 Received: from vmi571514.contaboserver.net ([75.119.130.101]:37964 helo=mail.laesvuori.fi) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pexzu-00030s-LK for 62292@debbugs.gnu.org; Wed, 22 Mar 2023 08:55:23 -0400 Received: from X-kone.lan (88-113-24-127.elisa-laajakaista.fi [88.113.24.127]) by mail.laesvuori.fi (Postfix) with ESMTPSA id 9440E3400E4; Wed, 22 Mar 2023 13:55:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=laesvuori.fi; s=mail; t=1679489741; bh=2cTvFwtpWr4QsV8ao1JRm0Dpjj0jmCCqkCA7srcTYLk=; h=From:To:Cc:Subject:Date; b=Z1niQCkpr5ISR63PxZ9b13cN/Q4HX+OMe/TchFv1vpvKvLD/C4QwdLfJ6npoMwXoE 2CDbSckAjjutSC1fED6SgRtuBdhT/27k9NylQZOJU+bie9p3PYi/MBDslqfQU0/HIA xaw3ioI/XWw0xB5G0B53tQTZQ3BogckRblwDPvk4= From: Saku Laesvuori To: 62292@debbugs.gnu.org Subject: [PATCH v2] gnu: Add kitsas Date: Wed, 22 Mar 2023 14:54:43 +0200 Message-Id: <20230322125443.6561-1-saku@laesvuori.fi> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 62292 Cc: Saku Laesvuori , mirai@makinata.eu 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 (-) * gnu/packages/finance.scm (kitsas): New variable. --- gnu/packages/finance.scm | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 3f3fc078f0..a4b7ede62a 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -109,6 +109,7 @@ (define-module (gnu packages finance) #:use-module (gnu packages multiprecision) #:use-module (gnu packages ncurses) #:use-module (gnu packages networking) + #:use-module (gnu packages pdf) #:use-module (gnu packages pkg-config) #:use-module (gnu packages popt) #:use-module (gnu packages protobuf) @@ -1290,6 +1291,54 @@ (define-public keepkey-agent agent.") (license license:lgpl3))) +(define-public kitsas + (package + (name "kitsas") + (version "4.0.3") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/artoh/kitupiikki") + (commit (string-append "v" version)))) + (sha256 + (base32 + "0hrbsqqm6v2pmjq17s7i4akjgclz3d051mg02vcykq80xgxvbkgf")))) + (build-system qt-build-system) + (inputs (list qtbase-5 libzip poppler-qt5 qtsvg-5)) + (arguments + (list + ; Some tests fail and others segfault + #:tests #f + #:test-target "check" + #:phases #~(modify-phases %standard-phases + (replace 'configure + (lambda* _ + (invoke "qmake" "kitsasproject.pro" "CONFIG+=release"))) + (replace 'install + (lambda* _ + (install-file "kitsas/kitsas" (string-append #$output "/bin/")) + (install-file "kitsas.png" (string-append #$output "/share/icons/")) + (install-file "kitsas.desktop" (string-append #$output "/share/applications/"))))))) + (home-page "https://kitsas.fi") + (synopsis "Finnish bookkeeping software for small organisations") + (description + "The software is in Finnish only. + + Finnish free software accounting program with the following goals and features: + + @itemize @bullet + @item Ease of use + @item Digital management of documents + @item Creating a digital archive + @item Built-in invoicing + @item Creating reports + @end itemize") + ; GPL3 with additional terms: + ; - Modified versions of this software should be clearly mentioned as modified + ; - Kitsas Oy will not support any modified version of this software + ; - The name Kitsas Oy should not be used in any modified version + (license license:gpl3))) + (define-public python-stdnum (package (name "python-stdnum") base-commit: 3a2200e1ad2049ad7e25295e6b4e013f74dd84e2 -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 17 17:29:17 2023 Received: (at 62292-done) by debbugs.gnu.org; 17 Apr 2023 21:29:17 +0000 Received: from localhost ([127.0.0.1]:57078 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1poWPV-0005tx-4o for submit@debbugs.gnu.org; Mon, 17 Apr 2023 17:29:17 -0400 Received: from eggs.gnu.org ([209.51.188.92]:38922) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1poWPS-0005tj-P5 for 62292-done@debbugs.gnu.org; Mon, 17 Apr 2023 17:29:15 -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 1poWPM-0005ea-3d; Mon, 17 Apr 2023 17:29:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=qfg6FFntNPP9RRJdtCSYQHCeP2hQ5vod7g7+Blf6jTY=; b=LoJ6FkM3zeFgtuN2gCj1 Jj6xwiDBrs39gMLbzK7YTOSKoY2FeqcBbcZX+FewwnCEb3jTFBabnGukHGr04RSXRRbVcJsxwM9W3 Wp9Ary5xvRVzfI1hx6ZDPiA1MgSSXT1J/RJP7EHKcaSKzF5nmoAcbUpN2+UNzGMhTXV39sfSbZlvh Oj+G0uM5HNrkgmdnlq/mxVfUuNVpAd5pf7nB97i+PZKZbiH5dA8ABTJHM49kZdGaq8j8WB9Qwj0yi 1NL5tCnHEat1ga4+WKxl9oDj0QEIMex+7IxqBukfqt3MHLUl/tV4IWJcPvvmqXc4orkxvgneX91Ga lcjGd0QwwMUi6g==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1poWPL-0001VH-KW; Mon, 17 Apr 2023 17:29:07 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Saku Laesvuori Subject: Re: bug#62292: [PATCH] gnu: Add kitsas References: <20230320105602.8040-1-saku@laesvuori.fi> <20230322125443.6561-1-saku@laesvuori.fi> Date: Mon, 17 Apr 2023 23:29:05 +0200 In-Reply-To: <20230322125443.6561-1-saku@laesvuori.fi> (Saku Laesvuori's message of "Wed, 22 Mar 2023 14:54:43 +0200") Message-ID: <87wn2ab3ku.fsf_-_@gnu.org> 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-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 62292-done Cc: 62292-done@debbugs.gnu.org, mirai@makinata.eu 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: -3.3 (---) Hi Saku, Saku Laesvuori skribis: > * gnu/packages/finance.scm (kitsas): New variable. Thanks for the updated patch. I went ahead and applied it with the changes below (the license is =E2=80=98gpl3+=E2=80=99 because the =E2=80=98= LICENSE=E2=80=99 file explicitly says =E2=80=9Cversion 3 or any later version=E2=80=9D). The test failures are worrisome though. Could you investigate why those tests are failing or crashing? Those failures may indicate real issues. Or it could be that they require a running X server (other packages usually solve that by spawning =E2=80=98Xvfb=E2=80=99 right before the =E2=80=98check=E2=80=99 ph= ase). Thank you, and thanks Bruno for reviewing. Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 18 10:52:07 2023 Received: (at 62292-done) by debbugs.gnu.org; 18 Apr 2023 14:52:07 +0000 Received: from localhost ([127.0.0.1]:60162 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pomgh-0006WZ-22 for submit@debbugs.gnu.org; Tue, 18 Apr 2023 10:52:07 -0400 Received: from vmi571514.contaboserver.net ([75.119.130.101]:53328 helo=mail.laesvuori.fi) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pomgd-0006WO-Hg for 62292-done@debbugs.gnu.org; Tue, 18 Apr 2023 10:52:05 -0400 Received: from X-kone (88-113-24-127.elisa-laajakaista.fi [88.113.24.127]) by mail.laesvuori.fi (Postfix) with ESMTPSA id D6F17342450; Tue, 18 Apr 2023 16:52:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=laesvuori.fi; s=mail; t=1681829558; bh=v8INnTed/QjSXqJyc/3HsNldM5CHpygQ1DI0AMEwxJ0=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=oyBW5qwAGjTfcP9cGqHduFy7yreycWB/6uLVYGQcJdyqQSt8cRNLGKbVuEnlF9baG qwplwtnnqH1KmFrkYZpOhHuW3aKHMiybje+d+qHqXMOdcjamelQAYNIGpL4LLjuid1 Tl1OKItmQwNMyTeKf9Ydw/kuR9xsiWoqd9hv3cjk= Date: Tue, 18 Apr 2023 17:51:59 +0300 From: Saku Laesvuori To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#62292: [PATCH] gnu: Add kitsas Message-ID: <20230418145159.gkrlxcyyghpfnpxi@X-kone> References: <20230320105602.8040-1-saku@laesvuori.fi> <20230322125443.6561-1-saku@laesvuori.fi> <87wn2ab3ku.fsf_-_@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="yrjxxn6kzex3s6lq" Content-Disposition: inline In-Reply-To: <87wn2ab3ku.fsf_-_@gnu.org> X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 62292-done Cc: 62292-done@debbugs.gnu.org, mirai@makinata.eu 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 (-) --yrjxxn6kzex3s6lq Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > The test failures are worrisome though. Could you investigate why those > tests are failing or crashing? >=20 > Those failures may indicate real issues. Or it could be that they > require a running X server (other packages usually solve that by > spawning =E2=80=98Xvfb=E2=80=99 right before the =E2=80=98check=E2=80=99 = phase). The tests also fail on an Arch linux machine with a running X server. I tried removing the failing ones, but that caused some of the previously passing ones to start segfaulting, so I have no idea how to fix them properly. - Saku --yrjxxn6kzex3s6lq Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEoMkZR3NPB29fCOn/JX0oSiodOjIFAmQ+ro8ACgkQJX0oSiod OjJQsQ/+MeUdfUQm5VZgxxrnzrVjL4WcCQu7Zvhf8bfgXglBWyZrUpz9U7BOPEvB 4nxsRKrzU5nJfzlV0Rzsy0xBh7loV0kl59Nt0tqs5LS9Me38HO2/sXuya+P1pIsT kP3cjjnsTfGI8lDVYPMXIV9LK0rv5gMDU5BMlpa4C0eIiHZAHdQ71enAhRL0E2Tw BWZfZN5AzwmlgM9xbrk/dfCwd06j3E2rO6uX3HktGOsrtxdAQ2m/zd4JHnnARrHH hIZ1rLDC9Tyyu0EQBPU6aAJrgd5gYSdQc7BdFNdsOMGPoAk2f7C0ZJ6WK6uopFEC 0qtnaVuBF9x3zbD7tOiPrq76V3Ziw3MGOF7i61kuBOksgrZil99HOLN+IdAxQbSF v5CigmRbfwAoRP+eHI69lsZWOcXNe50/ObwmFa+Oen5VxLIxSeEXVa8wXzH+gnb2 7owRR3bnFYc+6IgBYdaM+OOcYDrYte7/1QQGinVpSqMhhDQRKwG0AT51BK1pH4BQ fBX9MrGNmgxDWs12KDeK2Wi7J9O3nCO234X//R2xFh7+zXg0YgJU8MYOi6pCxPjb CFo9BDghrz287wVyQ0jwrQNN1/+w/dF8Yjln6rywqrFg7xWtQ1RVx0YQEcCkQd+y tLnfhHB6oc+6L/cSP4aPRMpJ2/yEL9MIhHfd605ROyF2m0H58NA= =e60H -----END PGP SIGNATURE----- --yrjxxn6kzex3s6lq-- From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 20 06:30:58 2023 Received: (at 62292-done) by debbugs.gnu.org; 20 Apr 2023 10:30:58 +0000 Received: from localhost ([127.0.0.1]:36684 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ppRZ4-0005q5-4J for submit@debbugs.gnu.org; Thu, 20 Apr 2023 06:30:58 -0400 Received: from eggs.gnu.org ([209.51.188.92]:38412) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ppRZ1-0005pm-4D for 62292-done@debbugs.gnu.org; Thu, 20 Apr 2023 06:30:56 -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 1ppRYv-0005A5-1x; Thu, 20 Apr 2023 06:30:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=QKwVN3VinB1ncdNxK8C8JgUAEAYAq57QC1y4ufM/chc=; b=Zp8zJx00hLupfTRx3tah KSd0ERk4NLOXB0jjuhOD8d5cyOP9F31p7hUZRJUVOnXByWProaxdrH3GjK7hr008PynXfiDnHw8yH gyyEEuqp7fycNI91M8jarI/UTJFQiUE8x8zNqCDROpmze+jDakRcHWbXIgJBhWqzNETZaL4Reni9s Xhib0vaHe6zSdoX1KnoxQci9mAFRJAlJNSizL8H9Uk4PzfIV18x/4SLO6J8robGmnfkRsfpompqXp DgN0bemQXgsLv6r2owY9DG+Kf9DyDKsQKV9TEd2L1HM6u4QUM8Eybb/BAwp9lptrnhukVepJ/6HdH 4BwP52xdso3tgA==; Received: from [193.50.110.118] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ppRYu-0002kQ-Lm; Thu, 20 Apr 2023 06:30:48 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Saku Laesvuori Subject: Re: bug#62292: [PATCH] gnu: Add kitsas References: <20230320105602.8040-1-saku@laesvuori.fi> <20230322125443.6561-1-saku@laesvuori.fi> <87wn2ab3ku.fsf_-_@gnu.org> <20230418145159.gkrlxcyyghpfnpxi@X-kone> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Primidi 1 =?utf-8?Q?Flor=C3=A9al?= an 231 de la =?utf-8?Q?R=C3=A9volution=2C?= jour de la Rose X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Thu, 20 Apr 2023 12:30:46 +0200 In-Reply-To: <20230418145159.gkrlxcyyghpfnpxi@X-kone> (Saku Laesvuori's message of "Tue, 18 Apr 2023 17:51:59 +0300") Message-ID: <87cz3yvoa1.fsf@gnu.org> 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-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 62292-done Cc: 62292-done@debbugs.gnu.org, mirai@makinata.eu 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: -3.3 (---) Saku Laesvuori skribis: >> The test failures are worrisome though. Could you investigate why those >> tests are failing or crashing? >>=20 >> Those failures may indicate real issues. Or it could be that they >> require a running X server (other packages usually solve that by >> spawning =E2=80=98Xvfb=E2=80=99 right before the =E2=80=98check=E2=80=99= phase). > > The tests also fail on an Arch linux machine with a running X server. I > tried removing the failing ones, but that caused some of the previously > passing ones to start segfaulting, so I have no idea how to fix them > properly. OK. Could you report it upstream? Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 20 07:38:19 2023 Received: (at 62292-done) by debbugs.gnu.org; 20 Apr 2023 11:38:19 +0000 Received: from localhost ([127.0.0.1]:36736 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ppScE-0001ks-Pu for submit@debbugs.gnu.org; Thu, 20 Apr 2023 07:38:18 -0400 Received: from vmi571514.contaboserver.net ([75.119.130.101]:42574 helo=mail.laesvuori.fi) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ppScC-0001kh-5S for 62292-done@debbugs.gnu.org; Thu, 20 Apr 2023 07:38:16 -0400 Received: from X-kone (88-113-24-127.elisa-laajakaista.fi [88.113.24.127]) by mail.laesvuori.fi (Postfix) with ESMTPSA id D8C93340163; Thu, 20 Apr 2023 13:38:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=laesvuori.fi; s=mail; t=1681990732; bh=32erPoEvwepm7NF0CHRc4NzORDH5ccc9vewh9pm5t9Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=IU/XwGm3cwb2s8jy22SjBM+js6lyHJ3tmKOK/YpQzQHJHM8s9YUiqaOW3GJzQ4FA5 W0JIto/nUjZXpFTUDjbrLdaU7T3cW2eP5WuVieEs7X8CM83vtwlJTYTXVR+pjgTtKs MsdrPnAp27o8gQAGQknjq7lccJg2oZOu1Mk5t6jU= Date: Thu, 20 Apr 2023 14:38:12 +0300 From: Saku Laesvuori To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#62292: [PATCH] gnu: Add kitsas Message-ID: <20230420113812.np2jslq2dv4muqs6@X-kone> References: <20230320105602.8040-1-saku@laesvuori.fi> <20230322125443.6561-1-saku@laesvuori.fi> <87wn2ab3ku.fsf_-_@gnu.org> <20230418145159.gkrlxcyyghpfnpxi@X-kone> <87cz3yvoa1.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="oc5vd5lq2yrypu32" Content-Disposition: inline In-Reply-To: <87cz3yvoa1.fsf@gnu.org> X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 62292-done Cc: 62292-done@debbugs.gnu.org, mirai@makinata.eu 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 (-) --oc5vd5lq2yrypu32 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > >> The test failures are worrisome though. Could you investigate why tho= se > >> tests are failing or crashing? > >>=20 > >> Those failures may indicate real issues. Or it could be that they > >> require a running X server (other packages usually solve that by > >> spawning =E2=80=98Xvfb=E2=80=99 right before the =E2=80=98check=E2=80= =99 phase). > > > > The tests also fail on an Arch linux machine with a running X server. I > > tried removing the failing ones, but that caused some of the previously > > passing ones to start segfaulting, so I have no idea how to fix them > > properly. >=20 > OK. Could you report it upstream? I'll send the maintainer an email as their issue tracker is on Github and I'd prefer not registering an account there. --oc5vd5lq2yrypu32 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEoMkZR3NPB29fCOn/JX0oSiodOjIFAmRBJCQACgkQJX0oSiod OjIOZBAAleF/xFmbvYsRE+QcV/+lijz163rD/DYThZllaDgHGWvVUITuB3+YE3Fr ZYQP36w/PhIQRHzKE0OcvqaSYBf1mQOGOqUJD1i0qpURuX3dqNNzlPO1BnsVHWAn xyXkLFNUiwHMgWeZpUCl8lShXsBBZNCvM8h2Wk24+IP/WECh+0edJJgR3hfQBa7e HiashPFnXkqAUYihJENqfWt0t5LJBuWahkPoLQIZ66Yg6PYvCX9Lu1pmHb/Un7pi 4G46v0kT9iXRkVvjPmWMCy9zPezv3hKvXUYEnY6amz1pLUh4jipnV8U/U15oMMTj z4RU8NzqV4HiX/56yfgH8wu+//jlemf8fzdMiR9hnAfNXJrCD19F/NBi9wWqw3uM QqtQZCMChrxSGt6saqiP/TK2otit1p/hdhM0HahRXmyrlboCjfhRpgZW7114VJJp ArjFzKaS88s3juqYqb0Yx4Eo6B7razrVrnAns0qVnvvayLBPwlfHexbF+ki0yTgs DcCsMZpXUuKGaHJotHXA+tXnL5gAX0KmprSHDmlKc13La3JaDhLXzUXre3FiqvoV nfgB0Cfih7VUlNpoAFFCZFf8Kpw78EEz15A5ZD9NgoyPlvZE6QrW1NoRxA7Wcl/5 vE2c8Ev0y65RCTyN8fX6aeNRmhukmie7VqSBLdyrmJe/YrPQvIA= =Beag -----END PGP SIGNATURE----- --oc5vd5lq2yrypu32-- From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 20 08:37:09 2023 Received: (at 62292-done) by debbugs.gnu.org; 20 Apr 2023 12:37:09 +0000 Received: from localhost ([127.0.0.1]:36803 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ppTXB-0003S6-0O for submit@debbugs.gnu.org; Thu, 20 Apr 2023 08:37:09 -0400 Received: from vmi571514.contaboserver.net ([75.119.130.101]:43412 helo=mail.laesvuori.fi) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ppTX9-0003Ry-CX for 62292-done@debbugs.gnu.org; Thu, 20 Apr 2023 08:37:08 -0400 Received: from X-kone (88-113-24-127.elisa-laajakaista.fi [88.113.24.127]) by mail.laesvuori.fi (Postfix) with ESMTPSA id 4DD1B342450; Thu, 20 Apr 2023 14:37:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=laesvuori.fi; s=mail; t=1681994263; bh=znyu7/9Zhl0LcUKLW63NLc7/u4orBjvLgAcA0RkxLi8=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=PtdaVEvxUT1lZa2GbW2gn+34G7OrgFlNAvRu2xnwxYQjnLXiPVRA3pzA89m69Usso 87oHtx5fWTihlB4k0GUigMTAj8dBIaKzykhKm579od/gisiVRBQfYR8uu0/t2mj9Un GN2S61ZoJmOxFjTR28HT6foF8iuJ+tpZ8QUH+ESo= Date: Thu, 20 Apr 2023 15:37:03 +0300 From: Saku Laesvuori To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#62292: [PATCH] gnu: Add kitsas Message-ID: <20230420123703.6z25ifbu3blqumoh@X-kone> References: <20230320105602.8040-1-saku@laesvuori.fi> <20230322125443.6561-1-saku@laesvuori.fi> <87wn2ab3ku.fsf_-_@gnu.org> <20230418145159.gkrlxcyyghpfnpxi@X-kone> <87cz3yvoa1.fsf@gnu.org> <20230420113812.np2jslq2dv4muqs6@X-kone> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="lbgogkcphsmb65l6" Content-Disposition: inline In-Reply-To: <20230420113812.np2jslq2dv4muqs6@X-kone> X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 62292-done Cc: 62292-done@debbugs.gnu.org, mirai@makinata.eu 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 (-) --lbgogkcphsmb65l6 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 20, 2023 at 02:38:14PM +0300, Saku Laesvuori wrote: > > >> The test failures are worrisome though. Could you investigate why t= hose > > >> tests are failing or crashing? > > >>=20 > > >> Those failures may indicate real issues. Or it could be that they > > >> require a running X server (other packages usually solve that by > > >> spawning =E2=80=98Xvfb=E2=80=99 right before the =E2=80=98check=E2= =80=99 phase). > > > > > > The tests also fail on an Arch linux machine with a running X server.= I > > > tried removing the failing ones, but that caused some of the previous= ly > > > passing ones to start segfaulting, so I have no idea how to fix them > > > properly. > >=20 > > OK. Could you report it upstream? >=20 > I'll send the maintainer an email as their issue tracker is on Github > and I'd prefer not registering an account there. Apparently the tests haven't been kept up to date with Qt and may get fixed when Kitsas is updated to Qt 6. --lbgogkcphsmb65l6 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEoMkZR3NPB29fCOn/JX0oSiodOjIFAmRBMe8ACgkQJX0oSiod OjJp9hAAs9Or4yJgxrph9lCsU0/VVpwupHanURNDJjqb7O4Q+7cuFnUf/cEoF2uR cZEHgsL5ZFqxasRiOWYiX9pMj8LAJz+sAkUeZOcd0jqosNSOWbWDAuK7Wqxg5Aw5 V5y5KffCP6io6Lqb8hgJbIBtC4+oeUcgV7Rubw97bhuIuKnCVa9qcGkovk2Z1y9m IWQK3cc2U/mFEqG0B6C68UzWU56af78sFcl6Bd4+JZ483EMA6RUQU0OtWdim2uAg tEW5ddOc0iw7BvyTeFV3ZKdXd6gaOvgW1w6aytPEGuRGOKbBTjiAL8hEcEF0GRkn LrYAsvDm4UBUtHYfDGYUtslLEQ7rXfQyDb7sU4Ibv2AYcWqOpf0T6HnPq8Ne+WwA vFHXrIVMPOzyaFKjfPZ0QqC21ZDFr4YchY47NfU/b4X3k7sT7AL2O7JKulCnLT/l Ka53ve9lhfVbcvgxhMqZWyiBFRCChUlE70uTuAJjOxePsaN8hgxDlGQLhINt1oeT zcISPcycZIijrRrJtw/zVtY9kky2+3BjaXniGSafdBXOqKZ13SeVDNbSCrIvEPtd yDx3p37P35ZleChfVHB2BAoo22UJmRS54RqEuL++nUtzCSvkj4Lz63yDi7SGw/Oq GaeGMT2CG+OPN5gUr6xyzPGb5hXsr3ZJnOAIvNIsmHzW86Gb1y4= =f62N -----END PGP SIGNATURE----- --lbgogkcphsmb65l6-- From unknown Fri Jun 20 05:29:50 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 19 May 2023 11:24:11 +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