Bug 88173 - libprelude-0.9.0_rc2 lacks gnutls DEPEND
Bug#: 88173 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: netmon@gentoo.org Reported By: jshort@ml1.net
Component: Applications
URL: 
Summary: libprelude-0.9.0_rc2 lacks gnutls DEPEND
Keywords:  
Status Whiteboard: 
Opened: 2005-04-06 08:46 0000
Description:   Opened: 2005-04-06 08:46 0000
new libprelude 0.9 configure script fails to find libgnutls

Reproducible: Always
Steps to Reproduce:
1. ACCEPT_KEYWORDS="~x86" emerge libprelude

Actual Results:  
checking for libgnutls-config... no
checking for libgnutls - version >= 1.0.17... no
*** The libgnutls-config script installed by LIBGNUTLS could not be found
*** If LIBGNUTLS was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the LIBGNUTLS_CONFIG environment variable to the
*** full path to libgnutls-config.
configure: error: libgnutls is required in order to build libprelude.

!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/libprelude-0.9.0_rc2/work/libprelude-0.9.0-rc2/config.log

!!! ERROR: dev-libs/libprelude-0.9.0_rc2 failed.
!!! Function econf, Line 485, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.

Expected Results:  
gnutls >=1.0.17 should be added as a DEPEND in the libprelude-0.9.0_rc2 and
later ebuilds

------- Comment #1 From Marcelo Goes 2005-04-06 10:10:25 0000 -------
I confirmed the problem and fixed it in cvs.
Thanks for reporting!