[ovs-dev] Bug#740355: openvswitch-datapath-source: module-assistant openvswitch-datapath fails on 7.4 3.2.0-4-amd64

Frédéric Tournier ftournier at olfeo.com
Mon Mar 3 08:00:42 UTC 2014


Here it is:


On 28/02/2014 18:28, Evgeni Golov wrote:
> Hi,
>
> On Fri, Feb 28, 2014 at 04:52:28PM +0100, fred wrote:
>
>> module-assistant auto-install openvswitch-datapath fails without any useful
>> log.
>>
>> I have no clue.
> Can you please still post the log? It builds just fine for me.
>
> Regards
> Evgeni

-------------- next part --------------
dh_testdir	
dh_testroot
dh_clean
rm -rf openvswitch
/usr/bin/make  -f debian/rules kdist_clean kdist_config binary-modules
make[1]: entrant dans le répertoire « /usr/src/modules/openvswitch-datapath »
dh_testdir	
dh_testroot
dh_clean
rm -rf openvswitch
for templ in /usr/src/modules/openvswitch-datapath/debian/openvswitch-datapath-module-_KVERS_.postinst /usr/src/modules/openvswitch-datapath/debian/openvswitch-datapath-module-_KVERS_.postinst.backup /usr/src/modules/openvswitch-datapath/debian/openvswitch-datapath-module-_KVERS_.postinst.modules.in; do \
    cp $templ `echo $templ | sed -e 's/_KVERS_/3.2.0-4-amd64/g'` ; \
  done
for templ in `ls debian/*.modules.in` ; do \
    test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in} ${templ%.modules.in}.backup 2>/dev/null || true; \
    sed -e 's/##KVERS##/3.2.0-4-amd64/g ;s/#KVERS#/3.2.0-4-amd64/g ; s/_KVERS_/3.2.0-4-amd64/g ; s/##KDREV##/3.2.54-2/g ; s/#KDREV#/3.2.54-2/g ; s/_KDREV_/3.2.54-2/g  ' < $templ > ${templ%.modules.in}; \
  done
dh_testdir
dh_testroot
dh_clean -k
dh_clean: dh_clean -k is deprecated; use dh_prep instead
tar xzf openvswitch.tar.gz
cd openvswitch && ./configure --with-linux=/lib/modules/3.2.0-4-amd64/build  --with-build-number=0
checking build number... 0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking for grep that handles long lines and -e... /bin/grep
checking for fgrep... /bin/grep -F
checking for perl... /usr/bin/perl
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether byte ordering is bigendian... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for library containing pow... -lm
checking for library containing clock_gettime... -lrt
checking for library containing timer_create... none required
checking for linux/netlink.h... yes
checking for pkg-config... no
checking for SSL... no
configure: WARNING: Cannot find openssl:



