
On Wed, Sep 16, 2009 at 07:38:14PM +0100, Daniel P. Berrange wrote:
This is a followup to
http://www.redhat.com/archives/libvir-list/2009-September/msg00477.html
I am not actually going to spam the list with all the patches, since it'd generate a HUGE series of mails.
Instead I have published a branch containing all the patches which you can directly pull into your GIT checkout. I recommend you do the following set of steps.
- make maintainer-clean - git checkout master - git pull - git remote add -f danb git://gitorious.org/~berrange/libvirt/staging.git - git checkout -b rearrange danb/rearrange
You will now have a checkout on a branch called 'rearrange' containing all my patches applied.
If you want to go straight into building it, the normal build process still applies eg ./autogen && make
I've committed the changes in a large series of steps to make it easier to see what's going on at each point. To see the list of changes run the following
git log -b berrange/rearrange master..
The changes basically follow everything we discussed in the previous thread
This series of patches is now applied. Be sure to do a full clean before trying to build. If you see build errors like make[3]: *** No rule to make target `bridge.c', needed by `libvirt_util_la-bridge.lo'. Stop. This is because you didn't do a full 'make distclean' and thus have stale information in the src/.deps directory. Daniel -- |: Red Hat, Engineering, London -o- http://people.redhat.com/berrange/ :| |: http://libvirt.org -o- http://virt-manager.org -o- http://ovirt.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: GnuPG: 7D3B9505 -o- F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|