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

Bug 179840

Summary: www-apache/anyterm-1.1.8-r2 - built_with_use check for mod_auth_pam needs to be removed
Product: Gentoo Linux Reporter: Jeremy Warren <jwarren>
Component: New packagesAssignee: Apache Team - Bugzilla Reports <apache-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: twp
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 171556, 178189    

Description Jeremy Warren 2007-05-26 07:29:02 UTC
Current ebuilds of mod_auth_pam no longer have a USE flag for "apache2".  As such, anyterm will fail when it tries to see what use flags mod_auth_pam was built with.

The whole check for the apache2 use flag should be removed, since Apache 1.x is being deprecated in Portage.

Reproducible: Always

Steps to Reproduce:
1.  Emerge mod_auth_pam
2.  (try to) emerge anyterm
3.  Watch it bail with:

]

!!! ERROR: www-apache/anyterm-1.1.8-r2 failed.
Call stack:
  ebuild.sh, line 1631:   Called dyn_setup
  ebuild.sh, line 703:   Called qa_call 'pkg_setup'
  ebuild.sh, line 44:   Called pkg_setup
  anyterm-1.1.8-r2.ebuild, line 41:   Called built_with_use 'net-www/mod_auth_pam' 'apache2'
  eutils.eclass, line 1694:   Called die

!!! Unable to determine what USE flags net-www/mod_auth_pam-1.1.1-r1 was built with
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/www-apache/anyterm-1.1.8-r2/temp/build.log'.
Comment 1 Luca Longinotti (RETIRED) gentoo-dev 2007-05-26 11:08:47 UTC
Fixed in CVS, emerge --sync in a few hours to get the fix, thanks for reporting!
Best regards, CHTEKK.