Bug 1478718 - http_parser not deleted during the srpm build
Summary: http_parser not deleted during the srpm build
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Software Collections
Classification: Red Hat
Component: nodejs
Version: rh-nodejs6
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
: 3.1
Assignee: Zuzana Svetlikova
QA Contact: BaseOS QE - Apps
URL:
Whiteboard:
Depends On:
Blocks: 1478899
TreeView+ depends on / blocked
 
Reported: 2017-08-06 14:39 UTC by Cedric Buissart
Modified: 2017-11-20 11:40 UTC (History)
0 users

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1478899 (view as bug list)
Environment:
Last Closed: 2017-11-20 11:40:44 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Cedric Buissart 2017-08-06 14:39:35 UTC
Description of problem:
As shipped in RHSCL, the nodejs building process is supposed to pre-emptively delete unused dependencies from the deps/ directory.

However, there is a tiny typo for the http-parser dependency in the srpm spec file :

---8<----
142 rm -rf deps/npm \
143        deps/uv \
144        deps/http-parser \
145        deps/zlib
--->8----

The directory name is http_parser (underscore, not hyphen) :
$ ls node-v4.6.2/deps/
cares  gtest  http_parser  v8

Resulting in the deps/http_parser/ directory not being deleted as expected.

.... It does not change anything to the end result, but might be worth reporting ☺


Note You need to log in before you can comment on or make changes to this bug.