From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Lucina Subject: [PATCH] ts-rumpuserxen-build: Use new app-tools Date: Wed, 4 Feb 2015 12:36:29 +0100 Message-ID: <20150204113628.GD9952@nodbug.moloch.sk> References: <20150204112114.GC9952@nodbug.moloch.sk> <1423049108.17711.30.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1423049108.17711.30.camel@citrix.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: rumpkernel-users-bounces@lists.sourceforge.net To: Ian Campbell Cc: rumpkernel-users@lists.sourceforge.net, xen-devel@lists.xensource.com, Ian.Jackson@eu.citrix.com List-Id: xen-devel@lists.xenproject.org Ian.Campbell@citrix.com said: > On Wed, 2015-02-04 at 12:21 +0100, Martin Lucina wrote: > > Caused by: > > > > > commit 3b36d1f55a08e1849ccd5424afb0fbe29647bd6c > > > Author: Martin Lucina > > > Date: Mon Feb 2 18:00:36 2015 +0100 > > > > > > Remove even older rumpxen-app-* variants of app-tools > > > > > > Signed-off-by: Martin Lucina > > > > bash: line 14: /home/osstest/build.34129.build-amd64-rumpuserxen/rumpuserxen/app-tools/rumpxen-app-configure: No such file or directory > > > > Ian, can you update osstest to use rumprun-xen-configure as discussed on > > rumpkernel-users? > > I think we also need Wei's patch from > <1422971228-4320-1-git-send-email-wei.liu2@citrix.com> / > http://article.gmane.org/gmane.comp.emulators.xen.devel/230968 Ack. Patch to update Osstest follows. >>From ff80800099956e429df65bdf7669083cf5c5a8df Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Wed, 4 Feb 2015 12:31:33 +0100 Subject: [PATCH] ts-rumpuserxen-build: Use new app-tools Osstest was using old names for rumprun-xen app-tools. These have been removed in rumprun-xen commit 3b36d1f55a08e1849ccd5424afb0fbe29647bd6c. Update to use the new app-tools names. Signed-off-by: Martin Lucina --- ts-rumpuserxen-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts-rumpuserxen-build b/ts-rumpuserxen-build index 47bcf76..916100b 100755 --- a/ts-rumpuserxen-build +++ b/ts-rumpuserxen-build @@ -98,7 +98,7 @@ END } sub recordtools() { - my $apptool = "$rux/app-tools/rumpxen-app"; + my $apptool = "$rux/app-tools/rumprun-xen"; store_runvar('cmdprefix_configure', "$apptool-configure"); store_runvar('cmdprefix_make', "$apptool-make"); } -- 1.7.10.4 ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/