Advertisement
Guest User

Untitled

a guest
Jul 1st, 2013
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. + make V=1 ASCIIDOC8=1 all prefix=/usr perfexecdir=/usr/libexec/kernel-adaptation-pov_protab2_xxl
  2. Makefile:449: newt not found, disables TUI support. Please install newt-devel or libnewt-dev
  3. Makefile:500: The path 'python' is not executable.
  4. Makefile:504: No python interpreter was found
  5. Makefile:504: Python support won't be built
  6. PERF_VERSION = 3.0.76
  7. Makefile:449: newt not found, disables TUI support. Please install newt-devel or libnewt-dev
  8. Makefile:500: The path 'python' is not executable.
  9. Makefile:504: No python interpreter was found
  10. Makefile:504: Python support won't be built
  11. . util/generate-cmdlist.sh > common-cmds.h+ && mv common-cmds.h+ common-cmds.h
  12. * new build flags or prefix
  13. gcc -DPERF_VERSION='"3.0.76"' \
  14. '-DPERF_HTML_PATH="share/doc/perf-doc"' \
  15. -fno-omit-frame-pointer -ggdb3 -Wall -Wextra -std=gnu99 -Werror -O6 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Wformat-y2k -Wshadow -Winit-self -Wpacked -Wredundant-decls -Wstrict-aliasing=3 -Wswitch-default -Wswitch-enum -Wno-system-headers -Wundef -Wwrite-strings -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wstrict-prototypes -Wdeclaration-after-statement -fstack-protector-all -Wstack-protector -Wvolatile-register-var -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Iutil/include -Iarch/arm/include -DLIBELF_NO_MMAP -DDWARF_SUPPORT -DNO_NEWT_SUPPORT -DNO_LIBPERL -DNO_LIBPYTHON -DHAVE_CPLUS_DEMANGLE -DNO_STRLCPY -c perf.c -o perf.o
  16. In file included from util/include/../../../../include/linux/swab.h:5:0,
  17. from util/include/asm/byteorder.h:2,
  18. from util/../../../include/linux/perf_event.h:19,
  19. from util/../perf.h:93,
  20. from util/cache.h:7,
  21. from perf.c:12:
  22. util/include/linux/compiler.h:8:0: error: "__attribute_const__" redefined [-Werror]
  23. //usr/include/sys/cdefs.h:241:0: note: this is the location of the previous definition
  24. cc1: all warnings being treated as errors
  25. make: *** [perf.o] Error 1
  26. error: Bad exit status from /var/tmp/rpm-tmp.s8gjCr (%build)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement