[libvirt] [PATCH] build: Fix 'make rpm' in VPATH with wireshark

2014-02-04 Thread Martin Kletzander
Signed-off-by: Martin Kletzander mklet...@redhat.com --- tools/wireshark/Makefile.am | 1 + tools/wireshark/src/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/wireshark/Makefile.am b/tools/wireshark/Makefile.am index b6fa57c..28e6ed8 100644 ---

Re: [libvirt] [PATCH] build: Fix 'make rpm' in VPATH with wireshark

2014-02-04 Thread Christophe Fergeau
On Tue, Feb 04, 2014 at 10:57:45AM +0100, Martin Kletzander wrote: Signed-off-by: Martin Kletzander mklet...@redhat.com --- tools/wireshark/Makefile.am | 1 + tools/wireshark/src/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git

Re: [libvirt] [PATCH] build: Fix 'make rpm' in VPATH with wireshark

2014-02-04 Thread Martin Kletzander
On Tue, Feb 04, 2014 at 11:14:34AM +0100, Christophe Fergeau wrote: On Tue, Feb 04, 2014 at 10:57:45AM +0100, Martin Kletzander wrote: Signed-off-by: Martin Kletzander mklet...@redhat.com --- tools/wireshark/Makefile.am | 1 + tools/wireshark/src/Makefile.am | 2 +- 2 files

Re: [libvirt] [PATCH] build: Fix 'make rpm' in VPATH with wireshark

2014-02-04 Thread Eric Blake
On 02/04/2014 03:32 AM, Martin Kletzander wrote: On Tue, Feb 04, 2014 at 11:14:34AM +0100, Christophe Fergeau wrote: On Tue, Feb 04, 2014 at 10:57:45AM +0100, Martin Kletzander wrote: Signed-off-by: Martin Kletzander mklet...@redhat.com --- tools/wireshark/Makefile.am | 1 +

Re: [libvirt] [PATCH] build: Fix 'make rpm' in VPATH with wireshark

2014-02-04 Thread Daniel P. Berrange
On Tue, Feb 04, 2014 at 08:29:53AM -0700, Eric Blake wrote: On 02/04/2014 03:32 AM, Martin Kletzander wrote: On Tue, Feb 04, 2014 at 11:14:34AM +0100, Christophe Fergeau wrote: On Tue, Feb 04, 2014 at 10:57:45AM +0100, Martin Kletzander wrote: Signed-off-by: Martin Kletzander

[libvirt] [PATCH] build: fix make rpm failure

2013-07-23 Thread Laine Stump
util/virdbuspriv.h needed to be added to UTIL_SOURCES in the makefile. --- Pushed under build breaker rule. src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 0eb3cb5..84372cb 100644 --- a/src/Makefile.am +++

[libvirt] [PATCH] build: fix make rpm failure

2013-05-03 Thread Laine Stump
Commit 297c99a accidentally put a { where a ( belonged, causing make rpm to fail. --- Pushed under the build breaker rule. libvirt.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 6f25031..0ecd38d 100644 --- a/libvirt.spec.in

Re: [libvirt] [PATCH] build: fix make rpm

2012-08-03 Thread Michal Privoznik
On 03.08.2012 07:46, Laine Stump wrote: make rpm was failing with the following error: Entering directory `/home/laine/devel/libvirt/tests' make[2]: *** No rule to make target `viratomicdata.h', needed by `distdir'. Stop. viratomicdata.h is listed in tests/Makefile.am as a

Re: [libvirt] [PATCH] build: fix make rpm

2012-08-03 Thread Laine Stump
On 08/03/2012 02:48 AM, Michal Privoznik wrote: On 03.08.2012 07:46, Laine Stump wrote: make rpm was failing with the following error: Entering directory `/home/laine/devel/libvirt/tests' make[2]: *** No rule to make target `viratomicdata.h', needed by `distdir'. Stop.

[libvirt] [PATCH] build: fix make rpm

2012-08-02 Thread Laine Stump
make rpm was failing with the following error: Entering directory `/home/laine/devel/libvirt/tests' make[2]: *** No rule to make target `viratomicdata.h', needed by `distdir'. Stop. viratomicdata.h is listed in tests/Makefile.am as a dependency of viratomictest, but doesn't exist,

[libvirt] [PATCH] build: fix 'make rpm'

2011-10-11 Thread Eric Blake
Since commit ddf3bd3, 'make rpm' failed with: RPM build errors: File not found: /home/remote/eblake/rpmbuild/BUILDROOT/libvirt-0.9.6-1.fc14.eblake1318366440.x86_64/usr/share/systemtap/tapset/libvirtd.stp * libvirt.spec.in (with_dtrace): Match installed .stp files. --- Pushing under the