Advertisement
Guest User

Untitled

a guest
Dec 4th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. In file included from src/mongo/base/data_cursor_test.cpp:20:0:
  2. src/mongo/unittest/unittest.h:26:25: fatal error: gtest/gtest.h: No such file or directory
  3. #include <gtest/gtest.h>
  4. ^
  5. compilation terminated.
  6. scons: *** [build/build --cc=x86_64-pc-linux-gnu-gcc --cxx=x86_64-pc-linux-gnu-g++ --disable-warnings-as-errors --sharedclient --ssl/mongo/base/data_cursor_test.o] Error 1
  7. src/mongo/unittest/unit_test_main.cpp:16:25: fatal error: gtest/gtest.h: No such file or directory
  8. #include "gtest/gtest.h"
  9. ^
  10. compilation terminated.
  11. scons: *** [build/build --cc=x86_64-pc-linux-gnu-gcc --cxx=x86_64-pc-linux-gnu-g++ --disable-warnings-as-errors --sharedclient --ssl/mongo/unittest/unit_test_main.o] Error 1
  12. scons: building terminated because of errors.
  13. * ERROR: dev-libs/mongo-cxx-driver-1.1.2::gentoo failed (compile phase):
  14. * escons failed.
  15. *
  16. * Call stack:
  17. * ebuild.sh, line 115: Called src_compile
  18. * environment, line 2168: Called escons '--variant-dir=build --cc=x86_64-pc-linux-gnu-gcc --cxx=x86_64-pc-linux-gnu-g++ --disable-warnings-as-errors --sharedclient --ssl' 'all'
  19. * environment, line 989: Called die
  20. * The specific snippet of code:
  21. * die -n "escons failed."
  22. *
  23. * If you need support, post the output of `emerge --info '=dev-libs/mongo-cxx-driver-1.1.2::gentoo'`,
  24. * the complete build log and the output of `emerge -pqv '=dev-libs/mongo-cxx-driver-1.1.2::gentoo'`.
  25. * The complete build log is located at '/var/tmp/portage/dev-libs/mongo-cxx-driver-1.1.2/temp/build.log'.
  26. * The ebuild environment file is located at '/var/tmp/portage/dev-libs/mongo-cxx-driver-1.1.2/temp/environment'.
  27. * Working directory: '/var/tmp/portage/dev-libs/mongo-cxx-driver-1.1.2/work/mongo-cxx-driver-legacy-1.1.2'
  28. * S: '/var/tmp/portage/dev-libs/mongo-cxx-driver-1.1.2/work/mongo-cxx-driver-legacy-1.1.2'
  29.  
  30. >>> Failed to emerge dev-libs/mongo-cxx-driver-1.1.2, Log file:
  31.  
  32. >>> '/var/tmp/portage/dev-libs/mongo-cxx-driver-1.1.2/temp/build.log'
  33.  
  34. * Messages for package dev-libs/mongo-cxx-driver-1.1.2:
  35.  
  36. * ERROR: dev-libs/mongo-cxx-driver-1.1.2::gentoo failed (compile phase):
  37. * escons failed.
  38. *
  39. * Call stack:
  40. * ebuild.sh, line 115: Called src_compile
  41. * environment, line 2168: Called escons '--variant-dir=build --cc=x86_64-pc-linux-gnu-gcc --cxx=x86_64-pc-linux-gnu-g++ --disable-warnings-as-errors --sharedclient --ssl' 'all'
  42. * environment, line 989: Called die
  43. * The specific snippet of code:
  44. * die -n "escons failed."
  45. *
  46. * If you need support, post the output of `emerge --info '=dev-libs/mongo-cxx-driver-1.1.2::gentoo'`,
  47. * the complete build log and the output of `emerge -pqv '=dev-libs/mongo-cxx-driver-1.1.2::gentoo'`.
  48. * The complete build log is located at '/var/tmp/portage/dev-libs/mongo-cxx-driver-1.1.2/temp/build.log'.
  49. * The ebuild environment file is located at '/var/tmp/portage/dev-libs/mongo-cxx-driver-1.1.2/temp/environment'.
  50. * Working directory: '/var/tmp/portage/dev-libs/mongo-cxx-driver-1.1.2/work/mongo-cxx-driver-legacy-1.1.2'
  51. * S: '/var/tmp/portage/dev-libs/mongo-cxx-driver-1.1.2/work/mongo-cxx-driver-legacy-1.1.2'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement