Advertisement
Guest User

Untitled

a guest
May 29th, 2012
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.27 KB | None | 0 0
  1. # rpmbuild -bb xenserver/openvswitch-xen.spec
  2. Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.65122
  3. + umask 022
  4. + cd /usr/src/redhat/BUILD
  5. + LANG=C
  6. + export LANG
  7. + unset DISPLAY
  8. + cd /usr/src/redhat/BUILD
  9. + rm -rf openvswitch-3.0.0
  10. + /bin/gzip -dc /usr/src/redhat/SOURCES/openvswitch-3.0.0.tar.gz
  11. + tar -xf -
  12. + STATUS=0
  13. + '[' 0 -ne 0 ']'
  14. + cd openvswitch-3.0.0
  15. ++ /usr/bin/id -u
  16. + '[' 0 = 0 ']'
  17. + /bin/chown -Rhf root .
  18. ++ /usr/bin/id -u
  19. + '[' 0 = 0 ']'
  20. + /bin/chgrp -Rhf root .
  21. + /bin/chmod -Rf a+rX,u+w,g-w,o-w .
  22. + exit 0
  23. Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.65122
  24. + umask 022
  25. + cd /usr/src/redhat/BUILD
  26. + cd openvswitch-3.0.0
  27. + LANG=C
  28. + export LANG
  29. + unset DISPLAY
  30. + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-linux=/lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665xen/build --enable-ssl
  31. checking for a BSD-compatible install... /usr/bin/install -c
  32. checking whether build environment is sane... yes
  33. checking for gawk... gawk
  34. checking whether make sets $(MAKE)... yes
  35. checking for gcc... gcc
  36. checking whether the C compiler works... yes
  37. checking for C compiler default output file name... a.out
  38. checking for suffix of executables...
  39. checking whether we are cross compiling... no
  40. checking for suffix of object files... o
  41. checking whether we are using the GNU C compiler... yes
  42. checking whether gcc accepts -g... yes
  43. checking for gcc option to accept ISO C89... none needed
  44. checking for style of include used by make... GNU
  45. checking dependency style of gcc... gcc3
  46. checking whether gcc and cc understand -c and -o together... yes
  47. checking how to run the C preprocessor... gcc -E
  48. checking for ranlib... ranlib
  49. checking for a thread-safe mkdir -p... /bin/mkdir -p
  50. checking for grep that handles long lines and -e... /bin/grep
  51. checking for fgrep... /bin/grep -F
  52. checking for perl... /usr/bin/perl
  53. checking for egrep... /bin/grep -E
  54. checking for ANSI C header files... yes
  55. checking for sys/types.h... yes
  56. checking for sys/stat.h... yes
  57. checking for stdlib.h... yes
  58. checking for string.h... yes
  59. checking for memory.h... yes
  60. checking for strings.h... yes
  61. checking for inttypes.h... yes
  62. checking for stdint.h... yes
  63. checking for unistd.h... yes
  64. checking minix/config.h usability... no
  65. checking minix/config.h presence... no
  66. checking for minix/config.h... no
  67. checking whether it is safe to define __EXTENSIONS__... yes
  68. checking whether byte ordering is bigendian... no
  69. checking for special C compiler options needed for large files... no
  70. checking for _FILE_OFFSET_BITS value needed for large files... 64
  71. checking for library containing pow... -lm
  72. checking for library containing clock_gettime... -lrt
  73. checking for library containing timer_create... none required
  74. checking for linux/netlink.h... yes
  75. checking for pkg-config... /usr/bin/pkg-config
  76. checking pkg-config is at least version 0.9.0... yes
  77. checking for SSL... yes
  78. checking for Python 2.x for x >= 4... /usr/bin/python
  79. checking for pyuic4... no
  80. checking for PySide.QtCore Python module... no
  81. checking for PyQt4.QtCore Python module... no
  82. checking for twisted.conch.ssh Python module... no
  83. checking for twisted.internet Python module... no
  84. checking for twisted.application Python module... no
  85. checking for json Python module... no
  86. checking for zope.interface Python module... no
  87. checking whether to build ovsdbmonitor... no
  88. checking for dot... no
  89. checking net/if_packet.h usability... yes
  90. checking net/if_packet.h presence... yes
  91. checking for net/if_packet.h... yes
  92. checking whether strtok_r macro segfaults on some inputs... yes
  93. checking for struct stat.st_mtim.tv_nsec... yes
  94. checking for struct stat.st_mtimensec... no
  95. checking for mlockall... yes
  96. checking for strnlen... yes
  97. checking for strsignal... yes
  98. checking for getloadavg... yes
  99. checking for statvfs... yes
  100. checking for setmntent... yes
  101. checking mntent.h usability... yes
  102. checking mntent.h presence... yes
  103. checking for mntent.h... yes
  104. checking sys/statvfs.h usability... yes
  105. checking sys/statvfs.h presence... yes
  106. checking for sys/statvfs.h... yes
  107. checking linux/types.h usability... yes
  108. checking linux/types.h presence... yes
  109. checking for linux/types.h... yes
  110. checking execinfo.h usability... yes
  111. checking execinfo.h presence... yes
  112. checking for execinfo.h... yes
  113. checking for backtrace... yes
  114. checking whether libc supports hooks for malloc and related functions... yes
  115. checking valgrind/valgrind.h usability... no
  116. checking valgrind/valgrind.h presence... no
  117. checking for valgrind/valgrind.h... no
  118. checking for connect in -lsocket... no
  119. checking for library containing gethostbyname... none required
  120. checking for user-defined linker section support... yes
  121. checking XenServer release... 6.0.2
  122. checking for groff... yes
  123. checking whether gcc accepts -Wall... yes
  124. checking whether gcc accepts -Wno-sign-compare... yes
  125. checking whether gcc accepts -Wpointer-arith... yes
  126. checking whether gcc accepts -Wdeclaration-after-statement... yes
  127. checking whether gcc accepts -Wformat-security... yes
  128. checking whether gcc accepts -Wswitch-enum... yes
  129. checking whether gcc accepts -Wunused-parameter... yes
  130. checking whether gcc accepts -Wstrict-aliasing... yes
  131. checking whether gcc accepts -Wbad-function-cast... yes
  132. checking whether gcc accepts -Wcast-align... yes
  133. checking whether gcc accepts -Wstrict-prototypes... yes
  134. checking whether gcc accepts -Wold-style-definition... yes
  135. checking whether gcc accepts -Wmissing-prototypes... yes
  136. checking whether gcc accepts -Wmissing-field-initializers... yes
  137. checking whether gcc accepts -Wno-override-init... no
  138. checking whether gcc accepts -Wno-unused... yes
  139. checking whether gcc accepts -Wno-unused-parameter... yes
  140. checking target hint for cgcc... x86
  141. checking whether make has GNU make $(if) extension... yes
  142. checking for Linux build directory... /lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665xen/build
  143. checking for Linux source directory... /lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665xen/build
  144. checking for kernel version... 2.6.32
  145. checking whether src_err, matches in /lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665xen/build/arch/x86/include/asm/checksum_32.h... yes
  146. checking whether ERR_CAST matches in /lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665xen/build/include/linux/err.h... yes
  147. checking whether ipv4_is_multicast matches in /lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665xen/build/include/linux/in.h... yes
  148. checking whether dev_disable_lro matches in /lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665xen/build/include/linux/netdevice.h... yes
  149. checking whether dev_get_stats matches in /lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665xen/build/include/linux/netdevice.h... yes
  150. checking whether dev_get_by_index_rcu matches in /lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665xen/build/include/linux/netdevice.h... yes
  151. checking whether rcu_read_lock_held matches in /lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665xen/build/include/linux/rcupdate.h... yes
  152. checking whether [^@]proto_data_valid matches in /lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665xen/build/include/linux/skbuff.h... no
  153. checking whether raw matches in /lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665xen/build/include/linux/skbuff.h... no
  154. checking whether skb_dst( matches in /lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665xen/build/include/linux/skbuff.h... yes
  155. checking whether skb_copy_from_linear_data_offset matches in /lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665xen/build/include/linux/skbuff.h... yes
  156. checking whether skb_reset_tail_pointer matches in /lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665xen/build/include/linux/skbuff.h... yes
  157. checking whether skb_cow_head matches in /lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665xen/build/include/linux/skbuff.h... yes
  158. checking whether skb_transport_header matches in /lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665xen/build/include/linux/skbuff.h... yes
  159. checking whether icmp6_hdr matches in /lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665xen/build/include/linux/icmpv6.h... yes
  160. checking whether skb_warn_if_lro matches in /lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665xen/build/include/linux/skbuff.h... yes
  161. checking whether consume_skb matches in /lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665xen/build/include/linux/skbuff.h... yes
  162. checking whether kmemdup matches in /lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665xen/build/include/linux/string.h... yes
  163. checking whether bool matches in /lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665xen/build/include/linux/types.h... yes
  164. checking whether __wsum matches in /lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665xen/build/include/linux/types.h... yes
  165. checking whether csum_replace4 matches in /lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665xen/build/include/net/checksum.h... yes
  166. checking whether csum_unfold matches in /lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665xen/build/include/net/checksum.h... yes
  167. checking whether NLA_NUL_STRING matches in /lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665xen/build/include/net/netlink.h... yes
  168. checking whether nla_get_be16 matches in /lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665xen/build/include/net/netlink.h... yes
  169. checking whether nla_find_nested matches in /lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665xen/build/include/net/netlink.h... yes
  170. checking whether ADD_ALL_VLANS_CMD matches in /lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665xen/build/include/linux/if_vlan.h... yes
  171. checking for /lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665xen/build/include/linux/log2.h... yes
  172. configure: creating ./config.status
  173. config.status: creating Makefile
  174. config.status: creating datapath/Makefile
  175. config.status: creating datapath/linux/Kbuild
  176. config.status: creating datapath/linux/Makefile
  177. config.status: creating datapath/linux/Makefile.main
  178. config.status: creating tests/atlocal
  179. config.status: creating config.h
  180. config.status: config.h is unchanged
  181. config.status: executing tests/atconfig commands
  182. config.status: executing depfiles commands
  183. config.status: executing include/openflow/openflow.h.stamp commands
  184. config.status: executing ovsdb/ovsdbmonitor/dummy commands
  185. config.status: executing utilities/bugtool/dummy commands
  186. + make -j4
  187. make all-recursive
  188. make[1]: Entering directory `/usr/src/redhat/BUILD/openvswitch-3.0.0'
  189. Making all in datapath
  190. make[2]: Entering directory `/usr/src/redhat/BUILD/openvswitch-3.0.0/datapath'
  191. Making all in linux
  192. make[3]: Entering directory `/usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux'
  193. ln -s /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/../actions.c
  194. ln -s /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/../checksum.c
  195. ln -s /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/../datapath.c
  196. ln -s /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/../dp_notify.c
  197. ln -s /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/../dp_sysfs_dp.c
  198. ln -s /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/../dp_sysfs_if.c
  199. ln -s /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/../flow.c
  200. ln -s /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/../genl_exec.c
  201. ln -s /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/../tunnel.c
  202. ln -s /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/../vlan.c
  203. ln -s /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/../vport.c
  204. ln -s /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/../vport-capwap.c
  205. ln -s /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/../vport-generic.c
  206. ln -s /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/../vport-gre.c
  207. ln -s /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/../vport-internal_dev.c
  208. ln -s /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/../vport-netdev.c
  209. ln -s /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/../vport-patch.c
  210. ln -s /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/../linux/compat/addrconf_core-openvswitch.c
  211. ln -s /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/../linux/compat/dev-openvswitch.c
  212. ln -s /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/../linux/compat/exthdrs_core.c
  213. ln -s /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/../linux/compat/flex_array.c
  214. ln -s /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/../linux/compat/genetlink-openvswitch.c
  215. ln -s /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/../linux/compat/ip_output-openvswitch.c
  216. ln -s /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/../linux/compat/kmemdup.c
  217. ln -s /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/../linux/compat/netdevice.c
  218. ln -s /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/../linux/compat/net_namespace.c
  219. ln -s /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/../linux/compat/reciprocal_div.c
  220. ln -s /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/../linux/compat/skbuff-openvswitch.c
  221. ln -s /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/../linux/compat/time.c
  222. ln -s /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/../linux/compat/workqueue.c
  223. ln -s /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/../linux/compat/genetlink-brcompat.c
  224. ln -s /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/../brcompat_main.c
  225. make -C /lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665xen/build M=/usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux modules
  226. make[4]: Entering directory `/usr/src/kernels/2.6.32.12-0.7.1.xs6.0.2.542.170665xen-i686'
  227. Updating /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/Makefile.xen
  228. CC [M] /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/genetlink-brcompat.o
  229. CC [M] /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/brcompat_main.o
  230. CC [M] /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/actions.o
  231. CC [M] /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/checksum.o
  232. CC [M] /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/datapath.o
  233. CC [M] /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/dp_notify.o
  234. CC [M] /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/dp_sysfs_dp.o
  235. CC [M] /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/dp_sysfs_if.o
  236. CC [M] /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/flow.o
  237. CC [M] /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/genl_exec.o
  238. CC [M] /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/tunnel.o
  239. CC [M] /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/vlan.o
  240. CC [M] /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/vport.o
  241. /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/tunnel.c: In function 'ovs_tnl_send':
  242. /usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/tunnel.c:1305: error: cannot take address of bit-field 'protocol'
  243. make[5]: *** [/usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux/tunnel.o] Error 1
  244. make[5]: *** Waiting for unfinished jobs....
  245. make[4]: *** [_module_/usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux] Error 2
  246. make[4]: Leaving directory `/usr/src/kernels/2.6.32.12-0.7.1.xs6.0.2.542.170665xen-i686'
  247. make[3]: *** [default] Error 2
  248. make[3]: Leaving directory `/usr/src/redhat/BUILD/openvswitch-3.0.0/datapath/linux'
  249. make[2]: *** [all-recursive] Error 1
  250. make[2]: Leaving directory `/usr/src/redhat/BUILD/openvswitch-3.0.0/datapath'
  251. make[1]: *** [all-recursive] Error 1
  252. make[1]: Leaving directory `/usr/src/redhat/BUILD/openvswitch-3.0.0'
  253. make: *** [all] Error 2
  254. error: Bad exit status from /var/tmp/rpm-tmp.65122 (%build)
  255.  
  256.  
  257. RPM build errors:
  258. Bad exit status from /var/tmp/rpm-tmp.65122 (%build)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement