Hi,
One of my machines is giving an undesired response in eselect:
c2stable ~ # eselect binutils list
!!! Error: Pattern does not match any installed version of binutils!
exiting
c2stable ~ #
All other machiness do something akin to:
k2 ~ # eselect binutils list
Installed binutils for target x86_64-pc-linux-gnu
[1] 2.21.1 *
k2 ~ #
However it seems that binutils-config on the machine having trouble
knows the right answer:
c2stable ~ # binutils-config -l
[1] x86_64-pc-linux-gnu-2.21.1 *
c2stable ~ #
which is what's installed:
c2stable ~ # eix -Ic binutils
[I] sys-devel/binutils (2.21.1-r1{tbz2}@05/03/2012): Tools necessary
to build programs
[I] sys-devel/binutils-config (3-r3{tbz2}@06/11/2012): Utility to
change the binutils version being used
Found 2 matches.
c2stable ~ #
How can I get this resolved in eselect? I'm not sure where eselect
is looking when it complains about the patterns not matching.
Thanks,
Mark