Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
multilib list all 32bit packages
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
cst
Apprentice
Apprentice


Joined: 24 Feb 2008
Posts: 203
Location: /proc

PostPosted: Mon Mar 30, 2015 3:04 pm    Post subject: multilib list all 32bit packages Reply with quote

Hi,

With the recent multilib changes, is there a way to list all packages that require dependencies compiled with abi_x86_32?
_________________
i7 3930K @ 4GHz
MSI X79A-GD45 (8D)
32GB 1600 MHz DDR3 Samsung
Samsung 840 PRO, 2xSamsung HD502HJ in RAID 1
MSI GTX 980Ti
latest gentoo-sources on x86_64 Fluxbox (amd64)

best render farm: www.GarageFarm.NET
Back to top
View user's profile Send private message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3664

PostPosted: Mon Mar 30, 2015 3:21 pm    Post subject: Re: multilib list all 32bit packages Reply with quote

Not very clear what you mean. Try
Quote:
$ eix -I -U ABI_X86_32 -only-names
$ eix -I --installed-without-use ABI_X86_32 --only-names
$ eix -I --installed-without-use ABI_X86_32 --only-names
Back to top
View user's profile Send private message
cst
Apprentice
Apprentice


Joined: 24 Feb 2008
Posts: 203
Location: /proc

PostPosted: Mon Mar 30, 2015 3:44 pm    Post subject: Reply with quote

I mean listing the packages that have a dependency which requires to be set with ABI_X86_32

so the output of this listing would look like:
Code:
wine, acroread


not listing hundreds of depndencies that have ABI_X86_32 set
_________________
i7 3930K @ 4GHz
MSI X79A-GD45 (8D)
32GB 1600 MHz DDR3 Samsung
Samsung 840 PRO, 2xSamsung HD502HJ in RAID 1
MSI GTX 980Ti
latest gentoo-sources on x86_64 Fluxbox (amd64)

best render farm: www.GarageFarm.NET
Back to top
View user's profile Send private message
ct85711
Veteran
Veteran


Joined: 27 Sep 2005
Posts: 1791

PostPosted: Mon Mar 30, 2015 4:31 pm    Post subject: Reply with quote

One thing to be careful on, is that the entire dependency chain of wine and acroread would also be in the list, as all dependencies will also need ABI_X86_32 set. So you will still have hundreds of dependencies either way.
Back to top
View user's profile Send private message
mimosinnet
l33t
l33t


Joined: 10 Aug 2006
Posts: 713
Location: Barcelona, Spain

PostPosted: Sun May 03, 2015 11:54 am    Post subject: Reply with quote

Thanks! This thread has been quite helpful in identifying my ABI_X86_32 packages and get rid of them. Now:

Code:
(amdfam10_chroot) psicosocial modules # eix -I --installed-without-use ABI_X86_64 --only-names
(amdfam10_chroot) psicosocial modules #


and:

Code:
(amdfam10_chroot) psicosocial modules # eix -I --installed-with-use ABI_X86_32 --only-names
dev-util/cppunit


No ABI_X86_32 packages! :) :D

Cheers!
_________________
Please add [solved] to the initial post's subject line if you feel your problem is resolved.
Take care of the community answering unanswered posts.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum