Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 259516 - fixed php5.2 eclass and ebuild
Summary: fixed php5.2 eclass and ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-18 18:55 UTC by Denis Knauf
Modified: 2009-02-28 09:43 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
prefix fixed php eclass patch (php5_2-sapi.eclass.diff,7.32 KB, patch)
2009-02-18 19:07 UTC, Denis Knauf
Details | Diff
php-5.2.8-r2.ebuild (php-5.2.8-r2.ebuild,16.36 KB, text/plain)
2009-02-18 19:08 UTC, Denis Knauf
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Knauf 2009-02-18 18:55:24 UTC
i tried to fix php support in prefix.
it didn't work.

Reproducible: Always

Steps to Reproduce:




My fixes aren't complete. One error there's which i can't fix yet.
But the first step is done.
Comment 1 Denis Knauf 2009-02-18 19:07:34 UTC
Created attachment 182444 [details, diff]
prefix fixed php eclass patch
Comment 2 Denis Knauf 2009-02-18 19:08:58 UTC
Created attachment 182448 [details]
php-5.2.8-r2.ebuild
Comment 3 nietonfir 2009-02-27 16:39:03 UTC
has been done already. ;)
https://bugs.gentoo.org/show_bug.cgi?id=195765

vote 4 close.
Comment 4 Fabian Groffen gentoo-dev 2009-02-28 09:43:46 UTC
@Denis:

Thanks for your patch.  The use of EROOT in your case is not correct, since the original eclass doesn't use ROOT.  Instead the use of EPREFIX would be correct.
I think we already fixed all problems with this eclass and the ebuild.  Please reopen if I missed something.