From unknown Fri Jun 20 18:18:02 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#47177 <47177@debbugs.gnu.org> To: bug#47177 <47177@debbugs.gnu.org> Subject: Status: [PATCH] gnu: tmsu: Improve installation Reply-To: bug#47177 <47177@debbugs.gnu.org> Date: Sat, 21 Jun 2025 01:18:02 +0000 retitle 47177 [PATCH] gnu: tmsu: Improve installation reassign 47177 guix-patches submitter 47177 Stefan Reich=C3=B6r severity 47177 normal tag 47177 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 15 18:02:32 2021 Received: (at submit) by debbugs.gnu.org; 15 Mar 2021 22:02:32 +0000 Received: from localhost ([127.0.0.1]:37456 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lLvIG-0002XC-45 for submit@debbugs.gnu.org; Mon, 15 Mar 2021 18:02:32 -0400 Received: from lists.gnu.org ([209.51.188.17]:60218) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lLvID-0002X3-MN for submit@debbugs.gnu.org; Mon, 15 Mar 2021 18:02:30 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43056) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lLvID-0004sz-AK for guix-patches@gnu.org; Mon, 15 Mar 2021 18:02:29 -0400 Received: from dd3624.kasserver.com ([85.13.130.11]:56210) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lLvIA-0004rI-NP for guix-patches@gnu.org; Mon, 15 Mar 2021 18:02:28 -0400 Received: from localhost (217-149-161-117.nat.highway.telekom.at [217.149.161.117]) by dd3624.kasserver.com (Postfix) with ESMTPA id 4EAC35D402EA; Mon, 15 Mar 2021 23:02:22 +0100 (CET) From: =?UTF-8?q?Stefan=20Reich=C3=B6r?= To: guix-patches@gnu.org Subject: [PATCH] gnu: tmsu: Improve installation Date: Mon, 15 Mar 2021 23:02:20 +0100 Message-Id: <20210315220220.90268-1-stefan@xsteve.at> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=85.13.130.11; envelope-from=stefan@xsteve.at; helo=dd3624.kasserver.com X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?Stefan=20Reich=C3=B6r?= 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 (---) * gnu/packages/file-systems.scm (tmsu)[arguments] - Don't install go source files - Install as /bin/tmsu instead as /bin/TMSU --- gnu/packages/file-systems.scm | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index e7d78e41fb..198653c639 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -7,6 +7,7 @@ ;;; Copyright © 2020 Raghav Gururajan ;;; Copyright © 2020 Morgan Smith ;;; Copyright © 2021 raid5atemyhomework +;;; Copyright © 2021 Stefan Reichör ;;; ;;; This file is part of GNU Guix. ;;; @@ -1174,7 +1175,16 @@ local file system using FUSE.") (build-system go-build-system) (arguments `(#:import-path "github.com/oniony/TMSU" - #:unpack-path "..")) + #:unpack-path ".." + #:install-source? #f + #:phases + (modify-phases %standard-phases + (add-after 'install 'post-install + (lambda* (#:key outputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out"))) + ;; The go build system produces /bin/TMSU -> install as /bin/tmsu + (rename-file (string-append out "/bin/TMSU") + (string-append out "/bin/tmsu")))))))) (inputs `(("go-github-com-mattn-go-sqlite3" ,go-github-com-mattn-go-sqlite3) ("go-github-com-hanwen-fuse" ,go-github-com-hanwen-fuse))) -- 2.25.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 16 03:50:48 2021 Received: (at 47177-done) by debbugs.gnu.org; 16 Mar 2021 07:50:48 +0000 Received: from localhost ([127.0.0.1]:38036 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lM4TY-0003SH-4c for submit@debbugs.gnu.org; Tue, 16 Mar 2021 03:50:48 -0400 Received: from flashner.co.il ([178.62.234.194]:53366) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lM4TW-0003S1-7N for 47177-done@debbugs.gnu.org; Tue, 16 Mar 2021 03:50:46 -0400 Received: from localhost (unknown [31.210.181.184]) by flashner.co.il (Postfix) with ESMTPSA id E3A0940221; Tue, 16 Mar 2021 07:50:39 +0000 (UTC) Date: Tue, 16 Mar 2021 09:49:44 +0200 From: Efraim Flashner To: Stefan =?utf-8?Q?Reich=C3=B6r?= Subject: Re: [bug#47177] [PATCH] gnu: tmsu: Improve installation Message-ID: References: <20210315220220.90268-1-stefan@xsteve.at> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="PsnfBLBWdcn9LEkl" Content-Disposition: inline In-Reply-To: <20210315220220.90268-1-stefan@xsteve.at> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 47177-done Cc: 47177-done@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: -1.0 (-) --PsnfBLBWdcn9LEkl Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Thanks. I adjusted the commit message slightly. Patch pushed! --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --PsnfBLBWdcn9LEkl Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmBQYxgACgkQQarn3Mo9 g1Hi/w/9Hpj8+PKFS2MsAHCFTlbvVQEYU2PVYsPggTfNE0jodkSwCrnZ3HZZbpGL cszngKfu7RP7Hz8ePACgdVML7FonL4o9vpqmE1xAd3bm4qKJe+Ssc70O5A3OWVXL ECo9cG7D8TEfWISfy4/uBZgqeISXuFpO7UsERHCzcWDbN8yvAzDWYN0xfnL4q8fK NMr912b/vuTYQp6L7D2hUn2VGhsj4VpzUs7BW85TEmKybhWIKwvcd7AmA7477w0A 9JmLAPQ48/qCeizH7pXX4qAP/q2jfgfHvWh3xpEC0UxvXJyf5ZkX0wYD3U8rTPL4 TsjOmg07/7IKUhHMI/t7glUUdWIKLyHzIzJRmJihMDo4/kQ9seYgnkr9VEbD0Fcq dI4zSCD6xe7Qh1qRbv0bt+pyQf9Zs5H7HTSxs/aLnnBet0GZIYVH8lpyKcFneRuc w0zUoHPrL5Ic5AIcaHExpEVFXZib84HmaNHlLDAH4/fASzeQs+a3dhG6rwF2Ct1m EDm8iMNVRP4tqXbBn40sO3MG355DwCinQrKYQI4k/tf3y6Pa4J5b0mYmZdvlj76S Kuv8wxDNzJ/EFj3Cddl7mp3Eq8I9Qbz+aTh0O3fiCFs091gPmlmhU8Bpw9AC4PtY FDsqfddL5cRjECCgEPzVlAQjj6b1vOn3LYKbw7gvfsJ3JMK8K3U= =yAQG -----END PGP SIGNATURE----- --PsnfBLBWdcn9LEkl-- From unknown Fri Jun 20 18:18:02 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 13 Apr 2021 11:24:06 +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