Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 4.37 KB | None | 0 0
  1. lulu@lulus:~/Downloads/otp$ make
  2. test X"$ERTS_SKIP_DEPEND" = X"true" || (cd erts/emulator && ERL_TOP=/home/lulu/Downloads/otp make generate depend)
  3. make[1]: Entering directory `/data/Downloads/otp/erts/emulator'
  4. make -f x86_64-unknown-linux-gnu/Makefile generate
  5. make[2]: Entering directory `/data/Downloads/otp/erts/emulator'
  6. LANG=C /usr/bin/perl utils/beam_makeops \
  7.         -wordsize 64 \
  8.         -outdir x86_64-unknown-linux-gnu/opt/plain \
  9.         -emulator /home/lulu/Downloads/otp/lib/compiler/src/genop.tab beam/ops.tab hipe/hipe_ops.tab
  10. LANG=C /usr/bin/perl utils/make_tables -src x86_64-unknown-linux-gnu -include x86_64-unknown-linux-gnu\
  11.         beam/atom.names beam/bif.tab hipe/hipe_bif0.tab hipe/hipe_bif1.tab hipe/hipe_bif2.tab hipe/hipe_amd64.tab hipe/hipe_bif64.tab
  12. LANG=C /usr/bin/perl utils/make_version -o x86_64-unknown-linux-gnu/erl_version.h R14B04 5.8.5 x86_64-unknown-linux-gnu
  13. LANG=C /usr/bin/perl utils/make_driver_tab -o x86_64-unknown-linux-gnu/opt/plain/driver_tab.c obj/x86_64-unknown-linux-gnu/opt/plain/efile_drv.o obj/x86_64-unknown-linux-gnu/opt/plain/inet_drv.o obj/x86_64-unknown-linux-gnu/opt/plain/zlib_drv.o obj/x86_64-unknown-linux-gnu/opt/plain/ram_file_drv.o obj/x86_64-unknown-linux-gnu/opt/plain/ttsl_drv.o
  14. LANG=C /usr/bin/perl utils/make_alloc_types -src beam/erl_alloc.types -dst x86_64-unknown-linux-gnu/opt/plain/erl_alloc_types.h threads hipe nofrag unix
  15. LANG=C /usr/bin/perl utils/make_preload -old /home/lulu/Downloads/otp/erts/preloaded/ebin/otp_ring0.beam /home/lulu/Downloads/otp/erts/preloaded/ebin/init.beam /home/lulu/Downloads/otp/erts/preloaded/ebin/prim_inet.beam /home/lulu/Downloads/otp/erts/preloaded/ebin/prim_file.beam /home/lulu/Downloads/otp/erts/preloaded/ebin/zlib.beam /home/lulu/Downloads/otp/erts/preloaded/ebin/prim_zip.beam /home/lulu/Downloads/otp/erts/preloaded/ebin/erl_prim_loader.beam /home/lulu/Downloads/otp/erts/preloaded/ebin/erlang.beam > x86_64-unknown-linux-gnu/preload.c
  16. m4   -DTARGET=x86_64-unknown-linux-gnu -DOPSYS=linux -DARCH=amd64 hipe/hipe_x86_asm.m4 > x86_64-unknown-linux-gnu/opt/plain/hipe_x86_asm.h
  17. m4   -DTARGET=x86_64-unknown-linux-gnu -DOPSYS=linux -DARCH=amd64 hipe/hipe_amd64_asm.m4 > x86_64-unknown-linux-gnu/opt/plain/hipe_amd64_asm.h
  18. m4   -DTARGET=x86_64-unknown-linux-gnu -DOPSYS=linux -DARCH=amd64 hipe/hipe_sparc_asm.m4 > x86_64-unknown-linux-gnu/opt/plain/hipe_sparc_asm.h
  19. m4   -DTARGET=x86_64-unknown-linux-gnu -DOPSYS=linux -DARCH=amd64 hipe/hipe_ppc_asm.m4 > x86_64-unknown-linux-gnu/opt/plain/hipe_ppc_asm.h
  20. m4   -DTARGET=x86_64-unknown-linux-gnu -DOPSYS=linux -DARCH=amd64 hipe/hipe_arm_asm.m4 > x86_64-unknown-linux-gnu/opt/plain/hipe_arm_asm.h
  21. gcc  -g -O3 -I/home/lulu/Downloads/otp/erts/x86_64-unknown-linux-gnu   -fno-tree-copyrename  -D_GNU_SOURCE  -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS  -Ix86_64-unknown-linux-gnu/opt/plain -Ibeam -Isys/unix -Isys/common -Ix86_64-unknown-linux-gnu -Izlib  -Ipcre -Ihipe -I../include -I../include/x86_64-unknown-linux-gnu -I../include/internal -I../include/internal/x86_64-unknown-linux-gnu -c hipe/hipe_mkliterals.c -o obj/x86_64-unknown-linux-gnu/opt/plain/hipe_mkliterals.o
  22. In file included from ../include/internal/ethread.h:649:0,
  23.                  from beam/erl_threads.h:34,
  24.                  from beam/erl_smp.h:27,
  25.                  from beam/sys.h:338,
  26.                  from hipe/hipe_mkliterals.c:30:
  27. ../include/internal/ethr_mutex.h: In function 'ethr_mutex_trylock':
  28. ../include/internal/ethr_mutex.h:581:28: error: 'EBUSY' undeclared (first use in this function)
  29. ../include/internal/ethr_mutex.h:581:28: note: each undeclared identifier is reported only once for each function it appears in
  30. In file included from beam/erl_smp.h:27:0,
  31.                  from beam/sys.h:338,
  32.                  from hipe/hipe_mkliterals.c:30:
  33. beam/erl_threads.h: In function 'erts_cnd_wait':
  34. beam/erl_threads.h:705:28: error: 'EINTR' undeclared (first use in this function)
  35. beam/erl_threads.h: In function 'erts_thr_sigwait':
  36. beam/erl_threads.h:1879:21: error: 'EINTR' undeclared (first use in this function)
  37. make[2]: *** [obj/x86_64-unknown-linux-gnu/opt/plain/hipe_mkliterals.o] Error 1
  38. make[2]: Leaving directory `/data/Downloads/otp/erts/emulator'
  39. make[1]: *** [generate] Error 2
  40. make[1]: Leaving directory `/data/Downloads/otp/erts/emulator'
  41. make: *** [depend] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement