Skip to content

Instantly share code, notes, and snippets.

@rnewman
Created June 5, 2015 15:32
Show Gist options
  • Save rnewman/5e9f57fae1af05734ec8 to your computer and use it in GitHub Desktop.
Save rnewman/5e9f57fae1af05734ec8 to your computer and use it in GitHub Desktop.
$ ./mach gradle-install (06-04 18:06)
0:00.79 /Users/rnewman/moz/hg/fx-team/objdir-droid/_virtualenv/bin/python /Users/rnewman/moz/hg/fx-team/python/mozbuild/mozbuild/action/process_install_manifest.py --no-remove --no-remove-all-directory-symlinks --no-remove-empty-directories /Users/rnewman/moz/hg/fx-team/objdir-droid/mobile/android/gradle /Users/rnewman/moz/hg/fx-team/objdir-droid/mobile/android/gradle.manifest
Traceback (most recent call last):
File "/Users/rnewman/moz/hg/fx-team/python/mozbuild/mozbuild/action/process_install_manifest.py", line 60, in <module>
main(sys.argv[1:])
File "/Users/rnewman/moz/hg/fx-team/python/mozbuild/mozbuild/action/process_install_manifest.py", line 51, in main
remove_empty_directories=not args.no_remove_empty_directories)
File "/Users/rnewman/moz/hg/fx-team/python/mozbuild/mozbuild/action/process_install_manifest.py", line 30, in process_manifest
remove_empty_directories=remove_empty_directories)
File "/Users/rnewman/moz/hg/fx-team/python/mozbuild/mozpack/copier.py", line 321, in copy
if f.copy(destfile, skip_if_older):
File "/Users/rnewman/moz/hg/fx-team/python/mozbuild/mozpack/files.py", line 292, in copy
raise ErrorMessage('Symlink target path does not exist: %s' % self.path)
mozpack.errors.ErrorMessage: Symlink target path does not exist: /Users/rnewman/moz/hg/fx-team/objdir-droid/dist/fennec/assets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment