Bug 1481507

Summary: http-parser removed despite being a dependency of nodejs
Product: [Fedora] Fedora EPEL Reporter: Alexander Rosenberg <arosen66>
Component: http-parserAssignee: Igor Gnatenko <ignatenko>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: epel7CC: ignatenko, mcepl, mcepl, mrunge, piotr1212, sgallagh, tchollingsworth, tis
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-08-15 11:57:35 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 Alexander Rosenberg 2017-08-15 03:10:40 UTC
Description of problem:
A dependency of nodejs, http-parser, was just removed from EPEL.  nodejs requires http-parser and cannot be installed without it.

[root@localhost ~]# rpm -q --whatrequires http-parser
nodejs-6.11.1-1.el7.x86_64


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
$ yumdownloader --urls http-parser
 * epel: dl.fedoraproject.org
http://dl.fedoraproject.org/pub/epel/7/x86_64/h/http-parser-2.7.1-3.el7.x86_64.rpm
$ wget http://dl.fedoraproject.org/pub/epel/7/x86_64/h/http-parser-2.7.1-3.el7.x86_64.rpm
--2017-08-14 22:56:17--  http://dl.fedoraproject.org/pub/epel/7/x86_64/h/http-parser-2.7.1-3.el7.x86_64.rpm
Resolving dl.fedoraproject.org (dl.fedoraproject.org)... 209.132.181.24, 209.132.181.23, 209.132.181.25
Connecting to dl.fedoraproject.org (dl.fedoraproject.org)|209.132.181.24|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2017-08-14 22:56:17 ERROR 404: Not Found.

Actual results:
HTTP 404 Not Found

Expected results:
HTTP 200 OK expected for http-parser-2.7.1-3.el7.x86_64.rpm

Additional info:

Comment 1 Tuomo Soini 2017-08-15 08:00:34 UTC
Not a bug. http-parser is now part of rhel.

Comment 2 Stephen Gallagher 2017-08-15 11:57:35 UTC
Please see detailed explanation in BZ #1481470.

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

Comment 3 Alexander Rosenberg 2017-08-15 14:45:54 UTC
Ok, I see this is a duplicate; however, it is a bug per BZ #1481470.