/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: root_commands.o: in function `cmd_plugins': root_commands.c:(.text+0x82a): undefined reference to `get_plugins' collect2: error: ld returned 1 exit status make: *** [Makefile:167: bitlbee] Error 1 * ERROR: net-im/bitlbee-3.6-r1::gentoo failed (compile phase): ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_no-multilib_hardened-libressl-20200823-115907 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-7.3.1 [2] x86_64-pc-linux-gnu-10.2.0 * clang version 10.0.1 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/10/bin /usr/lib/llvm/10 10.0.1 Available Python interpreters, in order of preference: [1] python3.7 [2] python3.9 (fallback) [3] python3.8 (fallback) [4] python2.7 (fallback) [5] pypy3 (fallback) Available Ruby profiles: [1] ruby25 (with Rubygems) * Available Rust versions: [1] rust-bin-1.46.0 [2] rust-1.46.0 * The following VMs are available for generation-2: The Glorious Glasgow Haskell Compilation System, version 8.8.4 timestamp(s) of HEAD at this tinderbox image: /var/db/repos/gentoo Sat Aug 29 04:05:28 PM UTC 2020 /var/db/repos/libressl Mon Aug 10 09:13:35 AM UTC 2020 emerge -qpvO net-im/bitlbee [ebuild N ] net-im/bitlbee-3.6-r1 USE="ipv6 libressl oscar xinetd xmpp -debug -gnutls -libevent -msn -nss -otr -plugins -purple (-selinux) -test -twitter"
this seems to be either still an issue or a similarity to the one reported in bug 617604
Created attachment 657382 [details] emerge-info.txt
Created attachment 657384 [details] emerge-history.txt
Created attachment 657386 [details] environment
Created attachment 657388 [details] etc.portage.tbz2
Created attachment 657390 [details] net-im:bitlbee-3.6-r1:20200829-162021.log
Created attachment 657392 [details] temp.tbz2
It is caused by USE="-plugins". I have submitted patch with the fix to the upstream https://github.com/bitlbee/bitlbee/pull/156 and I plan to fix it in ::gentoo when the bug will be resolved in upstream.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05dc33a126ab1b84858d1bed82a594b7c5dbad9e commit 05dc33a126ab1b84858d1bed82a594b7c5dbad9e Author: Petr Vaněk <arkamar@atlas.cz> AuthorDate: 2021-04-12 09:52:46 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2021-04-15 08:40:59 +0000 net-im/bitlbee: fix compilation with disabled plugins use The patch is taken from upstream where it was already merged. Upstream-PR: https://github.com/bitlbee/bitlbee/pull/156 Closes: https://bugs.gentoo.org/739510 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Joonas Niilola <juippis@gentoo.org> net-im/bitlbee/bitlbee-3.6-r1.ebuild | 1 + .../files/bitlbee-3.6-disabled-plugins-use.patch | 55 ++++++++++++++++++++++ 2 files changed, 56 insertions(+)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b967f38394043d8cddb92b1008091dc2da64522 commit 2b967f38394043d8cddb92b1008091dc2da64522 Author: Petr Vaněk <arkamar@atlas.cz> AuthorDate: 2022-08-18 14:29:08 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-08-23 04:51:07 +0000 net-im/bitlbee: tests require xmpp enabled not plugins plugins use flag is not required for test to work but xmpp is, because of tests/check_jabber_* tests. The test? ( plugin ) requirement was wrongly introduced in commit eb108d8b5224 ("net-im/bitlbee: force plugins to be enabled for tests") as a solution for bug https://bugs.gentoo.org/617604 which was later reported again in bug https://bugs.gentoo.org/739510 and correctly fixed in commit 05dc33a126ab ("net-im/bitlbee: fix compilation with disabled plugins use"). Bug: https://bugs.gentoo.org/617604 Bug: https://bugs.gentoo.org/739510 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org> net-im/bitlbee/bitlbee-3.6-r2.ebuild | 2 +- net-im/bitlbee/bitlbee-3.6-r3.ebuild | 2 +- net-im/bitlbee/bitlbee-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)