Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 594300 - sys-apps/texinfo-6.1: failed cross build for ppc64le platform.
Summary: sys-apps/texinfo-6.1: failed cross build for ppc64le platform.
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-19 05:43 UTC by Leno Hou
Modified: 2016-09-28 13:11 UTC (History)
2 users (show)

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 Leno Hou 2016-09-19 05:43:09 UTC
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
Comment 1 Leno Hou 2016-09-19 05:44:01 UTC
Attached the build log link in here -> 
https://bpaste.net/show/1da6fe86af91
Comment 2 Alex Xu (Hello71) 2016-09-28 13:11:07 UTC
fix your ccache configuration, and if it still doesn't work, attach build.log properly.