net-misc/tor-0.2.7.2_alpha2 fails to compile when openssl was compiled with USE=bindist Probably tor's DEPEND should be adjusted, although previous tor versions worked with bindist-enabled openssl Reproducible: Always
Created attachment 407882 [details] emerge -v output
(In reply to Alpha Bravo from comment #0) > net-misc/tor-0.2.7.2_alpha2 fails to compile when openssl was compiled with > USE=bindist > > Probably tor's DEPEND should be adjusted, although previous tor versions > worked with bindist-enabled openssl > > Reproducible: Always Looks like tor 0.2.7.x is going to make use of elliptic curves. Its easy enough to depend on dev-libs/openssl[-bindist] but let me first see if there is some options in tor that can turn off elliptic curves.
Maybe it is easier to go ahead with this bug if bug 531540 is resolved first?
(In reply to Karl Lindén from comment #3) > Maybe it is easier to go ahead with this bug if bug 531540 is resolved first? Thanks for finding that. I really resist openssl[-bindist] because it means the resulting binary can't be shipped for copyright/patent reasons. There's no option in tor 2.7.2 that toggles the dependence on ec.
*** Bug 560780 has been marked as a duplicate of this bug. ***
In the mean time, can we add the [-bindist] until a better solution presents itself? That would at least make the ebuild match reality.
(In reply to Mike Gilbert from comment #6) > In the mean time, can we add the [-bindist] until a better solution presents > itself? That would at least make the ebuild match reality. Done.
This bug is solved. 0.2.7.3 is out and i'll revisit the issue there.