Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 181823 - net-libs/loudmouth-1.2.2 needs >=gnutls-1.4.0
Summary: net-libs/loudmouth-1.2.2 needs >=gnutls-1.4.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Stefan Schweizer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-12 20:41 UTC by Daniel Díaz
Modified: 2007-06-15 06:51 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 Daniel Díaz 2007-06-12 20:41:16 UTC
loudmouth 1.2.2 fails to compile if LIBGNUTLS is older than 1.4.0. ./configure goes on to say:
 checking for libgnutls - version >= 1.4.0... no
 *** An old version of LIBGNUTLS (1.2.10) was found.
 *** You need a version of LIBGNUTLS newer than 1.4.0. The latest version of
 *** LIBGNUTLS is always available from ftp://gnutls.hellug.gr/pub/gnutls.

The ebuild checks for this:
 ssl? ( >=net-libs/gnutls-1 )

But it doesn't check what version of gnutls it is.

Reproducible: Always

Steps to Reproduce:
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-06-12 20:44:01 UTC
Please, upgrade your system properly using --deep; the oldest gnutls in the tree is 1.4.4.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-06-12 20:44:56 UTC
BTW, homepage moved to http://www.loudmouth-project.org/
Comment 3 Stefan Schweizer (RETIRED) gentoo-dev 2007-06-15 06:51:44 UTC
oh, I fixed this but forgot to close, thanks.