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

Bug 488668

Summary: sys-devel/crossdev - list installed toolchains
Product: Gentoo Linux Reporter: Kalin KOZHUHAROV <kalin>
Component: [OLD] DevelopmentAssignee: Embedded Gentoo Team <embedded>
Status: RESOLVED WONTFIX    
Severity: enhancement    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Kalin KOZHUHAROV 2013-10-20 05:10:34 UTC
I am using crossdev for a few target platforms and have not found a way yet to see "the whole" toolchain and the list of toolchain-related ebuilds.


It would be great if crossdev has options to list what it did previously install. Since "-l" is already used, "--list" and "-list-all" can be used:

crossdev -t avr --list	outputs all versions installed for avr
crossdev --list-all	outputs all versions of all previously installed
(that may require option parser fix since -t is not required)


Reproducible: Always




I often use `gcc-config -l`, but that is only for the compiler.
Today I played with eix, and the best I could come up with was:

`
for t in $(eix --pure-packages -I -C cross- --format "<category>\n"|sort -u); do echo -ne "\n[#] $t\n"; eix -c -I -C $t; done
`
Comment 1 SpanKY gentoo-dev 2013-10-20 22:37:42 UTC
`qlist -Iv cross-`

crossdev does very little special.  it really just installs packages for you.