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

2014-03-04 Thread Frédéric Tournier

apt-get remove openvswitch-datapath-source
downloaded the .deb, then
dpkg -i openvswitch-datapath-source_1.4.2+git20120612-9.1~deb7u1_all.deb
build failed

The new log seems more interesting.



On 03/03/2014 22:46, Evgeni Golov wrote:

Hi,

On Mon, Mar 03, 2014 at 09:00:42AM +0100, Frédéric Tournier wrote:

Here it is:

Thanks!


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
 ».

That looks (as you said) good. Can you install the .deb via dpkg -i?

m-a a-i openvswitch-datapath produces the following output after
building here:

Done with 
/usr/src/openvswitch-datapath-module-3.2.0-4-amd64_1.4.2+git20120612-9.1~deb7u1_amd64.deb
 .
dpkg -Ei 
/usr/src/openvswitch-datapath-module-3.2.0-4-amd64_1.4.2+git20120612-9.1~deb7u1_amd64.deb
Selecting previously unselected package 
openvswitch-datapath-module-3.2.0-4-amd64.
(Reading database ... 120830 files and directories currently installed.)
Unpacking openvswitch-datapath-module-3.2.0-4-amd64 (from 
.../openvswitch-datapath-module-3.2.0-4-amd64_1.4.2+git20120612-9.1~deb7u1_amd64.deb)
 ...
Setting up openvswitch-datapath-module-3.2.0-4-amd64 
(1.4.2+git20120612-9.1~deb7u1) ...

After that everything is installed just fine.
Does this look different on your machine?



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

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

2014-03-03 Thread Frédéric Tournier

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


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