All of lore.kernel.org
 help / color / mirror / Atom feed
* xen unstable build problem on amd64 -  i386-dm
@ 2006-07-20 15:48 Hans-Christian Armingeon
  2006-07-23 22:15 ` Anand Gupta
  2006-07-24  0:09 ` Christian Limpach
  0 siblings, 2 replies; 6+ messages in thread
From: Hans-Christian Armingeon @ 2006-07-20 15:48 UTC (permalink / raw)
  To: xen-devel

Hi,

current unstable doesn't build anymore on amd64. What am I doing wrong?

The system is a current ubuntu dapper amd64.

Many Thanks in advance,

Johnny

rm -f *~ *.o test-i386.out test-i386.ref \
           test-x86_64.log test-x86_64.ref qruncom test-x86_64 sha1
make[4]: Leaving directory `/data/src/xen/xen-unstable.hg-20060717/tools/ioemu/tests'
for d in i386-dm; do \
        make -C $d clean || exit 1 ; \
        done
make: Entering an unknown directory
make: *** i386-dm: No such file or directory.  Stop.
make: Leaving an unknown directory
make[3]: *** [clean] Error 1
make[3]: Leaving directory `/data/src/xen/xen-unstable.hg-20060717/tools/ioemu'
make[2]: *** [ioemuclean] Error 2
make[2]: Leaving directory `/data/src/xen/xen-unstable.hg-20060717/tools'
make[1]: *** [clean] Error 2
make[1]: Leaving directory `/data/src/xen/xen-unstable.hg-20060717/tools'
make: *** [clean] Error 2

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

* Re: xen unstable build problem on amd64 - i386-dm
  2006-07-20 15:48 Hans-Christian Armingeon
@ 2006-07-23 22:15 ` Anand Gupta
  2006-07-24  0:09 ` Christian Limpach
  1 sibling, 0 replies; 6+ messages in thread
From: Anand Gupta @ 2006-07-23 22:15 UTC (permalink / raw)
  To: Hans-Christian Armingeon; +Cc: xen-devel


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

I have the same error on Dual Xeon.

Did you find any solution for this ?

On 7/20/06, Hans-Christian Armingeon <mog.johnny@gmx.net> wrote:
>
> Hi,
>
> current unstable doesn't build anymore on amd64. What am I doing wrong?
>
> The system is a current ubuntu dapper amd64.
>
> Many Thanks in advance,
>
> Johnny
>
> rm -f *~ *.o test-i386.out test-i386.ref \
>            test-x86_64.log test-x86_64.ref qruncom test-x86_64 sha1
> make[4]: Leaving directory `/data/src/xen/xen-unstable.hg-20060717
> /tools/ioemu/tests'
> for d in i386-dm; do \
>         make -C $d clean || exit 1 ; \
>         done
> make: Entering an unknown directory
> make: *** i386-dm: No such file or directory.  Stop.
> make: Leaving an unknown directory
> make[3]: *** [clean] Error 1
> make[3]: Leaving directory `/data/src/xen/xen-unstable.hg-20060717
> /tools/ioemu'
> make[2]: *** [ioemuclean] Error 2
> make[2]: Leaving directory `/data/src/xen/xen-unstable.hg-20060717/tools'
> make[1]: *** [clean] Error 2
> make[1]: Leaving directory `/data/src/xen/xen-unstable.hg-20060717/tools'
> make: *** [clean] Error 2
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>



-- 
regards,

Anand Gupta

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

* Re: xen unstable build problem on amd64 - i386-dm
  2006-07-20 15:48 Hans-Christian Armingeon
  2006-07-23 22:15 ` Anand Gupta
@ 2006-07-24  0:09 ` Christian Limpach
  2006-07-24  4:54   ` Anand Gupta
  1 sibling, 1 reply; 6+ messages in thread
From: Christian Limpach @ 2006-07-24  0:09 UTC (permalink / raw)
  To: Hans-Christian Armingeon; +Cc: xen-devel

On 7/20/06, Hans-Christian Armingeon <mog.johnny@gmx.net> wrote:
> current unstable doesn't build anymore on amd64. What am I doing wrong?
>
> The system is a current ubuntu dapper amd64.
>
> rm -f *~ *.o test-i386.out test-i386.ref \
>           test-x86_64.log test-x86_64.ref qruncom test-x86_64 sha1
> make[4]: Leaving directory `/data/src/xen/xen-unstable.hg-20060717/tools/ioemu/tests'
> for d in i386-dm; do \
>        make -C $d clean || exit 1 ; \
>        done
> make: Entering an unknown directory
> make: *** i386-dm: No such file or directory.  Stop.
> make: Leaving an unknown directory
> make[3]: *** [clean] Error 1
> make[3]: Leaving directory `/data/src/xen/xen-unstable.hg-20060717/tools/ioemu'
> make[2]: *** [ioemuclean] Error 2
> make[2]: Leaving directory `/data/src/xen/xen-unstable.hg-20060717/tools'
> make[1]: *** [clean] Error 2
> make[1]: Leaving directory `/data/src/xen/xen-unstable.hg-20060717/tools'
> make: *** [clean] Error 2

Please remove ioemu/config-host.h.  The logic which detects whether we
need to run configure again is broken.

    christian

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

* Re: xen unstable build problem on amd64 - i386-dm
  2006-07-24  0:09 ` Christian Limpach
@ 2006-07-24  4:54   ` Anand Gupta
  0 siblings, 0 replies; 6+ messages in thread
From: Anand Gupta @ 2006-07-24  4:54 UTC (permalink / raw)
  To: Christian.Limpach; +Cc: Hans-Christian Armingeon, xen-devel


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

On 7/24/06, Christian Limpach <christian.limpach@gmail.com> wrote:
>
>
> Please remove ioemu/config-host.h.  The logic which detects whether we
> need to run configure again is broken.
>


I can't find any config-host.h file in the unstable tree i have.

-- 
regards,

Anand Gupta

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

* Re: xen unstable build problem on amd64 - i386-dm
@ 2006-07-28 15:12 Marcelo Monteiro
  2006-07-29 11:23 ` Christian Limpach
  0 siblings, 1 reply; 6+ messages in thread
From: Marcelo Monteiro @ 2006-07-28 15:12 UTC (permalink / raw)
  To: xen-devel

Hi all,

I'm new in list, and my english is very poor... sorry.

But corretion: DON'T remove "tools/ioemu/config-host.h"
The correct its to remove "tools/ioemu/config-host.mak"   ;-)

That file its generated by "tools/ioemu/configure" if dont exist.

Bye,

Marcelo Monteiro
Security and Linux Consultor
Brazil - Rio de Janeiro

>On 7/20/06, Hans-Christian Armingeon <mog.johnny <at> gmx.net> wrote:
>> current unstable doesn't build anymore on amd64. What am I doing wrong?
>>
>> The system is a current ubuntu dapper amd64.
>>
>> rm -f *~ *.o test-i386.out test-i386.ref \
>>           test-x86_64.log test-x86_64.ref qruncom test-x86_64 sha1
>> make[4]: Leaving directory `/data/src/xen/xen-unstable.hg-20060717/tools/ioemu/tests'
>> for d in i386-dm; do \
>>        make -C $d clean || exit 1 ; \
>>        done
>> make: ***** i386-dm: No such file or directory.  Stop.
>> make: Leaving an unknown directory
>> make[3]: ***** [clean] Error 1
>> make[3]: Leaving directory `/data/src/xen/xen-unstable.hg-20060717/tools/ioemu'
>> make[2]: ***** [ioemuclean] Error 2
>> make[2]: Leaving directory `/data/src/xen/xen-unstable.hg-20060717/tools'
>> make[1]: ***** [clean] Error 2
>> make[1]: Leaving directory `/data/src/xen/xen-unstable.hg-20060717/tools'
>> make: ***** [clean] Error 2
>
>Please remove ioemu/config-host.h.  The logic which detects whether we
>need to run configure again is broken.
>
>    christian

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

* Re: Re: xen unstable build problem on amd64 - i386-dm
  2006-07-28 15:12 xen unstable build problem on amd64 - i386-dm Marcelo Monteiro
@ 2006-07-29 11:23 ` Christian Limpach
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Limpach @ 2006-07-29 11:23 UTC (permalink / raw)
  To: Marcelo Monteiro; +Cc: xen-devel

On 7/28/06, Marcelo Monteiro <monteiro@cognux.org> wrote:
> Hi all,
>
> I'm new in list, and my english is very poor... sorry.
>
> But corretion: DON'T remove "tools/ioemu/config-host.h"
> The correct its to remove "tools/ioemu/config-host.mak"   ;-)
>
> That file its generated by "tools/ioemu/configure" if dont exist.

Well, both are generated if they don't exist, config-host.h used to be
the one which was checked for to determine whether to run configure, I
changed it to config-host.mak recently since that one is required to
do a complete make clean.  But in any case, make distclean (or make
ioemuclean from tools or as part of make clean from tools) will now
always get you into a clean state.

    christian

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

end of thread, other threads:[~2006-07-29 11:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-28 15:12 xen unstable build problem on amd64 - i386-dm Marcelo Monteiro
2006-07-29 11:23 ` Christian Limpach
  -- strict thread matches above, loose matches on Subject: below --
2006-07-20 15:48 Hans-Christian Armingeon
2006-07-23 22:15 ` Anand Gupta
2006-07-24  0:09 ` Christian Limpach
2006-07-24  4:54   ` Anand Gupta

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.