Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 586320 - net-libs/libzrtpcpp-2.3.4: invalid use of || ( openssl:= libgcrypt:= ) dep
Summary: net-libs/libzrtpcpp-2.3.4: invalid use of || ( openssl:= libgcrypt:= ) dep
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 586238
  Show dependency tree
 
Reported: 2016-06-18 19:22 UTC by Michał Górny
Modified: 2016-06-19 06:38 UTC (History)
1 user (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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-06-18 19:22:44 UTC
|| (
        >=dev-libs/openssl-0.9.8[-bindist]
        dev-libs/libgcrypt:0=
    )

:= in || is forbidden and broken, and this dependency is seriously wrong.

Please either put some USE flags to control this, use only one of the libs or drop the old version altogether.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-06-19 06:35:17 UTC
Oh nice, we can't actually wipe the version since it's the only stable and the only visible version.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-06-19 06:38:33 UTC
commit 8e299dd8da5761999b9fd20e7151ccb527dde026
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: Sun Jun 19 08:37:36 2016
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: Sun Jun 19 08:37:42 2016

    net-libs/libzrtpcpp: Remove libgcrypt fallback support, #586320
    
    Remove the libgcrypt fallback support since it can not be expressed
    correctly with the currently available dependency specifications.