From: "Alfred Persson Forsberg" <cat@catcream.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/monero/
Date: Fri, 1 Jul 2022 16:57:31 +0000 (UTC) [thread overview]
Message-ID: <1656694616.d0dcc91c2cbf89947fc06feea66901afbe1c5866.cat@gentoo> (raw)
commit: d0dcc91c2cbf89947fc06feea66901afbe1c5866
Author: Alfred Persson Forsberg <cat <AT> catcream <DOT> org>
AuthorDate: Fri Jul 1 12:38:03 2022 +0000
Commit: Alfred Persson Forsberg <cat <AT> catcream <DOT> org>
CommitDate: Fri Jul 1 16:56:56 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d0dcc91c
net-p2p/monero: fix build for musl
This patch sets -DSTACK_TRACE=OFF when elibc_musl is
defined. Execinfo is not provided by musl libc and therefore the build
fails.
Other, and probably better solutions would be to not depend on
execinfo or to package a standalone
libexecinfo (https://github.com/mikroskeem/libexecinfo) and add it to
the DEPEND-array if using musl. But that's better to take upstream. I
think this is totally fine for most users for now.
Signed-off-by: Alfred Persson Forsberg <cat <AT> catcream.org>
(cherry picked from commit 127aa286150e16e92305fda7cbbdde70da976147)
net-p2p/monero/monero-0.17.3.2.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/net-p2p/monero/monero-0.17.3.2.ebuild b/net-p2p/monero/monero-0.17.3.2.ebuild
index 656c93edf..a3816f142 100644
--- a/net-p2p/monero/monero-0.17.3.2.ebuild
+++ b/net-p2p/monero/monero-0.17.3.2.ebuild
@@ -52,6 +52,8 @@ src_configure() {
-DUSE_DEVICE_TREZOR=OFF
)
+ use elibc_musl && mycmakeargs+=( -DSTACK_TRACE=OFF )
+
cmake_src_configure
}
next reply other threads:[~2022-07-01 16:57 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-01 16:57 Alfred Persson Forsberg [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-18 0:27 [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/monero/ Julien Roy
2024-12-14 16:44 Sergey Alirzaev
2024-09-25 14:46 Filip Kobierski
2024-09-25 14:46 Filip Kobierski
2024-09-25 14:46 Filip Kobierski
2024-09-17 9:20 Filip Kobierski
2024-08-15 0:35 Sergey Alirzaev
2024-07-26 14:07 Filip Kobierski
2024-06-29 9:42 Sergey Alirzaev
2024-05-29 10:26 Sergey Alirzaev
2024-03-16 13:19 Sergey Alirzaev
2024-03-09 20:07 Sergey Alirzaev
2024-01-07 7:24 Takuya Wakazono
2023-11-23 17:46 Alfred Persson Forsberg
2023-10-03 0:01 Sergey Alirzaev
2023-10-02 0:01 Sergey Alirzaev
2023-06-07 1:42 YiFei Zhu
2023-04-04 13:42 Sergey Alirzaev
2023-02-26 1:02 Sergey Alirzaev
2023-01-02 12:17 Sergey Alirzaev
2023-01-01 17:10 Sergey Alirzaev
2022-09-25 0:17 Sergey Alirzaev
2022-09-17 20:23 Sergey Alirzaev
2022-04-30 6:09 Dex Conner
2022-04-16 10:12 Dex Conner
2021-09-09 23:28 Sergey Alirzaev
2021-05-07 13:25 Sergey Alirzaev
2021-04-28 2:16 Theo Anderson
2021-04-28 2:16 Theo Anderson
2021-04-27 23:24 [gentoo-commits] repo/proj/guru:master " Theo Anderson
2021-04-27 23:23 ` [gentoo-commits] repo/proj/guru:dev " Theo Anderson
2021-01-08 21:18 Theo Anderson
2021-01-08 21:18 Theo Anderson
2021-01-04 21:41 Theo Anderson
2020-12-31 8:08 Theo Anderson
2020-12-29 10:41 Theo Anderson
2020-12-29 10:41 Theo Anderson
2020-12-29 10:41 Theo Anderson
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=1656694616.d0dcc91c2cbf89947fc06feea66901afbe1c5866.cat@gentoo \
--to=cat@catcream.org \
--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: link
Be 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