Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 260530 - php-5.2.8-r2: not all extensions get their paths fixed
Summary: php-5.2.8-r2: not all extensions get their paths fixed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 260526
  Show dependency tree
 
Reported: 2009-02-27 16:53 UTC by nietonfir
Modified: 2009-03-03 15:33 UTC (History)
0 users

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


Attachments
Fixes the config-paths of the php-extensions. (php5_2-sapi_extension-fix.eclass.patch,885 bytes, patch)
2009-02-27 17:02 UTC, nietonfir
Details | Diff
Fixes the config-paths of the php-extensions. (php5_2-sapi_extension-fix.eclass.patch,885 bytes, patch)
2009-02-27 18:56 UTC, nietonfir
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nietonfir 2009-02-27 16:53:25 UTC
Emerge fails with some USE-Flags that enable extensions, that don't have their lookup paths eprefixified (like gettext).

Reproducible: Always

Steps to Reproduce:
1. USE="<different>" emerge php
2. Error: could not find <different>.h
Comment 1 nietonfir 2009-02-27 17:02:19 UTC
Created attachment 183387 [details, diff]
Fixes the config-paths of the php-extensions.

Fixes the config-paths of the php-extensions and expands $EPREFIX properly in the sed statement for the php.ini files.
Comment 2 nietonfir 2009-02-27 18:56:57 UTC
Created attachment 183393 [details, diff]
Fixes the config-paths of the php-extensions.

Fixed quote typos that made emerge scream. ;)
Comment 3 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-03-03 15:33:31 UTC
thx, done.