Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 585938 - mail-mta/exim-4.87 - incorrect USE dependency dev-libs/openssl[-bindist]
Summary: mail-mta/exim-4.87 - incorrect USE dependency dev-libs/openssl[-bindist]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Fabian Groffen
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-14 15:27 UTC by Marcel Pennewiß
Modified: 2016-06-21 07:23 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 Marcel Pennewiß 2016-06-14 15:27:10 UTC
In Bug #556654 use-flag dependency for "dev-libs/openssl" was changed to "-bindist", as this is needed for ecdh. 

This blocks update on systems where openssl was not build with -bindist and openssh was also not build with -bindist.

net-misc/openssh has bindist-useflag and dev-libs/openssl[bindist=] as bdep. This should be a more common approach to allow users both versions. Please add bindist to metadata.xml and add change useflags to conditional setting "bindist=".
Comment 1 Marcel Pennewiß 2016-06-14 15:32:46 UTC
Build exim-4.87 with openssl[bindist] successfully, build did not failed as described in #556654.
Comment 2 Fabian Groffen gentoo-dev 2016-06-20 08:12:57 UTC
hmmm, I can't really find proof of a fix for this.  There was some libressl commit, that went in 4.87, but the rest seems openssl version number checks to determine if ecdh can be used.  Odd.
Comment 3 Fabian Groffen gentoo-dev 2016-06-21 07:23:01 UTC
The code was slightly changed to avoid the compilation error, so I removed the conditional.  Exim works both with and without ECDH support in OpenSSL.