When I trying cross building ( ppc64le -> powerpc64le-cros-linux-gnu), it happens with the error: Access Validation Summary: >>> Source configured. * --------------------------- ACCESS VIOLATION SUMMARY --------------------------- * LOG FILE: "/var/log/sandbox/sandbox-16296.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: fopen_wr S: deny P: /home/core/.ccache/ccache.conf A: /home/core/.ccache/ccache.conf R: /home/core/.ccache/ccache.conf C: powerpc64le-unknown-linux-gnu-gcc --version Reproducible: Always Steps to Reproduce: 1.emerge crossdev 2.crossdev -t powerpc64le-cros-linux-gnu 3.emerge-ppc64le-usr sys-apps/texinfo Actual Results: >>> Source configured. * --------------------------- ACCESS VIOLATION SUMMARY --------------------------- * LOG FILE: "/var/log/sandbox/sandbox-16296.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: fopen_wr S: deny P: /home/core/.ccache/ccache.conf A: /home/core/.ccache/ccache.conf R: /home/core/.ccache/ccache.conf C: powerpc64le-unknown-linux-gnu-gcc --version Expected Results: cross building texinfo successfully
Attached the build log link in here -> https://bpaste.net/show/1da6fe86af91
fix your ccache configuration, and if it still doesn't work, attach build.log properly.