Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 347039

Summary: sys-auth/pam_mount-2.6 does depend on >=sys-libs/libhx-3.4 but it should rather depend on>=sys-libs/libhx-3.6
Product: Gentoo Linux Reporter: Günther Hutzl <ghutzl>
Component: [OLD] Core systemAssignee: Matt Turner <mattst88>
Status: RESOLVED FIXED    
Severity: normal CC: joost.ruis
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Günther Hutzl 2010-11-28 10:03:35 UTC
When trying to install sys-auth/pam_mount-2.6 I get the following error from configure:

checking for libHX... no
configure: error: Package requirements (libHX >= 3.6) were not met:

Requested 'libHX >= 3.6' but version of libHX is 3.5

I checked the ebuild and found out that there is a dependency to >=sys-libs/libhx-3.4 only. This should be changed to >=sys-libs/libhx-3.6.


Reproducible: Always

Steps to Reproduce:
1. unmask sys-auth/pam_mount-2.6 
2. emerge =sys-auth/pam_mount-2.6

Actual Results:  
Emerge fails.

Expected Results:  
emerge should try to install >=sys-libs/libhx-3.6 and possible notify me about the masked version =sys-libs/libhx-3.6 and also sys-auth/pam_mount-2.6 should be installed.
Comment 1 Matt Turner gentoo-dev 2011-01-20 04:13:16 UTC
Thanks for the report! I've fixed this now.