From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: configure script bug.. Date: Mon, 01 Jun 2009 17:47:35 +0300 Message-ID: <4A23EA07.8090507@redhat.com> References: <4A2147B7.6050406@redhat.com> <4A223BA9.80909@redhat.com> <4A23E73A.9020105@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: KVM list To: john cooper Return-path: Received: from mx2.redhat.com ([66.187.237.31]:58784 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751983AbZFAOrf (ORCPT ); Mon, 1 Jun 2009 10:47:35 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n51ElceI010207 for ; Mon, 1 Jun 2009 10:47:38 -0400 In-Reply-To: <4A23E73A.9020105@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: john cooper wrote: > Avi Kivity wrote: > >> john cooper wrote: >> >>> Hit this yesterday when configure hung attempting >>> to pull the version from a kernel's ".config". >>> >>> >>> >> Looks right, but missing a signoff. >> > > > Signed-off-by: john cooper > > diff --git a/configure b/configure > index 493c178..1fd133c 100755 > --- a/configure > +++ b/configure > @@ -126,7 +126,7 @@ if [ -n "$no_uname" ]; then > elif [ -e "$kerneldir/include/config/kernel.release" ]; then > depmod_version=`cat "$kerneldir/include/config/kernel.release"` > elif [ -e "$kerneldir/.config" ]; then > - depmod_version=$(awk '/Linux kernel version:/ { print $NF }' > + depmod_version=$(awk '/Linux kernel version:/ { print $NF }' \ > "$kerneldir/.config") > else > echo > What repo and branch are you looking at exactly? my ./configure has this backslash. -- error compiling committee.c: too many arguments to function