From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/xplr/ Date: Wed, 28 Aug 2024 10:46:54 +0000 (UTC) [thread overview] Message-ID: <1724842004.4289a6bc2b7b012f7726e43f292bbee1e3b9e440.davidroman@gentoo> (raw) commit: 4289a6bc2b7b012f7726e43f292bbee1e3b9e440 Author: Ashlen <dev <AT> anthes <DOT> is> AuthorDate: Tue Aug 27 20:42:27 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Wed Aug 28 10:46:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4289a6bc app-misc/xplr: fix dobin failure (nonexistent path) In src_install(), the dobin line causes an installation failure: !!! dobin: target/release/xplr does not exist Using cargo_target_dir() from the cargo eclass resolves the installation failure. Signed-off-by: Ashlen <dev <AT> anthes.is> Signed-off-by: David Roman <davidroman96 <AT> gmail.com> app-misc/xplr/xplr-0.21.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/xplr/xplr-0.21.3.ebuild b/app-misc/xplr/xplr-0.21.3.ebuild index 3d74241e2..5e47aa720 100644 --- a/app-misc/xplr/xplr-0.21.3.ebuild +++ b/app-misc/xplr/xplr-0.21.3.ebuild @@ -248,7 +248,7 @@ src_compile() { src_install() { dodoc README.md - dobin target/$(usex debug debug release)/xplr + dobin $(cargo_target_dir)/xplr newicon -s 16 assets/icon/${PN}16.png ${PN}.png newicon -s 32 assets/icon/${PN}32.png ${PN}.png newicon -s 64 assets/icon/${PN}64.png ${PN}.png
WARNING: multiple messages have this Message-ID (diff)
From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/xplr/ Date: Wed, 28 Aug 2024 10:57:14 +0000 (UTC) [thread overview] Message-ID: <1724842004.4289a6bc2b7b012f7726e43f292bbee1e3b9e440.davidroman@gentoo> (raw) Message-ID: <20240828105714.nqdgRkHgGGRB8hEauln8Q6OpTuJQGh2wc19049we9rc@z> (raw) commit: 4289a6bc2b7b012f7726e43f292bbee1e3b9e440 Author: Ashlen <dev <AT> anthes <DOT> is> AuthorDate: Tue Aug 27 20:42:27 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Wed Aug 28 10:46:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4289a6bc app-misc/xplr: fix dobin failure (nonexistent path) In src_install(), the dobin line causes an installation failure: !!! dobin: target/release/xplr does not exist Using cargo_target_dir() from the cargo eclass resolves the installation failure. Signed-off-by: Ashlen <dev <AT> anthes.is> Signed-off-by: David Roman <davidroman96 <AT> gmail.com> app-misc/xplr/xplr-0.21.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/xplr/xplr-0.21.3.ebuild b/app-misc/xplr/xplr-0.21.3.ebuild index 3d74241e2..5e47aa720 100644 --- a/app-misc/xplr/xplr-0.21.3.ebuild +++ b/app-misc/xplr/xplr-0.21.3.ebuild @@ -248,7 +248,7 @@ src_compile() { src_install() { dodoc README.md - dobin target/$(usex debug debug release)/xplr + dobin $(cargo_target_dir)/xplr newicon -s 16 assets/icon/${PN}16.png ${PN}.png newicon -s 32 assets/icon/${PN}32.png ${PN}.png newicon -s 64 assets/icon/${PN}64.png ${PN}.png
next reply other threads:[~2024-08-28 10:46 UTC|newest] Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-08-28 10:46 David Roman [this message] 2024-08-28 10:57 ` [gentoo-commits] repo/proj/guru:master commit in: app-misc/xplr/ David Roman -- strict thread matches above, loose matches on Subject: below -- 2024-08-28 10:46 [gentoo-commits] repo/proj/guru:dev " David Roman 2023-08-13 16:20 Remigiusz Micielski 2023-08-13 16:14 Remigiusz Micielski 2023-04-21 19:11 Jonas Frei 2023-04-21 19:11 Jonas Frei 2022-05-15 9:58 Luciano Degni 2022-02-25 16:14 Luciano Degni 2022-01-20 19:25 Andrew Ammerlaan 2022-01-17 18:33 Luciano Degni 2022-01-17 18:25 Luciano Degni 2022-01-17 15:28 Luciano Degni 2022-01-04 13:30 Luciano Degni 2022-01-04 13:30 Luciano Degni 2022-01-04 13:28 Luciano Degni 2022-01-02 14:58 Andrew Ammerlaan 2021-12-15 12:22 Luciano Degni 2021-12-15 10:51 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2021-12-15 10:51 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2021-12-15 8:25 Luciano Degni 2021-12-15 8:08 Luciano Degni
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1724842004.4289a6bc2b7b012f7726e43f292bbee1e3b9e440.davidroman@gentoo \ --to=davidroman96@gmail.com \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox