Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 262244 - dev-lang/php-5.2.8-r2 doesn't emerge with ROOT=/some/place option
Summary: dev-lang/php-5.2.8-r2 doesn't emerge with ROOT=/some/place option
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-12 09:56 UTC by Ivo Burkart
Modified: 2010-12-27 21:46 UTC (History)
0 users

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 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.