Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 785205 - net-analyzer/zabbix allow USE flags server|proxy + postgres + odbc
Summary: net-analyzer/zabbix allow USE flags server|proxy + postgres + odbc
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-04-23 08:18 UTC by Alex Glazunov
Modified: 2021-06-30 08:44 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Glazunov 2021-04-23 08:18:32 UTC
Hello.
It is impossible to set USE flags server/proxy + postgres + odbc because of

  proxy? ( ^^ ( mysql oracle postgres sqlite odbc ) )
  server? ( ^^ ( mysql oracle postgres odbc ) )

in ebuild file.
I have zabbix database on postgres and I need to monitor MSSQL databases via ODBC.
I have forked net-analyzer/zabbix to my local portage overlay, changed ebuild to:

  proxy? ( ^^ ( mysql oracle postgres sqlite ) )
  server? ( ^^ ( mysql oracle postgres ) )

and tested it works perfect.

Could you change ebuild in main portage tree, please?
Comment 1 Larry the Git Cow gentoo-dev 2021-06-30 08:44:25 UTC
The bug has been closed via the following commit(s):

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

commit 277fa0de9d1165e3c4086015ea20126882e55015
Author:     Miroslav Šulc <fordfrog@gentoo.org>
AuthorDate: 2021-06-30 08:44:11 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2021-06-30 08:44:22 +0000

    net-analyzer/zabbix: removed odbc from server/proxy restrictions
    
    Closes: https://bugs.gentoo.org/785205
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 net-analyzer/zabbix/zabbix-4.0.30-r1.ebuild | 4 ++--
 net-analyzer/zabbix/zabbix-4.0.31-r1.ebuild | 4 ++--
 net-analyzer/zabbix/zabbix-5.0.12-r1.ebuild | 4 ++--
 net-analyzer/zabbix/zabbix-5.0.8-r1.ebuild  | 4 ++--
 net-analyzer/zabbix/zabbix-5.2.4-r1.ebuild  | 4 ++--
 net-analyzer/zabbix/zabbix-5.2.6-r1.ebuild  | 4 ++--
 net-analyzer/zabbix/zabbix-5.4.1-r1.ebuild  | 4 ++--
 7 files changed, 14 insertions(+), 14 deletions(-)