Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 138986 - [multilib-strict] sys-auth/pam_mysql-0.7*
Summary: [multilib-strict] sys-auth/pam_mysql-0.7*
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Highest normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
: 144799 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-07-03 04:26 UTC by Bernd Wurst
Modified: 2006-08-23 11:59 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 Bernd Wurst 2006-07-03 04:26:20 UTC
The ebuilds for pam_mysql call 
make DESTDIR=${D} install || die
directly and are breakting multilib-strict-support on amd64.

Changing that line to einstall helps out.

I noticed, that the einstall-modified version installs to /usr/lib64 instead of /lib64/security/ where it should according to the PAM docs.
Comment 1 Simon Stelling (RETIRED) gentoo-dev 2006-07-03 11:07:17 UTC
make install is fine, we just have to add the LIBDIR var, I guess
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-08-22 22:55:17 UTC
*** Bug 144799 has been marked as a duplicate of this bug. ***
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-08-22 22:58:02 UTC
  10 Aug 2006; Danny van Dyk <kugelfang@gentoo.org>
  pam_mysql-0.7_rc1-r1.ebuild:
  Fixed bug #138986 (multilib-strict).

Kugenfang, the fix is missing inherit multilib, so it installs into / now :(
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-08-23 11:59:35 UTC
 23 Aug 2006; Danny van Dyk <kugelfang@gentoo.org>
  pam_mysql-0.7_rc1-r1.ebuild:
  Forgot to add multilib.eclass to the inherit line.