Closed
Bug 1278964
Opened 9 years ago
Closed 9 years ago
Artifact build fails with error "No such file or directory: u'/fx-team/objdir-frontend/dist/bin/plugin-container'
Categories
(Toolkit Graveyard :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: nchevobbe, Unassigned)
Details
My setup:
* Repository: fx-team
* MacOS X
* --enable-artifact-builds
* rev : 301073:daadc8567a11
Full error :
2:43.67 Traceback (most recent call last):
2:43.67 File "/Users/nicolaschevobbe/Projects/fx-team/config/nsinstall.py", line 181, in <module>
2:43.67 sys.exit(_nsinstall_internal(argv[1:]))
2:43.67 File "/Users/nicolaschevobbe/Projects/fx-team/config/nsinstall.py", line 146, in _nsinstall_internal
2:43.67 copy_all_entries(args, target)
2:43.67 File "/Users/nicolaschevobbe/Projects/fx-team/config/nsinstall.py", line 106, in copy_all_entries
2:43.67 handleTarget(e, dest)
2:43.67 File "/Users/nicolaschevobbe/Projects/fx-team/config/nsinstall.py", line 136, in handleTarget
2:43.67 shutil.copy(srcpath, targetpath)
2:43.67 File "/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 119, in copy
2:43.68 copyfile(src, dst)
2:43.68 File "/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 82, in copyfile
2:43.68 with open(src, 'rb') as fsrc:
2:43.68 IOError: [Errno 2] No such file or directory: u'/Users/nicolaschevobbe/Projects/fx-team/objdir-frontend/dist/bin/plugin-container'
Reporter | ||
Comment 1•9 years ago
|
||
Closing this since i'm not having the error anymore
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•