Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 618092 - net-analyzer/zabbix should loosen database USE flag constraints
Summary: net-analyzer/zabbix should loosen database USE flag constraints
Status: RESOLVED DUPLICATE of bug 597164
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Deadline: 2019-11-27
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2017-05-10 07:28 UTC by Kalchenko Alexandr
Modified: 2019-12-13 15:52 UTC (History)
2 users (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 Kalchenko Alexandr 2017-05-10 07:28:49 UTC
Hello!

package net-analyzer/zabbix fails to build if USE="odbc mysql" selected.
Error message:

  The following REQUIRED_USE flag constraints are unsatisfied:
    server? ( exactly-one-of ( mysql oracle postgres sqlite odbc ) )

But "odbc" USE flag required for elements\triggers, that using odbc checks:
https://www.zabbix.com/documentation/3.2/manual/config/items/itemtypes/odbc_checks

For now, i need to remove "odbc" USE flag from strict check in ebuild on every zabbix server update.
Is it possible to remove odbc flag from this "exactly-one-of" checking?
Thanks.
Comment 1 Pacho Ramos gentoo-dev 2019-12-13 15:52:55 UTC

*** This bug has been marked as a duplicate of bug 597164 ***