Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 692470 - net-libs/gnutls USE=tools should not DEPEND on sys-devel/autogen
Summary: net-libs/gnutls USE=tools should not DEPEND on sys-devel/autogen
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-18 18:12 UTC by Bernhard
Modified: 2024-12-24 21:17 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 Bernhard 2019-08-18 18:12:48 UTC
By default, Gentoo only compiles the GnuTLS libs without tools:
/usr/bin/gnutls-cli
/usr/bin/gnutls-serv
/usr/bin/ocsptool
/usr/bin/certtool
/usr/bin/srptool
/usr/bin/gnutls-cli-debug
/usr/bin/psktool

In order to compile these, the local USE=tools flag must be set. But only then, net-libs/gnutls[tools] has a BDEPEND on sys-devel/autogen, which in turn has a depend on GUILE.

When compiling the default (libs-only), there is no such dependency in the Gentoo emake.

Since the default source of GnuTLS (>=3.6.7) does not rely on GUILE/autogen, and its tools can be compiled without GUILE (even setting USE=tools and emerge --nodeps works), this seems to be a bogus dependency and thus be removed.
Comment 1 Francesco Turco 2023-12-31 16:40:20 UTC
It seems none of the current ebuilds for net-libs/gnutls have a dependency on sys-devel/autogen. Should this bug be closed?
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-12-24 21:17:05 UTC
commit cd7f6673d01d4af7f1bcc9b3ca707b98d679cd5c
Author: Sam James <sam@gentoo.org>
Date:   Thu Jan 20 11:39:16 2022 +0000

    net-libs/gnutls: add 3.7.3

    Bug: https://bugs.gentoo.org/831573
    Signed-off-by: Sam James <sam@gentoo.org>