Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.07 KB | None | 0 0
  1. [fedya@localhost htop]$ abb build
  2. assume project name from git url: htop
  3. try to restore files from abf storage
  4. parsing file '.abf.yml'
  5. found entry: file=htop-1.0.2.tar.gz ... ok
  6. found entry: file=htop-1.0.3.tar.gz ... ok
  7. try to build htop
  8. Building target platforms: armv7hl
  9. Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.90869
  10. + umask 022
  11. + cd /home/fedya/htop/BUILD
  12. + '[' 1 -eq 1 ']'
  13. + '[' 1 -eq 1 ']'
  14. + '[' 1 -eq 1 ']'
  15. + cd /home/fedya/htop/BUILD
  16. + rm -rf htop-1.0.3
  17. + /bin/tar -xf /home/fedya/htop/htop-1.0.3.tar.gz
  18. + cd htop-1.0.3
  19. + exit 0
  20. Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.90869
  21. + umask 022
  22. + cd /home/fedya/htop/BUILD
  23. + cd htop-1.0.3
  24. + '[' 1 -eq 1 ']'
  25. + '[' 1 -eq 1 ']'
  26. + echo '%configure2_5x is deprecated, please update the spec to use %configure instead'
  27. %configure2_5x is deprecated, please update the spec to use %configure instead
  28. + find . -name config.guess -o -name config.sub
  29. + read i
  30. ++ basename ./config.sub
  31. + '[' -f /usr/share/libtool/config/config.sub ']'
  32. + /bin/rm -f ./config.sub
  33. ++ basename ./config.sub
  34. + /bin/cp -fv /usr/share/libtool/config/config.sub ./config.sub
  35. '/usr/share/libtool/config/config.sub' -> './config.sub'
  36. + read i
  37. ++ basename ./config.guess
  38. + '[' -f /usr/share/libtool/config/config.guess ']'
  39. + /bin/rm -f ./config.guess
  40. ++ basename ./config.guess
  41. + /bin/cp -fv /usr/share/libtool/config/config.guess ./config.guess
  42. '/usr/share/libtool/config/config.guess' -> './config.guess'
  43. + read i
  44. + CC=/usr/bin/clang
  45. + export CC
  46. + CXX=/usr/bin/clang++
  47. + export CXX
  48. + CFLAGS='-Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9'
  49. + export CFLAGS
  50. + CXXFLAGS='-Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9'
  51. + export CXXFLAGS
  52. + FFLAGS='-Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9'
  53. + export FFLAGS
  54. + LDFLAGS=' -Wl,--no-undefined '
  55. + export LDFLAGS
  56. + CROSSCOMPILE='--target=armv7hl-mandriva-linux-gnueabihf --build=armv7hl-mandriva-linux-gnueabihf'
  57. + export CROSSCOMPILE
  58. + CONFIGURE_TOP=.
  59. + '[' -f ./configure.in -o -f ./configure.ac ']'
  60. + CONFIGURE_XPATH='--x-includes=/usr/include --x-libraries=/usr/lib'
  61. + ./configure --target=armv7hl-mandriva-linux-gnueabihf --build=armv7hl-mandriva-linux-gnueabihf --disable-static --disable-silent-rules --disable-dependency-tracking --disable-rpath --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --x-includes=/usr/include --x-libraries=/usr/lib
  62. configure: WARNING: unrecognized options: --disable-silent-rules, --disable-rpath
  63. checking for gcc... /usr/bin/clang
  64. checking whether the C compiler works... yes
  65. checking for C compiler default output file name... a.out
  66. checking for suffix of executables...
  67. checking whether we are cross compiling... no
  68. checking for suffix of object files... o
  69. checking whether we are using the GNU C compiler... yes
  70. checking whether /usr/bin/clang accepts -g... yes
  71. checking for /usr/bin/clang option to accept ISO C89... none needed
  72. checking how to run the C preprocessor... /usr/bin/clang -E
  73. checking for grep that handles long lines and -e... /bin/grep
  74. checking for egrep... /bin/grep -E
  75. checking for ANSI C header files... yes
  76. checking for sys/types.h... yes
  77. checking for sys/stat.h... yes
  78. checking for stdlib.h... yes
  79. checking for string.h... yes
  80. checking for memory.h... yes
  81. checking for strings.h... yes
  82. checking for inttypes.h... yes
  83. checking for stdint.h... yes
  84. checking for unistd.h... yes
  85. checking minix/config.h usability... no
  86. checking minix/config.h presence... no
  87. checking for minix/config.h... no
  88. checking whether it is safe to define __EXTENSIONS__... yes
  89. checking build system type... armv7hl-mandriva-linux-gnueabihf
  90. checking host system type... armv7hl-mandriva-linux-gnueabihf
  91. checking target system type... armv7hl-mandriva-linux-gnueabihf
  92. checking for a BSD-compatible install... /usr/bin/install -c
  93. checking whether build environment is sane... yes
  94. checking for a thread-safe mkdir -p... /bin/mkdir -p
  95. checking for gawk... gawk
  96. checking whether make sets $(MAKE)... yes
  97. checking for style of include used by make... GNU
  98. checking dependency style of /usr/bin/clang... none
  99. checking for gcc... (cached) /usr/bin/clang
  100. checking whether we are using the GNU C compiler... (cached) yes
  101. checking whether /usr/bin/clang accepts -g... (cached) yes
  102. checking for /usr/bin/clang option to accept ISO C89... (cached) none needed
  103. checking whether /usr/bin/clang and cc understand -c and -o together... yes
  104. checking how to print strings... printf
  105. checking for a sed that does not truncate output... /bin/sed
  106. checking for fgrep... /bin/grep -F
  107. checking for ld used by /usr/bin/clang... /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld
  108. checking if the linker (/usr/bin/armv7hl-mandriva-linux-gnueabihf-ld) is GNU ld... yes
  109. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  110. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  111. checking whether ln -s works... yes
  112. checking the maximum length of command line arguments... 1572864
  113. checking whether the shell understands some XSI constructs... yes
  114. checking whether the shell understands "+="... yes
  115. checking for /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld option to reload object files... -r
  116. checking for objdump... objdump
  117. checking how to recognize dependent libraries... pass_all
  118. checking for ar... ar
  119. checking for strip... strip
  120. checking for ranlib... ranlib
  121. checking command to parse /usr/bin/nm -B output from /usr/bin/clang object... ok
  122. checking for dlfcn.h... yes
  123. checking for objdir... .libs
  124. checking if /usr/bin/clang supports -fno-rtti -fno-exceptions... yes
  125. checking for /usr/bin/clang option to produce PIC... -fPIC -DPIC
  126. checking if /usr/bin/clang PIC flag -fPIC -DPIC works... yes
  127. checking if /usr/bin/clang static flag -static works... no
  128. checking if /usr/bin/clang supports -c -o file.o... yes
  129. checking if /usr/bin/clang supports -c -o file.o... (cached) yes
  130. checking whether the /usr/bin/clang linker (/usr/bin/armv7hl-mandriva-linux-gnueabihf-ld) supports shared libraries... yes
  131. checking dynamic linker characteristics... GNU/Linux ld.so
  132. checking how to hardcode library paths into programs... immediate
  133. checking whether stripping libraries is possible... yes
  134. checking if libtool supports shared libraries... yes
  135. checking whether to build shared libraries... no
  136. checking whether to build static libraries... yes
  137. checking for ceil in -lm... yes
  138. checking for dirent.h that defines DIR... yes
  139. checking for library containing opendir... none required
  140. checking for ANSI C header files... (cached) yes
  141. checking for stdlib.h... (cached) yes
  142. checking for string.h... (cached) yes
  143. checking for strings.h... (cached) yes
  144. checking sys/param.h usability... yes
  145. checking sys/param.h presence... yes
  146. checking for sys/param.h... yes
  147. checking sys/time.h usability... yes
  148. checking sys/time.h presence... yes
  149. checking for sys/time.h... yes
  150. checking for unistd.h... (cached) yes
  151. checking execinfo.h usability... yes
  152. checking execinfo.h presence... yes
  153. checking for execinfo.h... yes
  154. checking for stdbool.h that conforms to C99... yes
  155. checking for _Bool... yes
  156. checking for an ANSI C-conforming const... yes
  157. checking for pid_t... yes
  158. checking for uid_t in sys/types.h... yes
  159. checking whether closedir returns void... no
  160. checking return type of signal handlers... void
  161. checking whether lstat correctly handles trailing slash... yes
  162. checking whether stat accepts an empty string... no
  163. checking for memmove... yes
  164. checking for strncasecmp... yes
  165. checking for strstr... yes
  166. checking for strdup... yes
  167. checking whether gcc -std=c99 option works... yes
  168. checking for refresh in -lncursesw... yes
  169. checking ncursesw/curses.h usability... yes
  170. checking ncursesw/curses.h presence... yes
  171. checking for ncursesw/curses.h... yes
  172. checking for /proc/stat... yes
  173. checking for /proc/meminfo... yes
  174. checking for usable sched_setaffinity... yes
  175. configure: creating ./config.status
  176. config.status: creating Makefile
  177. config.status: creating htop.1
  178. config.status: creating config.h
  179. config.status: config.h is unchanged
  180. config.status: executing depfiles commands
  181. config.status: executing libtool commands
  182. configure: WARNING: unrecognized options: --disable-silent-rules, --disable-rpath
  183. + /usr/bin/make -j4 -O
  184. /usr/bin/make all-am
  185. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  186. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-ClockMeter.o `test -f 'ClockMeter.c' || echo './'`ClockMeter.c
  187. clang: warning: argument unused during compilation: '-rdynamic'
  188. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  189. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  190. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-CheckItem.o `test -f 'CheckItem.c' || echo './'`CheckItem.c
  191. clang: warning: argument unused during compilation: '-rdynamic'
  192. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  193. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  194. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-AvailableMetersPanel.o `test -f 'AvailableMetersPanel.c' || echo './'`AvailableMetersPanel.c
  195. clang: warning: argument unused during compilation: '-rdynamic'
  196. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  197. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  198. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-CategoriesPanel.o `test -f 'CategoriesPanel.c' || echo './'`CategoriesPanel.c
  199. clang: warning: argument unused during compilation: '-rdynamic'
  200. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  201. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  202. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-ColorsPanel.o `test -f 'ColorsPanel.c' || echo './'`ColorsPanel.c
  203. clang: warning: argument unused during compilation: '-rdynamic'
  204. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  205. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  206. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-ColumnsPanel.o `test -f 'ColumnsPanel.c' || echo './'`ColumnsPanel.c
  207. clang: warning: argument unused during compilation: '-rdynamic'
  208. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  209. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  210. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-CPUMeter.o `test -f 'CPUMeter.c' || echo './'`CPUMeter.c
  211. clang: warning: argument unused during compilation: '-rdynamic'
  212. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  213. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  214. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-DisplayOptionsPanel.o `test -f 'DisplayOptionsPanel.c' || echo './'`DisplayOptionsPanel.c
  215. clang: warning: argument unused during compilation: '-rdynamic'
  216. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  217. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  218. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-CRT.o `test -f 'CRT.c' || echo './'`CRT.c
  219. clang: warning: argument unused during compilation: '-rdynamic'
  220. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  221. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  222. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-FunctionBar.o `test -f 'FunctionBar.c' || echo './'`FunctionBar.c
  223. clang: warning: argument unused during compilation: '-rdynamic'
  224. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  225. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  226. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-Hashtable.o `test -f 'Hashtable.c' || echo './'`Hashtable.c
  227. clang: warning: argument unused during compilation: '-rdynamic'
  228. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  229. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  230. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-ListItem.o `test -f 'ListItem.c' || echo './'`ListItem.c
  231. clang: warning: argument unused during compilation: '-rdynamic'
  232. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  233. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  234. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-Header.o `test -f 'Header.c' || echo './'`Header.c
  235. clang: warning: argument unused during compilation: '-rdynamic'
  236. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  237. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  238. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-LoadAverageMeter.o `test -f 'LoadAverageMeter.c' || echo './'`LoadAverageMeter.c
  239. clang: warning: argument unused during compilation: '-rdynamic'
  240. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  241. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  242. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-MemoryMeter.o `test -f 'MemoryMeter.c' || echo './'`MemoryMeter.c
  243. clang: warning: argument unused during compilation: '-rdynamic'
  244. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  245. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  246. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-MetersPanel.o `test -f 'MetersPanel.c' || echo './'`MetersPanel.c
  247. clang: warning: argument unused during compilation: '-rdynamic'
  248. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  249. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  250. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-Object.o `test -f 'Object.c' || echo './'`Object.c
  251. clang: warning: argument unused during compilation: '-rdynamic'
  252. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  253. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  254. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-Meter.o `test -f 'Meter.c' || echo './'`Meter.c
  255. clang: warning: argument unused during compilation: '-rdynamic'
  256. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  257. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  258. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-BatteryMeter.o `test -f 'BatteryMeter.c' || echo './'`BatteryMeter.c
  259. clang: warning: argument unused during compilation: '-rdynamic'
  260. BatteryMeter.c:140:7: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result]
  261. fgets(line, sizeof line, file);
  262. ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~
  263. 1 warning generated.
  264. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  265. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  266. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-Panel.o `test -f 'Panel.c' || echo './'`Panel.c
  267. clang: warning: argument unused during compilation: '-rdynamic'
  268. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  269. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  270. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-htop.o `test -f 'htop.c' || echo './'`htop.c
  271. clang: warning: argument unused during compilation: '-rdynamic'
  272. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  273. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  274. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-RichString.o `test -f 'RichString.c' || echo './'`RichString.c
  275. clang: warning: argument unused during compilation: '-rdynamic'
  276. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  277. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  278. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-ScreenManager.o `test -f 'ScreenManager.c' || echo './'`ScreenManager.c
  279. clang: warning: argument unused during compilation: '-rdynamic'
  280. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  281. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  282. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-Process.o `test -f 'Process.c' || echo './'`Process.c
  283. clang: warning: argument unused during compilation: '-rdynamic'
  284. Process.c:293:4: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result]
  285. fscanf(file, "%32d", &maxPid);
  286. ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~
  287. 1 warning generated.
  288. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  289. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  290. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-IOPriorityPanel.o `test -f 'IOPriorityPanel.c' || echo './'`IOPriorityPanel.c
  291. clang: warning: argument unused during compilation: '-rdynamic'
  292. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  293. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  294. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-Settings.o `test -f 'Settings.c' || echo './'`Settings.c
  295. clang: warning: argument unused during compilation: '-rdynamic'
  296. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  297. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  298. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-SignalsPanel.o `test -f 'SignalsPanel.c' || echo './'`SignalsPanel.c
  299. clang: warning: argument unused during compilation: '-rdynamic'
  300. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  301. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  302. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-ProcessList.o `test -f 'ProcessList.c' || echo './'`ProcessList.c
  303. clang: warning: argument unused during compilation: '-rdynamic'
  304. ProcessList.c:217:7: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result]
  305. fgets(buffer, 255, file);
  306. ^~~~~ ~~~~~~~~~~~~~~~~~
  307. ProcessList.c:940:7: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result]
  308. fgets(buffer, 255, file);
  309. ^~~~~ ~~~~~~~~~~~~~~~~~
  310. 2 warnings generated.
  311. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  312. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  313. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-String.o `test -f 'String.c' || echo './'`String.c
  314. clang: warning: argument unused during compilation: '-rdynamic'
  315. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  316. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  317. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-TasksMeter.o `test -f 'TasksMeter.c' || echo './'`TasksMeter.c
  318. clang: warning: argument unused during compilation: '-rdynamic'
  319. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  320. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  321. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-SwapMeter.o `test -f 'SwapMeter.c' || echo './'`SwapMeter.c
  322. clang: warning: argument unused during compilation: '-rdynamic'
  323. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  324. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  325. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-UsersTable.o `test -f 'UsersTable.c' || echo './'`UsersTable.c
  326. clang: warning: argument unused during compilation: '-rdynamic'
  327. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  328. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  329. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-UptimeMeter.o `test -f 'UptimeMeter.c' || echo './'`UptimeMeter.c
  330. clang: warning: argument unused during compilation: '-rdynamic'
  331. UptimeMeter.c:27:7: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result]
  332. fscanf(fd, "%64lf", &uptime);
  333. ^~~~~~ ~~~~~~~~~~~~~~~~~~~~
  334. 1 warning generated.
  335. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  336. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  337. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-TraceScreen.o `test -f 'TraceScreen.c' || echo './'`TraceScreen.c
  338. clang: warning: argument unused during compilation: '-rdynamic'
  339. TraceScreen.c:96:7: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result]
  340. write(fdpair[1], message, strlen(message));
  341. ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  342. 1 warning generated.
  343. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  344. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  345. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-Vector.o `test -f 'Vector.c' || echo './'`Vector.c
  346. clang: warning: argument unused during compilation: '-rdynamic'
  347. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  348. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  349. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-AvailableColumnsPanel.o `test -f 'AvailableColumnsPanel.c' || echo './'`AvailableColumnsPanel.c
  350. clang: warning: argument unused during compilation: '-rdynamic'
  351. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  352. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  353. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-AffinityPanel.o `test -f 'AffinityPanel.c' || echo './'`AffinityPanel.c
  354. clang: warning: argument unused during compilation: '-rdynamic'
  355. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  356. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  357. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-IOPriority.o `test -f 'IOPriority.c' || echo './'`IOPriority.c
  358. clang: warning: argument unused during compilation: '-rdynamic'
  359. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  360. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  361. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-Affinity.o `test -f 'Affinity.c' || echo './'`Affinity.c
  362. clang: warning: argument unused during compilation: '-rdynamic'
  363. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  364. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  365. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-HostnameMeter.o `test -f 'HostnameMeter.c' || echo './'`HostnameMeter.c
  366. clang: warning: argument unused during compilation: '-rdynamic'
  367. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  368. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  369. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-OpenFilesScreen.o `test -f 'OpenFilesScreen.c' || echo './'`OpenFilesScreen.c
  370. clang: warning: argument unused during compilation: '-rdynamic'
  371. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  372. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  373. /usr/bin/clang -DHAVE_CONFIG_H -I. -DNDEBUG -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -c -o htop-IncSet.o `test -f 'IncSet.c' || echo './'`IncSet.c
  374. clang: warning: argument unused during compilation: '-rdynamic'
  375. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  376. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  377. /bin/sh ./libtool --tag=CC --mode=link /usr/bin/clang -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -Wl,--no-undefined -o htop htop-AvailableMetersPanel.o htop-CategoriesPanel.o htop-CheckItem.o htop-ClockMeter.o htop-ColorsPanel.o htop-ColumnsPanel.o htop-CPUMeter.o htop-CRT.o htop-DisplayOptionsPanel.o htop-FunctionBar.o htop-Hashtable.o htop-Header.o htop-htop.o htop-ListItem.o htop-LoadAverageMeter.o htop-MemoryMeter.o htop-Meter.o htop-MetersPanel.o htop-Object.o htop-Panel.o htop-BatteryMeter.o htop-Process.o htop-ProcessList.o htop-RichString.o htop-ScreenManager.o htop-Settings.o htop-IOPriorityPanel.o htop-SignalsPanel.o htop-String.o htop-SwapMeter.o htop-TasksMeter.o htop-TraceScreen.o htop-UptimeMeter.o htop-UsersTable.o htop-Vector.o htop-AvailableColumnsPanel.o htop-AffinityPanel.o htop-HostnameMeter.o htop-OpenFilesScreen.o htop-Affinity.o htop-IOPriority.o htop-IncSet.o -lncursesw -lm
  378. libtool: link: /usr/bin/clang -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"/etc\" -Oz -Wa,--compress-debug-sections -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mtune=cortex-a9 -Wl,--no-undefined -o htop htop-AvailableMetersPanel.o htop-CategoriesPanel.o htop-CheckItem.o htop-ClockMeter.o htop-ColorsPanel.o htop-ColumnsPanel.o htop-CPUMeter.o htop-CRT.o htop-DisplayOptionsPanel.o htop-FunctionBar.o htop-Hashtable.o htop-Header.o htop-htop.o htop-ListItem.o htop-LoadAverageMeter.o htop-MemoryMeter.o htop-Meter.o htop-MetersPanel.o htop-Object.o htop-Panel.o htop-BatteryMeter.o htop-Process.o htop-ProcessList.o htop-RichString.o htop-ScreenManager.o htop-Settings.o htop-IOPriorityPanel.o htop-SignalsPanel.o htop-String.o htop-SwapMeter.o htop-TasksMeter.o htop-TraceScreen.o htop-UptimeMeter.o htop-UsersTable.o htop-Vector.o htop-AvailableColumnsPanel.o htop-AffinityPanel.o htop-HostnameMeter.o htop-OpenFilesScreen.o htop-Affinity.o htop-IOPriority.o htop-IncSet.o -lncursesw -lm
  379. clang: warning: argument unused during compilation: '-Wa,--compress-debug-sections'
  380. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-ClockMeter.o: multiple common of 'CRT_termType'
  381. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  382. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-ClockMeter.o: multiple common of 'backtraceArray'
  383. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  384. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-ColorsPanel.o: multiple common of 'CRT_termType'
  385. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  386. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-ColorsPanel.o: multiple common of 'backtraceArray'
  387. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  388. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-CPUMeter.o: multiple common of 'CRT_termType'
  389. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  390. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-CPUMeter.o: multiple common of 'backtraceArray'
  391. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  392. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-CRT.o: multiple common of 'CRT_termType'
  393. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  394. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-CRT.o: multiple common of 'backtraceArray'
  395. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  396. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-FunctionBar.o: multiple common of 'CRT_termType'
  397. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  398. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-FunctionBar.o: multiple common of 'backtraceArray'
  399. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  400. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-Header.o: multiple common of 'CRT_termType'
  401. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  402. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-Header.o: multiple common of 'backtraceArray'
  403. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  404. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-htop.o: multiple common of 'CRT_termType'
  405. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  406. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-htop.o: multiple common of 'backtraceArray'
  407. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  408. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-ListItem.o: multiple common of 'CRT_termType'
  409. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  410. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-ListItem.o: multiple common of 'backtraceArray'
  411. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  412. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-LoadAverageMeter.o: multiple common of 'CRT_termType'
  413. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  414. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-LoadAverageMeter.o: multiple common of 'backtraceArray'
  415. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  416. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-MemoryMeter.o: multiple common of 'CRT_termType'
  417. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  418. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-MemoryMeter.o: multiple common of 'backtraceArray'
  419. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  420. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-Meter.o: multiple common of 'CRT_termType'
  421. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  422. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-Meter.o: multiple common of 'backtraceArray'
  423. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  424. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-Panel.o: multiple common of 'CRT_termType'
  425. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  426. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-Panel.o: multiple common of 'backtraceArray'
  427. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  428. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-BatteryMeter.o: multiple common of 'CRT_termType'
  429. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  430. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-BatteryMeter.o: multiple common of 'backtraceArray'
  431. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  432. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-Process.o: multiple common of 'CRT_termType'
  433. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  434. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-Process.o: multiple common of 'backtraceArray'
  435. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  436. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-ProcessList.o: multiple common of 'CRT_termType'
  437. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  438. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-ProcessList.o: multiple common of 'backtraceArray'
  439. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  440. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-SwapMeter.o: multiple common of 'CRT_termType'
  441. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  442. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-SwapMeter.o: multiple common of 'backtraceArray'
  443. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  444. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-TasksMeter.o: multiple common of 'CRT_termType'
  445. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  446. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-TasksMeter.o: multiple common of 'backtraceArray'
  447. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  448. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-TraceScreen.o: multiple common of 'CRT_termType'
  449. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  450. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-TraceScreen.o: multiple common of 'backtraceArray'
  451. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  452. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-UptimeMeter.o: multiple common of 'CRT_termType'
  453. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  454. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-UptimeMeter.o: multiple common of 'backtraceArray'
  455. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  456. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-HostnameMeter.o: multiple common of 'CRT_termType'
  457. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  458. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-HostnameMeter.o: multiple common of 'backtraceArray'
  459. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  460. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-OpenFilesScreen.o: multiple common of 'CRT_termType'
  461. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  462. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-OpenFilesScreen.o: multiple common of 'backtraceArray'
  463. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  464. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-IncSet.o: multiple common of 'CRT_termType'
  465. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  466. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: warning: htop-IncSet.o: multiple common of 'backtraceArray'
  467. /usr/bin/armv7hl-mandriva-linux-gnueabihf-ld: htop-CheckItem.o: previous definition here
  468. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  469. + exit 0
  470. Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.75671
  471. + umask 022
  472. + cd /home/fedya/htop/BUILD
  473. + /bin/rm -rf /home/fedya/htop/BUILDROOT/htop-1.0.3-4-omv2015.0.armv7hl-buildroot
  474. + /bin/mkdir -p /home/fedya/htop/BUILDROOT/htop-1.0.3-4-omv2015.0.armv7hl-buildroot
  475. + cd htop-1.0.3
  476. + '[' 1 -eq 1 ']'
  477. + make DESTDIR=/home/fedya/htop/BUILDROOT/htop-1.0.3-4-omv2015.0.armv7hl-buildroot install 'INSTALL=install -p'
  478. /usr/bin/make install-am
  479. make[1]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  480. make[2]: Entering directory '/home/fedya/htop/BUILD/htop-1.0.3'
  481. test -z "/usr/bin" || /bin/mkdir -p "/home/fedya/htop/BUILDROOT/htop-1.0.3-4-omv2015.0.armv7hl-buildroot/usr/bin"
  482. /bin/sh ./libtool --mode=install install -p htop '/home/fedya/htop/BUILDROOT/htop-1.0.3-4-omv2015.0.armv7hl-buildroot/usr/bin'
  483. libtool: install: install -p htop /home/fedya/htop/BUILDROOT/htop-1.0.3-4-omv2015.0.armv7hl-buildroot/usr/bin/htop
  484. test -z "/usr/share/applications" || /bin/mkdir -p "/home/fedya/htop/BUILDROOT/htop-1.0.3-4-omv2015.0.armv7hl-buildroot/usr/share/applications"
  485. install -p -m 644 htop.desktop '/home/fedya/htop/BUILDROOT/htop-1.0.3-4-omv2015.0.armv7hl-buildroot/usr/share/applications'
  486. test -z "/usr/share/man/man1" || /bin/mkdir -p "/home/fedya/htop/BUILDROOT/htop-1.0.3-4-omv2015.0.armv7hl-buildroot/usr/share/man/man1"
  487. install -p -m 644 htop.1 '/home/fedya/htop/BUILDROOT/htop-1.0.3-4-omv2015.0.armv7hl-buildroot/usr/share/man/man1'
  488. test -z "/usr/share/pixmaps" || /bin/mkdir -p "/home/fedya/htop/BUILDROOT/htop-1.0.3-4-omv2015.0.armv7hl-buildroot/usr/share/pixmaps"
  489. install -p -m 644 htop.png '/home/fedya/htop/BUILDROOT/htop-1.0.3-4-omv2015.0.armv7hl-buildroot/usr/share/pixmaps'
  490. make[2]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  491. make[1]: Leaving directory '/home/fedya/htop/BUILD/htop-1.0.3'
  492. + rm -f /home/fedya/htop/BUILDROOT/htop-1.0.3-4-omv2015.0.armv7hl-buildroot//usr/share/applications/htop.desktop
  493. + '[' -n '' ']'
  494. + /usr/share/spec-helper/clean_files
  495. + '[' -n '' ']'
  496. + COMPRESS='xz -0f --text -T0'
  497. + COMPRESS_EXT=.xz
  498. + /usr/lib/rpm/brp-compress
  499. + '[' -n '' ']'
  500. + /usr/share/spec-helper/relink_symlinks
  501. + '[' -n '' ']'
  502. + /usr/share/spec-helper/clean_perl
  503. + '[' -n '' ']'
  504. + /usr/share/spec-helper/lib_symlinks
  505. + '[' -n '' ']'
  506. + /usr/share/spec-helper/gprintify
  507. + '[' -n '' ']'
  508. + /usr/share/spec-helper/fix_mo
  509. + '[' -n '' ']'
  510. + /usr/share/spec-helper/fix_xdg
  511. + '[' -n '' ']'
  512. + /usr/share/spec-helper/fix_file_permissions
  513. + '[' -n '' ']'
  514. + /usr/share/spec-helper/fix_pamd
  515. + '[' -n '' ']'
  516. + /usr/share/spec-helper/remove_info_dir
  517. + '[' -n '' ']'
  518. + /usr/share/spec-helper/remove_libtool_files
  519. + '[' -n '' ']'
  520. + /usr/share/spec-helper/fix_eol
  521. + '[' -n '' ']'
  522. + /usr/share/spec-helper/check_elf_files
  523. + '[' -n '' ']'
  524. + /usr/share/spec-helper/remove_rpath
  525. + /usr/lib/rpm/find-debuginfo.sh -r /home/fedya/htop/BUILD/htop-1.0.3
  526.  
  527. extracting debug info from /home/fedya/htop/BUILDROOT/htop-1.0.3-4-omv2015.0.armv7hl-buildroot/usr/bin/htop
  528. *** WARNING: No build ID note found in /home/fedya/htop/BUILDROOT/htop-1.0.3-4-omv2015.0.armv7hl-buildroot/usr/bin/htop
  529. cpio: Can't stat /builddir/build/BUILD/gcc-linaro-4.9-2014.12/obj-armv7hl-mandriva-linux-gnueabihf/armv7hl-mandriva-linux-gnueabihf/libgcc
  530. cpio: Can't stat /builddir/build/BUILD/glibc-linaro-2.20-2014.11/csu
  531. cpio: Can't stat /builddir/build/BUILD/glibc-linaro-2.20-2014.11/io
  532. 627 blocks
  533. Processing files: htop-1.0.3-4.armv7hl
  534. Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.75408
  535. + umask 022
  536. + cd /home/fedya/htop/BUILD
  537. + cd htop-1.0.3
  538. + DOCDIR=/home/fedya/htop/BUILDROOT/htop-1.0.3-4-omv2015.0.armv7hl-buildroot/usr/share/doc/htop
  539. + export DOCDIR
  540. + /bin/mkdir -p /home/fedya/htop/BUILDROOT/htop-1.0.3-4-omv2015.0.armv7hl-buildroot/usr/share/doc/htop
  541. + cp -pr README AUTHORS NEWS /home/fedya/htop/BUILDROOT/htop-1.0.3-4-omv2015.0.armv7hl-buildroot/usr/share/doc/htop
  542. + '[' -n '' ']'
  543. + /usr/share/spec-helper/fix_eol /home/fedya/htop/BUILDROOT/htop-1.0.3-4-omv2015.0.armv7hl-buildroot/usr/share/doc/htop
  544. + '[' -n '' ']'
  545. + /usr/share/spec-helper/clean_files /home/fedya/htop/BUILDROOT/htop-1.0.3-4-omv2015.0.armv7hl-buildroot/usr/share/doc/htop
  546. Requires: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.15) libc.so.6(GLIBC_2.4) libm.so.6 libm.so.6(GLIBC_2.4) libncursesw.so.6
  547. Processing files: htop-debuginfo-1.0.3-4.armv7hl
  548. Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/fedya/htop/BUILDROOT/htop-1.0.3-4-omv2015.0.armv7hl-buildroot
  549. Wrote: /home/fedya/htop/RPMS/armv7hl/htop-1.0.3-4-omv2015.0.armv7hl.rpm
  550. /usr/bin/abb: line 208: 9728 Segmentation fault (core dumped) rpmbuild --target=armv7hl --define '_topdir /home/fedya/htop' --define '_sourcedir /home/fedya/htop' htop.spec -bb
  551. build log is saved in htop.-bb.20141219-140857.09712.localhost.buildlog
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement