Github user ottobackwards commented on the issue:
https://github.com/apache/metron/pull/768
I cannot get this to vagrant up:
----> MANY OF THESE ----->
metron-config.noarch: E: script-without-shebang
/usr/metron/0.4.1/web/expressjs/node_modules/repeat-string/package.json
This text file has executable bits set or is located in a path dedicated for
executables, but lacks a shebang and cannot thus be executed. If the file
is
meant to be an executable script, add the shebang, otherwise remove the
executable bits or move the file elsewhere.
metron-config.noarch: E: script-without-shebang
/usr/metron/0.4.1/web/expressjs/node_modules/lodash/fp/pullAll.js
This text file has executable bits set or is located in a path dedicated for
executables, but lacks a shebang and cannot thus be executed. If the file
is
meant to be an executable script, add the shebang, otherwise remove the
executable bits or move the file elsewhere.
metron-config.noarch: E: script-without-shebang
/usr/metron/0.4.1/web/expressjs/node_modules/lodash/_LazyWrapper.js
This text file has executable bits set or is located in a path dedicated for
executables, but lacks a shebang and cannot thus be executed. If the file
is
meant to be an executable script, add the shebang, otherwise remove the
executable bits or move the file elsewhere.
------
snip
------
(none): E: error while reading SRPMS/metron: 'SRPMS/metron'
14 packages and 1 specfiles checked; 1822 errors, 90 warnings.
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:copy-resources (copy-rpms-target) @
metron-rpm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 14 resources
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] metron-deployment .................................. SUCCESS [
0.672 s]
[INFO] metron-rpm ......................................... SUCCESS [07:45
min]
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 07:45 min
[INFO] Finished at: 2017-09-29T18:10:52-04:00
[INFO] Final Memory: 15M/220M
[INFO]
------------------------------------------------------------------------
ottofowler@Winterfell [18:10:52] [~/tmp/metron-pr-768/metron-deployment]
[pr-768]
---