Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2014
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 KB | None | 0 0
  1. + SBOX_REDIRECT_FORCE=/usr/bin/python
  2. + ln -sf /home/vakko/gecko-dev/obj-build-mer-qt-xr/config.status /home/vakko/gecko-dev/build/config.status
  3. + cp -rf embedding/embedlite/config/mozconfig.merqtxulrunner mozconfig
  4. + echo 'mk_add_options MOZ_MAKE_FLAGS='\''-j%jobs'\'''
  5. + echo 'export CFLAGS="$CFLAGS -fuse-ld=gold "'
  6. + echo 'export CXXFLAGS="$CXXFLAGS -fuse-ld=gold "'
  7. + echo 'export LD=ld.gold'
  8. + echo 'ac_add_options --disable-tests'
  9. + echo 'ac_add_options --enable-system-hunspell'
  10. + echo 'ac_add_options --disable-strip'
  11. + echo 'ac_add_options --disable-mochitest'
  12. + echo 'ac_add_options --disable-installer'
  13. + echo 'ac_add_options --disable-javaxpcom'
  14. + echo 'ac_add_options --disable-crashreporter'
  15. + echo 'ac_add_options --without-x'
  16. + echo 'ac_add_options --with-app-name=xulrunner-qt5'
  17. + export MOZCONFIG=/home/vakko/gecko-dev/mozconfig
  18. + MOZCONFIG=/home/vakko/gecko-dev/mozconfig
  19. + /usr/bin/make -f client.mk build STRIP=/bin/true
  20. > /home/vakko/gecko-dev/obj-build-mer-qt-xr/.mozconfig.mk
  21. /usr/bin/make -f /home/vakko/gecko-dev/client.mk realbuild
  22. Adding client.mk options from /home/vakko/gecko-dev/mozconfig:
  23. PROFILE_GEN_SCRIPT=$(TOPSRCDIR)/build/profile_pageloader.pl
  24. MOZ_MAKE_FLAGS=-j8
  25. MOZ_OBJDIR=$(TOPSRCDIR)/obj-build-mer-qt-xr
  26. MOZ_MAKE_FLAGS=-j%jobs
  27. FOUND_MOZCONFIG := /home/vakko/gecko-dev/mozconfig
  28. make[1]: Entering directory `/home/vakko/gecko-dev'
  29. /usr/bin/make -j%jobs -C /home/vakko/gecko-dev/obj-build-mer-qt-xr
  30. make: Entering an unknown directory
  31. make: the `-j' option requires a positive integral argument
  32. Usage: make [options] [target] ...
  33. Options:
  34. -b, -m Ignored for compatibility.
  35. -B, --always-make Unconditionally make all targets.
  36. -C DIRECTORY, --directory=DIRECTORY
  37. Change to DIRECTORY before doing anything.
  38. -d Print lots of debugging information.
  39. --debug[=FLAGS] Print various types of debugging information.
  40. -e, --environment-overrides
  41. Environment variables override makefiles.
  42. -f FILE, --file=FILE, --makefile=FILE
  43. Read FILE as a makefile.
  44. -h, --help Print this message and exit.
  45. -i, --ignore-errors Ignore errors from commands.
  46. -I DIRECTORY, --include-dir=DIRECTORY
  47. Search DIRECTORY for included makefiles.
  48. -j [N], --jobs[=N] Allow N jobs at once; infinite jobs with no arg.
  49. -k, --keep-going Keep going when some targets can't be made.
  50. -l [N], --load-average[=N], --max-load[=N]
  51. Don't start multiple jobs unless load is below N.
  52. -L, --check-symlink-times Use the latest mtime between symlinks and target.
  53. -n, --just-print, --dry-run, --recon
  54. Don't actually run any commands; just print them.
  55. -o FILE, --old-file=FILE, --assume-old=FILE
  56. Consider FILE to be very old and don't remake it.
  57. -p, --print-data-base Print make's internal database.
  58. -q, --question Run no commands; exit status says if up to date.
  59. -r, --no-builtin-rules Disable the built-in implicit rules.
  60. -R, --no-builtin-variables Disable the built-in variable settings.
  61. -s, --silent, --quiet Don't echo commands.
  62. -S, --no-keep-going, --stop
  63. Turns off -k.
  64. -t, --touch Touch targets instead of remaking them.
  65. -v, --version Print the version number of make and exit.
  66. -w, --print-directory Print the current directory.
  67. --no-print-directory Turn off -w, even if it was turned on implicitly.
  68. -W FILE, --what-if=FILE, --new-file=FILE, --assume-new=FILE
  69. Consider FILE to be infinitely new.
  70. --warn-undefined-variables Warn when an undefined variable is referenced.
  71.  
  72. This program built for i686-pc-linux-gnu
  73. Report bugs to <bug-make@gnu.org>
  74. make: Leaving an unknown directory
  75. make[1]: *** [realbuild] Error 2
  76. make[1]: Leaving directory `/home/vakko/gecko-dev'
  77. make: *** [build] Error 2
  78. error: Bad exit status from /var/tmp/rpm-tmp.mFVLZQ (%build)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement