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

Bug 427740

Summary: net-analyzer/zabbix-2.0.1[sqlite] needs php[sysvipc]
Product: Gentoo Linux Reporter: Dirkjan Ochtman (RETIRED) <djc>
Component: New packagesAssignee: Matthew Marlowe (RETIRED) <mattm>
Status: RESOLVED TEST-REQUEST    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Dirkjan Ochtman (RETIRED) gentoo-dev 2012-07-23 12:36:05 UTC
In setup.php:

if (class_exists('SQLite3', false) && zbx_is_callable(array('ftok', 'sem_acquire', 'sem_release', 'sem_get'))) {
    $ZBX_CONFIG['allowed_db']['SQLITE3'] = 'SQLite3';
}

http://www.php.net/manual/en/sem.installation.php

From the php ebuild, it seems like sysvsem, sysvshm and sysvmsg are combined into the sysvipc USE flag.
Comment 1 Matthew Marlowe (RETIRED) gentoo-dev 2012-07-27 14:45:02 UTC
ok, I'll review this when I next bump which should be in a day or two as 2.0.2 seems imminent.
Comment 2 Matthew Marlowe (RETIRED) gentoo-dev 2012-08-01 21:14:40 UTC
Fixed in 2.0.2-r1 which is in process of being committed to CVS.