Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 178215 - eaccelerator ebuild checks incorrect "require_php_sapi_from" check for php-4.4.7
Summary: eaccelerator ebuild checks incorrect "require_php_sapi_from" check for php-4.4.7
Status: RESOLVED DUPLICATE of bug 178203
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-12 15:15 UTC by Julian Paredes
Modified: 2007-05-12 15:16 UTC (History)
0 users

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 Julian Paredes 2007-05-12 15:15:41 UTC
eaccelerator-0.9.5.ebuild checks for "apache" in "require_php_sapi_from", but since php-4.4.7 dropped support for it, don't compile. Package builds ok if that dependecy is removed (and digest is rebuild)

Reproducible: Always

Steps to Reproduce:
1. try to compile eaccelerator-0.9.5.ebuild against dev-lang/php-4.4.7
2. there's no step 2 :-)


Actual Results:  
emerge outputs: 
--------------------------------------------------------------------------
>>> Emerging (1 of 1) dev-php4/eaccelerator-0.9.5 to /
 * eaccelerator-0.9.5.tar.bz2 RMD160 ;-) ...                                                                          [ ok ]
 * eaccelerator-0.9.5.tar.bz2 SHA1 ;-) ...                                                                            [ ok ]
 * eaccelerator-0.9.5.tar.bz2 SHA256 ;-) ...                                                                          [ ok ]
 * eaccelerator-0.9.5.tar.bz2 size ;-) ...                                                                            [ ok ]
 * checking ebuild checksums ;-) ...                                                                                  [ ok ]
 * checking auxfile checksums ;-) ...                                                                                 [ ok ]
 * checking miscfile checksums ;-) ...                                                                                [ ok ]
 * checking eaccelerator-0.9.5.tar.bz2 ;-) ...                                                                        [ ok ]
 *
 * Using dev-lang/php-4.4.7
 *
 * Checking for compatible SAPI(s)

!!! ERROR: dev-php4/eaccelerator-0.9.5 failed.
Call stack:
  ebuild.sh, line 1630:   Called dyn_setup
  ebuild.sh, line 702:   Called qa_call 'pkg_setup'
  ebuild.sh, line 38:   Called pkg_setup
  eaccelerator-0.9.5.ebuild, line 34:   Called require_php_sapi_from 'cgi' 'apache' 'apache2'
  depend.php.eclass, line 167:   Called built_with_use '=dev-lang/php-4.4.7' 'apache'
  eutils.eclass, line 1713:   Called die

!!! dev-lang/php-4.4.7 does not actually support the apache USE flag!
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/dev-php4/eaccelerator-0.9.5/temp/build.log'.
--------------------------------------------------------------------------

Expected Results:  
Build Complete
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-05-12 15:16:27 UTC

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