Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 828413 - sys-process/audit-3.0: ldap multilib support should match
Summary: sys-process/audit-3.0: ldap multilib support should match
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: SE Linux Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-05 06:59 UTC by Samuel Bauer
Modified: 2021-12-05 23:27 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
audit-3.0 built with useflag ldap, 32bit support and net-nds/openldap lacking 32bit support (audit.log,11.80 KB, text/x-log)
2021-12-05 06:59 UTC, Samuel Bauer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Samuel Bauer 2021-12-05 06:59:42 UTC
Created attachment 757449 [details]
audit-3.0 built with useflag ldap, 32bit support and net-nds/openldap lacking 32bit support

Multilib not checked for openldap, it can prevent package to install, here's fix:
sed -i 's:net-nds/openldap:&[${MULTILIB_USEDEP}]:' sys-process/audit/*ebuild

The attachement show failure on ~amd64 when trying to compile for abi_x86_32 with net-nds/openldap not supporting x86_32.