Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93186 - x11-misc/wdm: openpam and amd64 compatibility
Summary: x11-misc/wdm: openpam and amd64 compatibility
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Jonathan Smith (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 79024 93119
  Show dependency tree
 
Reported: 2005-05-19 04:26 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2006-04-12 10:50 UTC (History)
3 users (show)

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


Attachments
Ebuild patch (wdm.patch,970 bytes, patch)
2005-05-19 04:27 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff
wdm-include (wdm-include,210 bytes, text/plain)
2005-05-19 04:27 UTC, Diego Elio Pettenò (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2005-05-19 04:26:47 UTC
Currently wdm pamd file is using pam_stack module (which won't work with openpam) and the full path to the module (which breaks both on openpam and on no-lib32 amd64 systems).

The attached patch applied over current ebuild and the wdm-include pamd file fixes the problems, using include directive and just the name of the module instead of the fullpath.

I've also added dependency on virtual/pam (sys-libs/pam-0.78) as it's probably needed at runtime to have it working with pam.

HTH, Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-05-19 04:27:06 UTC
Created attachment 59291 [details, diff]
Ebuild patch
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-05-19 04:27:24 UTC
Created attachment 59292 [details]
wdm-include
Comment 3 Jonathan Smith (RETIRED) gentoo-dev 2005-06-13 16:12:15 UTC
fixed in cvs