| Summary: | horde-3.0.2 fails to emerge, due to mod_php version (5.0.3 installed) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Nathan Sullivan <nathan> |
| Component: | New packages | Assignee: | SpanKY <vapier> |
| Status: | RESOLVED FIXED | ||
| Severity: | blocker | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Nathan Sullivan
2005-02-21 16:10:45 UTC
what does `emerge mod_php -pv` show [ebuild R ] dev-php/mod_php-5.0.3 -adabas +apache2 -bcmath +berkdb -birdstep -bzlib -calendar -cdb +cpdflib +crypt -ctype +curl -curlwrappers -db2 +dba -dbase -dbm -dbmaker -dbx +debug -dio -empress -empress-bcs -esoob +exif +fam -fdftk -filepro -flatfile -frontbase +ftp +gd -gd-external +gdbm* -gmp -hyperwave-api -iconv +imap -informix -ingres -inifile -interbase -iodbc +jpeg -kerberos +ldap -libedit -mcve -memlimit +mhash -mime -ming -mnogosearch -msession -msql -mssql +mysql -mysqli +ncurses -nis +nls -oci8 -odbc -oracle7 -ovrimos +pcntl +pcre -pfpro +png -posix +postgres -qdbm +readline -recode -sapdb -sasl +session -shared -sharedmem +simplexml +snmp -soap +sockets -solid +spell -spl +sqlite +ssl -sybase -sybase-ct -sysvipc +tidy +tiff +tokenizer +truetype +wddx +xml2 +xmlrpc -xpm -xsl +zlib 0 kB it has nothing to do with version ... it used to be USE=xml but now it's xml2 updated the ebuild as such that's not fixed, 3.0.4 has the same bug. please fix again looking in eclass i see:
if ! built_with_use ${param} mod_php ${HORDE_PHP_FEATURES} ; then
eerror "You MUST re-emerge ${phpver} with at least one of"
eerror "the following options in your USE:"
eerror " ${HORDE_PHP_FEATURES}"
die "current mod_php install cannot support ${HORDE_PN}"
fi
the $phpver var is not setted (in fact that's a blank space in the horde message)
these checks are not perfect, please fix
${phpver} being unset doesnt matter, it doesnt affect the check
check works just fine for me
ok vapier, but it doesn't emerge, even if i recompiled with xml2 and nls flasg my php build. only session flag is off. what should i do? your problem is pretty clear and has nothing to do with this bug report |