1. * Package: app-admin/procinfo-ng-2.0.304
  2. * Repository: gentoo
  3. * Maintainer: jlec@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 procinfo-ng-2.0.304.tar.bz2 to /tmp/portage/app-admin/procinfo-ng-2.0.304/work
  15. >>> Source unpacked in /tmp/portage/app-admin/procinfo-ng-2.0.304/work
  16. >>> Preparing source in /tmp/portage/app-admin/procinfo-ng-2.0.304/work/procinfo-ng-2.0.304 ...
  17. * Applying procinfo-ng-2.0.304-as-needed.patch ...
  18. [ ok ]
  19. * Running eautoreconf in '/tmp/portage/app-admin/procinfo-ng-2.0.304/work/procinfo-ng-2.0.304' ...
  20. * Running aclocal ...
  21. [ ok ]
  22. * Running autoconf ...
  23. [ ok ]
  24. * Running elibtoolize in: procinfo-ng-2.0.304/
  25. >>> Source prepared.
  26. >>> Configuring source in /tmp/portage/app-admin/procinfo-ng-2.0.304/work/procinfo-ng-2.0.304 ...
  27. ./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
  28. configure: loading site script /usr/share/config.site
  29. ./configure: 40: /usr/share/config.site: [[: Permission denied
  30. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  31. checking whether the C compiler works... yes
  32. checking for C compiler default output file name... a.out
  33. checking for suffix of executables...
  34. checking whether we are cross compiling... no
  35. checking for suffix of object files... o
  36. checking whether we are using the GNU C compiler... yes
  37. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  38. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  39. checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
  40. checking whether we are using the GNU C++ compiler... yes
  41. checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
  42. checking for a BSD-compatible install... /usr/bin/install -c
  43. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  44. checking for grep that handles long lines and -e... /bin/grep
  45. checking for egrep... /bin/grep -E
  46. checking for ANSI C header files... yes
  47. checking for sys/types.h... yes
  48. checking for sys/stat.h... yes
  49. checking for stdlib.h... yes
  50. checking for string.h... yes
  51. checking for memory.h... yes
  52. checking for strings.h... yes
  53. checking for inttypes.h... yes
  54. checking for stdint.h... yes
  55. checking for unistd.h... yes
  56. checking fcntl.h usability... yes
  57. checking fcntl.h presence... yes
  58. checking for fcntl.h... yes
  59. checking math.h usability... yes
  60. checking math.h presence... yes
  61. checking for math.h... yes
  62. checking sys/ioctl.h usability... yes
  63. checking sys/ioctl.h presence... yes
  64. checking for sys/ioctl.h... yes
  65. checking termios.h usability... yes
  66. checking termios.h presence... yes
  67. checking for termios.h... yes
  68. checking ncurses.h usability... yes
  69. checking ncurses.h presence... yes
  70. checking for ncurses.h... yes
  71. checking for dirent.h that defines DIR... yes
  72. checking for library containing opendir... none required
  73. checking whether time.h and sys/time.h may both be included... yes
  74. checking for stdbool.h that conforms to C99... yes
  75. checking for _Bool... yes
  76. checking for an ANSI C-conforming const... yes
  77. checking for inline... inline
  78. checking for size_t... yes
  79. checking whether time.h and sys/time.h may both be included... (cached) yes
  80. checking for uint32_t... yes
  81. checking for uint64_t... yes
  82. checking for int32_t... yes
  83. checking for int64_t... yes
  84. checking sys/select.h usability... yes
  85. checking sys/select.h presence... yes
  86. checking for sys/select.h... yes
  87. checking sys/socket.h usability... yes
  88. checking sys/socket.h presence... yes
  89. checking for sys/socket.h... yes
  90. checking types of arguments for select... int,fd_set *,struct timeval *
  91. checking for working strtod... yes
  92. checking for select... yes
  93. checking for strtol... yes
  94. checking for strtoul... yes
  95. checking for strtoull... yes
  96. checking for snprintf... yes
  97. checking for readdir64... yes
  98. configure: creating ./config.status
  99. config.status: creating Makefile
  100. >>> Source configured.
  101. >>> Compiling source in /tmp/portage/app-admin/procinfo-ng-2.0.304/work/procinfo-ng-2.0.304 ...
  102. make -j24 LIBS=-lncurses
  103. x86_64-pc-linux-gnu-g++ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -pipe -Wall -Wl,-O1 -Wl,--as-needed procinfo.cpp -o procinfo -lncurses
  104. In file included from procinfo.cpp:44:0:
  105. lib/timeRoutines.cpp: In function 'const timeDiff __time_rel(const time_t&, const time_t&)':
  106. lib/timeRoutines.cpp:135:49: warning: narrowing conversion of 'result1.timeWDHMS::minutes' from 'const uint32_t {aka const unsigned int}' to 'int' inside { } is ill-formed in C++11 [-Wnarrowing]
  107. tm_wday: result1.days, tm_week: result1.weeks };
  108. ^
  109. lib/timeRoutines.cpp:135:49: warning: narrowing conversion of 'result1.timeWDHMS::hours' from 'const uint32_t {aka const unsigned int}' to 'int' inside { } is ill-formed in C++11 [-Wnarrowing]
  110. lib/timeRoutines.cpp:135:49: warning: narrowing conversion of 'result1.timeWDHMS::days' from 'const uint32_t {aka const unsigned int}' to 'int' inside { } is ill-formed in C++11 [-Wnarrowing]
  111. lib/timeRoutines.cpp:135:49: warning: narrowing conversion of 'result1.timeWDHMS::weeks' from 'const uint32_t {aka const unsigned int}' to 'int' inside { } is ill-formed in C++11 [-Wnarrowing]
  112. lib/timeRoutines.cpp: In function 'const timeDiff __time_rel(const double&, const double&)':
  113. lib/timeRoutines.cpp:142:49: warning: narrowing conversion of 'result1.timeWDHMS::minutes' from 'const uint32_t {aka const unsigned int}' to 'int' inside { } is ill-formed in C++11 [-Wnarrowing]
  114. tm_wday: result1.days, tm_week: result1.weeks };
  115. ^
  116. lib/timeRoutines.cpp:142:49: warning: narrowing conversion of 'result1.timeWDHMS::hours' from 'const uint32_t {aka const unsigned int}' to 'int' inside { } is ill-formed in C++11 [-Wnarrowing]
  117. lib/timeRoutines.cpp:142:49: warning: narrowing conversion of 'result1.timeWDHMS::days' from 'const uint32_t {aka const unsigned int}' to 'int' inside { } is ill-formed in C++11 [-Wnarrowing]
  118. lib/timeRoutines.cpp:142:49: warning: narrowing conversion of 'result1.timeWDHMS::weeks' from 'const uint32_t {aka const unsigned int}' to 'int' inside { } is ill-formed in C++11 [-Wnarrowing]
  119. lib/timeRoutines.cpp: In function 'const timeDiff structTM2structTD(tm)':
  120. lib/timeRoutines.cpp:188:2: warning: narrowing conversion of 'input.tm::tm_sec' from 'int' to 'double' inside { } is ill-formed in C++11 [-Wnarrowing]
  121. };
  122. ^
  123. /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.1/../../../../x86_64-pc-linux-gnu/bin/ld: /tmp/portage/app-admin/procinfo-ng-2.0.304/temp/ccquGfVK.o: undefined reference to symbol 'cbreak'
  124. /lib64/libtinfo.so.5: error adding symbols: DSO missing from command line
  125. collect2: error: ld returned 1 exit status
  126. Makefile:47: recipe for target 'procinfo' failed
  127. make: *** [procinfo] Error 1
  128. emake failed
  129. * ERROR: app-admin/procinfo-ng-2.0.304::gentoo failed (compile phase):
  130. * compile failed
  131. *
  132. * Call stack:
  133. * ebuild.sh, line 93: Called src_compile
  134. * environment, line 2930: Called die
  135. * The specific snippet of code:
  136. * emake LIBS="-lncurses" || die "compile failed"
  137. *
  138. * If you need support, post the output of `emerge --info '=app-admin/procinfo-ng-2.0.304::gentoo'`,
  139. * the complete build log and the output of `emerge -pqv '=app-admin/procinfo-ng-2.0.304::gentoo'`.
  140. sed: couldn't open temporary file /etc/portage/package.mask/sedvRAdN2: Permission denied