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

Bug 518760

Summary: net-libs/nodejs-0.11.13 should (R)DEPEND on dev-libs/openssl[-bindist]
Product: Gentoo Linux Reporter: LiuCougar <liucougar>
Component: [OLD] LibraryAssignee: Johan Bergström <bugs>
Status: RESOLVED DUPLICATE    
Severity: normal CC: alex_y_xu, liucougar, patrick, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***