Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 260530

Summary: php-5.2.8-r2: not all extensions get their paths fixed
Product: Gentoo/Alt Reporter: nietonfir
Component: Prefix SupportAssignee: Gentoo Prefix <prefix>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 260526    
Attachments: Fixes the config-paths of the php-extensions.
Fixes the config-paths of the php-extensions.

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.