Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 389847 - nacl-toolchain-newlib creates no symlinks in /usr/bin
Summary: nacl-toolchain-newlib creates no symlinks in /usr/bin
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chromium Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-08 00:57 UTC by Andrew Udvare
Modified: 2011-11-08 07:15 UTC (History)
0 users

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 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.