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

Bug 262244

Summary: dev-lang/php-5.2.8-r2 doesn't emerge with ROOT=/some/place option
Product: Gentoo Linux Reporter: Ivo Burkart <ivo.burkart>
Component: New packagesAssignee: PHP Bugs <php-bugs>
Status: RESOLVED TEST-REQUEST    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ivo Burkart 2009-03-12 09:56:45 UTC
If given the ROOT= option in the command line php builds correctly but the binarys are missing in the target files system.
I didn't check what other files are missing

(Happens with or without -K option)

Reproducible: Always

Steps to Reproduce:
1. ROOT=/mnt/othersystem emerge php


Actual Results:  
no php binaries in the target system (php, php-cli, php-cgi)

Expected Results:  
binaries in the target system (php, php-cli, php-cgi) :-)

make.conf

CFLAGS="-Os -march=k6-2 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
# This should not be changed unless you know exactly what you are doing.  You
# should probably be using a different stage, instead.

CHOST="i586-pc-linux-gnu"
MAKEOPTS="-j2"

GENTOO_MIRRORS="ftp://ftp.gentoo.mesh-solutions.com/gentoo/ ftp://de-mirror.org/distro/gentoo"

USE="ipv6 -X php cgi fastcgi fam mysql webmail xmlrpc fastbuild inifile imap xml unicode sockets daemon samba"
FEATURES="noman nodoc noinfo unmerge-orphans parallelfetch"
Comment 1 Christian Hoffmann (RETIRED) gentoo-dev 2009-06-21 23:20:22 UTC
The binaries are actually there (at least for me), the only problem is that no symlinks seem to be created. I'll look into fixing that.