[
https://issues.apache.org/jira/browse/TEZ-3886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16325896#comment-16325896
]
Eric Wohlstadter commented on TEZ-3886:
---------------------------------------
[~abmodi]
I'm also having troubles building tez-ui, which I never had before. My error is
slightly different but similar to your's. I have the problem on CentOS.
Since I didn't need to install tez-ui, I am skipping it for the moment:
{code:java}
mvn -pl '!tez-ui' clean package -DskipTests=true -Dmaven.javadoc.skip=t{code}
Otherwise, I get:
{code:java}
ENOENT: no such file or directory, stat
'/tez/tez-ui/src/main/webapp/tmp/concat_with_maps-input_base_path-SX47lPX5.tmp/0/bower_components/jquery-ui/ui/tooltip.js'
Error: ENOENT: no such file or directory, stat
'/tez/tez-ui/src/main/webapp/tmp/concat_with_maps-input_base_path-SX47lPX5.tmp/0/bower_components/jquery-ui/ui/tooltip.js'
at Error (native)
at Object.fs.statSync (fs.js:892:18)
at ConcatWithMaps.keyForFile
(/tez/tez-ui/src/main/webapp/node_modules/broccoli-caching-writer/index.js:87:20)
at Array.map (native)
at ConcatWithMaps.CachingWriter._conditionalBuild
(/tez/tez-ui/src/main/webapp/node_modules/broccoli-caching-writer/index.js:109:65)
at
/tez/tez-ui/src/main/webapp/node_modules/broccoli-caching-writer/node_modules/broccoli-plugin/read_compat.js:61:34
at lib$rsvp$$internal$$tryCatch
(/tez/tez-ui/src/main/webapp/node_modules/rsvp/dist/rsvp.js:493:16)
at lib$rsvp$$internal$$invokeCallback
(/tez/tez-ui/src/main/webapp/node_modules/rsvp/dist/rsvp.js:505:17)
at lib$rsvp$$internal$$publish
(/tez/tez-ui/src/main/webapp/node_modules/rsvp/dist/rsvp.js:476:11)
at lib$rsvp$asap$$flush
(/tez/tez-ui/src/main/webapp/node_modules/rsvp/dist/rsvp.js:1198:9)
error Command failed with exit code 1.{code}
Perhaps our problems are related. I'll look into it this week to see if there
is a general problem. Let me know if you discover anything else.
> Tez build fails on windows machine.
> -----------------------------------
>
> Key: TEZ-3886
> URL: https://issues.apache.org/jira/browse/TEZ-3886
> Project: Apache Tez
> Issue Type: Bug
> Environment: Operating System: Windows 10 (x64)
> Reporter: Abhishek Modi
> Priority: Major
>
> There is a build failure in tez-ui package.
> {code}
> ENOENT: no such file or directory, symlink
> 'D:\oss\tez\tez-ui\src\main\webapp\tmp\funnel-input_base_path-fYygKLht.tmp\larskotthoff\chernoff\named-amd\main.js'
> ->
> 'D:\oss\tez\tez-ui\src\main\webapp\tmp\funnel-output_path-Apj11vLl.tmp\d3-plugins-dist\larskotthoff\chernoff\named-amd\main.js'
> Error: ENOENT: no such file or directory, symlink
> 'D:\oss\tez\tez-ui\src\main\webapp\tmp\funnel-input_base_path-fYygKLht.tmp\larskotthoff\chernoff\named-amd\main.js'
> ->
> 'D:\oss\tez\tez-ui\src\main\webapp\tmp\funnel-output_path-Apj11vLl.tmp\d3-plugins-dist\larskotthoff\chernoff\named-amd\main.js'
> at Error (native)
> at Object.fs.symlinkSync (fs.js:945:18)
> at symlinkWindows
> (D:\oss\tez\tez-ui\src\main\webapp\node_modules\symlink-or-copy\index.js:120:16)
> at Function.symlinkOrCopySync [as sync]
> (D:\oss\tez\tez-ui\src\main\webapp\node_modules\symlink-or-copy\index.js:63:5)
> at Funnel._copy
> (D:\oss\tez\tez-ui\src\main\webapp\node_modules\broccoli-funnel\index.js:398:19)
> at Funnel.processFile
> (D:\oss\tez\tez-ui\src\main\webapp\node_modules\broccoli-funnel\index.js:381:8)
> at Funnel.applyPatch [as _applyPatch]
> (D:\oss\tez\tez-ui\src\main\webapp\node_modules\broccoli-funnel\index.js:298:12)
> at Funnel.<anonymous>
> (D:\oss\tez\tez-ui\src\main\webapp\node_modules\broccoli-funnel\index.js:250:10)
> at Array.forEach (native)
> at Funnel.processFilters
> (D:\oss\tez\tez-ui\src\main\webapp\node_modules\broccoli-funnel\index.js:249:9)
> {code}
> This seems to be related to
> https://github.com/broccolijs/broccoli-funnel/issues/60.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)