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.
Please attach the entire build log to this bug report.
Created attachment 366860 [details] Build.log with error
*** This bug has been marked as a duplicate of bug 491248 ***