On 02/14/2012 01:22 AM, Ben Pfaff wrote: > The config.log would be useful too. > > Thomas, it's possible that you're hitting the following bug. I > committed a fix for it to all of our active branches a few minutes > ago (so obviously it isn't in Debian yet): > http://openvswitch.org/pipermail/dev/2012-February/014890.html > If that is the problem, then you can work around it simply by > installing the libc6-dev package.
This is a development box on which I was trying to install openvswitch, so of course, libc6-dev was already installed. So no, that's not the issue, however, obviously libc6-dev is needed. On 02/13/2012 04:49 PM, Simon Horman wrote: > Would it be possible for you to provide your make.log? I've attached it to this mail. On 02/13/2012 04:49 PM, Simon Horman wrote: > Curiously installing openvswitch-datapath-dkms 1.4.0-1 does seem > to work for me, also 3.1 but on amd64, though that may be a legacy > of my environment. FYI: I run in 32 bits, because that's the most optimized environment for a Xen dom0. During the course of upgrading XCP from 1.3 to 1.3.2, I've hit 3 bugs already. I really hope that's going to be it! :) Thomas
DKMS make.log for openvswitch-1.4.0 for kernel 3.1.0-1-686-pae (i686) Mon Feb 13 17:49:56 UTC 2012 checking build number... none 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... gawk 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... 64 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... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for SSL... yes 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... yes checking for twisted.conch.ssh Python module... yes checking for twisted.internet Python module... yes checking for twisted.application Python module... yes checking for json Python module... yes checking for zope.interface Python module... yes checking whether to build ovsdbmonitor... yes 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 checking whether make has GNU make $(if) extension... yes checking for Linux build directory... /usr/src/linux-headers-3.1.0-1-686-pae checking for Linux source directory... configure: error: cannot find source directory (please use --with-linux-source) make: Entering directory `/var/lib/dkms/openvswitch/1.4.0/build/datapath/linux' Makefile.main:8: @abs_srcdir@/../Modules.mk: No such file or directory Makefile.main:9: @abs_srcdir@/Modules.mk: No such file or directory Makefile.main:55: *** Linux kernel source not configured - missing version.h. Stop. make: Leaving directory `/var/lib/dkms/openvswitch/1.4.0/build/datapath/linux'