Mike Viau
2010-Sep-07 19:43 UTC
[Xen-users] strip/install error when executing make install-tools
Hello, September 7th I pulled a copy of Xen 4 with: hg clone -r RELEASE-4.0.1 http://xenbits.xen.org/xen-4.0-testing.hg I installed development tools and packages from the Xen 4 wiki: bcc bin86 gawk bridge-utils iproute libcurl3 libcurl4-openssl-dev bzip2 module-init-tools transfig tgif texinfo texlive-latex-base texlive-latex-recommended texlive-fonts-extra texlive-fonts-recommended pciutils-dev mercurial build-essential make gcc libc6-dev zlib1g-dev python python-dev python-twisted libncurses5-dev patch libvncserver-dev libsdl-dev libjpeg62-dev iasl libbz2-dev e2fslibs-dev git-core uuid-dev ocaml libx11-dev gcc-multilib ... all from the AMD64 Debian Squeeze repo. I then ran: make tools stubdom This was successful. I then ran: export PYTHON_PREFIX_ARGmake install-tools install-stubdom | tee output To discover I needed to additionally install http://packages.debian.org/squeeze/texi2html After that I ran: make uninstall make install-tools install-stubdom | tee output And this time it failed with this error below. Attached is output. strip://usr/lib/xen/bin/qemu-dm: could not create temporary file to hold stripped copy: No error install: strip process terminated abnormally make[4]: *** [install] Error 1 make[4]: Leaving directory `/root/XEN/source/xen-4.0-testing.hg/tools/ioemu-remote/i386-dm'' make[3]: *** [install] Error 1 make[3]: Leaving directory `/root/XEN/source/xen-4.0-testing.hg/tools/ioemu-remote'' make[2]: *** [subdir-install-ioemu-dir] Error 2 make[2]: Leaving directory `/root/XEN/source/xen-4.0-testing.hg/tools'' make[1]: *** [subdirs-install] Error 2 make[1]: Leaving directory `/root/XEN/source/xen-4.0-testing.hg/tools'' make: *** [install-tools] Error 2 Anyone else had this problem? Any help would be much appreciated :) -M _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Mike Viau
2010-Sep-07 20:06 UTC
[Xen-users] RE: strip/install error when executing make install-tools
Installing http://packages.debian.org/squeeze/binutils-multiarch does not seem to help... On install: Adding ''diversion of /usr/bin/strip to /usr/bin/strip.single by binutils-multiarch'' On uninstall: Removing ''diversion of /usr/bin/strip to /usr/bin/strip.single by binutils-multiarch'' apt-cache policy binutils binutils: Installed: 2.20.1-12 Candidate: 2.20.1-12 Version table: *** 2.20.1-12 0 500 http://mirror.csclub.uwaterloo.ca/debian/ squeeze/main amd64 Packages 100 /var/lib/dpkg/status -M Date: Tue, 7 Sep 2010 15:43:17 -0400 Hello, September 7th I pulled a copy of Xen 4 with: hg clone -r RELEASE-4.0.1 http://xenbits.xen.org/xen-4.0-testing.hg I installed development tools and packages from the Xen 4 wiki: bcc bin86 gawk bridge-utils iproute libcurl3 libcurl4-openssl-dev bzip2 module-init-tools transfig tgif texinfo texlive-latex-base texlive-latex-recommended texlive-fonts-extra texlive-fonts-recommended pciutils-dev mercurial build-essential make gcc libc6-dev zlib1g-dev python python-dev python-twisted libncurses5-dev patch libvncserver-dev libsdl-dev libjpeg62-dev iasl libbz2-dev e2fslibs-dev git-core uuid-dev ocaml libx11-dev gcc-multilib ... all from the AMD64 Debian Squeeze repo. I then ran: make tools stubdom This was successful. I then ran: export PYTHON_PREFIX_ARGmake install-tools install-stubdom | tee output To discover I needed to additionally install http://packages.debian.org/squeeze/texi2html After that I ran: make uninstall make install-tools install-stubdom | tee output And this time it failed with this error below. Attached is output. strip://usr/lib/xen/bin/qemu-dm: could not create temporary file to hold stripped copy: No error install: strip process terminated abnormally make[4]: *** [install] Error 1 make[4]: Leaving directory `/root/XEN/source/xen-4.0-testing.hg/tools/ioemu-remote/i386-dm'' make[3]: *** [install] Error 1 make[3]: Leaving directory `/root/XEN/source/xen-4.0-testing.hg/tools/ioemu-remote'' make[2]: *** [subdir-install-ioemu-dir] Error 2 make[2]: Leaving directory `/root/XEN/source/xen-4.0-testing.hg/tools'' make[1]: *** [subdirs-install] Error 2 make[1]: Leaving directory `/root/XEN/source/xen-4.0-testing.hg/tools'' make: *** [install-tools] Error 2 Anyone else had this problem? Any help would be much appreciated :) -M _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users