Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 356837 - =net-misc/asterisk-addons-1.6.2.0 missing dependency on mysql
Summary: =net-misc/asterisk-addons-1.6.2.0 missing dependency on mysql
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
: 317433 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-02-28 10:18 UTC by Jaco Kroon
Modified: 2011-03-24 10:26 UTC (History)
3 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 Jaco Kroon 2011-02-28 10:18:23 UTC
When emerging asterisk-addons with the mysql USE flag set the build depends on mysql already being installed.

The fix is quite trivial, just update the deps:

DEPEND="mysql? ( dev-db/mysql )"
RDEPEND="${DEPEND} >=net-misc/asterisk-1.6.2.0"

Thanks Tony.

Reproducible: Always

Steps to Reproduce:
Comment 1 Tony Vroon (RETIRED) gentoo-dev 2011-03-24 10:18:21 UTC
*** Bug 317433 has been marked as a duplicate of this bug. ***
Comment 2 Tony Vroon (RETIRED) gentoo-dev 2011-03-24 10:26:37 UTC
+*asterisk-addons-1.6.2.3 (24 Mar 2011)
+
+  24 Mar 2011; Tony Vroon <chainsaw@gentoo.org>
+  -asterisk-addons-1.6.2.0.ebuild, +asterisk-addons-1.6.2.3.ebuild:
+  Version bump. As this is newer than 1.6.2.1, it fixes the H323 observed by
+  Nenad Peric in bug #307383. LDFLAGS now respected, closes bug #334829 by
+  Diego Elio "Flameeyes" Petteno. Add missing bluez dependency as suggested by
+  Garry in bug #346673. Add missing mysql dependency as per Jaco Kroon in bug
+  #356837.