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:
Not a bug. http-parser is now part of rhel.
Please see detailed explanation in BZ #1481470. *** This bug has been marked as a duplicate of bug 1481470 ***
Ok, I see this is a duplicate; however, it is a bug per BZ #1481470.