Guest User

error installing dist-tools

a guest
Feb 14th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.50 KB | None | 0 0
  1. On running command:
  2. make -j4 dist-tools
  3.  
  4.  
  5. Error snap from here:
  6. make -C x86_instruction_emulator install
  7. make[6]: Entering directory '/home/ayush/Downloads/tklengyel-drakvuf-4328381/xen/tools/fuzz/x86_instruction_emulator'
  8. [ -L x86-emulate.h ] || ln -sf /home/ayush/Downloads/tklengyel-drakvuf-4328381/xen/tools/fuzz/x86_instruction_emulator/../../../tools/tests/x86_emulator/x86-emulate.h
  9. [ -L x86_emulate ] || ln -sf /home/ayush/Downloads/tklengyel-drakvuf-4328381/xen/tools/fuzz/x86_instruction_emulator/../../../xen/arch/x86/x86_emulate
  10. [ -L asm ] || ln -sf /home/ayush/Downloads/tklengyel-drakvuf-4328381/xen/tools/fuzz/x86_instruction_emulator/../../../xen/include/asm-x86 asm
  11. [ -L x86-emulate.c ] || ln -sf /home/ayush/Downloads/tklengyel-drakvuf-4328381/xen/tools/fuzz/x86_instruction_emulator/../../../tools/tests/x86_emulator/x86-emulate.c
  12. gcc  -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .afl-harness.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/home/ayush/Downloads/tklengyel-drakvuf-4328381/xen/tools/fuzz/x86_instruction_emulator/../../../tools/include -D__XEN_TOOLS__ -I.  -c -o afl-harness.o afl-harness.c
  13. [ -L wrappers.c ] || ln -sf /home/ayush/Downloads/tklengyel-drakvuf-4328381/xen/tools/fuzz/x86_instruction_emulator/../../../tools/tests/x86_emulator/wrappers.c
  14. gcc  -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .fuzz-emul.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/home/ayush/Downloads/tklengyel-drakvuf-4328381/xen/tools/fuzz/x86_instruction_emulator/../../../tools/include -D__XEN_TOOLS__ -I.  -c -o fuzz-emul.o fuzz-emul.c
  15. gcc  -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .x86-emulate.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/home/ayush/Downloads/tklengyel-drakvuf-4328381/xen/tools/fuzz/x86_instruction_emulator/../../../tools/include -D__XEN_TOOLS__ -I.  -c -o x86-emulate.o x86-emulate.c
  16. gcc  -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .wrappers.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/home/ayush/Downloads/tklengyel-drakvuf-4328381/xen/tools/fuzz/x86_instruction_emulator/../../../tools/include -D__XEN_TOOLS__ -I.  -c -o wrappers.o wrappers.c
  17. In file included from /usr/include/features.h:424,
  18.                  from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
  19.                  from /usr/include/stdio.h:27,
  20.                  from wrappers.c:2:
  21. wrappers.c: In function ‘emul_memcpy’:
  22. /usr/include/x86_64-linux-gnu/bits/string_fortified.h:31:1: error: inlining failed in call to always_inline ‘memcpy’: target specific option mismatch
  23.  __NTH (memcpy (void *__restrict __dest, const void *__restrict __src,
  24.  ^~~~~
  25. wrappers.c:30:5: note: called from here
  26.      memcpy(dst, src, sz);
  27.      ^~~~~~~~~~~~~~~~~~~~
  28. make[6]: *** [/home/ayush/Downloads/tklengyel-drakvuf-4328381/xen/tools/fuzz/x86_instruction_emulator/../../../tools/Rules.mk:225: wrappers.o] Error 1
  29. make[6]: *** Waiting for unfinished jobs....
  30. In file included from /usr/include/features.h:424,
  31.                  from /usr/include/assert.h:35,
  32.                  from fuzz-emul.c:1:
  33. fuzz-emul.c: In function ‘input_read’:
  34. /usr/include/x86_64-linux-gnu/bits/string_fortified.h:31:1: error: inlining failed in call to always_inline ‘memcpy’: target specific option mismatch
  35.  __NTH (memcpy (void *__restrict __dest, const void *__restrict __src,
  36.  ^~~~~
  37. fuzz-emul.c:67:5: note: called from here
  38.      memcpy(dst, &s->corpus->data[s->data_index], size);
  39.      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  40. In file included from /usr/include/features.h:424,
  41.                  from /usr/include/assert.h:35,
  42.                  from fuzz-emul.c:1:
  43. /usr/include/x86_64-linux-gnu/bits/string_fortified.h:31:1: error: inlining failed in call to always_inline ‘memcpy’: target specific option mismatch
  44.  __NTH (memcpy (void *__restrict __dest, const void *__restrict __src,
  45.  ^~~~~
  46. fuzz-emul.c:67:5: note: called from here
  47.      memcpy(dst, &s->corpus->data[s->data_index], size);
  48.      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  49. make[6]: *** [/home/ayush/Downloads/tklengyel-drakvuf-4328381/xen/tools/fuzz/x86_instruction_emulator/../../../tools/Rules.mk:225: fuzz-emul.o] Error 1
  50. In file included from /usr/include/features.h:424,
  51.                  from /usr/include/assert.h:35,
  52.                  from x86-emulate.h:1,
  53.                  from x86-emulate.c:1:
  54. x86_emulate/x86_emulate.c: In function ‘protmode_load_seg’:
  55. /usr/include/x86_64-linux-gnu/bits/string_fortified.h:59:1: error: inlining failed in call to always_inline ‘memset’: target specific option mismatch
  56.  __NTH (memset (void *__dest, int __ch, size_t __len))
  57.  ^~~~~
  58. In file included from x86-emulate.c:226:
  59. x86_emulate/x86_emulate.c:1831:13: note: called from here
  60.              memset(sreg, 0, sizeof(*sreg));
  61.              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  62. In file included from /usr/include/features.h:424,
  63.                  from /usr/include/assert.h:35,
  64.                  from x86-emulate.h:1,
  65.                  from x86-emulate.c:1:
  66. /usr/include/x86_64-linux-gnu/bits/string_fortified.h:59:1: error: inlining failed in call to always_inline ‘memset’: target specific option mismatch
  67.  __NTH (memset (void *__dest, int __ch, size_t __len))
  68.  ^~~~~
  69. In file included from x86-emulate.c:226:
  70. x86_emulate/x86_emulate.c:1831:13: note: called from here
  71.              memset(sreg, 0, sizeof(*sreg));
  72.              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  73. make[6]: *** [/home/ayush/Downloads/tklengyel-drakvuf-4328381/xen/tools/fuzz/x86_instruction_emulator/../../../tools/Rules.mk:225: x86-emulate.o] Error 1
  74. make[6]: Leaving directory '/home/ayush/Downloads/tklengyel-drakvuf-4328381/xen/tools/fuzz/x86_instruction_emulator'
  75. make[5]: *** [/home/ayush/Downloads/tklengyel-drakvuf-4328381/xen/tools/fuzz/../../tools/Rules.mk:249: subdir-install-x86_instruction_emulator] Error 2
  76. make[5]: Leaving directory '/home/ayush/Downloads/tklengyel-drakvuf-4328381/xen/tools/fuzz'
  77. make[4]: *** [/home/ayush/Downloads/tklengyel-drakvuf-4328381/xen/tools/fuzz/../../tools/Rules.mk:244: subdirs-install] Error 2
  78. make[4]: Leaving directory '/home/ayush/Downloads/tklengyel-drakvuf-4328381/xen/tools/fuzz'
  79. make[3]: *** [/home/ayush/Downloads/tklengyel-drakvuf-4328381/xen/tools/../tools/Rules.mk:249: subdir-install-fuzz] Error 2
  80. make[3]: Leaving directory '/home/ayush/Downloads/tklengyel-drakvuf-4328381/xen/tools'
  81. make[2]: *** [/home/ayush/Downloads/tklengyel-drakvuf-4328381/xen/tools/../tools/Rules.mk:244: subdirs-install] Error 2
  82. make[2]: Leaving directory '/home/ayush/Downloads/tklengyel-drakvuf-4328381/xen/tools'
  83. make[1]: *** [Makefile:74: install] Error 2
  84. make[1]: Leaving directory '/home/ayush/Downloads/tklengyel-drakvuf-4328381/xen/tools'
  85. make: *** [Makefile:127: install-tools] Error 2
  86. ayush@Dos98:~/Downloads/tklengyel-drakvuf-4328381/xen$
Add Comment
Please, Sign In to add comment