Bug 948371 - npm crashes with SIGABRT
Summary: npm crashes with SIGABRT
Status: RESOLVED DUPLICATE of bug 947747
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Development (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Major (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords: blocking
Depends on:
Blocks:
 
Reported: 2015-10-01 08:48 UTC by Andrei Dziahel
Modified: 2015-10-01 09:51 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Dziahel 2015-10-01 08:48:07 UTC
Repro: 

1. install nodejs from TW (4.0.0) with zypper in nodejs
2. run npm, the nodejs package manager shipped with nodejs. let's get npm version with `npm --version`

Expected output: something like "v2.13.4"

What output I get instead: 

> openssl fips failed: error:2D06C06E:FIPS routines:FIPS_module_mode_set:fingerprint does not match
> [1]    22880 abort (core dumped)  npm

that looks like can be worked around by installing libopenssl1_0_0-hmac package, but if that's required on purpose then nodejs package should require it.
Comment 1 Stephan Kulow 2015-10-01 09:51:31 UTC
.

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