Advertisement
Guest User

Untitled

a guest
Jul 9th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. | #define OMPI_MPIEXT_COMPONENTS ""
  2. | #define OMPI_ENABLE_CONTRIB_vt 1
  3. | #define OMPI_ENABLE_CONTRIB_libompitrace 1
  4. | #define OMPI_MPI_CONTRIBS "libompitrace, vt"
  5. | #define OPAL_C_HAVE_VISIBILITY 1
  6. | #define HAVE_DLFCN_H 1
  7. | #define LT_OBJDIR ".libs/"
  8. | #define WRAPPER_EXTRA_CFLAGS "-pthread "
  9. | #define WRAPPER_EXTRA_CFLAGS_PREFIX ""
  10. | #define WRAPPER_EXTRA_CXXFLAGS "-pthread "
  11. | #define WRAPPER_EXTRA_CXXFLAGS_PREFIX ""
  12. | #define WRAPPER_EXTRA_FCFLAGS " "
  13. | #define WRAPPER_EXTRA_FCFLAGS_PREFIX ""
  14. | #define WRAPPER_EXTRA_LDFLAGS " "
  15. | #define WRAPPER_EXTRA_LIBS "-lm -lpciaccess -ldl -lutil "
  16. | #define WRAPPER_RPATH_SUPPORT "unnecessary"
  17. | #define OPAL_STDC_HEADERS 1
  18. | #define OPAL_HAVE_SYS_TIME_H 1
  19. | #define OPAL_HAVE_LONG_LONG 1
  20. |
  21. | configure: exit 0
  22. | ERROR: oe_runconf failed
  23. | WARNING: /home/vrodri3/poky/build/tmp/work/corei7-64-poky-linux/openmpi/1.8.6-r0/temp/run.do_configure.16627:1 exit 1 from
  24. | exit 1
  25. | ERROR: Function failed: do_configure (log file is located at /home/vrodri3/poky/build/tmp/work/corei7-64-poky-linux/openmpi/1.8.6-r0/temp/log.do_configure.16627)
  26. ERROR: Task 5 (/home/vrodri3/meta-openembedded/meta-oe/recipes-devtools/openmpi/openmpi_1.8.6.bb, do_configure) failed with exit code '1'
  27. NOTE: Tasks Summary: Attempted 407 tasks of which 406 didn't need to be rerun and 1 failed.
  28. No currently running tasks (382 of 415)
  29.  
  30. Summary: 1 task failed:
  31. /home/vrodri3/meta-openembedded/meta-oe/recipes-devtools/openmpi/openmpi_1.8.6.bb, do_configure
  32. Summary: There was 1 WARNING message shown.
  33. Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement