Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 518760 - net-libs/nodejs-0.11.13 should (R)DEPEND on dev-libs/openssl[-bindist]
Summary: net-libs/nodejs-0.11.13 should (R)DEPEND on dev-libs/openssl[-bindist]
Status: RESOLVED DUPLICATE of bug 540106
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Johan Bergström
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-01 17:24 UTC by LiuCougar
Modified: 2015-02-15 21:38 UTC (History)
4 users (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 LiuCougar 2014-08-01 17:24:16 UTC
i had openssl[bindist] installed, and I can not emerge nodejs 0.11.13 successfully, it's complaining EC_KEY is not defined in node_crypto.cc

i had to emerge openssl without bindist use flag first, before i can install nodejs 0.11.13

Reproducible: Always
Comment 1 LiuCougar 2014-08-01 18:50:46 UTC
there may be ways to tell nodejs not to build EC_KEY support, then it could work with bindist openssl
Comment 2 Johan Bergström 2014-08-03 22:56:46 UTC
Thanks, I'll try to reproduce and verify today.
Comment 3 Johan Bergström 2014-08-03 22:58:20 UTC
I don't think there's a way to disable EC_KEY, it's part of the node crypto and nothing that can be disabled. An alternate route would be building with the bundled openssl, but in a sense, it wouldn't really accomplish what I guess you really want.
Comment 4 Johan Bergström 2014-08-12 00:15:33 UTC
After talking to some other gentoo dev's, I've come to the conclusion that we'll just force -bindist.
Comment 5 Johan Bergström 2015-02-15 21:38:52 UTC
Fixed in 0.12 with #540106. I know it ain't pretty to dup against newer bugs, but it has more info and ref's the fix.

*** This bug has been marked as a duplicate of bug 540106 ***