Re: [gentoo-user] Re: How to get rid of 32bits libraries

2016-01-20 Thread Neil Bothwick
On Wed, 20 Jan 2016 16:55:49 + (UTC), James wrote: > > > If possible, I'd like to install any packages with abs_x86_32 which > > > are > required for > > dev-util/android-sdk-update-manager > > I'd go looking upstream and see what they say about a 64-bit only > version; is it

[gentoo-user] Re: How to get rid of 32bits libraries

2016-01-20 Thread James
Nikos Chantziaras gmail.com> writes: > > On 18/01/16 15:31, Helmut Jarausch wrote: > > If possible, I'd like to install any packages with abs_x86_32 which are required for > dev-util/android-sdk-update-manager I'd go looking upstream and see what they say about a 64-bit only version; is it

Re: [gentoo-user] Re: How to get rid of 32bits libraries

2016-01-19 Thread Dale
Nikos Chantziaras wrote: > On 18/01/16 12:00, Dale wrote: >> Neil Bothwick wrote: >>> On Mon, 18 Jan 2016 09:12:23 +, Neil Bothwick wrote: >>> equery hasuse checks which packages respect the given USE flag, it pays no attention to whether it is actually set. Try emerge

[gentoo-user] Re: How to get rid of 32bits libraries

2016-01-19 Thread Nikos Chantziaras
On 18/01/16 15:31, Helmut Jarausch wrote: If possible, I'd like to install any packages with abs_x86_32 which are required for dev-util/android-sdk-update-manager and app-text/acroread with a different PREFIX, such as /usr/local . Is that possible? There is exactly zero reason to do that,

[gentoo-user] Re: How to get rid of 32bits libraries

2016-01-19 Thread Nikos Chantziaras
On 18/01/16 12:00, Dale wrote: Neil Bothwick wrote: On Mon, 18 Jan 2016 09:12:23 +, Neil Bothwick wrote: equery hasuse checks which packages respect the given USE flag, it pays no attention to whether it is actually set. Try emerge -evp world | grep 'ABI_X86=32' Sorry, that should be

Re: [gentoo-user] Re: How to get rid of 32bits libraries

2016-01-19 Thread Neil Bothwick
On Tue, 19 Jan 2016 14:23:56 +0200, Nikos Chantziaras wrote: > >>> equery hasuse checks which packages respect the given USE flag, it > >>> pays no attention to whether it is actually set. Try > >>> > >>> emerge -evp world | grep 'ABI_X86=32' > >> Sorry, that should be > >> > >> emerge -evp

Re: [gentoo-user] Re: How to get rid of 32bits libraries

2016-01-18 Thread Helmut Jarausch
Thanks Nikos, thanks Neil. With your help I've managed to get rid of all 32bits libraries. I still unsure what to do for the "second step". If possible, I'd like to install any packages with abs_x86_32 which are required for dev-util/android-sdk-update-manager and app-text/acroread with a

[gentoo-user] Re: How to get rid of 32bits libraries

2016-01-18 Thread James
Neil Bothwick digimed.co.uk> writes: > emerge -evp world | grep 'ABI_X86="32' Hm. OK thanks for verification on the number. emerge -evp world | grep 'ABI_X86="32'| wc -l 279 Same as:: EIX_LIMIT=0 eix -I --only-names | equery hasuse abi_x86_32 | wc -l 279 Anyway:: Why so many? The

Re: [gentoo-user] Re: How to get rid of 32bits libraries

2016-01-18 Thread Alan McKinnon
On 18/01/2016 15:31, Helmut Jarausch wrote: > Thanks Nikos, thanks Neil. > > With your help I've managed to get rid of all 32bits libraries. > > I still unsure what to do for the "second step". > > If possible, I'd like to install any packages with abs_x86_32 which are > required for

Re: [gentoo-user] Re: How to get rid of 32bits libraries

2016-01-18 Thread Dale
Neil Bothwick wrote: > On Mon, 18 Jan 2016 09:12:23 +, Neil Bothwick wrote: > >> equery hasuse checks which packages respect the given USE flag, it pays >> no attention to whether it is actually set. Try >> >> emerge -evp world | grep 'ABI_X86=32' > Sorry, that should be > > emerge -evp world

Re: [gentoo-user] Re: How to get rid of 32bits libraries

2016-01-18 Thread Neil Bothwick
On Mon, 18 Jan 2016 06:04:27 + (UTC), James wrote: > OK, so I run:: > EIX_LIMIT=0 eix -I --only-names | equery hasuse abi_x86_32 | wc -l > > and get '279'. Maybe I missed someting on how to determine the pacakges > installed that have 'abi_x86_32' set ? equery hasuse checks which

Re: [gentoo-user] Re: How to get rid of 32bits libraries

2016-01-18 Thread Neil Bothwick
On Mon, 18 Jan 2016 09:12:23 +, Neil Bothwick wrote: > equery hasuse checks which packages respect the given USE flag, it pays > no attention to whether it is actually set. Try > > emerge -evp world | grep 'ABI_X86=32' Sorry, that should be emerge -evp world | grep 'ABI_X86="32' -- Neil

Re: [gentoo-user] Re: How to get rid of 32bits libraries

2016-01-18 Thread Dale
James wrote: > Neil Bothwick digimed.co.uk> writes: > > >> emerge -evp world | grep 'ABI_X86="32' > Hm. OK thanks for verification on the number. > > emerge -evp world | grep 'ABI_X86="32'| wc -l > 279 > > Same as:: > EIX_LIMIT=0 eix -I --only-names | equery hasuse abi_x86_32 | wc -l > 279

[gentoo-user] Re: How to get rid of 32bits libraries

2016-01-17 Thread James
Nikos Chantziaras gmail.com> writes: > > I'd like to get rid of all 32bits libraries. There are only two > > packages which I'd like to keep and which need some 32bits libraries. OK, so I run:: EIX_LIMIT=0 eix -I --only-names | equery hasuse abi_x86_32 | wc -l and get '279'. Maybe I

[gentoo-user] Re: How to get rid of 32bits libraries

2016-01-17 Thread Nikos Chantziaras
On 17/01/16 10:32, Helmut Jarausch wrote: Hi, I'd like to get rid of all 32bits libraries. There are only two packages which I'd like to keep and which need some 32bits libraries. That's dev-util/android-sdk-update-manager and app-text/acroread both of which I use only occasionally. Look in