Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88173 - libprelude-0.9.0_rc2 lacks gnutls DEPEND
Summary: libprelude-0.9.0_rc2 lacks gnutls DEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-06 08:46 UTC by Jason Short
Modified: 2005-04-06 10:10 UTC (History)
0 users

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 Jason Short 2005-04-06 08:46:37 UTC
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 Marcelo Goes (RETIRED) gentoo-dev 2005-04-06 10:10:25 UTC
I confirmed the problem and fixed it in cvs.
Thanks for reporting!