Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1. c++ -DHAVE_CONFIG_H -I. -I. -I./../include -I./../elfcpp -DLOCALEDIR="\"/usr/local/share/locale\"" -DBINDIR="\"/usr/local/bin\"" -DTOOLBINDIR="\"/usr/local/x86_64-portbld-freebsd10.1/bin\"" -DTOOLLIBDIR="\"/usr/local/x86_64-portbld-freebsd10.1/lib\"" -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=merge.o -O2 -pipe -I/usr/local/include -fstack-protector -fno-strict-aliasing -MT merge.o -MD -MP -MF .deps/merge.Tpo -c -o merge.o merge.cc
  2. mv -f .deps/merge.Tpo .deps/merge.Po
  3. c++ -DHAVE_CONFIG_H -I. -I. -I./../include -I./../elfcpp -DLOCALEDIR="\"/usr/local/share/locale\"" -DBINDIR="\"/usr/local/bin\"" -DTOOLBINDIR="\"/usr/local/x86_64-portbld-freebsd10.1/bin\"" -DTOOLLIBDIR="\"/usr/local/x86_64-portbld-freebsd10.1/lib\"" -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=nacl.o -O2 -pipe -I/usr/local/include -fstack-protector -fno-strict-aliasing -MT nacl.o -MD -MP -MF .deps/nacl.Tpo -c -o nacl.o nacl.cc
  4. mv -f .deps/nacl.Tpo .deps/nacl.Po
  5. c++ -DHAVE_CONFIG_H -I. -I. -I./../include -I./../elfcpp -DLOCALEDIR="\"/usr/local/share/locale\"" -DBINDIR="\"/usr/local/bin\"" -DTOOLBINDIR="\"/usr/local/x86_64-portbld-freebsd10.1/bin\"" -DTOOLLIBDIR="\"/usr/local/x86_64-portbld-freebsd10.1/lib\"" -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=object.o -O2 -pipe -I/usr/local/include -fstack-protector -fno-strict-aliasing -MT object.o -MD -MP -MF .deps/object.Tpo -c -o object.o object.cc
  6. mv -f .deps/layout.Tpo .deps/layout.Po
  7. c++ -DHAVE_CONFIG_H -I. -I. -I./../include -I./../elfcpp -DLOCALEDIR="\"/usr/local/share/locale\"" -DBINDIR="\"/usr/local/bin\"" -DTOOLBINDIR="\"/usr/local/x86_64-portbld-freebsd10.1/bin\"" -DTOOLLIBDIR="\"/usr/local/x86_64-portbld-freebsd10.1/lib\"" -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=options.o -O2 -pipe -I/usr/local/include -fstack-protector -fno-strict-aliasing -MT options.o -MD -MP -MF .deps/options.Tpo -c -o options.o options.cc
  8. mv -f .deps/incremental.Tpo .deps/incremental.Po
  9. c++ -DHAVE_CONFIG_H -I. -I. -I./../include -I./../elfcpp -DLOCALEDIR="\"/usr/local/share/locale\"" -DBINDIR="\"/usr/local/bin\"" -DTOOLBINDIR="\"/usr/local/x86_64-portbld-freebsd10.1/bin\"" -DTOOLLIBDIR="\"/usr/local/x86_64-portbld-freebsd10.1/lib\"" -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=output.o -O2 -pipe -I/usr/local/include -fstack-protector -fno-strict-aliasing -MT output.o -MD -MP -MF .deps/output.Tpo -c -o output.o output.cc
  10. c++: error: unable to execute command: Killed
  11. c++: error: clang frontend command failed due to signal (use -v to see invocation)
  12. FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
  13. Target: x86_64-unknown-freebsd10.1
  14. Thread model: posix
  15. c++: note: diagnostic msg: PLEASE submit a bug report to https://bugs.freebsd.org/submit/ and include the crash backtrace, preprocessed source, and associated run script.
  16. c++: note: diagnostic msg:
  17. ********************
  18.  
  19. PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
  20. Preprocessed source(s) and associated run script(s) are located at:
  21. c++: note: diagnostic msg: /tmp/object-03523e.cpp
  22. c++: note: diagnostic msg: /tmp/object-03523e.sh
  23. c++: note: diagnostic msg:
  24.  
  25. ********************
  26. Makefile:842: recipe for target 'object.o' failed
  27. gmake[6]: *** [object.o] Error 254
  28. gmake[6]: *** Waiting for unfinished jobs....
  29. mv -f .deps/options.Tpo .deps/options.Po
  30. mv -f .deps/output.Tpo .deps/output.Po
  31. gmake[6]: Leaving directory '/usr/ports/devel/binutils/work/binutils-2.25/gold'
  32. Makefile:865: recipe for target 'all-recursive' failed
  33. gmake[5]: *** [all-recursive] Error 1
  34. gmake[5]: Leaving directory '/usr/ports/devel/binutils/work/binutils-2.25/gold'
  35. Makefile:616: recipe for target 'all' failed
  36. gmake[4]: *** [all] Error 2
  37. gmake[4]: Leaving directory '/usr/ports/devel/binutils/work/binutils-2.25/gold'
  38. Makefile:6071: recipe for target 'all-gold' failed
  39. gmake[3]: *** [all-gold] Error 2
  40. gmake[3]: Leaving directory '/usr/ports/devel/binutils/work/binutils-2.25'
  41. Makefile:831: recipe for target 'all' failed
  42. gmake[2]: *** [all] Error 2
  43. gmake[2]: Leaving directory '/usr/ports/devel/binutils/work/binutils-2.25'
  44. ===> Compilation failed unexpectedly.
  45. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
  46. the maintainer.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement