Advertisement
Guest User

abc-ipmitool

a guest
Oct 10th, 2012
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.45 KB | None | 0 0
  1. abc@abc:[/projects/HEAD/src/3rdparty/ipmitool/ipmitool-1.8.9]$ ac_cv_func_malloc_0_nonnull="yes" ./configure CFLAGS="-Os" LDFLAGS="-static" --disable-ipmishell --disable-intf-lan --enable-static=yes --disable-shared ; make -j3; file src/ipmitool; ldd src/ipmitool
  2. checking build system type... i686-pc-linux-gnu
  3. checking host system type... i686-pc-linux-gnu
  4. checking target system type... i686-pc-linux-gnu
  5. checking for a BSD-compatible install... /usr/bin/install -c
  6. checking whether build environment is sane... yes
  7. checking for gawk... gawk
  8. checking whether make sets $(MAKE)... yes
  9. checking for gcc... gcc
  10. checking for C compiler default output file name... a.out
  11. checking whether the C compiler works... yes
  12. checking whether we are cross compiling... no
  13. checking for suffix of executables...
  14. checking for suffix of object files... o
  15. checking whether we are using the GNU C compiler... yes
  16. checking whether gcc accepts -g... yes
  17. checking for gcc option to accept ISO C89... none needed
  18. checking for style of include used by make... GNU
  19. checking dependency style of gcc... gcc3
  20. checking for a BSD-compatible install... /usr/bin/install -c
  21. checking whether ln -s works... yes
  22. checking whether make sets $(MAKE)... (cached) yes
  23. checking for rpmbuild... rpmbuild
  24. checking for sed... sed
  25. checking how to run the C preprocessor... gcc -E
  26. checking for grep that handles long lines and -e... /bin/grep
  27. checking for egrep... /bin/grep -E
  28. checking for ANSI C header files... yes
  29. checking for sys/types.h... yes
  30. checking for sys/stat.h... yes
  31. checking for stdlib.h... yes
  32. checking for string.h... yes
  33. checking for memory.h... yes
  34. checking for strings.h... yes
  35. checking for inttypes.h... yes
  36. checking for stdint.h... yes
  37. checking for unistd.h... yes
  38. checking for stdlib.h... (cached) yes
  39. checking for string.h... (cached) yes
  40. checking sys/ioctl.h usability... yes
  41. checking sys/ioctl.h presence... yes
  42. checking for sys/ioctl.h... yes
  43. checking for sys/stat.h... (cached) yes
  44. checking for unistd.h... (cached) yes
  45. checking paths.h usability... yes
  46. checking paths.h presence... yes
  47. checking for paths.h... yes
  48. checking arpa/inet.h usability... yes
  49. checking arpa/inet.h presence... yes
  50. checking for arpa/inet.h... yes
  51. checking fcntl.h usability... yes
  52. checking fcntl.h presence... yes
  53. checking for fcntl.h... yes
  54. checking netdb.h usability... yes
  55. checking netdb.h presence... yes
  56. checking for netdb.h... yes
  57. checking netinet/in.h usability... yes
  58. checking netinet/in.h presence... yes
  59. checking for netinet/in.h... yes
  60. checking sys/socket.h usability... yes
  61. checking sys/socket.h presence... yes
  62. checking for sys/socket.h... yes
  63. checking sys/byteorder.h usability... no
  64. checking sys/byteorder.h presence... no
  65. checking for sys/byteorder.h... no
  66. checking byteswap.h usability... yes
  67. checking byteswap.h presence... yes
  68. checking for byteswap.h... yes
  69. checking for an ANSI C-conforming const... yes
  70. checking for inline... inline
  71. checking whether byte ordering is bigendian... no
  72. checking for stdlib.h... (cached) yes
  73. checking for GNU libc compatible malloc... (cached) yes
  74. checking sys/select.h usability... yes
  75. checking sys/select.h presence... yes
  76. checking for sys/select.h... yes
  77. checking for sys/socket.h... (cached) yes
  78. checking types of arguments for select... int,fd_set *,struct timeval *
  79. checking for working strtod... yes
  80. checking for alarm... yes
  81. checking for gethostbyname... yes
  82. checking for socket... yes
  83. checking for select... yes
  84. checking for memmove... yes
  85. checking for memset... yes
  86. checking for strchr... yes
  87. checking for strdup... yes
  88. checking for strerror... yes
  89. checking for getpassphrase... no
  90. checking for a sed that does not truncate output... /bin/sed
  91. checking for ld used by gcc... /usr/bin/ld
  92. checking if the linker (/usr/bin/ld) is GNU ld... yes
  93. checking for /usr/bin/ld option to reload object files... -r
  94. checking for BSD-compatible nm... /usr/bin/nm -B
  95. checking how to recognise dependent libraries... pass_all
  96. checking dlfcn.h usability... yes
  97. checking dlfcn.h presence... yes
  98. checking for dlfcn.h... yes
  99. checking for g++... g++
  100. checking whether we are using the GNU C++ compiler... yes
  101. checking whether g++ accepts -g... yes
  102. checking dependency style of g++... gcc3
  103. checking how to run the C++ preprocessor... g++ -E
  104. checking for g77... no
  105. checking for xlf... no
  106. checking for f77... no
  107. checking for frt... no
  108. checking for pgf77... no
  109. checking for cf77... no
  110. checking for fort77... no
  111. checking for fl32... no
  112. checking for af77... no
  113. checking for xlf90... no
  114. checking for f90... no
  115. checking for pgf90... no
  116. checking for pghpf... no
  117. checking for epcf90... no
  118. checking for gfortran... no
  119. checking for g95... no
  120. checking for xlf95... no
  121. checking for f95... no
  122. checking for fort... no
  123. checking for ifort... no
  124. checking for ifc... no
  125. checking for efc... no
  126. checking for pgf95... no
  127. checking for lf95... no
  128. checking for ftn... no
  129. checking whether we are using the GNU Fortran 77 compiler... no
  130. checking whether accepts -g... no
  131. checking the maximum length of command line arguments... 32768
  132. checking command to parse /usr/bin/nm -B output from gcc object... ok
  133. checking for objdir... .libs
  134. checking for ar... ar
  135. checking for ranlib... ranlib
  136. checking for strip... strip
  137. checking if gcc supports -fno-rtti -fno-exceptions... no
  138. checking for gcc option to produce PIC... -fPIC
  139. checking if gcc PIC flag -fPIC works... yes
  140. checking if gcc static flag -static works... yes
  141. checking if gcc supports -c -o file.o... yes
  142. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  143. checking dynamic linker characteristics... GNU/Linux ld.so
  144. checking how to hardcode library paths into programs... immediate
  145. checking whether stripping libraries is possible... yes
  146. checking if libtool supports shared libraries... yes
  147. checking whether to build shared libraries... no
  148. checking whether to build static libraries... yes
  149. configure: creating libtool
  150. appending configuration tag "CXX" to libtool
  151. checking for ld used by g++... /usr/bin/ld
  152. checking if the linker (/usr/bin/ld) is GNU ld... yes
  153. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  154. checking for g++ option to produce PIC... -fPIC
  155. checking if g++ PIC flag -fPIC works... yes
  156. checking if g++ static flag -static works... yes
  157. checking if g++ supports -c -o file.o... yes
  158. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  159. checking dynamic linker characteristics... GNU/Linux ld.so
  160. checking how to hardcode library paths into programs... immediate
  161. appending configuration tag "F77" to libtool
  162. checking for library containing gethostbyname... none required
  163. checking for library containing socket... none required
  164. checking for EVP_aes_128_cbc in -lcrypto... no
  165. checking for MD5_Init in -lcrypto... yes
  166. checking for MD2_Init in -lcrypto... no
  167. checking for linux/compiler.h... no
  168. checking linux/ipmi.h usability... yes
  169. checking linux/ipmi.h presence... yes
  170. checking for linux/ipmi.h... yes
  171. checking for ipmi_open_inband in -lfreeipmi... no
  172. checking termios.h usability... yes
  173. checking termios.h presence... yes
  174. checking for termios.h... yes
  175. checking sys/lipmi/lipmi_intf.h usability... no
  176. checking sys/lipmi/lipmi_intf.h presence... no
  177. checking for sys/lipmi/lipmi_intf.h... no
  178. configure: creating ./config.status
  179. config.status: creating Makefile
  180. config.status: creating doc/Makefile
  181. config.status: creating contrib/Makefile
  182. config.status: creating control/Makefile
  183. config.status: creating control/pkginfo
  184. config.status: creating control/prototype
  185. config.status: creating control/rpmmacros
  186. config.status: creating control/ipmitool.spec
  187. config.status: creating lib/Makefile
  188. config.status: creating include/Makefile
  189. config.status: creating include/ipmitool/Makefile
  190. config.status: creating src/Makefile
  191. config.status: creating src/plugins/Makefile
  192. config.status: creating src/plugins/lan/Makefile
  193. config.status: creating src/plugins/lanplus/Makefile
  194. config.status: creating src/plugins/open/Makefile
  195. config.status: creating src/plugins/free/Makefile
  196. config.status: creating src/plugins/imb/Makefile
  197. config.status: creating src/plugins/bmc/Makefile
  198. config.status: creating src/plugins/lipmi/Makefile
  199. config.status: creating config.h
  200. config.status: executing depfiles commands
  201.  
  202. ipmitool 1.8.9
  203.  
  204. Interfaces
  205. lan : no
  206. lanplus : no
  207. open : yes
  208. free : no
  209. imb : yes
  210. bmc : no
  211. lipmi : no
  212.  
  213. Extra tools
  214. ipmievd : yes
  215.  
  216. make all-recursive
  217. make[1]: Entering directory `/u/abc/projects/HEAD/src/3rdparty/ipmitool/ipmitool-1.8.9'
  218. Making all in lib
  219. make[2]: Entering directory `/u/abc/projects/HEAD/src/3rdparty/ipmitool/ipmitool-1.8.9/lib'
  220. if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -fno-strict-aliasing -MT helper.lo -MD -MP -MF ".deps/helper.Tpo" -c -o helper.lo helper.c; \
  221. then mv -f ".deps/helper.Tpo" ".deps/helper.Plo"; else rm -f ".deps/helper.Tpo"; exit 1; fi
  222. if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -fno-strict-aliasing -MT ipmi_sdr.lo -MD -MP -MF ".deps/ipmi_sdr.Tpo" -c -o ipmi_sdr.lo ipmi_sdr.c; \
  223. then mv -f ".deps/ipmi_sdr.Tpo" ".deps/ipmi_sdr.Plo"; else rm -f ".deps/ipmi_sdr.Tpo"; exit 1; fi
  224. if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -fno-strict-aliasing -MT ipmi_sel.lo -MD -MP -MF ".deps/ipmi_sel.Tpo" -c -o ipmi_sel.lo ipmi_sel.c; \
  225. then mv -f ".deps/ipmi_sel.Tpo" ".deps/ipmi_sel.Plo"; else rm -f ".deps/ipmi_sel.Tpo"; exit 1; fi
  226. helper.c: In function 'ipmi_start_daemon':
  227. helper.c:429:7: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
  228. helper.c:438:5: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result]
  229. helper.c:439:5: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result]
  230. In file included from ipmi_sel.c:46:0:
  231. ../include/ipmitool/ipmi_fru.h:318:1: note: offset of packed bit-field 'local_chn' has changed in GCC 4.4
  232. if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -fno-strict-aliasing -MT ipmi_sol.lo -MD -MP -MF ".deps/ipmi_sol.Tpo" -c -o ipmi_sol.lo ipmi_sol.c; \
  233. then mv -f ".deps/ipmi_sol.Tpo" ".deps/ipmi_sol.Plo"; else rm -f ".deps/ipmi_sol.Tpo"; exit 1; fi
  234. if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -fno-strict-aliasing -MT ipmi_pef.lo -MD -MP -MF ".deps/ipmi_pef.Tpo" -c -o ipmi_pef.lo ipmi_pef.c; \
  235. then mv -f ".deps/ipmi_pef.Tpo" ".deps/ipmi_pef.Plo"; else rm -f ".deps/ipmi_pef.Tpo"; exit 1; fi
  236. if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -fno-strict-aliasing -MT ipmi_lanp.lo -MD -MP -MF ".deps/ipmi_lanp.Tpo" -c -o ipmi_lanp.lo ipmi_lanp.c; \
  237. then mv -f ".deps/ipmi_lanp.Tpo" ".deps/ipmi_lanp.Plo"; else rm -f ".deps/ipmi_lanp.Tpo"; exit 1; fi
  238. if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -fno-strict-aliasing -MT ipmi_fru.lo -MD -MP -MF ".deps/ipmi_fru.Tpo" -c -o ipmi_fru.lo ipmi_fru.c; \
  239. then mv -f ".deps/ipmi_fru.Tpo" ".deps/ipmi_fru.Plo"; else rm -f ".deps/ipmi_fru.Tpo"; exit 1; fi
  240. if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -fno-strict-aliasing -MT ipmi_chassis.lo -MD -MP -MF ".deps/ipmi_chassis.Tpo" -c -o ipmi_chassis.lo ipmi_chassis.c; \
  241. then mv -f ".deps/ipmi_chassis.Tpo" ".deps/ipmi_chassis.Plo"; else rm -f ".deps/ipmi_chassis.Tpo"; exit 1; fi
  242. In file included from ipmi_fru.c:37:0:
  243. ../include/ipmitool/ipmi_fru.h:318:1: note: offset of packed bit-field 'local_chn' has changed in GCC 4.4
  244. ipmi_fru.c: In function 'ipmi_fru_query_new_value':
  245. ipmi_fru.c:841:9: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  246. ipmi_fru.c:853:15: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  247. if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -fno-strict-aliasing -MT ipmi_mc.lo -MD -MP -MF ".deps/ipmi_mc.Tpo" -c -o ipmi_mc.lo ipmi_mc.c; \
  248. then mv -f ".deps/ipmi_mc.Tpo" ".deps/ipmi_mc.Plo"; else rm -f ".deps/ipmi_mc.Tpo"; exit 1; fi
  249. if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -fno-strict-aliasing -MT log.lo -MD -MP -MF ".deps/log.Tpo" -c -o log.lo log.c; \
  250. then mv -f ".deps/log.Tpo" ".deps/log.Plo"; else rm -f ".deps/log.Tpo"; exit 1; fi
  251. if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -fno-strict-aliasing -MT dimm_spd.lo -MD -MP -MF ".deps/dimm_spd.Tpo" -c -o dimm_spd.lo dimm_spd.c; \
  252. then mv -f ".deps/dimm_spd.Tpo" ".deps/dimm_spd.Plo"; else rm -f ".deps/dimm_spd.Tpo"; exit 1; fi
  253. if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -fno-strict-aliasing -MT ipmi_sensor.lo -MD -MP -MF ".deps/ipmi_sensor.Tpo" -c -o ipmi_sensor.lo ipmi_sensor.c; \
  254. then mv -f ".deps/ipmi_sensor.Tpo" ".deps/ipmi_sensor.Plo"; else rm -f ".deps/ipmi_sensor.Tpo"; exit 1; fi
  255. In file included from dimm_spd.c:37:0:
  256. ../include/ipmitool/ipmi_fru.h:318:1: note: offset of packed bit-field 'local_chn' has changed in GCC 4.4
  257. if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -fno-strict-aliasing -MT ipmi_channel.lo -MD -MP -MF ".deps/ipmi_channel.Tpo" -c -o ipmi_channel.lo ipmi_channel.c; \
  258. then mv -f ".deps/ipmi_channel.Tpo" ".deps/ipmi_channel.Plo"; else rm -f ".deps/ipmi_channel.Tpo"; exit 1; fi
  259. if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -fno-strict-aliasing -MT ipmi_event.lo -MD -MP -MF ".deps/ipmi_event.Tpo" -c -o ipmi_event.lo ipmi_event.c; \
  260. then mv -f ".deps/ipmi_event.Tpo" ".deps/ipmi_event.Plo"; else rm -f ".deps/ipmi_event.Tpo"; exit 1; fi
  261. if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -fno-strict-aliasing -MT ipmi_session.lo -MD -MP -MF ".deps/ipmi_session.Tpo" -c -o ipmi_session.lo ipmi_session.c; \
  262. then mv -f ".deps/ipmi_session.Tpo" ".deps/ipmi_session.Plo"; else rm -f ".deps/ipmi_session.Tpo"; exit 1; fi
  263. if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -fno-strict-aliasing -MT ipmi_strings.lo -MD -MP -MF ".deps/ipmi_strings.Tpo" -c -o ipmi_strings.lo ipmi_strings.c; \
  264. then mv -f ".deps/ipmi_strings.Tpo" ".deps/ipmi_strings.Plo"; else rm -f ".deps/ipmi_strings.Tpo"; exit 1; fi
  265. if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -fno-strict-aliasing -MT ipmi_user.lo -MD -MP -MF ".deps/ipmi_user.Tpo" -c -o ipmi_user.lo ipmi_user.c; \
  266. then mv -f ".deps/ipmi_user.Tpo" ".deps/ipmi_user.Plo"; else rm -f ".deps/ipmi_user.Tpo"; exit 1; fi
  267. if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -fno-strict-aliasing -MT ipmi_raw.lo -MD -MP -MF ".deps/ipmi_raw.Tpo" -c -o ipmi_raw.lo ipmi_raw.c; \
  268. then mv -f ".deps/ipmi_raw.Tpo" ".deps/ipmi_raw.Plo"; else rm -f ".deps/ipmi_raw.Tpo"; exit 1; fi
  269. if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -fno-strict-aliasing -MT ipmi_oem.lo -MD -MP -MF ".deps/ipmi_oem.Tpo" -c -o ipmi_oem.lo ipmi_oem.c; \
  270. then mv -f ".deps/ipmi_oem.Tpo" ".deps/ipmi_oem.Plo"; else rm -f ".deps/ipmi_oem.Tpo"; exit 1; fi
  271. if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -fno-strict-aliasing -MT ipmi_isol.lo -MD -MP -MF ".deps/ipmi_isol.Tpo" -c -o ipmi_isol.lo ipmi_isol.c; \
  272. then mv -f ".deps/ipmi_isol.Tpo" ".deps/ipmi_isol.Plo"; else rm -f ".deps/ipmi_isol.Tpo"; exit 1; fi
  273. In file included from ipmi_raw.c:42:0:
  274. ../include/ipmitool/ipmi_fru.h:318:1: note: offset of packed bit-field 'local_chn' has changed in GCC 4.4
  275. if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -fno-strict-aliasing -MT ipmi_sunoem.lo -MD -MP -MF ".deps/ipmi_sunoem.Tpo" -c -o ipmi_sunoem.lo ipmi_sunoem.c; \
  276. then mv -f ".deps/ipmi_sunoem.Tpo" ".deps/ipmi_sunoem.Plo"; else rm -f ".deps/ipmi_sunoem.Tpo"; exit 1; fi
  277. if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -fno-strict-aliasing -MT ipmi_fwum.lo -MD -MP -MF ".deps/ipmi_fwum.Tpo" -c -o ipmi_fwum.lo ipmi_fwum.c; \
  278. then mv -f ".deps/ipmi_fwum.Tpo" ".deps/ipmi_fwum.Plo"; else rm -f ".deps/ipmi_fwum.Tpo"; exit 1; fi
  279. if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -fno-strict-aliasing -MT ipmi_picmg.lo -MD -MP -MF ".deps/ipmi_picmg.Tpo" -c -o ipmi_picmg.lo ipmi_picmg.c; \
  280. then mv -f ".deps/ipmi_picmg.Tpo" ".deps/ipmi_picmg.Plo"; else rm -f ".deps/ipmi_picmg.Tpo"; exit 1; fi
  281. In file included from ipmi_picmg.c:9:0:
  282. ../include/ipmitool/ipmi_fru.h:318:1: note: offset of packed bit-field 'local_chn' has changed in GCC 4.4
  283. if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -fno-strict-aliasing -MT ipmi_main.lo -MD -MP -MF ".deps/ipmi_main.Tpo" -c -o ipmi_main.lo ipmi_main.c; \
  284. then mv -f ".deps/ipmi_main.Tpo" ".deps/ipmi_main.Plo"; else rm -f ".deps/ipmi_main.Tpo"; exit 1; fi
  285. if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -fno-strict-aliasing -MT ipmi_tsol.lo -MD -MP -MF ".deps/ipmi_tsol.Tpo" -c -o ipmi_tsol.lo ipmi_tsol.c; \
  286. then mv -f ".deps/ipmi_tsol.Tpo" ".deps/ipmi_tsol.Plo"; else rm -f ".deps/ipmi_tsol.Tpo"; exit 1; fi
  287. if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -fno-strict-aliasing -MT ipmi_firewall.lo -MD -MP -MF ".deps/ipmi_firewall.Tpo" -c -o ipmi_firewall.lo ipmi_firewall.c; \
  288. then mv -f ".deps/ipmi_firewall.Tpo" ".deps/ipmi_firewall.Plo"; else rm -f ".deps/ipmi_firewall.Tpo"; exit 1; fi
  289. In file included from ipmi_main.c:53:0:
  290. ../include/ipmitool/ipmi_fru.h:318:1: note: offset of packed bit-field 'local_chn' has changed in GCC 4.4
  291. if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -fno-strict-aliasing -MT ipmi_kontronoem.lo -MD -MP -MF ".deps/ipmi_kontronoem.Tpo" -c -o ipmi_kontronoem.lo ipmi_kontronoem.c; \
  292. then mv -f ".deps/ipmi_kontronoem.Tpo" ".deps/ipmi_kontronoem.Plo"; else rm -f ".deps/ipmi_kontronoem.Tpo"; exit 1; fi
  293. if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -fno-strict-aliasing -MT ipmi_hpmfwupg.lo -MD -MP -MF ".deps/ipmi_hpmfwupg.Tpo" -c -o ipmi_hpmfwupg.lo ipmi_hpmfwupg.c; \
  294. then mv -f ".deps/ipmi_hpmfwupg.Tpo" ".deps/ipmi_hpmfwupg.Plo"; else rm -f ".deps/ipmi_hpmfwupg.Tpo"; exit 1; fi
  295. In file included from ipmi_kontronoem.c:48:0:
  296. ../include/ipmitool/ipmi_fru.h:318:1: note: offset of packed bit-field 'local_chn' has changed in GCC 4.4
  297. ipmi_hpmfwupg.c: In function 'HpmfwupgGetBufferFromFile':
  298. ipmi_hpmfwupg.c:1318:15: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
  299. /bin/sh ../libtool --silent --tag=CC --mode=link gcc -Os -fno-strict-aliasing -static -o libipmitool.la -export-dynamic helper.lo ipmi_sdr.lo ipmi_sel.lo ipmi_sol.lo ipmi_pef.lo ipmi_lanp.lo ipmi_fru.lo ipmi_chassis.lo ipmi_mc.lo log.lo dimm_spd.lo ipmi_sensor.lo ipmi_channel.lo ipmi_event.lo ipmi_session.lo ipmi_strings.lo ipmi_user.lo ipmi_raw.lo ipmi_oem.lo ipmi_isol.lo ipmi_sunoem.lo ipmi_fwum.lo ipmi_picmg.lo ipmi_main.lo ipmi_tsol.lo ipmi_firewall.lo ipmi_kontronoem.lo ipmi_hpmfwupg.lo -lm -lcrypto
  300. make[2]: Leaving directory `/u/abc/projects/HEAD/src/3rdparty/ipmitool/ipmitool-1.8.9/lib'
  301. Making all in src
  302. make[2]: Entering directory `/u/abc/projects/HEAD/src/3rdparty/ipmitool/ipmitool-1.8.9/src'
  303. Making all in plugins
  304. make[3]: Entering directory `/u/abc/projects/HEAD/src/3rdparty/ipmitool/ipmitool-1.8.9/src/plugins'
  305. Making all in open
  306. make[4]: Entering directory `/u/abc/projects/HEAD/src/3rdparty/ipmitool/ipmitool-1.8.9/src/plugins/open'
  307. if /bin/sh ../../../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../include -Os -fno-strict-aliasing -MT open.lo -MD -MP -MF ".deps/open.Tpo" -c -o open.lo open.c; \
  308. then mv -f ".deps/open.Tpo" ".deps/open.Plo"; else rm -f ".deps/open.Tpo"; exit 1; fi
  309. /bin/sh ../../../libtool --silent --tag=CC --mode=link gcc -Os -fno-strict-aliasing -static -o libintf_open.la open.lo ../../../lib/libipmitool.la -lcrypto
  310. make[4]: Leaving directory `/u/abc/projects/HEAD/src/3rdparty/ipmitool/ipmitool-1.8.9/src/plugins/open'
  311. Making all in imb
  312. make[4]: Entering directory `/u/abc/projects/HEAD/src/3rdparty/ipmitool/ipmitool-1.8.9/src/plugins/imb'
  313. if /bin/sh ../../../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../include -Os -fno-strict-aliasing -MT imbapi.lo -MD -MP -MF ".deps/imbapi.Tpo" -c -o imbapi.lo imbapi.c; \
  314. then mv -f ".deps/imbapi.Tpo" ".deps/imbapi.Plo"; else rm -f ".deps/imbapi.Tpo"; exit 1; fi
  315. if /bin/sh ../../../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../include -Os -fno-strict-aliasing -MT imb.lo -MD -MP -MF ".deps/imb.Tpo" -c -o imb.lo imb.c; \
  316. then mv -f ".deps/imb.Tpo" ".deps/imb.Plo"; else rm -f ".deps/imb.Tpo"; exit 1; fi
  317. /bin/sh ../../../libtool --silent --tag=CC --mode=link gcc -Os -fno-strict-aliasing -static -o libintf_imb.la imbapi.lo imb.lo ../../../lib/libipmitool.la -lcrypto
  318. make[4]: Leaving directory `/u/abc/projects/HEAD/src/3rdparty/ipmitool/ipmitool-1.8.9/src/plugins/imb'
  319. make[4]: Entering directory `/u/abc/projects/HEAD/src/3rdparty/ipmitool/ipmitool-1.8.9/src/plugins'
  320. if /bin/sh ../../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -Os -fno-strict-aliasing -MT ipmi_intf.lo -MD -MP -MF ".deps/ipmi_intf.Tpo" -c -o ipmi_intf.lo ipmi_intf.c; \
  321. then mv -f ".deps/ipmi_intf.Tpo" ".deps/ipmi_intf.Plo"; else rm -f ".deps/ipmi_intf.Tpo"; exit 1; fi
  322. /bin/sh ../../libtool --silent --tag=CC --mode=link gcc -Os -fno-strict-aliasing -static -o libintf.la -export-dynamic ipmi_intf.lo open/libintf_open.la imb/libintf_imb.la -lcrypto
  323. copying selected object files to avoid basename conflicts...
  324. make[4]: Leaving directory `/u/abc/projects/HEAD/src/3rdparty/ipmitool/ipmitool-1.8.9/src/plugins'
  325. make[3]: Leaving directory `/u/abc/projects/HEAD/src/3rdparty/ipmitool/ipmitool-1.8.9/src/plugins'
  326. make[3]: Entering directory `/u/abc/projects/HEAD/src/3rdparty/ipmitool/ipmitool-1.8.9/src'
  327. if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -fno-strict-aliasing -MT ipmitool.o -MD -MP -MF ".deps/ipmitool.Tpo" -c -o ipmitool.o ipmitool.c; \
  328. then mv -f ".deps/ipmitool.Tpo" ".deps/ipmitool.Po"; else rm -f ".deps/ipmitool.Tpo"; exit 1; fi
  329. if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -fno-strict-aliasing -MT ipmishell.o -MD -MP -MF ".deps/ipmishell.Tpo" -c -o ipmishell.o ipmishell.c; \
  330. then mv -f ".deps/ipmishell.Tpo" ".deps/ipmishell.Po"; else rm -f ".deps/ipmishell.Tpo"; exit 1; fi
  331. if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Os -fno-strict-aliasing -MT ipmievd.o -MD -MP -MF ".deps/ipmievd.Tpo" -c -o ipmievd.o ipmievd.c; \
  332. then mv -f ".deps/ipmievd.Tpo" ".deps/ipmievd.Po"; else rm -f ".deps/ipmievd.Tpo"; exit 1; fi
  333. In file included from ipmitool.c:42:0:
  334. ../include/ipmitool/ipmi_fru.h:318:1: note: offset of packed bit-field ‘local_chn’ has changed in GCC 4.4
  335. /bin/sh ../libtool --silent --tag=CC --mode=link gcc -Os -fno-strict-aliasing -static -o ipmitool ipmitool.o ipmishell.o ../lib/libipmitool.la plugins/libintf.la -lcrypto
  336. /bin/sh ../libtool --silent --tag=CC --mode=link gcc -Os -fno-strict-aliasing -static -o ipmievd ipmievd.o ../lib/libipmitool.la plugins/libintf.la -lcrypto
  337. make[3]: Leaving directory `/u/abc/projects/HEAD/src/3rdparty/ipmitool/ipmitool-1.8.9/src'
  338. make[2]: Leaving directory `/u/abc/projects/HEAD/src/3rdparty/ipmitool/ipmitool-1.8.9/src'
  339. Making all in include
  340. make[2]: Entering directory `/u/abc/projects/HEAD/src/3rdparty/ipmitool/ipmitool-1.8.9/include'
  341. Making all in ipmitool
  342. make[3]: Entering directory `/u/abc/projects/HEAD/src/3rdparty/ipmitool/ipmitool-1.8.9/include/ipmitool'
  343. make[3]: Nothing to be done for `all'.
  344. make[3]: Leaving directory `/u/abc/projects/HEAD/src/3rdparty/ipmitool/ipmitool-1.8.9/include/ipmitool'
  345. make[3]: Entering directory `/u/abc/projects/HEAD/src/3rdparty/ipmitool/ipmitool-1.8.9/include'
  346. make[3]: Nothing to be done for `all-am'.
  347. make[3]: Leaving directory `/u/abc/projects/HEAD/src/3rdparty/ipmitool/ipmitool-1.8.9/include'
  348. make[2]: Leaving directory `/u/abc/projects/HEAD/src/3rdparty/ipmitool/ipmitool-1.8.9/include'
  349. Making all in doc
  350. make[2]: Entering directory `/u/abc/projects/HEAD/src/3rdparty/ipmitool/ipmitool-1.8.9/doc'
  351. make[2]: Nothing to be done for `all'.
  352. make[2]: Leaving directory `/u/abc/projects/HEAD/src/3rdparty/ipmitool/ipmitool-1.8.9/doc'
  353. Making all in contrib
  354. make[2]: Entering directory `/u/abc/projects/HEAD/src/3rdparty/ipmitool/ipmitool-1.8.9/contrib'
  355. make[2]: Nothing to be done for `all'.
  356. make[2]: Leaving directory `/u/abc/projects/HEAD/src/3rdparty/ipmitool/ipmitool-1.8.9/contrib'
  357. Making all in control
  358. make[2]: Entering directory `/u/abc/projects/HEAD/src/3rdparty/ipmitool/ipmitool-1.8.9/control'
  359. make[2]: Nothing to be done for `all'.
  360. make[2]: Leaving directory `/u/abc/projects/HEAD/src/3rdparty/ipmitool/ipmitool-1.8.9/control'
  361. make[2]: Entering directory `/u/abc/projects/HEAD/src/3rdparty/ipmitool/ipmitool-1.8.9'
  362. make[2]: Leaving directory `/u/abc/projects/HEAD/src/3rdparty/ipmitool/ipmitool-1.8.9'
  363. make[1]: Leaving directory `/u/abc/projects/HEAD/src/3rdparty/ipmitool/ipmitool-1.8.9'
  364. src/ipmitool: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.24, BuildID[sha1]=0xf52955dec97e8f1763005e729f984217b7b4ca47, not stripped
  365. linux-gate.so.1 => (0xb77ca000)
  366. libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xb777d000)
  367. libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb75d3000)
  368. /lib/ld-linux.so.2 (0xb77cb000)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement