Univention Bugzilla – Attachment 5742 Details for
Bug 33974
libvirt-0.9.12 FTBFS with linux-libc-dev-3.10.11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix FTBFS
libvirt-ftbfs.patch (text/plain), 1.65 KB, created by
Philipp Hahn
on 2014-01-22 16:44:34 CET
(
hide
)
Description:
Fix FTBFS
Filename:
MIME Type:
Creator:
Philipp Hahn
Created:
2014-01-22 16:44:34 CET
Size:
1.65 KB
patch
obsolete
>--- configure.ac.orig 2014-01-22 13:59:37.461766709 +0000 >+++ configure.ac 2014-01-22 13:59:56.298072820 +0000 >@@ -850,7 +850,9 @@ > dnl > if test "$with_qemu" = "yes" || test "$with_lxc" = "yes" ; then > AC_CHECK_HEADERS([linux/param.h linux/sockios.h linux/if_bridge.h linux/if_tun.h],, >- AC_MSG_ERROR([You must install kernel-headers in order to compile libvirt with QEMU or LXC support])) >+ [AC_MSG_ERROR([You must install kernel-headers in order to compile libvirt with QEMU or LXC support])], >+ [[#include <netinet/in.h> >+ ]]) > fi > > >--- src/util/virnetdevbridge.c.orig 2014-01-22 14:00:05.322219514 +0000 >+++ src/util/virnetdevbridge.c 2014-01-22 14:00:35.350707819 +0000 >@@ -33,6 +33,7 @@ > #ifdef HAVE_NET_IF_H > # include <net/if.h> > #endif >+#include <netinet/in.h> > #ifdef __linux__ > # include <linux/sockios.h> > # include <linux/param.h> /* HZ */ >--- debian/rules.orig 2014-01-22 14:05:11.823214237 +0000 >+++ debian/rules 2014-01-22 14:05:30.691522347 +0000 >@@ -5,6 +5,7 @@ > export VIR_TEST_DEBUG=1 > > include /usr/share/cdbs/1/rules/debhelper.mk >+include /usr/share/cdbs/1/rules/autoreconf.mk > include /usr/share/cdbs/1/class/autotools.mk > include /usr/share/cdbs/1/class/python-distutils.mk > >--- debian/control.orig 2014-01-22 15:07:53.949863436 +0100 >+++ debian/control 2014-01-22 15:08:41.846646755 +0100 >@@ -4,6 +4,8 @@ > Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers@lists.alioth.debian.org> > Uploaders: Guido Günther <agx@sigxcpu.org>, Laurent Léonard <laurent@open-minds.org> > Build-Depends: cdbs (>= 0.4.89~), >+ dh-autoreconf, >+ autopoint, > python-central, > debhelper (>= 7), > libxml2-dev,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 33974
: 5742