Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 827128 - net-analyzer/zabbix-5.4.6 - configure: error: You can configure for only one TLS library (--with-gnutls or --with-openssl).
Summary: net-analyzer/zabbix-5.4.6 - configure: error: You can configure for only one ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Miroslav Šulc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-24 13:38 UTC by Toralf Förster
Modified: 2022-04-06 08:38 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,15.08 KB, text/plain)
2021-11-24 13:38 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,86.84 KB, text/plain)
2021-11-24 13:38 UTC, Toralf Förster
Details
environment (environment,257.27 KB, text/plain)
2021-11-24 13:38 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,10.47 KB, application/x-bzip)
2021-11-24 13:38 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,15.33 KB, application/x-bzip)
2021-11-24 13:38 UTC, Toralf Förster
Details
net-analyzer:zabbix-5.4.6:20211124-114125.log (net-analyzer:zabbix-5.4.6:20211124-114125.log,17.39 KB, text/plain)
2021-11-24 13:38 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2021-11-24 13:38:11 UTC
checking size of void *... 8
checking for GnuTLS support... yes
checking for OpenSSL support... yes
checking if OpenSSL supports PSK... yes
configure: error: You can configure for only one TLS library (--with-gnutls or --with-openssl).

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/net-analyzer/zabbix-5.4.6/work/zabbix-5.4.6/config.log
 * ERROR: net-analyzer/zabbix-5.4.6::gentoo failed (configure phase):

  -------------------------------------------------------------------

  This is an stable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_systemd-j4_stable-20211123-155432

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.0 *
clang version 13.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/13/bin
/usr/lib/llvm/13
13.0.0
Python 3.9.8
Available Rust versions:
  [1]   rust-1.56.1 *
php cli:

  HEAD of ::gentoo
commit 1b2ba2917ad032f4eee59a6764bd0551c6f7e522
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Nov 24 10:36:39 2021 +0000

    2021-11-24 10:36:37 UTC

emerge -qpvO net-analyzer/zabbix
[ebuild  N    ] net-analyzer/zabbix-5.4.6  USE="agent agent2 curl gnutls ipv6 openssl oracle postgres snmp -frontend -java -ldap -libxml2 -mysql -odbc -openipmi -proxy -server -sqlite -ssh -ssl -static"
Comment 1 Toralf Förster gentoo-dev 2021-11-24 13:38:12 UTC
Created attachment 755983 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-11-24 13:38:14 UTC
Created attachment 755986 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-11-24 13:38:15 UTC
Created attachment 755989 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-11-24 13:38:17 UTC
Created attachment 755992 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-11-24 13:38:18 UTC
Created attachment 755995 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-11-24 13:38:19 UTC
Created attachment 755998 [details]
net-analyzer:zabbix-5.4.6:20211124-114125.log
Comment 7 Larry the Git Cow gentoo-dev 2022-04-06 08:38:51 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7755d6bb89e55f139dd3122eabf1852ea957293

commit d7755d6bb89e55f139dd3122eabf1852ea957293
Author:     Miroslav Šulc <fordfrog@gentoo.org>
AuthorDate: 2022-04-06 08:37:55 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2022-04-06 08:38:49 +0000

    net-analyzer/zabbix: fixed collission of ssl implementations
    
    dropped ssl use flag to simplify the implementation of selection
    of ssl library to use. now at most one of the ssl implementations
    can be used, so it's implemented the same way as upstream does it.
    also fixes related bug.
    
    Closes: https://bugs.gentoo.org/827128
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 net-analyzer/zabbix/zabbix-4.0.38-r2.ebuild | 12 +++++-------
 net-analyzer/zabbix/zabbix-5.0.20-r2.ebuild | 10 ++++------
 net-analyzer/zabbix/zabbix-5.4.10-r2.ebuild | 10 ++++------
 net-analyzer/zabbix/zabbix-6.0.2-r1.ebuild  | 10 ++++------
 4 files changed, 17 insertions(+), 25 deletions(-)