#15622 closed defect (wontfix)
1.7.3 Build not working on Mac OSX with Node
Reported by: | jbduzan | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | BuildSystem | Version: | 1.7.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Dojo build fail on mac osx with node.js on 1.7.3 Work with java.
error : path are duplicated
output :
sh dojo/src/util/buildscripts/build.sh load=build -p standard -r error(344) File does not exist. filename: /Users/jbduzan/Sites/api_checker/1.0/Users/jbduzan/Sites/api_checker/1.0/dojo/src/util/buildscripts/profiles/standard.profile.js errors on command line; terminating application.
Change History (4)
comment:1 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 follow-up: 3 Changed 9 years ago by
Hi,
still don't work, cwd is util/buildscripts, didn't work.
The output :
buildscripts jbduzan$ ./build.sh -p base --check error(344) File does not exist. filename: /Users/jbduzan/Sites/api_checker/1.0/dojo/src/util/buildscripts/Users/jbduzan/Sites/api_checker/1.0/dojo/src/util/buildscripts/profiles/base.profile.js errors on command line; terminating application.
comment:3 Changed 9 years ago by
Replying to jbduzan:
Hi,
still don't work, cwd is util/buildscripts, didn't work.
The output :
buildscripts jbduzan$ ./build.sh -p base --check error(344) File does not exist. filename: /Users/jbduzan/Sites/api_checker/1.0/dojo/src/util/buildscripts/Users/jbduzan/Sites/api_checker/1.0/dojo/src/util/buildscripts/profiles/base.profile.js errors on command line; terminating application.
I'm almost positive this is not a builder bug. There is something odd about your environment. What version of node are you using? Did you get a clean compile (version 0.8.x is having problems in some environments). Try executing the node repl and typing process.cwd()
and reporting the results. What shell are you using (try executing
ps -p $$
and reporting the results)? Can you please execute
pwd
and show me the results? Is DOH working?
comment:4 Changed 9 years ago by
I'm using node 0.8.1
buildscripts jbduzan$ node > process.cwd() '/Users/jbduzan/Sites/api_checker/1.0/dojo/src/util/buildscripts'
buildscripts jbduzan$ ps -p $$ PID TTY TIME CMD 564 ttys000 0:00.20 -bash
buildscripts jbduzan$ pwd /Users/jbduzan/Sites/api_checker/1.0/dojo/src/util/buildscripts
I don't know what DOH is.
fwiw, the load=build switch isn't doing anything; you don't need that with the build.sh script. But I don't think this is the problem.
I'm unable to dup this error. If you want more help, please ensure the cwd is util/buildscripts (should not be necessary, but let's start eliminating variables). If this still doesn't work, then please run
and upload the output to the ticket.