Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 701724 - <net-misc/wget-1.20.3-r3: automagic dependency on media-libs/libmetalink
Summary: <net-misc/wget-1.20.3-r3: automagic dependency on media-libs/libmetalink
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard: Waiting for stabilization
Keywords:
Depends on: 720688
Blocks:
  Show dependency tree
 
Reported: 2019-12-02 07:18 UTC by Sergei Trofimovich (RETIRED)
Modified: 2021-04-28 18:43 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 Sergei Trofimovich (RETIRED) gentoo-dev 2019-12-02 07:18:57 UTC
After an emerge --depclean on one of the chroots emerge detected unaccounted dependency:

>>> package: media-libs/libmetalink-0.1.3
 *  - /usr/lib/libmetalink.so.3
 *  - /usr/lib/libmetalink.so.3.1.0
 *      used by /usr/bin/wget (net-misc/wget-1.20.3-r1)

Seems to be guarded by configure.ac's:

"""
dnl Metalink: Configure use of the Metalink library
AC_ARG_WITH([metalink],
  [AS_HELP_STRING([--with-metalink], [enable support for metalinks.])])
"""
Comment 1 Larry the Git Cow gentoo-dev 2019-12-02 09:13:09 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7143d1db07aa623aff13a615c99a31ede5e685d4

commit 7143d1db07aa623aff13a615c99a31ede5e685d4
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2019-12-02 09:02:31 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2019-12-02 09:13:02 +0000

    net-misc/wget: Revbump to fix automagic dep on media-libs/libmetalink
    
    Bug: https://bugs.gentoo.org/701724
    Package-Manager: Portage-2.3.80, Repoman-2.3.19
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 net-misc/wget/metadata.xml                                     | 1 +
 net-misc/wget/{wget-1.20.3-r2.ebuild => wget-1.20.3-r3.ebuild} | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)
Comment 2 Sergei Trofimovich (RETIRED) gentoo-dev 2020-06-14 11:10:43 UTC
I think stabilization is done.