Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 586320

Summary: net-libs/libzrtpcpp-2.3.4: invalid use of || ( openssl:= libgcrypt:= ) dep
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal CC: treecleaner
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 586238    

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.