Guest User

Untitled

a guest
May 10th, 2016
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. bhavin@ubuntu:~/mozilla-central$ ./mach build
  2. 0:04.08 /usr/bin/make -f client.mk -s
  3. 0:06.62 Adding client.mk options from /home/bhavin/mozilla-central/mozconfig:
  4. 0:06.62 CONFIG_GUESS=arm-linux-androideabi
  5. 0:06.62 MOZ_OBJDIR=/home/bhavin/mozilla-central/objdir-frontend
  6. 0:06.62 OBJDIR=/home/bhavin/mozilla-central/objdir-frontend
  7. 0:06.62 FOUND_MOZCONFIG=/home/bhavin/mozilla-central/mozconfig
  8. 0:07.15 cd /home/bhavin/mozilla-central/objdir-frontend
  9. 0:07.15 /home/bhavin/mozilla-central/configure
  10. 0:07.64 Reexecuting in the virtualenv
  11. 0:09.25 Adding configure options from /home/bhavin/mozilla-central/mozconfig
  12. 0:09.25 --enable-application=mobile/android
  13. 0:09.25 --target=arm-linux-androideabi
  14. 0:09.25 --with-android-sdk=/home/bhavin/Android/Sdk/
  15. 0:09.25 --enable-artifact-builds
  16. 0:09.55 checking for a shell... /bin/sh
  17. 0:09.69 checking for host system type... x86_64-pc-linux-gnu
  18. 0:09.72 checking for target system type... arm-unknown-linux-androideabi
  19. 0:09.72 checking whether cross compiling... yes
  20. 0:09.74 checking for tar... /bin/tar
  21. 0:09.74 checking for unzip... /usr/bin/unzip
  22. 0:09.74 checking for zip... /usr/bin/zip
  23. 0:09.74 checking for awk... /usr/bin/gawk
  24. 0:09.74 checking for perl... /usr/bin/perl
  25. 0:09.74 checking for minimum required perl version >= 5.006... 5.022001
  26. 0:09.78 checking for full perl installation... yes
  27. 0:09.78 checking for doxygen... not found
  28. 0:09.78 checking for xargs... /usr/bin/xargs
  29. 0:09.78 checking for autoconf...
  30. 0:09.78 ERROR: Could not find autoconf 2.13
  31. 0:09.80 *** Fix above errors and then restart with\
  32. 0:09.80 "/usr/bin/make -f client.mk build"
  33. 0:09.80 /home/bhavin/mozilla-central/client.mk:370: recipe for target 'configure' failed
  34. 0:09.80 make[2]: *** [configure] Error 1
  35. 0:09.81 /home/bhavin/mozilla-central/client.mk:387: recipe for target '/home/bhavin/mozilla-central/objdir-frontend/Makefile' failed
  36. 0:09.81 make[1]: *** [/home/bhavin/mozilla-central/objdir-frontend/Makefile] Error 2
  37. 0:09.81 client.mk:168: recipe for target 'build' failed
  38. 0:09.81 make: *** [build] Error 2
  39. 0:09.83 0 compiler warnings present.
Add Comment
Please, Sign In to add comment