Hans-Christian Armingeon
2006-Jul-20 15:48 UTC
[Xen-devel] xen unstable build problem on amd64 - i386-dm
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
Anand Gupta
2006-Jul-23 22:15 UTC
Re: [Xen-devel] xen unstable build problem on amd64 - i386-dm
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 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Christian Limpach
2006-Jul-24 00:09 UTC
Re: [Xen-devel] xen unstable build problem on amd64 - i386-dm
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 2Please remove ioemu/config-host.h. The logic which detects whether we need to run configure again is broken. christian _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Anand Gupta
2006-Jul-24 04:54 UTC
Re: [Xen-devel] xen unstable build problem on amd64 - i386-dm
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 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Marcelo Monteiro
2006-Jul-28 15:12 UTC
[Xen-devel] Re: xen unstable build problem on amd64 - i386-dm
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_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Christian Limpach
2006-Jul-29 11:23 UTC
Re: [Xen-devel] Re: xen unstable build problem on amd64 - i386-dm
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 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel