Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 179840 - www-apache/anyterm-1.1.8-r2 - built_with_use check for mod_auth_pam needs to be removed
Summary: www-apache/anyterm-1.1.8-r2 - built_with_use check for mod_auth_pam needs to ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 171556 apache1-is-dead
  Show dependency tree
 
Reported: 2007-05-26 07:29 UTC by Jeremy Warren
Modified: 2007-05-26 11:08 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 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.