Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 209821 - app-admin/sudo-1.6.9_p12 emerge failed due to conflict between skey and pam USE flag
Summary: app-admin/sudo-1.6.9_p12 emerge failed due to conflict between skey and pam U...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Diego Elio Pettenò (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-12 11:46 UTC by BedOS_Gui
Modified: 2008-02-14 14:54 UTC (History)
1 user (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 BedOS_Gui 2008-02-12 11:46:50 UTC
When emerging sudo-1.6.9_p12 this compilation's erro occurs :

...
checking path to sudo_noexec.so... ${exec_prefix}/libexec/sudo_noexec.so
checking for uname... uname
checking for tr... tr
checking for nroff... nroff
configure: error: Cannot mix mutually exclusive (PAM) and regular (S/Key) authentication methods

!!! ERROR in app-admin/sudo-1.6.9_p12:
!!! In econf at line 1663
!!! econf failed

!!! Call stack:
!!!    * econf (/var/tmp/paludis/app-admin/sudo-1.6.9_p12/temp/loadsaveenv:1663)
!!!    * src_compile (/var/tmp/paludis/app-admin/sudo-1.6.9_p12/temp/loadsaveenv:3782)
!!!    * ebuild_f_compile (/usr/libexec/paludis/0/src_compile.bash:51)
!!!    * ebuild_main (/usr/libexec/paludis/ebuild.bash:457)
!!!    * main (/usr/libexec/paludis/ebuild.bash:475)

diefunc: making ebuild PID 16742 exit with error
die trap: exiting with error.


Reproducible: Always
Comment 1 BedOS_Gui 2008-02-12 11:49:53 UTC
with USE="-pam" or "-skey" compilation works fine.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2008-02-12 11:51:21 UTC
Well, this never worked and the ebuild should die on this, using confutils_use_conflict pam skey or whatnot.
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-02-14 14:54:42 UTC
Fixed, now skey conflicts with pam.