Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 826978 - net-analyzer/zabbix-5.4.6 - configure: error: SQLite is not supported as a main Zabbix database backend.
Summary: net-analyzer/zabbix-5.4.6 - configure: error: SQLite is not supported as a ma...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Miroslav Šulc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-23 22:15 UTC by Bogdan
Modified: 2021-12-02 16:23 UTC (History)
0 users

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


Attachments
build.log (build.log,16.25 KB, text/x-log)
2021-11-23 22:16 UTC, Bogdan
Details
emerge --info zabbix (emerge.info,11.27 KB, text/plain)
2021-11-23 22:17 UTC, Bogdan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bogdan 2021-11-23 22:15:38 UTC
net-analyzer/zabbix-5.4.6: configure error when 'sqlite' and 'server' use flags activated

Reproducible: Always
Comment 1 Bogdan 2021-11-23 22:16:23 UTC
Created attachment 755746 [details]
build.log
Comment 2 Bogdan 2021-11-23 22:17:28 UTC
Created attachment 755750 [details]
emerge --info zabbix
Comment 3 Bogdan 2021-11-23 22:21:45 UTC
Part of configure log:
> checking size of void *... 8                                                                                                                                                                                      
> checking for Oracle support... no                                                                                                                                                                                 
> checking for pg_config... /usr/bin/pg_config                                                                                                                                                                      
> checking for PostgreSQL libraries... yes                                                                                                                                                                          
> checking if PostgreSQL version is >= 9.2... yes                                                                                                                                                                   
> checking for SQLite3 library >= 3.0.0... yes                                                                                                                                                                      
> configure: error: SQLite is not supported as a main Zabbix database backend.

This error message occurs when "sqlite" use flag activated.

Compilation finishes successful with "server" use flag, when "sqlite" use flag disabled.
Comment 4 Miroslav Šulc gentoo-dev 2021-12-02 16:23:22 UTC
thank you for the report and for testing the issue.
Comment 5 Larry the Git Cow gentoo-dev 2021-12-02 16:23:39 UTC
The bug has been closed via the following commit(s):

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

commit de33691674b9758b305b62dc1d9111f48a5e6d9f
Author:     Miroslav Šulc <fordfrog@gentoo.org>
AuthorDate: 2021-12-02 16:23:29 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2021-12-02 16:23:29 +0000

    net-analyzer/zabbix: sqlite cannot be used with server
    
    Closes: https://bugs.gentoo.org/826978
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 net-analyzer/zabbix/zabbix-4.0.35.ebuild   | 2 +-
 net-analyzer/zabbix/zabbix-4.0.36.ebuild   | 2 +-
 net-analyzer/zabbix/zabbix-5.0.17.ebuild   | 2 +-
 net-analyzer/zabbix/zabbix-5.0.18.ebuild   | 2 +-
 net-analyzer/zabbix/zabbix-5.4.6.ebuild    | 2 +-
 net-analyzer/zabbix/zabbix-5.4.7-r1.ebuild | 2 +-
 net-analyzer/zabbix/zabbix-5.4.8.ebuild    | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)