Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 496500 - dev-lang/php-5.5.4 - ?
Summary: dev-lang/php-5.5.4 - ?
Status: RESOLVED DUPLICATE of bug 491248
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-30 15:07 UTC by Barth DELUY
Modified: 2014-10-07 20:29 UTC (History)
0 users

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


Attachments
emerge --info (emerge.info,4.16 KB, text/plain)
2013-12-30 15:07 UTC, Barth DELUY
Details
Build.log with error (build.log,81.99 KB, text/plain)
2014-01-03 15:36 UTC, Barth DELUY
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Barth DELUY 2013-12-30 15:07:35 UTC
Created attachment 366552 [details]
emerge --info

dev-lang/php-5.5.4 refuses to build due to sandbox access violation in /run:

-----------------------------------------------------------
Generating files
configure: creating ./config.status
creating main/internal_functions.c
creating main/internal_functions_cli.c
+--------------------------------------------------------------------+
| License:                                                           |
| This software is subject to the PHP License, available in this     |
| distribution in the file LICENSE.  By continuing this installation |
| process, you are bound by the terms of this license agreement.     |
| If you do not agree with the terms of this license, you must abort |
| the installation process at this point.                            |
+--------------------------------------------------------------------+

Thank you for using PHP.

config.status: creating php5.spec
config.status: creating main/build-defs.h
config.status: creating scripts/phpize
config.status: creating scripts/man1/phpize.1
config.status: creating scripts/php-config
config.status: creating scripts/man1/php-config.1
config.status: creating sapi/fpm/php-fpm.conf
config.status: creating sapi/fpm/init.d.php-fpm
config.status: creating sapi/fpm/php-fpm.service
config.status: creating sapi/fpm/php-fpm.8
config.status: creating sapi/fpm/status.html
config.status: creating ext/phar/phar.1
config.status: creating ext/phar/phar.phar.1
config.status: creating main/php_config.h
config.status: executing libtool commands
config.status: executing default commands
>>> Source configured.
 * --------------------------- ACCESS VIOLATION SUMMARY ---------------------------
 * LOG FILE: "/var/log/sandbox/sandbox-22049.log"
 *
VERSION 1.0
FORMAT: F - Function called
FORMAT: S - Access Status
FORMAT: P - Path as passed to function
FORMAT: A - Absolute Path (not canonical)
FORMAT: R - Canonical Path
FORMAT: C - Command Line

F: open_wr
S: deny
P: /run/test.shm.29295u2F0Mu
A: /run/test.shm.29295u2F0Mu
R: /run/test.shm.29295u2F0Mu
C: ./conftest

F: open_wr
S: deny
P: /run/test.shm.9885cNAdH2
A: /run/test.shm.9885cNAdH2
R: /run/test.shm.9885cNAdH2
C: ./conftest
 * --------------------------------------------------------------------------------

I tried to build with hardened profile, switched to "classic" profile, added FEATURES="-sandbox" in make.conf, I can't build php...

The server I try to build on is a VM on XenCenter 6.2.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-12-30 18:52:26 UTC
Please attach the entire build log to this bug report.
Comment 2 Barth DELUY 2014-01-03 15:36:55 UTC
Created attachment 366860 [details]
Build.log with error
Comment 3 Brian Evans (RETIRED) gentoo-dev 2014-10-07 20:29:19 UTC

*** This bug has been marked as a duplicate of bug 491248 ***