Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 363475 - dev-lang/php-5.3.6 version bump for prefix
Summary: dev-lang/php-5.3.6 version bump for prefix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-13 11:24 UTC by yegle
Modified: 2011-06-22 19:28 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 yegle 2011-04-13 11:24:15 UTC
The newest PHP is 5.3.6 which fixed alot bugs. Please bump the version for Gentoo-Prefix users since it's stable now in main portage tree, thank you :-)

Reproducible: Always
Comment 1 yegle 2011-05-26 14:38:21 UTC
I saw php-5.3.6-r1 is in prefix now but failed to build.

Error message:
 * Installing FPM CGI config file php-fpm.conf
-------------------------------------------------------
You should not use ${EPREFIX} with helpers.
  --> /opt/gentoo/etc/php/fpm-php5.3
-------------------------------------------------------


This should be related to src_install-v2.eblit in ${FILESDIR}/eblits/.

Change

insinto ${PHP_INI_DIR}
doins "${FILESDIR}/php-fpm.conf"

to

newins "${FILESDIR}/php-fpm.conf" "${PHP_INI_DIR#${EPREFIX}}/php-fpm.conf"

fixes this problem.
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2011-06-03 14:58:01 UTC
should be fixed now, thx
Comment 3 yegle 2011-06-17 03:34:59 UTC
Still file missing?

 * Installing SAPI: cli
 * Installing php.ini for cli into /etc/php/cli-php5.3
 *         
 * Installing SAPI: fpm
 * Installing php.ini for fpm into /etc/php/fpm-php5.3
 *         
 * Installing FPM CGI config file php-fpm.conf
install: cannot stat `/home/opt/gentoo/usr/portage/dev-lang/php/files/php-fpm.conf': No such file or directory
!!! doins: /home/opt/gentoo/usr/portage/dev-lang/php/files/php-fpm.conf does not exist
 * ERROR: dev-lang/php-5.3.6-r1 failed (install phase):
 *   doins failed
 *         
 * If you need support, post the output of 'emerge --info =dev-lang/php-5.3.6-r1',
 * the complete build log and the output of 'emerge -pqv =dev-lang/php-5.3.6-r1'.
 * The complete build log is located at '/home/opt/gentoo/var/tmp/portage/dev-lang/php-5.3.6-r1/temp/build.log'.
 * The ebuild environment file is located at '/home/opt/gentoo/var/tmp/portage/dev-lang/php-5.3.6-r1/temp/environment'.
 * S: '/home/opt/gentoo/var/tmp/portage/dev-lang/php-5.3.6-r1/work/php-5.3.6'
 * QA Notice: file does not exist:
 *         
 *      doins: /home/opt/gentoo/usr/portage/dev-lang/php/files/php-fpm.conf does not exist