Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 124346 - versioned php eclasses have mismatch between EXPORT_FUNCTIONS and actual function names
Summary: versioned php eclasses have mismatch between EXPORT_FUNCTIONS and actual func...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-27 19:12 UTC by SpanKY
Modified: 2006-02-27 20:31 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 SpanKY gentoo-dev 2006-02-27 19:12:11 UTC
the current eclass seems to do nothing:
php-2.eclass:
EXPORT_FUNCTIONS pkg_postinst pkg_preinst src_compile src_install src_unpack
php_src_unpack() {
php_src_compile() {
php_src_install() {
php_pkg_preinst() {
php_pkg_postinst() {

either rename the php funcs to php-2_src_... or remove the EXPORT_FUNCTIONS ...
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2006-02-27 19:17:59 UTC
php-2.eclass is not used anymore, it only exists because we can't delete it without emerge blowing up.
Comment 2 SpanKY gentoo-dev 2006-02-27 19:21:05 UTC
if you dont need it, no-op the whole thing like we do with gcc.eclass
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2006-02-27 20:31:14 UTC
done, thanks for pointing out that gcc.eclass - a long time I asked ferringb about something similar, and it was rejected.