Advertisement
Guest User

Caclulate bastet

a guest
Aug 24th, 2017
841
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.70 KB | None | 0 0
  1. spcalculate splissken # emerge -avq games-puzzle/bastet
  2.  
  3. Local copy of remote index is up-to-date and will be used.
  4.  
  5. * IMPORTANT: 3 news items need reading for repository 'gentoo'.
  6. * Use eselect news read to view new items.
  7.  
  8.  
  9. * IMPORTANT: 4 config files in '/etc/portage' need updating.
  10. * See the CONFIGURATION FILES and CONFIGURATION FILES UPDATE TOOLS
  11. * sections of the emerge man page to learn how to update config files.
  12. [ebuild N ] games-puzzle/bastet-0.43
  13.  
  14. Would you like to merge these packages? [Yes/No] yes
  15. >>> Verifying ebuild manifests
  16. >>> Emerging (1 of 1) games-puzzle/bastet-0.43::gentoo
  17. >>> Failed to emerge games-puzzle/bastet-0.43, Log file:
  18. >>> '/var/calculate/tmp/portage/games-puzzle/bastet-0.43/temp/build.log'
  19. >>> Jobs: 0 of 1 complete, 1 failed Load avg: 2.11, 1.15, 0.58
  20. * Package: games-puzzle/bastet-0.43
  21. * Repository: gentoo
  22. * Maintainer: games@gentoo.org
  23. * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU
  24. * FEATURES: preserve-libs sandbox usersandbox
  25. * Applying bastet-0.43-gentoo.patch ...
  26. [ ok ]
  27. x86_64-pc-linux-gnu-g++ -MM Ui.cpp main.cpp Block.cpp Well.cpp BlockPosition.cpp Config.cpp BlockChooser.cpp BastetBlockChooser.cpp > depend
  28. x86_64-pc-linux-gnu-g++ -O2 -march=x86-64 -pipe -DNDEBUG -Wall -c -o Ui.o Ui.cpp
  29. x86_64-pc-linux-gnu-g++ -O2 -march=x86-64 -pipe -DNDEBUG -Wall -c -o main.o main.cpp
  30. x86_64-pc-linux-gnu-g++ -O2 -march=x86-64 -pipe -DNDEBUG -Wall -c -o Block.o Block.cpp
  31. x86_64-pc-linux-gnu-g++ -O2 -march=x86-64 -pipe -DNDEBUG -Wall -c -o Well.o Well.cpp
  32. x86_64-pc-linux-gnu-g++ -O2 -march=x86-64 -pipe -DNDEBUG -Wall -c -o BlockPosition.o BlockPosition.cpp
  33. x86_64-pc-linux-gnu-g++ -O2 -march=x86-64 -pipe -DNDEBUG -Wall -c -o Config.o Config.cpp
  34. x86_64-pc-linux-gnu-g++ -O2 -march=x86-64 -pipe -DNDEBUG -Wall -c -o BlockChooser.o BlockChooser.cpp
  35. x86_64-pc-linux-gnu-g++ -O2 -march=x86-64 -pipe -DNDEBUG -Wall -c -o BastetBlockChooser.o BastetBlockChooser.cpp
  36. Ui.cpp: In member function ‘int Bastet::BorderedWindow::GetMinX()’:
  37. Ui.cpp:82:9: warning: variable ‘y’ set but not used [-Wunused-but-set-variable]
  38. int y,x;
  39. ^
  40. Ui.cpp: In member function ‘int Bastet::BorderedWindow::GetMaxX()’:
  41. Ui.cpp:94:9: warning: variable ‘y’ set but not used [-Wunused-but-set-variable]
  42. int y,x;
  43. ^
  44. Ui.cpp: In function ‘Bastet::Dot Bastet::BoundingRect(const string&)’:
  45. Ui.cpp:174:24: warning: narrowing conversion of ‘(maxlen + 1ul)’ from ‘size_t {aka long unsigned int}’ to ‘int’ inside { } is ill-formed in C++11 [-Wnarrowing]
  46. return (Dot){maxlen+1,splits.size()};
  47. ^
  48. Ui.cpp:174:38: warning: narrowing conversion of ‘splits.std::vector<_Tp, _Alloc>::size<std::__cxx11::basic_string<char>, std::allocator<std::__cxx11::basic_string<char> > >()’ from ‘std::vector<std::__cxx11::basic_string<char> >::size_type {aka long unsigned int}’ to ‘int’ inside { } is ill-formed in C++11 [-Wnarrowing]
  49. return (Dot){maxlen+1,splits.size()};
  50. ^
  51. Ui.cpp: In member function ‘int Bastet::Ui::MenuDialog(const std::vector<std::__cxx11::basic_string<char> >&)’:
  52. Ui.cpp:236:17: warning: narrowing conversion of ‘(width + 5ul)’ from ‘size_t {aka long unsigned int}’ to ‘int’ inside { } is ill-formed in C++11 [-Wnarrowing]
  53. Dot d={width+5,choices.size()};
  54. ^
  55. Ui.cpp:236:32: warning: narrowing conversion of ‘(& choices)->std::vector<_Tp, _Alloc>::size<std::__cxx11::basic_string<char>, std::allocator<std::__cxx11::basic_string<char> > >()’ from ‘std::vector<std::__cxx11::basic_string<char> >::size_type {aka long unsigned int}’ to ‘int’ inside { } is ill-formed in C++11 [-Wnarrowing]
  56. Dot d={width+5,choices.size()};
  57. ^
  58. x86_64-pc-linux-gnu-g++ -O2 -march=x86-64 -pipe -DNDEBUG -Wall -o bastet Ui.o main.o Block.o Well.o BlockPosition.o Config.o BlockChooser.o BastetBlockChooser.o -Wl,--as-needed -lncurses -lboost_program_options
  59. /usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/../../../../x86_64-pc-linux-gnu/bin/ld: Ui.o: undefined reference to symbol 'cbreak'
  60. /lib64/libtinfo.so.6: error adding symbols: DSO missing from command line
  61. collect2: error: ld returned 1 exit status
  62. make: *** [Makefile:17: bastet] Error 1
  63. * ERROR: games-puzzle/bastet-0.43::gentoo failed (compile phase):
  64. * emake failed
  65. *
  66. * If you need support, post the output of `emerge --info '=games-puzzle/bastet-0.43::gentoo'`,
  67. * the complete build log and the output of `emerge -pqv '=games-puzzle/bastet-0.43::gentoo'`.
  68. * The complete build log is located at '/var/calculate/tmp/portage/games-puzzle/bastet-0.43/temp/build.log'.
  69. * The ebuild environment file is located at '/var/calculate/tmp/portage/games-puzzle/bastet-0.43/temp/environment'.
  70. * Working directory: '/var/calculate/tmp/portage/games-puzzle/bastet-0.43/work/bastet-0.43'
  71. * S: '/var/calculate/tmp/portage/games-puzzle/bastet-0.43/work/bastet-0.43'
  72.  
  73. * Messages for package games-puzzle/bastet-0.43:
  74.  
  75. * ERROR: games-puzzle/bastet-0.43::gentoo failed (compile phase):
  76. * emake failed
  77. *
  78. * If you need support, post the output of `emerge --info '=games-puzzle/bastet-0.43::gentoo'`,
  79. * the complete build log and the output of `emerge -pqv '=games-puzzle/bastet-0.43::gentoo'`.
  80. * The complete build log is located at '/var/calculate/tmp/portage/games-puzzle/bastet-0.43/temp/build.log'.
  81. * The ebuild environment file is located at '/var/calculate/tmp/portage/games-puzzle/bastet-0.43/temp/environment'.
  82. * Working directory: '/var/calculate/tmp/portage/games-puzzle/bastet-0.43/work/bastet-0.43'
  83. * S: '/var/calculate/tmp/portage/games-puzzle/bastet-0.43/work/bastet-0.43'
  84. spcalculate splissken #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement