Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 501456 - app-emulation/emul-linux-x86-baselibs-20131008-r17 and its dependency dev-libs/nettle conflicts with abi_x86_32 on
Summary: app-emulation/emul-linux-x86-baselibs-20131008-r17 and its dependency dev-lib...
Status: RESOLVED DUPLICATE of bug 501436
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-16 08:44 UTC by Yi Yang
Modified: 2014-02-16 13:21 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 Yi Yang 2014-02-16 08:44:21 UTC
I enabled the abi_x86_32 flags globally. Today I tried to update to app-emulation/emul-linux-x86-baselibs-20131008-r17 and it failed as it conflicted with dev-libs/nettle.

I fixed this problem by adding the following 4 lines to files/remove-native-20131008-r17:

usr/lib32/libhogweed.so.2.5
usr/lib32/pkgconfig/hogweed.pc
usr/lib32/libhogweed.so.2
usr/lib32/libhogweed.so


Reproducible: Always

Steps to Reproduce:
1. Enable abi_x86_32 globally. Remove /usr/portage/profiles/default/linux/package.use.mask.
2. emerge app-emulation/emul-linux-x86-baselibs-20131008-r17

Actual Results:  
It conflicts with dev-libs/nettle due to both having the same four libraries

Expected Results:  
It should not try to install those files since the abi_x86_32 flag is on and dev-libs/nettle with that flag will be merged instead.

I classified this problem as minor as it doesn't hit normal users unless they work around the package.use.mask.

However this is indeed a bug and please fix it. Thanks.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-02-16 13:21:27 UTC

*** This bug has been marked as a duplicate of bug 501436 ***