On Mon, Feb 13, 2012 at 05:49:54PM +0900, Simon Horman wrote: > On Mon, Feb 13, 2012 at 04:10:06PM +0800, Thomas Goirand wrote: > > Package: openvswitch-datapath-dkms > > Version: 1.4.0-1 > > Severity: grave > > > > Hi there! > > > > First, thanks for maintaining OVS, this is a very nice software, which > > I will use with XCP (for which I'm working on the packaging, together > > with people from Citrix). > > > > Now, the less nice stuff... :) > > > > openvswitch-datapath-dkms fails to build its kernel module when I tried > > to install it in SID. Here's the relevant log: > > > > Building module: > > cleaning build area....(bad exit status: 2) > > ./configure --with-linux=/usr/src/linux-headers-3.1.0-1-686-pae ; make -C > > datapath/linux......(bad exit status: 2) > > Error! Bad return status for module build on kernel: 3.1.0-1-686-pae (i686) > > Consult /var/lib/dkms/openvswitch/1.4.0/build/make.log for more information. > > > > and the make.log contains: > > > > make: Entering directory > > `/var/lib/dkms/openvswitch/1.4.0/build/datapath/linux' > > make: *** No targets specified and no makefile found. Stop. > > make: Leaving directory > > `/var/lib/dkms/openvswitch/1.4.0/build/datapath/linux' > > > > I believe that the step building the Makefile was never run (but I didn't > > investigate more and used the module-assistant version). Indeed: > > Strange, I think that the Makefile should be created by ./configure, > which features in the debian/dkms.conf.in. > > Would it be possible for you to provide your make.log?
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. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org