Advertisement
Guest User

Untitled

a guest
Sep 4th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 1.69 KB | None | 0 0
  1. (chroot) livecd /usr/src/linux # make && make modules_install                
  2.   CALL    scripts/checksyscalls.sh
  3.   DESCEND  objtool
  4. In file included from <stdin>:1:
  5. /usr/include/libelf/libelf.h:28:5: error: "__LIBELF_INTERNAL__" is not defined, evaluates to 0 [-Werror=undef]
  6.  #if __LIBELF_INTERNAL__
  7.      ^~~~~~~~~~~~~~~~~~~
  8. cc1: all warnings being treated as errors
  9.   CC       /usr/src/linux-4.19.66-gentoo/tools/objtool/arch/x86/decode.o
  10. In file included from arch/x86/../../elf.h:22,
  11.                  from arch/x86/decode.c:26:
  12. /usr/include/libelf/gelf.h:25:5: error: "__LIBELF_INTERNAL__" is not defined, evaluates to 0 [-Werror=undef]
  13.  #if __LIBELF_INTERNAL__
  14.      ^~~~~~~~~~~~~~~~~~~
  15. In file included from arch/x86/../../elf.h:22,
  16.                  from arch/x86/decode.c:26:
  17. /usr/include/libelf/gelf.h:31:5: error: "__LIBELF_NEED_LINK_H" is not defined, evaluates to 0 [-Werror=undef]
  18.  #if __LIBELF_NEED_LINK_H
  19.      ^~~~~~~~~~~~~~~~~~~~
  20. /usr/include/libelf/gelf.h:33:7: error: "__LIBELF_NEED_SYS_LINK_H" is not defined, evaluates to 0 [-Werror=undef]
  21.  #elif __LIBELF_NEED_SYS_LINK_H
  22.        ^~~~~~~~~~~~~~~~~~~~~~~~
  23. cc1: all warnings being treated as errors
  24. mv: cannot stat '/usr/src/linux-4.19.66-gentoo/tools/objtool/arch/x86/.decode.o.tmp': No such file or directory
  25. make[4]: *** [/usr/src/linux-4.19.66-gentoo/tools/build/Makefile.build:97: /usr/src/linux-4.19.66-gentoo/tools/objtool/arch/x86/decode.o] Error 1
  26. make[3]: *** [/usr/src/linux-4.19.66-gentoo/tools/build/Makefile.build:139: arch/x86] Error 2
  27. make[2]: *** [Makefile:50: /usr/src/linux-4.19.66-gentoo/tools/objtool/objtool-in.o] Error 2
  28. make[1]: *** [Makefile:63: objtool] Error 2
  29. make: *** [Makefile:1646: tools/objtool] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement