All of lore.kernel.org
 help / color / mirror / Atom feed
* Fwd: compile error : make: *** i386-dm: No such file or directory.
@ 2006-07-23 22:02 Anand Gupta
  2006-07-24 14:14 ` Anand Gupta
  2006-07-24 17:18 ` Fwd: " Wayne Pascoe
  0 siblings, 2 replies; 10+ messages in thread
From: Anand Gupta @ 2006-07-23 22:02 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com


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

Can anyone help me with the error below ? Have tried with a fresh download
using mercurial with the latest changeset still the same error. I get the
same error if i do a make distclean.

Any help would be appreciated.

---------- Forwarded message ----------
From: Anand Gupta <xen.mails@gmail.com>
Date: Jul 23, 2006 2:04 AM
Subject: compile error
To: Xen Users <Xen-users@lists.xensource.com>

I was trying to compile the latest unstable from mercurial on a dual xeon,
however it started to give me strange errors. I am using the latest
changeset.

Here is the last few lines of the make dist command.

copying build/scripts- 2.3/pygrub -> /home/xen/xen-unstable.hg
/dist/install/usr/bin
changing mode of /home/xen/xen-unstable.hg/dist/install/usr/bin/pygrub to
755
make[2]: Leaving directory `/home/xen/xen-unstable.hg/tools/pygrub'
make ioemuinstall
make[2]: Entering directory `/home/xen/xen-unstable.hg/tools'
[ -f ioemu/config-host.h ] || \
(cd ioemu && sh configure --prefix=/usr)
make -C ioemu install
make[3]: Entering directory `/home/xen/xen- unstable.hg/tools/ioemu'
texi2html -monolithic -number qemu-doc.texi
texi2html -monolithic -number qemu-tech.texi
perl -w /home/xen/xen-unstable.hg/tools/ioemu/texi2pod.pl qemu-doc.texi
qemu.pod
pod2man --section=1 --center=" " --release=" " qemu.pod > qemu.1
perl -w /home/xen/xen-unstable.hg/tools/ioemu/texi2pod.pl qemu-img.texi
qemu-img.pod
pod2man --section=1 --center=" " --release=" " qemu-img.pod > qemu-img.1
for d in i386-dm; do \
make -C $d all || exit 1 ; \
        done
make: *** i386-dm: No such file or directory.  Stop.
make: Entering an unknown directorymake: Leaving an unknown
directorymake[3]: *** [all] Error 1
make[3]: Leaving directory `/home/xen/xen- unstable.hg/tools/ioemu'
make[2]: *** [ioemuinstall] Error 2
make[2]: Leaving directory `/home/xen/xen-unstable.hg/tools'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/xen/xen-unstable.hg/tools'
make: *** [install-tools] Error 2

Anyone has any ideas what could be causing this ?? The only thing i changed
from default kernel settings was the processor type, from Pentium Pro to
Xeon.

I am changing it back to Pro and will try giving it a shot. Meanwhile will
appreciate if someone can point me to how to resolve this error.

-- 
regards,

Anand Gupta

[-- Attachment #1.2: Type: text/html, Size: 2730 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] 10+ messages in thread

* Re: compile error : make: *** i386-dm: No such file or directory.
  2006-07-23 22:02 Fwd: compile error : make: *** i386-dm: No such file or directory Anand Gupta
@ 2006-07-24 14:14 ` Anand Gupta
  2006-07-24 16:14   ` Paul Larson
  2006-07-24 17:18 ` Fwd: " Wayne Pascoe
  1 sibling, 1 reply; 10+ messages in thread
From: Anand Gupta @ 2006-07-24 14:14 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com


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

Is there no way to resolve this error ? I saw other users having the same
problem, however no solution can be found anywhere. :(

-- 
regards,

Anand Gupta

[-- Attachment #1.2: Type: text/html, Size: 183 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] 10+ messages in thread

* Re: Re: compile error : make: *** i386-dm: No such file or directory.
  2006-07-24 14:14 ` Anand Gupta
@ 2006-07-24 16:14   ` Paul Larson
  0 siblings, 0 replies; 10+ messages in thread
From: Paul Larson @ 2006-07-24 16:14 UTC (permalink / raw)
  To: xen-devel


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

On Monday 24 July 2006 09:14, Anand Gupta wrote:
> Is there no way to resolve this error ? I saw other users having the same
> problem, however no solution can be found anywhere. :(
I noticed the same problem over the weekend and traced it back to my configure 
script in /tools/ioemu needing a chmod +x.

-Paul Larson

[-- Attachment #1.2: Type: application/pgp-signature, Size: 191 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] 10+ messages in thread

* Re: Fwd: compile error : make: *** i386-dm: No such file or directory.
  2006-07-23 22:02 Fwd: compile error : make: *** i386-dm: No such file or directory Anand Gupta
  2006-07-24 14:14 ` Anand Gupta
@ 2006-07-24 17:18 ` Wayne Pascoe
  2006-07-24 20:59   ` Rick Gonzalez
  1 sibling, 1 reply; 10+ messages in thread
From: Wayne Pascoe @ 2006-07-24 17:18 UTC (permalink / raw)
  To: Anand Gupta; +Cc: xen-devel@lists.xensource.com


On 23 Jul 2006, at 23:02, Anand Gupta wrote:

> Can anyone help me with the error below ? Have tried with a fresh  
> download using mercurial with the latest changeset still the same  
> error. I get the same error if i do a make distclean.
>
> Any help would be appreciated.
>

Have you got dev86 packages installed ?

-- 
Wayne Pascoe    (gpg --keyserver www.co.uk.pgp.net --recv-keys 79A7C870)
God gave you the power - Preacher on the Simpsons
Hmm. You'd think he'd wanna...  limit my
power - Bart

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

* Re: Fwd: compile error : make: *** i386-dm: No such file or directory.
  2006-07-24 17:18 ` Fwd: " Wayne Pascoe
@ 2006-07-24 20:59   ` Rick Gonzalez
  2006-07-24 21:07     ` Hans-Christian Armingeon
  2006-07-25  7:27     ` Anand Gupta
  0 siblings, 2 replies; 10+ messages in thread
From: Rick Gonzalez @ 2006-07-24 20:59 UTC (permalink / raw)
  To: Wayne Pascoe; +Cc: xen-devel@lists.xensource.com, Anand Gupta

[-- Attachment #1: Type: text/plain, Size: 1002 bytes --]

Wayne Pascoe wrote:
>
> On 23 Jul 2006, at 23:02, Anand Gupta wrote:
>
>> Can anyone help me with the error below ? Have tried with a fresh 
>> download using mercurial with the latest changeset still the same 
>> error. I get the same error if i do a make distclean.
>>
>> Any help would be appreciated.
>>
>
> Have you got dev86 packages installed ?
Hi,

    I am having the same problem. I installed dev86-0.16.0-201.1 and 
still have the problem. I am deleting that tree and pulling a new one. 
I'll let you know if problem goes away.

regards,

rick
>
> --Wayne Pascoe    (gpg --keyserver www.co.uk.pgp.net --recv-keys 
> 79A7C870)
> God gave you the power - Preacher on the Simpsons
> Hmm. You'd think he'd wanna...  limit my
> power - Bart
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>


-- 
--------------------
Rick Gonzalez
Linux Technology Center
IBM Corporation
Phone#: 512-838-0623


[-- Attachment #2: rcgneo.vcf --]
[-- Type: text/x-vcard, Size: 255 bytes --]

begin:vcard
fn:Rick Gonzalez
n:Gonzalez;Rick
org:;LTC Test Development
adr:;;11501 Burnet Rd;Austin;TX;78758;USA
email;internet:rcgneo@us.ibm.com
title:Staff Engineer
tel;work:512-838-0623
tel;fax:512-838-8858
tel;home:512-873-2286
version:2.1
end:vcard


[-- Attachment #3: 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] 10+ messages in thread

* Re: Fwd: compile error : make: *** i386-dm: No such file or directory.
  2006-07-24 20:59   ` Rick Gonzalez
@ 2006-07-24 21:07     ` Hans-Christian Armingeon
  2006-07-25  7:27     ` Anand Gupta
  1 sibling, 0 replies; 10+ messages in thread
From: Hans-Christian Armingeon @ 2006-07-24 21:07 UTC (permalink / raw)
  To: xen-devel

Am Montag, 24. Juli 2006 22:59 schrieb Rick Gonzalez:
> Wayne Pascoe wrote:
> >
> > On 23 Jul 2006, at 23:02, Anand Gupta wrote:
> >
> >> Can anyone help me with the error below ? Have tried with a fresh 
> >> download using mercurial with the latest changeset still the same 
> >> error. I get the same error if i do a make distclean.
> >>
> >> Any help would be appreciated.
> >>
> >
> > Have you got dev86 packages installed ?
> Hi,
> 
>     I am having the same problem. I installed dev86-0.16.0-201.1 and 
> still have the problem. I am deleting that tree and pulling a new one. 
> I'll let you know if problem goes away.

Me too. On amd64.

What arch do you have?

Johnny

> 
> regards,
> 
> rick
> >
> > --Wayne Pascoe    (gpg --keyserver www.co.uk.pgp.net --recv-keys 
> > 79A7C870)
> > God gave you the power - Preacher on the Simpsons
> > Hmm. You'd think he'd wanna...  limit my
> > power - Bart
> >
> >
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xensource.com
> > http://lists.xensource.com/xen-devel
> >
> 
> 

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

* Re: Fwd: compile error : make: *** i386-dm: No such file or directory.
  2006-07-24 20:59   ` Rick Gonzalez
  2006-07-24 21:07     ` Hans-Christian Armingeon
@ 2006-07-25  7:27     ` Anand Gupta
  2006-07-25  7:34       ` Anand Gupta
  1 sibling, 1 reply; 10+ messages in thread
From: Anand Gupta @ 2006-07-25  7:27 UTC (permalink / raw)
  To: Rick Gonzalez; +Cc: Wayne Pascoe, xen-devel@lists.xensource.com


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

I have tried to pull a fresh tree and even then the same error is reported.
I will check the dev86 package and revert back. The compile also complained
about SDL/Cocoa which is required to compile qemu, however the SDL package
is already installed.

On 7/25/06, Rick Gonzalez <rcgneo@us.ibm.com> wrote:
>
> Wayne Pascoe wrote:
> >
> > On 23 Jul 2006, at 23:02, Anand Gupta wrote:
> >
> >> Can anyone help me with the error below ? Have tried with a fresh
> >> download using mercurial with the latest changeset still the same
> >> error. I get the same error if i do a make distclean.
> >>
> >> Any help would be appreciated.
> >>
> >
> > Have you got dev86 packages installed ?
> Hi,
>
>     I am having the same problem. I installed dev86-0.16.0-201.1 and
> still have the problem. I am deleting that tree and pulling a new one.
> I'll let you know if problem goes away.
>
> regards,
>
> rick
> >
> > --Wayne Pascoe    (gpg --keyserver www.co.uk.pgp.net --recv-keys
> > 79A7C870)
> > God gave you the power - Preacher on the Simpsons
> > Hmm. You'd think he'd wanna...  limit my
> > power - Bart
> >
> >
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xensource.com
> > http://lists.xensource.com/xen-devel
> >
>
>
> --
> --------------------
> Rick Gonzalez
> Linux Technology Center
> IBM Corporation
> Phone#: 512-838-0623
>
>
>
>


-- 
regards,

Anand Gupta

[-- Attachment #1.2: Type: text/html, Size: 2051 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] 10+ messages in thread

* Re: Fwd: compile error : make: *** i386-dm: No such file or directory.
  2006-07-25  7:27     ` Anand Gupta
@ 2006-07-25  7:34       ` Anand Gupta
  2006-07-25 18:14         ` Anand Gupta
  0 siblings, 1 reply; 10+ messages in thread
From: Anand Gupta @ 2006-07-25  7:34 UTC (permalink / raw)
  To: Rick Gonzalez; +Cc: Wayne Pascoe, xen-devel@lists.xensource.com


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

The dev86 package was not installed. I just installed it and pulled a fresh
tree again. Will revert back on how the compile goes.


-- 
regards,

Anand Gupta

[-- Attachment #1.2: Type: text/html, Size: 188 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] 10+ messages in thread

* Re: Fwd: compile error : make: *** i386-dm: No such file or directory.
  2006-07-25  7:34       ` Anand Gupta
@ 2006-07-25 18:14         ` Anand Gupta
  2006-07-25 19:03           ` Rick Gonzalez
  0 siblings, 1 reply; 10+ messages in thread
From: Anand Gupta @ 2006-07-25 18:14 UTC (permalink / raw)
  To: Rick Gonzalez; +Cc: Wayne Pascoe, xen-devel@lists.xensource.com


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

Ok found the error as earlier pointed by Paul. The configure script inside
tools/ioemu didn't have proper permissions. Using a +x on it resolved the
error.

-- 
regards,

Anand Gupta

[-- Attachment #1.2: Type: text/html, Size: 210 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] 10+ messages in thread

* Re: Fwd: compile error : make: *** i386-dm: No such file or directory.
  2006-07-25 18:14         ` Anand Gupta
@ 2006-07-25 19:03           ` Rick Gonzalez
  0 siblings, 0 replies; 10+ messages in thread
From: Rick Gonzalez @ 2006-07-25 19:03 UTC (permalink / raw)
  To: Anand Gupta; +Cc: Wayne Pascoe, xen-devel@lists.xensource.com

[-- Attachment #1: Type: text/plain, Size: 596 bytes --]

Anand Gupta wrote:
> Ok found the error as earlier pointed by Paul. The configure script 
> inside tools/ioemu didn't have proper permissions. Using a +x on it 
> resolved the error.
Anand,

    Yes, that fixed my problem too. :)
>
> -- 
> regards,
>
> Anand Gupta
> ------------------------------------------------------------------------
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>   


-- 
--------------------
Rick Gonzalez
Linux Technology Center
IBM Corporation
Phone#: 512-838-0623


[-- Attachment #2: rcgneo.vcf --]
[-- Type: text/x-vcard, Size: 255 bytes --]

begin:vcard
fn:Rick Gonzalez
n:Gonzalez;Rick
org:;LTC Test Development
adr:;;11501 Burnet Rd;Austin;TX;78758;USA
email;internet:rcgneo@us.ibm.com
title:Staff Engineer
tel;work:512-838-0623
tel;fax:512-838-8858
tel;home:512-873-2286
version:2.1
end:vcard


[-- Attachment #3: 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] 10+ messages in thread

end of thread, other threads:[~2006-07-25 19:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-23 22:02 Fwd: compile error : make: *** i386-dm: No such file or directory Anand Gupta
2006-07-24 14:14 ` Anand Gupta
2006-07-24 16:14   ` Paul Larson
2006-07-24 17:18 ` Fwd: " Wayne Pascoe
2006-07-24 20:59   ` Rick Gonzalez
2006-07-24 21:07     ` Hans-Christian Armingeon
2006-07-25  7:27     ` Anand Gupta
2006-07-25  7:34       ` Anand Gupta
2006-07-25 18:14         ` Anand Gupta
2006-07-25 19:03           ` Rick Gonzalez

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.