Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 827128

Summary: net-analyzer/zabbix-5.4.6 - configure: error: You can configure for only one TLS library (--with-gnutls or --with-openssl).
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Miroslav Šulc <fordfrog>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tar.bz2
logs.tar.bz2
net-analyzer:zabbix-5.4.6:20211124-114125.log

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(-)