Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 506060 - sys-apps/systemd-212 should depend on >=net-libs/gnutls-3.1.4 - Requested 'gnutls >= 3.1.4' but version of GnuTLS is 2.12.23
Summary: sys-apps/systemd-212 should depend on >=net-libs/gnutls-3.1.4 - Requested 'gn...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo systemd Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-28 11:48 UTC by Kirill Elagin
Modified: 2014-03-28 18:16 UTC (History)
2 users (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 Kirill Elagin 2014-03-28 11:48:30 UTC
~~~~~~~~~~~~~~~~~~~~
checking for GNUTLS... no
configure: error: *** gnutls support requested but libraries not found
~~~~~~~~~~~~~~~~~~~~

config.log:
~~~~~~~~~~~~~~~~~~~~
configure:17904: checking for GNUTLS
configure:17911: $PKG_CONFIG --exists --print-errors "gnutls >= 3.1.4"
Requested 'gnutls >= 3.1.4' but version of GnuTLS is 2.12.23
You may find new versions of GnuTLS at http://www.gnu.org/software/gnutls/
configure:17914: $? = 1
configure:17928: $PKG_CONFIG --exists --print-errors "gnutls >= 3.1.4"
Requested 'gnutls >= 3.1.4' but version of GnuTLS is 2.12.23
You may find new versions of GnuTLS at http://www.gnu.org/software/gnutls/
configure:17931: $? = 1
configure:17945: result: no
Requested 'gnutls >= 3.1.4' but version of GnuTLS is 2.12.23
You may find new versions of GnuTLS at http://www.gnu.org/software/gnutls/
~~~~~~~~~~~~~~~~~

ebuild:
~~~~~~~~~~~~~~~~~
ssl? ( net-libs/gnutls:0= )
~~~~~~~~~~~~~~~~~
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-03-28 18:16:45 UTC
+  28 Mar 2014; Michał Górny <mgorny@gentoo.org> systemd-212.ebuild,
+  systemd-9999.ebuild:
+  Fix gnutls dep wrt bug #506060.