Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125062 - horde apps (mnemo, turba) requires too many PHP USE flags
Summary: horde apps (mnemo, turba) requires too many PHP USE flags
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-05 03:16 UTC by Alexander Skwar
Modified: 2006-03-05 11:55 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 Alexander Skwar 2006-03-05 03:16:11 UTC
>>> checksums src_uri ;-) mnemo-h3-2.0.3.tar.gz
 * You MUST re-emerge php with all of
 * the following options in your USE:
 *   mysql odbc postgres ldap

!!! ERROR: www-apps/horde-mnemo-2.0.3 failed.

Hm, this cannot be right. Why does mnemo *REQUIRE* *ALL* of mysql AND odbc AND postgres AND ldap? Especially the first 3 don't make sense - most of the time, only one RDBMS will be used, thus, only one of mysql, odbc or postgres is required. And LDAP is also not a *STRICT* requirement of mnemo - it's optional. Finally, I'd suppose that mnemo would also work with mysqli, wouldn't it?
Comment 1 Alexander Skwar 2006-03-05 03:17:56 UTC
Same with www-apps/horde-turba-2.0.5:

>>> checksums src_uri ;-) turba-h3-2.0.5.tar.gz
 * You MUST re-emerge php with all of
 * the following options in your USE:
 *   mysql odbc postgres ldap

!!! ERROR: www-apps/horde-turba-2.0.5 failed.
Comment 2 Alexander Skwar 2006-03-05 03:22:37 UTC
Ah!

Those apps do NOT require ALL of those flags, but just one. So, there are two issues here:

1) Please add mysqli to the allowed flags
2) Please fix the error message. It MUST NOT read 

 * You MUST re-emerge php with all of

but instead

 * You MUST re-emerge php with one of

I exchanged the "all" by "one".
Comment 3 SpanKY gentoo-dev 2006-03-05 08:06:25 UTC
fixed
Comment 4 Alexander Skwar 2006-03-05 11:55:43 UTC
Um, what did you fix? Error 1 or error 2?