Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 389847

Summary: nacl-toolchain-newlib creates no symlinks in /usr/bin
Product: Gentoo Linux Reporter: Andrew Udvare <audvare>
Component: [OLD] DevelopmentAssignee: Chromium Project <chromium>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Andrew Udvare 2011-11-08 00:57:10 UTC
The binaries work fine, but I think this package should create symlinks in /usr/lib/nacl-toolchain-newlib/bin/i686-nacl-* and /usr/lib/nacl-toolchain-newlib/bin/x86_64-nacl-* for an easier setup.

Reproducible: Always

Steps to Reproduce:
1. emerge dev-lang/nacl-toolchain-newlib 
2. equery f dev-lang/nacl-toolchain-newlib 
Actual Results:  
/usr/lib64/nacl-toolchain-newlib/bin
/usr/lib64/nacl-toolchain-newlib/bin/i686-nacl-addr2line -> x86_64-nacl-addr2line
/usr/lib64/nacl-toolchain-newlib/bin/i686-nacl-ar -> x86_64-nacl-ar
/usr/lib64/nacl-toolchain-newlib/bin/i686-nacl-as
/usr/lib64/nacl-toolchain-newlib/bin/i686-nacl-c++
/usr/lib64/nacl-toolchain-newlib/bin/i686-nacl-c++filt -> x86_64-nacl-c++filt
/usr/lib64/nacl-toolchain-newlib/bin/i686-nacl-cpp -> x86_64-nacl-cpp
...

Expected Results:  
/usr/bin/i686-nacl-addr2line -> /usr/lib64/nacl-toolchain-newlib/bin/i686-nacl-addr2line
... etc
Comment 1 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2011-11-08 07:15:05 UTC
This toolchain is not intended for manual use. It is _only_ suitable for building NaCl IRT as a part of the browser's build process.