OpenFlow connections over SSL will not be supported.
(You may use --disable-ssl to suppress this warning.)
checking for Python 2.x for x >= 4... /usr/bin/python
checking for pyuic4... no
checking for PySide.QtCore Python module... no
checking for PyQt4.QtCore Python module... no
checking for twisted.conch.ssh Python module... no
checking for twisted.internet Python module... no
checking for twisted.application Python module... no
checking for json Python module... yes
checking for zope.interface Python module... no
checking whether to build ovsdbmonitor... no
checking for dot... no
checking net/if_packet.h usability... yes
checking net/if_packet.h presence... yes
checking for net/if_packet.h... yes
checking whether strtok_r macro segfaults on some inputs... no
checking for struct stat.st_mtim.tv_nsec... yes
checking for struct stat.st_mtimensec... no
checking for mlockall... yes
checking for strnlen... yes
checking for strsignal... yes
checking for getloadavg... yes
checking for statvfs... yes
checking for setmntent... yes
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking linux/types.h usability... yes
checking linux/types.h presence... yes
checking for linux/types.h... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for backtrace... yes
checking whether libc supports hooks for malloc and related functions... yes
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking for connect in -lsocket... no
checking for library containing gethostbyname... none required
checking for user-defined linker section support... yes
checking XenServer release... none
checking for groff... yes
checking whether gcc accepts -Wall... yes
checking whether gcc accepts -Wno-sign-compare... yes
checking whether gcc accepts -Wpointer-arith... yes
checking whether gcc accepts -Wdeclaration-after-statement... yes
checking whether gcc accepts -Wformat-security... yes
checking whether gcc accepts -Wswitch-enum... yes
checking whether gcc accepts -Wunused-parameter... yes
checking whether gcc accepts -Wstrict-aliasing... yes
checking whether gcc accepts -Wbad-function-cast... yes
checking whether gcc accepts -Wcast-align... yes
checking whether gcc accepts -Wstrict-prototypes... yes
checking whether gcc accepts -Wold-style-definition... yes
checking whether gcc accepts -Wmissing-prototypes... yes
checking whether gcc accepts -Wmissing-field-initializers... yes
checking whether gcc accepts -Wno-override-init... yes
checking whether gcc accepts -Wno-unused... yes
checking whether gcc accepts -Wno-unused-parameter... yes
checking target hint for cgcc... x86_64
checking whether make has GNU make $(if) extension... yes
checking for Linux build directory... /lib/modules/3.2.0-4-amd64/build
checking for Linux source directory... /usr/src/linux-headers-3.2.0-4-common
checking for kernel version... 3.2.54
checking whether src_err, matches in /usr/src/linux-headers-3.2.0-4-common/arch/x86/include/asm/checksum_32.h... no
checking whether ERR_CAST matches in /usr/src/linux-headers-3.2.0-4-common/include/linux/err.h... yes
checking whether ipv4_is_multicast matches in /usr/src/linux-headers-3.2.0-4-common/include/linux/in.h... yes
checking whether dev_disable_lro matches in /usr/src/linux-headers-3.2.0-4-common/include/linux/netdevice.h... yes
checking whether dev_get_stats matches in /usr/src/linux-headers-3.2.0-4-common/include/linux/netdevice.h... yes
checking whether dev_get_by_index_rcu matches in /usr/src/linux-headers-3.2.0-4-common/include/linux/netdevice.h... yes
checking whether rcu_read_lock_held matches in /usr/src/linux-headers-3.2.0-4-common/include/linux/rcupdate.h... yes
checking whether [^@]proto_data_valid matches in /usr/src/linux-headers-3.2.0-4-common/include/linux/skbuff.h... no
checking whether raw matches in /usr/src/linux-headers-3.2.0-4-common/include/linux/skbuff.h... no
checking whether skb_dst( matches in /usr/src/linux-headers-3.2.0-4-common/include/linux/skbuff.h... yes
checking whether skb_copy_from_linear_data_offset matches in /usr/src/linux-headers-3.2.0-4-common/include/linux/skbuff.h... yes
checking whether skb_cow_head matches in /usr/src/linux-headers-3.2.0-4-common/include/linux/skbuff.h... yes
checking whether skb_transport_header matches in /usr/src/linux-headers-3.2.0-4-common/include/linux/skbuff.h... yes
checking whether icmp6_hdr matches in /usr/src/linux-headers-3.2.0-4-common/include/linux/icmpv6.h... yes
checking whether skb_warn_if_lro matches in /usr/src/linux-headers-3.2.0-4-common/include/linux/skbuff.h... yes
checking whether consume_skb matches in /usr/src/linux-headers-3.2.0-4-common/include/linux/skbuff.h... yes
checking whether kmemdup matches in /usr/src/linux-headers-3.2.0-4-common/include/linux/string.h... yes
checking whether bool matches in /usr/src/linux-headers-3.2.0-4-common/include/linux/types.h... yes
checking whether __wsum matches in /usr/src/linux-headers-3.2.0-4-common/include/linux/types.h... yes
checking whether csum_replace4 matches in /usr/src/linux-headers-3.2.0-4-common/include/net/checksum.h... yes
checking whether csum_unfold matches in /usr/src/linux-headers-3.2.0-4-common/include/net/checksum.h... yes
checking whether NLA_NUL_STRING matches in /usr/src/linux-headers-3.2.0-4-common/include/net/netlink.h... yes
checking whether nla_get_be16 matches in /usr/src/linux-headers-3.2.0-4-common/include/net/netlink.h... yes
checking whether nla_find_nested matches in /usr/src/linux-headers-3.2.0-4-common/include/net/netlink.h... yes
checking whether ADD_ALL_VLANS_CMD matches in /usr/src/linux-headers-3.2.0-4-common/include/linux/if_vlan.h... no
checking for /usr/src/linux-headers-3.2.0-4-common/include/linux/log2.h... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating datapath/Makefile
config.status: creating datapath/linux/Kbuild
config.status: creating datapath/linux/Makefile
config.status: creating datapath/linux/Makefile.main
config.status: creating tests/atlocal
config.status: creating config.h
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing include/openflow/openflow.h.stamp commands
config.status: executing ovsdb/ovsdbmonitor/dummy commands
config.status: executing utilities/bugtool/dummy commands
cd openvswitch && /usr/bin/make -C datapath/linux
make[2]: entrant dans le répertoire « /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux »
ln -s /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/../actions.c 
ln -s /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/../checksum.c 
ln -s /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/../datapath.c 
ln -s /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/../dp_notify.c 
ln -s /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/../dp_sysfs_dp.c 
ln -s /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/../dp_sysfs_if.c 
ln -s /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/../flow.c 
ln -s /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/../tunnel.c 
ln -s /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/../vlan.c 
ln -s /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/../vport.c 
ln -s /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/../vport-capwap.c 
ln -s /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/../vport-generic.c 
ln -s /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/../vport-gre.c 
ln -s /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/../vport-internal_dev.c 
ln -s /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/../vport-netdev.c 
ln -s /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/../vport-patch.c 
ln -s /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/../linux/compat/addrconf_core-openvswitch.c 
ln -s /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/../linux/compat/dev-openvswitch.c 
ln -s /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/../linux/compat/flex_array.c 
ln -s /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/../linux/compat/genetlink-openvswitch.c 
ln -s /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/../linux/compat/ip_output-openvswitch.c 
ln -s /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/../linux/compat/kmemdup.c 
ln -s /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/../linux/compat/netdevice.c 
ln -s /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/../linux/compat/reciprocal_div.c 
ln -s /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/../linux/compat/skbuff-openvswitch.c 
ln -s /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/../linux/compat/time.c 
ln -s /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/../linux/compat/genetlink-brcompat.c 
ln -s /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/../brcompat.c 
/usr/bin/make -C /lib/modules/3.2.0-4-amd64/build M=/usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux modules
make[3]: entrant dans le répertoire « /usr/src/linux-headers-3.2.0-4-amd64 »
  CC [M]  /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/genetlink-brcompat.o
  CC [M]  /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/brcompat.o
  CC [M]  /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/actions.o
  CC [M]  /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/checksum.o
  CC [M]  /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/datapath.o
  CC [M]  /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/dp_notify.o
  CC [M]  /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/dp_sysfs_dp.o
  CC [M]  /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/dp_sysfs_if.o
  CC [M]  /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/flow.o
  CC [M]  /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/tunnel.o
/usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/tunnel.c: In function ?ovs_tnl_send?:
/usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/tunnel.c:1294:3: warning: passing argument 1 of ?ip_select_ident? from incompatible pointer type [enabled by default]
/usr/src/linux-headers-3.2.0-4-common/include/net/ip.h:269:20: note: expected ?struct sk_buff *? but argument is of type ?struct iphdr *?
  CC [M]  /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/vlan.o
  CC [M]  /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/vport.o
  CC [M]  /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/vport-capwap.o
  CC [M]  /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/vport-generic.o
  CC [M]  /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/vport-gre.o
  CC [M]  /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/vport-internal_dev.o
  CC [M]  /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/vport-netdev.o
  CC [M]  /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/vport-patch.o
  CC [M]  /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/addrconf_core-openvswitch.o
  CC [M]  /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/dev-openvswitch.o
  CC [M]  /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/flex_array.o
  CC [M]  /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/genetlink-openvswitch.o
  CC [M]  /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/ip_output-openvswitch.o
  CC [M]  /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/kmemdup.o
  CC [M]  /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/netdevice.o
  CC [M]  /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/reciprocal_div.o
  CC [M]  /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/skbuff-openvswitch.o
  CC [M]  /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/time.o
  LD [M]  /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/openvswitch_mod.o
  LD [M]  /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/brcompat_mod.o
  Building modules, stage 2.
  MODPOST 2 modules
  CC      /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/brcompat_mod.mod.o
  LD [M]  /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/brcompat_mod.ko
  CC      /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/openvswitch_mod.mod.o
  LD [M]  /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux/openvswitch_mod.ko
make[3]: quittant le répertoire « /usr/src/linux-headers-3.2.0-4-amd64 »
make[2]: quittant le répertoire « /usr/src/modules/openvswitch-datapath/openvswitch/datapath/linux »
install -d -m755 /usr/src/modules/openvswitch-datapath/debian/openvswitch-datapath-module-3.2.0-4-amd64/lib/modules/3.2.0-4-amd64/kernel
install -m644 openvswitch/datapath/linux/*_mod.ko /usr/src/modules/openvswitch-datapath/debian/openvswitch-datapath-module-3.2.0-4-amd64/lib/modules/3.2.0-4-amd64/kernel/
dh_installmodules
dh_installdocs
dh_installchangelogs
dh_compress
dh_fixperms
dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb --destdir=/usr/src
dpkg-deb : construction du paquet « openvswitch-datapath-module-3.2.0-4-amd64 » dans « /usr/src/openvswitch-datapath-module-3.2.0-4-amd64_1.4.2+git20120612-9.1~deb7u1_amd64.deb ».
make[1]: quittant le répertoire « /usr/src/modules/openvswitch-datapath »
/usr/bin/make  -f debian/rules kdist_clean
make[1]: entrant dans le répertoire « /usr/src/modules/openvswitch-datapath »
dh_testdir	
dh_testroot
dh_clean
rm -rf openvswitch
make[1]: quittant le répertoire « /usr/src/modules/openvswitch-datapath »
Build time: 12 seconds


More information about the dev mailing list