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 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
This is strange, when i do a make distclean, i get this error make[4]: Leaving directory `/home/xen/xen-unstable.hg/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: Entering an unknown directorymake: Leaving an unknown directorymake[3]: *** [clean] Error 1 make[3]: Leaving directory `/home/xen/xen-unstable.hg/tools/ioemu'' make[2]: *** [ioemuclean] Error 2 make[2]: Leaving directory `/home/xen/xen-unstable.hg/tools'' make[1]: *** [clean] Error 2 make[1]: Leaving directory `/home/xen/xen-unstable.hg/tools'' make: *** [distclean] Error 2 It says about a directory i386-dm ?? Does anyone have any clue whats happening here ? regards, Anand Gupta _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Ok i tried a fresh download of the unstable tree using mercurial same results 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 I found the i386-dm directory located at tools/ioemu/target-i386-dm/. Trying to find something on this on the mailing list didn''t yield much. Though i found this http://lists.xensource.com/archives/html/xen-devel/2005-07/msg00047.htmlwhich talked about the qemu-dm.debug file being deleted. However its still present in the directory. Any pointers please on how i can resolve this ? -- regards, Anand Gupta _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
I''m getting similar errors plus a vnc error compiling unstable on amd64. Did you figure it out? make[3]: *** [vnc.o] Error 1 make[3]: Leaving directory `/home/randall/xen/xen-unstable/tools/ioemu/i386-dm'' make[2]: *** [subdir-i386-dm] Error 2 make[2]: Leaving directory `/home/randall/xen/xen-unstable/tools/ioemu'' make[1]: *** [ioemuinstall] Error 2 make[1]: Leaving directory `/home/randall/xen/xen-unstable/tools'' make: *** [install] Error 2 Randall Anand Gupta wrote:> 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_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On 8/18/06, Randall Smith <randall@tnr.cc> wrote:> I''m getting similar errors plus a vnc error compiling unstable on amd64. > Did you figure it out?Aren''t build problems with unstable (say, developer) branches more atoipic for xen-devel? Henning _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
I had my error cornered to a file permission. The configure script in the tools/ioemu didn''t have execute permissions, using 755 sorted the issue. On 8/18/06, Randall Smith <randall@tnr.cc> wrote:> > I''m getting similar errors plus a vnc error compiling unstable on amd64. > Did you figure it out? > > make[3]: *** [vnc.o] Error 1 > make[3]: Leaving directory > `/home/randall/xen/xen-unstable/tools/ioemu/i386-dm'' > make[2]: *** [subdir-i386-dm] Error 2 > make[2]: Leaving directory `/home/randall/xen/xen-unstable/tools/ioemu'' > make[1]: *** [ioemuinstall] Error 2 > make[1]: Leaving directory `/home/randall/xen/xen-unstable/tools'' > make: *** [install] Error 2 > > Randall > > Anand Gupta wrote: > > 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 > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >-- regards, Anand Gupta _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users