Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. ERROR: pseudo-native-1.8.1-r0 do_compile: oe_runmake failed
  2. ERROR: pseudo-native-1.8.1-r0 do_compile: Function failed: do_compile (log file is located at /home/aurele/workspace/yocto/morty/build-gip2/tmp-glibc/work/x86_64-linux/pseudo-native/1.8.1-r0/temp/log.do_compile.2689)
  3. ERROR: Logfile of failure stored in: /home/aurele/workspace/yocto/morty/build-gip2/tmp-glibc/work/x86_64-linux/pseudo-native/1.8.1-r0/temp/log.do_compile.2689
  4. Log data follows:
  5. | DEBUG: Executing shell function do_compile
  6. | NOTE: Building/installing only 64-bit libpseudo.so for pseudo-native.
  7. | NOTE: If you need to run 32-bit executables, ensure that NO32LIBS is set to 0.
  8. | NOTE: make -j 8
  9. | ERROR: oe_runmake failed
  10. | SQLite header for version 3014001 found in /home/aurele/workspace/yocto/morty/build-gip2/tmp-glibc/sysroots/x86_64-linux/usr.
  11. | getfattr runs, enabling extended attribute support
  12. | Enabling in-memory database by default.
  13. | gcc -fno-strict-aliasing -isystem/home/aurele/workspace/yocto/morty/build-gip2/tmp-glibc/sysroots/x86_64-linux/usr/include -O2 -pipe -pipe -std=gnu99 -Wall -W -Wextra -fPIC -D_LARGEFILE64_SOURCE -D_ATFILE_SOURCE -isystem/home/aurele/workspace/yocto/morty/build-gip2/tmp-glibc/sysroots/x86_64-linux/usr/include -O2 -pipe -DPSEUDO_PREFIX='"/home/aurele/workspace/yocto/morty/build-gip2/tmp-glibc/sysroots/x86_64-linux/usr"' -DPSEUDO_SUFFIX='""' -DPSEUDO_BINDIR='"bin"' -DPSEUDO_LIBDIR='"lib/pseudo/lib64"' -DPSEUDO_LOCALSTATEDIR='"var/pseudo"' -DPSEUDO_VERSION='"1.8.1"' -DUSE_MEMORY_DB -DPSEUDO_FORCE_ASYNC -DPSEUDO_PASSWD_FALLBACK='NULL' -DPSEUDO_XATTR_SUPPORT -O2 -g -L/home/aurele/workspace/yocto/morty/build-gip2/tmp-glibc/sysroots/x86_64-linux/usr/lib -I/home/aurele/workspace/yocto/morty/build-gip2/tmp-glibc/sysroots/x86_64-linux/usr/include -D_GNU_SOURCE -c -o pseudo_wrappers.o pseudo_wrappers.c
  14. | In file included from port_wrappers.c:7:0,
  15. | from pseudo_wrappers.c:303:
  16. | ports/linux/oldclone/pseudo_wrappers.c: In function ‘wrap_clone’:
  17. | ports/linux/oldclone/pseudo_wrappers.c:2:18: warning: unused parameter ‘fn’ [-Wunused-parameter]
  18. | wrap_clone(int (*fn)(void *), void *child_stack, int flags, void *arg) {
  19. | ^
  20. | ports/linux/oldclone/pseudo_wrappers.c:2:37: warning: unused parameter ‘child_stack’ [-Wunused-parameter]
  21. | wrap_clone(int (*fn)(void *), void *child_stack, int flags, void *arg) {
  22. | ^
  23. | ports/linux/oldclone/pseudo_wrappers.c:2:54: warning: unused parameter ‘flags’ [-Wunused-parameter]
  24. | wrap_clone(int (*fn)(void *), void *child_stack, int flags, void *arg) {
  25. | ^
  26. | ports/linux/oldclone/pseudo_wrappers.c:2:67: warning: unused parameter ‘arg’ [-Wunused-parameter]
  27. | wrap_clone(int (*fn)(void *), void *child_stack, int flags, void *arg) {
  28. | ^
  29. | ports/linux/oldclone/pseudo_wrappers.c: At top level:
  30. | ports/linux/oldclone/pseudo_wrappers.c:36:1: error: conflicting types for ‘clone’
  31. | clone(int (*fn)(void *), void *child_stack, int flags, void *arg) {
  32. | ^
  33. | In file included from /usr/include/sched.h:43:0,
  34. | from /usr/include/pthread.h:23,
  35. | from pseudo_wrappers.c:27:
  36. | /usr/include/x86_64-linux-gnu/bits/sched.h:81:12: note: previous declaration of ‘clone’ was here
  37. | extern int clone (int (*__fn) (void *__arg), void *__child_stack,
  38. | ^
  39. | Makefile:163: recipe for target 'pseudo_wrappers.o' failed
  40. | make: *** [pseudo_wrappers.o] Error 1
  41. | ERROR: Function failed: do_compile (log file is located at /home/aurele/workspace/yocto/morty/build-gip2/tmp-glibc/work/x86_64-linux/pseudo-native/1.8.1-r0/temp/log.do_compile.2689)
  42. ERROR: Task (virtual:native:/home/aurele/workspace/yocto/morty/sources/poky/meta/recipes-devtools/pseudo/pseudo_1.8.1.bb:do_compile) failed with exit code '1'
  43. NOTE: Tasks Summary: Attempted 1212 tasks of which 1211 didn't need to be rerun and 1 failed.
  44. NOTE: Writing buildhistory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement