All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: 4.0 config file/ build error
@ 2010-03-05 16:51 ccmail111
  2010-03-05 19:05 ` Boris Derzhavets
  0 siblings, 1 reply; 5+ messages in thread
From: ccmail111 @ 2010-03-05 16:51 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1109 bytes --]

 
Any info/suggestions on below ?


--- On Fri, 3/5/10, ccmail111 <ccmail111@yahoo.com> wrote:


From: ccmail111 <ccmail111@yahoo.com>
Subject: 4.0 config file/ build error
To: xen-devel@lists.xensource.com
Date: Friday, March 5, 2010, 3:25 AM








Hi,
 

I just did a fresh/proper clone 4.0-unstable, I see error when I try to build:
 
 
Xen filesystem (XENFS) [Y/n/m/?] y
  Create compatibility mount point /proc/xen (XEN_COMPAT_XENFS) [Y/n/?] y
Create xen entries under /sys/hypervisor (XEN_SYS_HYPERVISOR) [Y/n/?] y
#
# configuration written to .config
#
make-3.79.1-p7[4]: Leaving directory `/foo/xen/SOURCES/hypervisor/xen-4.0/xen-unstable.hg/linux-2.6-pvops.git'
make-3.79.1-p7 -C build-linux-2.6-pvops_x86_64 ARCH=$(sh buildconfigs/select-linux-arch linux-2.6-pvops.git) prepare
select-linux-arch: x86
make-3.79.1-p7[4]: Entering directory `/foo/xen/SOURCES/hypervisor/xen-4.0/xen-unstable.hg/build-linux-2.6-pvops_x86_64'
Makefile:7: *** first argument to `word' function must be greater than 0.  Stop.
 
 
Any suggestions ?
 
Thanks !
 
SV.



      

[-- Attachment #1.2: Type: text/html, Size: 1803 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Re: 4.0 config file/ build error
  2010-03-05 16:51 4.0 config file/ build error ccmail111
@ 2010-03-05 19:05 ` Boris Derzhavets
  2010-03-05 19:44   ` ccmail111
  0 siblings, 1 reply; 5+ messages in thread
From: Boris Derzhavets @ 2010-03-05 19:05 UTC (permalink / raw)
  To: xen-devel, ccmail111


[-- Attachment #1.1: Type: text/plain, Size: 1672 bytes --]

Build kernel separately via JF's Git Repo.
Build Hypervisor :
make install-xen
make install-tools
make install-stubdom

Boris.

--- On Fri, 3/5/10, ccmail111 <ccmail111@yahoo.com> wrote:

From: ccmail111 <ccmail111@yahoo.com>
Subject: [Xen-devel] Re: 4.0 config file/ build error
To: xen-devel@lists.xensource.com
Date: Friday, March 5, 2010, 11:51 AM

 
Any info/suggestions on below ?


--- On Fri, 3/5/10, ccmail111 <ccmail111@yahoo.com> wrote:


From: ccmail111 <ccmail111@yahoo.com>
Subject: 4.0 config file/ build error
To: xen-devel@lists.xensource.com
Date: Friday, March 5, 2010, 3:25 AM








Hi,
 

I just did a fresh/proper clone 4.0-unstable, I see error when I try to build:
 
 
Xen filesystem (XENFS) [Y/n/m/?] y
  Create compatibility mount point /proc/xen (XEN_COMPAT_XENFS) [Y/n/?] y
Create xen entries under /sys/hypervisor (XEN_SYS_HYPERVISOR) [Y/n/?] y
#
# configuration written to .config
#
make-3.79.1-p7[4]: Leaving directory `/foo/xen/SOURCES/hypervisor/xen-4.0/xen-unstable.hg/linux-2.6-pvops.git'
make-3.79.1-p7 -C build-linux-2.6-pvops_x86_64 ARCH=$(sh buildconfigs/select-linux-arch linux-2.6-pvops.git) prepare
select-linux-arch: x86
make-3.79.1-p7[4]: Entering directory `/foo/xen/SOURCES/hypervisor/xen-4.0/xen-unstable.hg/build-linux-2.6-pvops_x86_64'
Makefile:7: *** first argument to `word' function must be greater than 0.  Stop.
 
 
Any suggestions ?
 
Thanks !
 
SV.



      
-----Inline Attachment Follows-----

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel



      

[-- Attachment #1.2: Type: text/html, Size: 3110 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Re: 4.0 config file/ build error
  2010-03-05 19:05 ` Boris Derzhavets
@ 2010-03-05 19:44   ` ccmail111
  2010-03-05 20:35     ` Boris Derzhavets
  0 siblings, 1 reply; 5+ messages in thread
From: ccmail111 @ 2010-03-05 19:44 UTC (permalink / raw)
  To: xen-devel, Boris Derzhavets


[-- Attachment #1.1: Type: text/plain, Size: 2247 bytes --]

Thanks Boris.
 
I see error:
 
xen-unstable.hg/tools/firmware/hvmloader/acpi'
 
ACPI ASL compiler (iasl) is needed
Download and install Intel ACPI CA from
http://acpica.org/downloads/

Is ACPI a must ?
If not, how can I avoid this ?

Thanks !
 
 


--- On Fri, 3/5/10, Boris Derzhavets <bderzhavets@yahoo.com> wrote:


From: Boris Derzhavets <bderzhavets@yahoo.com>
Subject: Re: [Xen-devel] Re: 4.0 config file/ build error
To: xen-devel@lists.xensource.com, "ccmail111" <ccmail111@yahoo.com>
Date: Friday, March 5, 2010, 2:05 PM






Build kernel separately via JF's Git Repo.
Build Hypervisor :
make install-xen
make install-tools
make install-stubdom

Boris.

--- On Fri, 3/5/10, ccmail111 <ccmail111@yahoo.com> wrote:


From: ccmail111 <ccmail111@yahoo.com>
Subject: [Xen-devel] Re: 4.0 config file/ build error
To: xen-devel@lists.xensource.com
Date: Friday, March 5, 2010, 11:51 AM







 
Any info/suggestions on below ?


--- On Fri, 3/5/10, ccmail111 <ccmail111@yahoo.com> wrote:


From: ccmail111 <ccmail111@yahoo.com>
Subject: 4.0 config file/ build error
To: xen-devel@lists.xensource.com
Date: Friday, March 5, 2010, 3:25 AM








Hi,
 

I just did a fresh/proper clone 4.0-unstable, I see error when I try to build:
 
 
Xen filesystem (XENFS) [Y/n/m/?] y
  Create compatibility mount point /proc/xen (XEN_COMPAT_XENFS) [Y/n/?] y
Create xen entries under /sys/hypervisor (XEN_SYS_HYPERVISOR) [Y/n/?] y
#
# configuration written to .config
#
make-3.79.1-p7[4]: Leaving directory `/foo/xen/SOURCES/hypervisor/xen-4.0/xen-unstable.hg/linux-2.6-pvops.git'
make-3.79.1-p7 -C build-linux-2.6-pvops_x86_64 ARCH=$(sh buildconfigs/select-linux-arch linux-2.6-pvops.git) prepare
select-linux-arch: x86
make-3.79.1-p7[4]: Entering directory `/foo/xen/SOURCES/hypervisor/xen-4.0/xen-unstable.hg/build-linux-2.6-pvops_x86_64'
Makefile:7: *** first argument to `word' function must be greater than 0.  Stop.
 
 
Any suggestions ?
 
Thanks !
 
SV.


-----Inline Attachment Follows-----


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel




      

[-- Attachment #1.2: Type: text/html, Size: 3951 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Re: 4.0 config file/ build error
  2010-03-05 19:44   ` ccmail111
@ 2010-03-05 20:35     ` Boris Derzhavets
  0 siblings, 0 replies; 5+ messages in thread
From: Boris Derzhavets @ 2010-03-05 20:35 UTC (permalink / raw)
  To: xen-devel, ccmail111


[-- Attachment #1.1: Type: text/plain, Size: 2787 bytes --]

Just run:-

# yum install iasl   

then build.

Boris.


--- On Fri, 3/5/10, ccmail111 <ccmail111@yahoo.com> wrote:

From: ccmail111 <ccmail111@yahoo.com>
Subject: Re: [Xen-devel] Re: 4.0 config file/ build error
To: xen-devel@lists.xensource.com, "Boris Derzhavets" <bderzhavets@yahoo.com>
Date: Friday, March 5, 2010, 2:44 PM

Thanks Boris.
 
I see error:
 
xen-unstable.hg/tools/firmware/hvmloader/acpi'
 
ACPI ASL compiler (iasl) is needed
Download and install Intel ACPI CA from
http://acpica.org/downloads/

Is ACPI a must ?
If not, how can I avoid this ?

Thanks !
 
 


--- On Fri, 3/5/10, Boris Derzhavets <bderzhavets@yahoo.com> wrote:


From: Boris Derzhavets <bderzhavets@yahoo.com>
Subject: Re: [Xen-devel] Re: 4.0 config file/ build error
To: xen-devel@lists.xensource.com, "ccmail111" <ccmail111@yahoo.com>
Date: Friday, March 5, 2010, 2:05 PM






Build kernel separately via JF's Git Repo.
Build Hypervisor :
make install-xen
make install-tools
make install-stubdom

Boris.

--- On Fri, 3/5/10, ccmail111 <ccmail111@yahoo.com> wrote:


From: ccmail111 <ccmail111@yahoo.com>
Subject: [Xen-devel] Re: 4.0 config file/ build error
To: xen-devel@lists.xensource.com
Date: Friday, March 5, 2010, 11:51 AM







 
Any info/suggestions on below ?


--- On Fri, 3/5/10, ccmail111 <ccmail111@yahoo.com> wrote:


From: ccmail111 <ccmail111@yahoo.com>
Subject: 4.0 config file/ build error
To: xen-devel@lists.xensource.com
Date: Friday, March 5, 2010, 3:25 AM








Hi,
 

I just did a fresh/proper clone 4.0-unstable, I see error when I try to build:
 
 
Xen filesystem (XENFS) [Y/n/m/?] y
  Create compatibility mount point /proc/xen (XEN_COMPAT_XENFS) [Y/n/?] y
Create xen entries under /sys/hypervisor (XEN_SYS_HYPERVISOR) [Y/n/?] y
#
# configuration written to .config
#
make-3.79.1-p7[4]: Leaving directory `/foo/xen/SOURCES/hypervisor/xen-4.0/xen-unstable.hg/linux-2.6-pvops.git'
make-3.79.1-p7 -C build-linux-2.6-pvops_x86_64 ARCH=$(sh buildconfigs/select-linux-arch linux-2.6-pvops.git) prepare
select-linux-arch: x86
make-3.79.1-p7[4]: Entering directory `/foo/xen/SOURCES/hypervisor/xen-4.0/xen-unstable.hg/build-linux-2.6-pvops_x86_64'
Makefile:7: *** first argument to `word' function must be greater than 0.  Stop.
 
 
Any suggestions ?
 
Thanks !
 
SV.


-----Inline Attachment Follows-----


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel




      
-----Inline Attachment Follows-----

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel



      

[-- Attachment #1.2: Type: text/html, Size: 5323 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* 4.0 config file/ build error
@ 2010-03-05  8:25 ccmail111
  0 siblings, 0 replies; 5+ messages in thread
From: ccmail111 @ 2010-03-05  8:25 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 838 bytes --]


Hi,
 

I just did a fresh/proper clone 4.0-unstable, I see error when I try to build:
 
 
Xen filesystem (XENFS) [Y/n/m/?] y
  Create compatibility mount point /proc/xen (XEN_COMPAT_XENFS) [Y/n/?] y
Create xen entries under /sys/hypervisor (XEN_SYS_HYPERVISOR) [Y/n/?] y
#
# configuration written to .config
#
make-3.79.1-p7[4]: Leaving directory `/foo/xen/SOURCES/hypervisor/xen-4.0/xen-unstable.hg/linux-2.6-pvops.git'
make-3.79.1-p7 -C build-linux-2.6-pvops_x86_64 ARCH=$(sh buildconfigs/select-linux-arch linux-2.6-pvops.git) prepare
select-linux-arch: x86
make-3.79.1-p7[4]: Entering directory `/foo/xen/SOURCES/hypervisor/xen-4.0/xen-unstable.hg/build-linux-2.6-pvops_x86_64'
Makefile:7: *** first argument to `word' function must be greater than 0.  Stop.
 
 
Any suggestions ?
 
Thanks !
 
SV.


      

[-- Attachment #1.2: Type: text/html, Size: 1216 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-03-05 20:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-05 16:51 4.0 config file/ build error ccmail111
2010-03-05 19:05 ` Boris Derzhavets
2010-03-05 19:44   ` ccmail111
2010-03-05 20:35     ` Boris Derzhavets
  -- strict thread matches above, loose matches on Subject: below --
2010-03-05  8:25 ccmail111

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.