From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnetconf2/
Date: Tue, 26 Mar 2024 12:31:31 +0000 (UTC) [thread overview]
Message-ID: <1711455870.9dc2b0c59ee947b470757ffc8d62c0f85a4b1f84.sam@gentoo> (raw)
commit: 9dc2b0c59ee947b470757ffc8d62c0f85a4b1f84
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Mon Mar 25 15:29:42 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 26 12:24:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc2b0c5
net-libs/libnetconf2: mark as LTO-unsafe
It fails tests which seems like a promising sign that something
unpromising happened.
Closes: https://bugs.gentoo.org/877449
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/libnetconf2/libnetconf2-2.1.31.ebuild | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/net-libs/libnetconf2/libnetconf2-2.1.31.ebuild b/net-libs/libnetconf2/libnetconf2-2.1.31.ebuild
index a10855bd1960..14144aaf22aa 100644
--- a/net-libs/libnetconf2/libnetconf2-2.1.31.ebuild
+++ b/net-libs/libnetconf2/libnetconf2-2.1.31.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit cmake
+inherit cmake flag-o-matic
DESCRIPTION="C library for building NETCONF servers and clients"
HOMEPAGE="https://github.com/CESNET/libnetconf2"
@@ -27,6 +27,15 @@ BDEPEND="
doc? ( app-text/doxygen[dot] )"
src_configure() {
+ # fails tests, but only with LTO.
+ # [ ERROR ] --- 0 != 0xffffffffffffffff
+ # [ LINE ] --- /var/tmp/portage/net-libs/libnetconf2-2.1.31/work/libnetconf2-2.1.31/tests/client/test_client_ssh.c:716: error: Failure!
+ # [ FAILED ] test_nc_client_ssh_ch_add_bind_listen
+ #
+ # https://bugs.gentoo.org/877449
+ # https://github.com/CESNET/libnetconf2/issues/471
+ filter-lto
+
local mycmakeargs=(
-DENABLE_TESTS=$(usex test)
-DENABLE_VALGRIND_TESTS=OFF
next reply other threads:[~2024-03-26 12:31 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-26 12:31 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-09 14:08 [gentoo-commits] repo/gentoo:master commit in: net-libs/libnetconf2/ Petr Vaněk
2025-06-07 10:45 Petr Vaněk
2025-05-15 16:41 Arthur Zamarin
2025-04-12 20:59 Sam James
2024-06-18 18:55 Jakov Smolić
2023-05-05 6:22 Jakov Smolić
2023-05-05 1:54 Sam James
2023-04-04 8:07 Jakov Smolić
2022-06-29 7:52 Agostino Sarubbo
2022-05-20 18:41 Jakov Smolić
2022-05-04 23:26 Jakov Smolić
2022-05-04 23:23 Jakov Smolić
2022-03-25 19:41 Jakov Smolić
2022-03-21 18:48 Jakov Smolić
2021-12-12 18:01 Jakov Smolić
2021-12-12 17:58 Jakov Smolić
2021-12-12 17:58 Jakov Smolić
2021-11-12 10:03 Jakov Smolić
2021-11-10 22:35 Jakov Smolić
2021-11-10 22:33 Jakov Smolić
2021-11-05 17:54 Jakov Smolić
2021-10-08 18:26 Jakov Smolić
2021-10-08 18:26 Jakov Smolić
2021-09-24 8:40 Jakov Smolić
2021-08-31 15:36 Jakov Smolić
2021-08-14 10:30 David Seifert
2021-07-20 6:33 Agostino Sarubbo
2021-06-06 23:19 Sam James
2021-06-05 16:22 David Seifert
2021-05-27 21:13 David Seifert
2021-05-27 21:13 David Seifert
2021-05-27 19:14 Sam James
2021-05-26 12:37 Sam James
2021-03-30 10:12 David Seifert
2021-03-26 10:53 David Seifert
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=1711455870.9dc2b0c59ee947b470757ffc8d62c0f85a4b1f84.sam@gentoo \
--to=sam@gentoo.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