Bug 1487941

Summary: nodejs has broken dependencies on CentOS
Product: [Fedora] Fedora EPEL Reporter: Miro Hrončok <mhroncok>
Component: nodejsAssignee: NodeJS Packaging SIG <nodejs-sig>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: epel7CC: alessandro.polidori, jamielinux, mrunge, nodejs-sig, piotr1212, sgallagh, smooge, tchollingsworth, zsvetlik
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-09-03 19:24:10 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Miro Hrončok 2017-09-03 14:17:38 UTC
Description of problem:
nodejs package has broken dependencies on CentOS 7

Version-Release number of selected component (if applicable):
nodejs-1:6.11.1-1.el7.x86_64

How reproducible:
Easy in mock.



Steps to Reproduce:
1. $ mock -r epel-7-x86_64 --install nodejs



Actual results:
Error: 
 Problem: conflicting requests
  - nothing provides libhttp_parser.so.2()(64bit) needed by nodejs-1:6.11.1-1.el7.x86_64
ERROR: Command failed: 
 # /usr/bin/dnf --installroot /var/lib/mock/epel-7-x86_64/root/ --releasever 7 --disableplugin=local --setopt=deltarpm=False install nodejs



Expected results:
...
Installed:
  nodejs.x86_64 1:6.11.1-1.el7                                                                                                                                                                                                  

Complete!
INFO: 
Finish: run


Additional info:
There is some info about this in https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-1788cd6310 but I found no open bug for this.

This blocks epel7 builds depending on nodejs in rpmfusion Koji.

Comment 1 Stephen John Smoogen 2017-09-03 16:11:03 UTC
EPEL is built against RHEL and the problems in CentOS are due to the fact that the updates for 7.4 are still in testing. Please enable the CR repository and see if that fixes the problem.

Comment 2 Piotr Popieluch 2017-09-03 19:24:10 UTC

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