Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 488668 - sys-devel/crossdev - list installed toolchains
Summary: sys-devel/crossdev - list installed toolchains
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-20 05:10 UTC by Kalin KOZHUHAROV
Modified: 2013-10-20 22:37 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 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.