Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96385 - [multilib] pam-0.77-r6's pam_cracklib module links against /usr/lib/libcrack.a instead /usr/$(get_libdir)/libcrack.a
Summary: [multilib] pam-0.77-r6's pam_cracklib module links against /usr/lib/libcrack....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High blocker
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2005-06-17 08:21 UTC by Danny van Dyk (RETIRED)
Modified: 2005-06-21 11:57 UTC (History)
2 users (show)

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 Danny van Dyk (RETIRED) gentoo-dev 2005-06-17 08:21:14 UTC
Summary says it all. Prohibits me from building a stage3. This is fixed by following patch:

###############
--- sys-libs/pam/pam-0.77-r6.ebuild     2005-05-16 01:05:56.000000000 +0000
+++ sys-libs/pam/pam-0.77-r6.ebuild     2005-06-17 14:59:18.000000000 +0000
@@ -96,6 +96,11 @@
                        sed -e 's|^modules/||')
        done

+       # Fix multilib issue with cracklib
+       sed -i \
+               -e "s|^\(MODULE_SIMPLE_EXTRALIBS=.*\/usr\/\)lib\/|\1$(get_libdir)\/|" \
+               ${S}/modules/pam_cracklib/Makefile || die sed failed
+
        cp /usr/share/automake/install-sh . || die
        export WANT_AUTOCONF=2.5
        autoconf || die
###################

Azarah: can i go and commit this? Or do you want a rev-bump? This applies to latest stable version, but i guess it's also needed in all the other versions,
as this Makefile is not generated by a configure script.

Wolf: Can you pull this into the snapshot already? I can't build a stage3 w/o this being fixed.
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2005-06-17 08:40:12 UTC
This should be fixed by 0.78-r2 ... you can apply the patch, but I guess I
should really start to get later versions stabled.
Comment 2 Danny van Dyk (RETIRED) gentoo-dev 2005-06-21 11:57:14 UTC
Fixed in CVS for 0.77-r6.
Martin: When be sure to have this fix in for any version that should become
stable on amd64. TIA :-)