From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Hanquez Subject: Re: [XCI] build.git does not work! fails patch apply Date: Thu, 23 Jul 2009 09:56:55 +0100 Message-ID: <4A6825D7.8050000@eu.citrix.com> References: <14D9C9E2ED61ED41BC3B37ACDF4E880002CE11E9FB08@heavy-vm03.heavy.org.uk> <14D9C9E2ED61ED41BC3B37ACDF4E880002CE11E9CDA5@heavy-vm03.heavy.org.uk> <4A672B05.9020409@eu.citrix.com> <24611864.post@talk.nabble.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <24611864.post@talk.nabble.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: iicolsandersii , daniel.barden@gmail.com Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org iicolsandersii wrote: > Vincent, > > I did the following... > > # cp config/xenclient_config ./.config > # make menuconfig ---- I do not make any changes in the menuconfig > # make > > Everything is perfect till I get this error... > > ln: target `' is not a directory: No such file or directory > Applying patch..check-open-pv-log-file > error: patch failed: tools/libxc/xc_dom_core.c:30 > error: tools/libxc/xc_dom_core.c: patch does not apply > To force apply this patch, use 'guilt push -f' > make[1]: *** [/root/build/repo/xenclient-xen] Error 1 > make[1]: Leaving directory `/root/build' > make: *** [/root/build/build_i686/xenclient-xen-tip/.installed] Error 2 Ok, this one should be fixed. we pushed the patchqueue by mistake from xen-pq to xen tree, but it was fixed manually in only one place, and the other copies we had didn't want to update to a previous commit unless forced to do so (git doesn't lose data). we checked manually that xen is now at the correct revision. -- Vincent