1. * Package: games-puzzle/ngstar-2.1.8-r2
  2. * Repository: gentoo
  3. * Maintainer: games@gentoo.org
  4. * USE: abi_x86_64 amd64 elibc_glibc kernel_linux test userland_GNU
  5. * FEATURES: sandbox test userpriv usersandbox
  6. Installed LAPACK for library directory lib64
  7. [1] reference *
  8. Installed BLAS for library directory lib64
  9. [1] reference *
  10. Installed CBLAS for library directory lib64
  11. [1] gsl
  12. [2] reference *
  13. >>> Unpacking source...
  14. >>> Unpacking ngstar-2.1.8-src.tar.bz2 to /tmp/portage/games-puzzle/ngstar-2.1.8-r2/work
  15. >>> Source unpacked in /tmp/portage/games-puzzle/ngstar-2.1.8-r2/work
  16. >>> Preparing source in /tmp/portage/games-puzzle/ngstar-2.1.8-r2/work/ngstar-2.1.8 ...
  17. * Applying ngstar-2.1.8-gentoo-path.patch ...
  18. [ ok ]
  19. * Applying ngstar-2.1.8-gcc43.patch ...
  20. [ ok ]
  21. * Applying ngstar-2.1.8-gcc47.patch ...
  22. [ ok ]
  23. * Applying ngstar-2.1.8-ldflags.patch ...
  24. [ ok ]
  25. >>> Source prepared.
  26. >>> Configuring source in /tmp/portage/games-puzzle/ngstar-2.1.8-r2/work/ngstar-2.1.8 ...
  27. ngstar configuration :
  28. prefix :
  29. -n build editor :
  30. ./configure: 113: [: #BUILD_EDITOR is not set: unexpected operator
  31. no
  32. -n build fltk2 gui :
  33. ./configure: 119: [: #USE_FLTK2 is not set: unexpected operator
  34. no
  35. -n build ncurses gui :
  36. ./configure: 125: [: USE_NCURSES = 1: unexpected operator
  37. no
  38. -n install dev tools :
  39. ./configure: 131: [: #INSTALL_DEV is not set: unexpected operator
  40. no
  41. -n compile static binaries :
  42. ./configure: 137: [: #STATIC is not set: unexpected operator
  43. no
  44. -n compile with debug symbols:
  45. ./configure: 143: [: no: unexpected operator
  46. no
  47. -n compile with profiling :
  48. ./configure: 149: [: no: unexpected operator
  49. no
  50. >>> Source configured.
  51. >>> Compiling source in /tmp/portage/games-puzzle/ngstar-2.1.8-r2/work/ngstar-2.1.8 ...
  52. make -j24
  53. for dir in libngstar2 src; do \
  54. echo "=== making $dir ===";\
  55. make -C $dir all; \
  56. done
  57. === making libngstar2 ===
  58. make[1]: Entering directory '/tmp/portage/games-puzzle/ngstar-2.1.8-r2/work/ngstar-2.1.8/libngstar2'
  59. make ../libngstar2.a
  60. make[2]: Entering directory '/tmp/portage/games-puzzle/ngstar-2.1.8-r2/work/ngstar-2.1.8/libngstar2'
  61. echo Compiling NGStar2.cc...
  62. echo Compiling Configuration.cc...
  63. echo Compiling tools.cc...
  64. echo Compiling Scores.cc...
  65. Compiling NGStar2.cc...
  66. Compiling Configuration.cc...
  67. g++ -Wall --pedantic-errors -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D '_USE_NCURSES_ = 1' -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D 'APPLICATION_VERSION="ngstar 2.1.8"' -D 'LEVELSETS_PATH="/usr/share/games/ngstar/levelsets"' -c NGStar2.cc
  68. Compiling tools.cc...
  69. g++ -Wall --pedantic-errors -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D '_USE_NCURSES_ = 1' -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D 'APPLICATION_VERSION="ngstar 2.1.8"' -D 'LEVELSETS_PATH="/usr/share/games/ngstar/levelsets"' -c Configuration.cc
  70. Compiling Scores.cc...
  71. g++ -Wall --pedantic-errors -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D '_USE_NCURSES_ = 1' -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D 'APPLICATION_VERSION="ngstar 2.1.8"' -D 'LEVELSETS_PATH="/usr/share/games/ngstar/levelsets"' -c tools.cc
  72. g++ -Wall --pedantic-errors -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D '_USE_NCURSES_ = 1' -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D 'APPLICATION_VERSION="ngstar 2.1.8"' -D 'LEVELSETS_PATH="/usr/share/games/ngstar/levelsets"' -c Scores.cc
  73. Configuration.cc: In member function 'int ngstar2::Configuration::parse_args(int, char**)':
  74. Configuration.cc:154:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  75. char* optstring = "l:t:w:bchv";
  76. ^
  77. Configuration.cc:181:7: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  78. "\t-w<n> --wrap=<n> :\n\t\t wrap to level n\n";
  79. ^
  80. ar rcs ../libngstar2.a NGStar2.o Configuration.o tools.o Scores.o
  81. make[2]: Leaving directory '/tmp/portage/games-puzzle/ngstar-2.1.8-r2/work/ngstar-2.1.8/libngstar2'
  82. make[1]: Leaving directory '/tmp/portage/games-puzzle/ngstar-2.1.8-r2/work/ngstar-2.1.8/libngstar2'
  83. === making src ===
  84. make[1]: Entering directory '/tmp/portage/games-puzzle/ngstar-2.1.8-r2/work/ngstar-2.1.8/src'
  85. make ../ngstar
  86. make[2]: Entering directory '/tmp/portage/games-puzzle/ngstar-2.1.8-r2/work/ngstar-2.1.8/src'
  87. echo Compiling Ncurses_UI.cc...
  88. Compiling Ncurses_UI.cc...
  89. g++ -Wall --pedantic-errors -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D '_USE_NCURSES_ = 1' -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D 'APPLICATION_VERSION="ngstar 2.1.8"' -D 'LEVELSETS_PATH="/usr/share/games/ngstar/levelsets"' -c Ncurses_UI.cc
  90. echo "Compiling ../ngstar"
  91. Compiling ../ngstar
  92. g++ -Wall --pedantic-errors -Wl,-O1 -Wl,--as-needed main.cc Ncurses_UI.o -o ../ngstar -L../ -lngstar2 -lncurses -lgpm `fltk-config --use-images --cxxflags` -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D '_USE_NCURSES_ = 1' -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -D 'APPLICATION_VERSION="ngstar 2.1.8"' -D 'LEVELSETS_PATH="/usr/share/games/ngstar/levelsets"'
  93. main.cc: In function 'int main(int, char**)':
  94. main.cc:51:11: warning: variable 'bin_name' set but not used [-Wunused-but-set-variable]
  95. string *bin_name;
  96. ^
  97. /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: Ncurses_UI.o: undefined reference to symbol 'cbreak'
  98. /lib64/libtinfo.so.5: error adding symbols: DSO missing from command line
  99. collect2: error: ld returned 1 exit status
  100. Makefile:58: recipe for target '../ngstar' failed
  101. make[2]: *** [../ngstar] Error 1
  102. make[2]: Leaving directory '/tmp/portage/games-puzzle/ngstar-2.1.8-r2/work/ngstar-2.1.8/src'
  103. Makefile:52: recipe for target 'all' failed
  104. make[1]: *** [all] Error 2
  105. make[1]: Leaving directory '/tmp/portage/games-puzzle/ngstar-2.1.8-r2/work/ngstar-2.1.8/src'
  106. Makefile:44: recipe for target 'all' failed
  107. make: *** [all] Error 2
  108. emake failed
  109. * ERROR: games-puzzle/ngstar-2.1.8-r2::gentoo failed (compile phase):
  110. * died running emake, base_src_make
  111. *
  112. * Call stack:
  113. * ebuild.sh, line 93: Called src_compile
  114. * environment, line 2767: Called games_src_compile
  115. * environment, line 1614: Called base_src_make
  116. * environment, line 546: Called die
  117. * The specific snippet of code:
  118. * emake "$@" || die "died running emake, $FUNCNAME";
  119. *
  120. * If you need support, post the output of `emerge --info '=games-puzzle/ngstar-2.1.8-r2::gentoo'`,
  121. * the complete build log and the output of `emerge -pqv '=games-puzzle/ngstar-2.1.8-r2::gentoo'`.
  122. sed: couldn't open temporary file /etc/portage/package.mask/sed9CIUkk: Permission denied