Guest User

Untitled

a guest
May 21st, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. gcc -o sysunix.o -c -I../dist/system_wrappers_js -include ../../config/gcc_hidden.h -DANSI_ARROWS -DHAVE_TCGETATTR -DHIDE -DUSE_DIRENT -DSYS_UNIX -DHAVE_STDLIB -DUNIQUE_HISTORY -DOSTYPE=\"Linux3.1\" -DOSARCH=Linux -I../../editline -I. -I../dist/include -I../dist/include/nsprpub -fPIC -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -W -pedantic -Wno-long-long -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -Os -freorder-blocks -fomit-frame-pointer -include ../js-confdefs.h -DMOZILLA_CLIENT -MD -MF .deps/sysunix.pp ../../editline/sysunix.c
  2. rm -f libeditline.a
  3. ar cr libeditline.a editline.o sysunix.o
  4. ranlib libeditline.a
  5. make[2]: Leaving directory `/tmp/yaourt-tmp-lachfome/aur-0ad/src/0ad-r10803-alpha/libraries/spidermonkey/js-1.8.5/js/src/build-release/editline'
  6. make[2]: Entering directory `/tmp/yaourt-tmp-lachfome/aur-0ad/src/0ad-r10803-alpha/libraries/spidermonkey/js-1.8.5/js/src/build-release/shell'
  7. js.cpp
  8. c++ -o js.o -c -I../dist/system_wrappers_js -include ../../config/gcc_hidden.h -DEXPORT_JS_API -DOSTYPE=\"Linux3.1\" -DOSARCH=Linux -I../.. -I.. -I../../shell -I. -I../dist/include -I../dist/include/nsprpub -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -Os -freorder-blocks -fomit-frame-pointer -DMOZILLA_CLIENT -include ../js-confdefs.h -MD -MF .deps/js.pp ../../shell/js.cpp
  9. jsworkers.cpp
  10. c++ -o jsworkers.o -c -I../dist/system_wrappers_js -include ../../config/gcc_hidden.h -DEXPORT_JS_API -DOSTYPE=\"Linux3.1\" -DOSARCH=Linux -I../.. -I.. -I../../shell -I. -I../dist/include -I../dist/include/nsprpub -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -Os -freorder-blocks -fomit-frame-pointer -DMOZILLA_CLIENT -include ../js-confdefs.h -MD -MF .deps/jsworkers.pp ../../shell/jsworkers.cpp
  11. ../../shell/js.cpp: In function ‘void my_ErrorReporter(JSContext*, const char*, JSErrorReport*)’:
  12. ../../shell/js.cpp:5220:53: warning: ignoring return value of ‘size_t fwrite(const void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
  13. c++ -o js -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -Os -freorder-blocks -fomit-frame-pointer js.o jsworkers.o -lpthread -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -Wl,-rpath-link,/bin -Wl,-rpath-link,/usr/local/lib -L../dist/bin -L../dist/lib ../editline/libeditline.a ../libjs_static.a -ldl
  14. collect2: ld returned 1 exit status
  15. make[2]: *** [js] Error 1
  16. make[2]: Leaving directory `/tmp/yaourt-tmp-lachfome/aur-0ad/src/0ad-r10803-alpha/libraries/spidermonkey/js-1.8.5/js/src/build-release/shell'
  17. make[1]: *** [libs] Error 2
  18. make[1]: Leaving directory `/tmp/yaourt-tmp-lachfome/aur-0ad/src/0ad-r10803-alpha/libraries/spidermonkey/js-1.8.5/js/src/build-release'
  19. make: *** [default] Error 2
  20. ERROR: SpiderMonkey build failed
  21. ==> ERROR: A failure occurred in build().
  22. Aborting...
  23. ==> ERROR: Makepkg was unable to build 0ad.
  24. ==> Restart building 0ad ? [y/N]
Add Comment
Please, Sign In to add comment