1. * Package: app-editors/moe-1.6
  2. * Repository: gentoo
  3. * Maintainer: zlogene@gentoo.org pinkbyte@gentoo.org
  4. * USE: abi_x86_64 amd64 elibc_glibc kernel_linux 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 moe-1.6.tar.lz to /tmp/portage/app-editors/moe-1.6/work
  15. >>> Source unpacked in /tmp/portage/app-editors/moe-1.6/work
  16. >>> Preparing source in /tmp/portage/app-editors/moe-1.6/work/moe-1.6 ...
  17. >>> Source prepared.
  18. >>> Configuring source in /tmp/portage/app-editors/moe-1.6/work/moe-1.6 ...
  19. ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64
  20. configure: WARNING: unrecognized option: '--build=x86_64-pc-linux-gnu'
  21. configure: WARNING: unrecognized option: '--host=x86_64-pc-linux-gnu'
  22. configure: WARNING: unrecognized option: '--datadir=/usr/share'
  23. configure: WARNING: unrecognized option: '--localstatedir=/var/lib'
  24. configure: WARNING: unrecognized option: '--libdir=/usr/lib64'
  25. creating config.status
  26. creating Makefile
  27. VPATH = .
  28. prefix = /usr
  29. exec_prefix = $(prefix)
  30. bindir = $(exec_prefix)/bin
  31. datarootdir = $(prefix)/share
  32. infodir = /usr/share/info
  33. mandir = /usr/share/man
  34. sysconfdir = /etc
  35. CXX = x86_64-pc-linux-gnu-g++
  36. CPPFLAGS =
  37. CXXFLAGS = -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches
  38. LDFLAGS = -Wl,-O1 -Wl,--as-needed
  39. OK. Now you can run make.
  40. >>> Source configured.
  41. >>> Compiling source in /tmp/portage/app-editors/moe-1.6/work/moe-1.6 ...
  42. make -j24
  43. x86_64-pc-linux-gnu-g++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o arg_parser.o arg_parser.cc
  44. x86_64-pc-linux-gnu-g++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o basic_buffer.o basic_buffer.cc
  45. x86_64-pc-linux-gnu-g++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o block.o block.cc
  46. x86_64-pc-linux-gnu-g++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o buffer.o buffer.cc
  47. x86_64-pc-linux-gnu-g++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o buffer_handle.o buffer_handle.cc
  48. x86_64-pc-linux-gnu-g++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o encoding.o encoding.cc
  49. x86_64-pc-linux-gnu-g++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o iso_8859.o iso_8859.cc
  50. x86_64-pc-linux-gnu-g++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o menu_file.o menu_file.cc
  51. x86_64-pc-linux-gnu-g++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o menu_help.o menu_help.cc
  52. x86_64-pc-linux-gnu-g++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o menu_opts.o menu_opts.cc
  53. x86_64-pc-linux-gnu-g++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o rc.o rc.cc
  54. x86_64-pc-linux-gnu-g++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o regex.o regex.cc
  55. x86_64-pc-linux-gnu-g++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o screen.o screen.cc
  56. x86_64-pc-linux-gnu-g++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o window.o window.cc
  57. x86_64-pc-linux-gnu-g++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o window_vector.o window_vector.cc
  58. x86_64-pc-linux-gnu-g++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DPROGVERSION=\"1.6\" -DSYSCONFDIR=\"/etc\" -c -o main.o main.cc
  59. x86_64-pc-linux-gnu-g++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -o moe arg_parser.o basic_buffer.o block.o buffer.o buffer_handle.o encoding.o iso_8859.o menu_file.o menu_help.o menu_opts.o rc.o regex.o screen.o window.o window_vector.o main.o -lncurses
  60. /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.1/../../../../x86_64-pc-linux-gnu/bin/ld: screen.o: undefined reference to symbol 'keypad'
  61. /lib64/libtinfo.so.5: error adding symbols: DSO missing from command line
  62. collect2: error: ld returned 1 exit status
  63. Makefile:46: recipe for target 'moe' failed
  64. make: *** [moe] Error 1
  65. * ERROR: app-editors/moe-1.6::gentoo failed (compile phase):
  66. * emake failed
  67. *
  68. * If you need support, post the output of `emerge --info '=app-editors/moe-1.6::gentoo'`,
  69. * the complete build log and the output of `emerge -pqv '=app-editors/moe-1.6::gentoo'`.
  70. * The complete build log is located at '/var/log/portage/app-editors:moe-1.6:20141031-094532.log'.
  71. * The ebuild environment file is located at '/tmp/portage/app-editors/moe-1.6/temp/environment'.
  72. * Working directory: '/tmp/portage/app-editors/moe-1.6/work/moe-1.6'
  73. * S: '/tmp/portage/app-editors/moe-1.6/work/moe-1.6'