Bug 804668 - NETCF: debian driver doesn't compile because NETCF_TRANSACTION is undefined
Summary: NETCF: debian driver doesn't compile because NETCF_TRANSACTION is undefined
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Virtualization Tools
Classification: Community
Component: libvirt
Version: unspecified
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Libvirt Maintainers
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-19 14:50 UTC by Hendrik Schwartke
Modified: 2016-03-23 20:56 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Ubuntu precise
Last Closed: 2016-03-23 20:56:15 UTC
Embargoed:


Attachments (Terms of Use)

Description Hendrik Schwartke 2012-03-19 14:50:27 UTC
Description of problem:
"configure && make" ends with the following error:
drv_debian.c: In function 'drv_change_begin':
drv_debian.c:1078:15: error: 'NETCF_TRANSACTION' undeclared (first use in this function)
drv_debian.c:1078:15: note: each undeclared identifier is reported only once for each function it appears in
drv_debian.c: In function 'drv_change_rollback':
drv_debian.c:1091:15: error: 'NETCF_TRANSACTION' undeclared (first use in this function)
drv_debian.c: In function 'drv_change_commit':
drv_debian.c:1104:15: error: 'NETCF_TRANSACTION' undeclared (first use in this function)

netcf commit: d340f2dfcd6461c9743dccdabe3b610f5fbc8fe8

The macro for the debian driver is neither defined in configure.ac (like for the redhat driver) nor defined statically (like for the suse driver).

Comment 1 Cole Robinson 2016-03-23 20:56:15 UTC
I think this was fixed by:

commit f3aa52772c7dc123524dca1cdb0986f77e89b70e
Author: Serge Hallyn <serge.hallyn>
Date:   Sat Apr 28 01:24:11 2012 +0000

    define NETCF_TRANSACTION as false in debian


Note You need to log in before you can comment on or make changes to this bug.