| View previous topic :: View next topic |
| Author |
Message |
mathfeel l33t

Joined: 03 Aug 2004 Posts: 700
|
Posted: Mon May 23, 2011 4:51 am Post subject: /usr/bin/gcc etc doesn't belong to any package. |
|
|
This lis of file under /usr/bin not tracked by portage seems rather important to be orphaned:
| Code: | $ find /usr/bin -type f -print0 | xargs -0 qfile -o
/usr/bin/gfortran
/usr/bin/c89
/usr/bin/mtpfs
/usr/bin/x86_64-pc-linux-gnu-c++
/usr/bin/x86_64-pc-linux-gnu-gcjh
/usr/bin/c++
/usr/bin/x86_64-pc-linux-gnu-gcj
/usr/bin/gcj
/usr/bin/.keep
/usr/bin/g++
/usr/bin/x86_64-pc-linux-gnu-g++
/usr/bin/c99
/usr/bin/x86_64-pc-linux-gnu-cpp
/usr/bin/gcjh
/usr/bin/gcc
/usr/bin/cc
/usr/bin/cpp
/usr/bin/x86_64-pc-linux-gnu-gcc
/usr/bin/python-config
/usr/bin/x86_64-pc-linux-gnu-gfortran
/usr/bin/gcov |
Is this right?? _________________ -----------------------------------------------------------
"In heaven all the interesting people are missing"
-- Friedrich Nietzsche |
|
| Back to top |
|
 |
pigeon768 l33t

Joined: 02 Jan 2006 Posts: 683
|
Posted: Mon May 23, 2011 11:38 am Post subject: |
|
|
| This is normal. /usr/bin/gcc, /usr/bin/g++ and friends are created by sys-devel/gcc-config at runtime. |
|
| Back to top |
|
 |
|