|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
xen 3.3.0 etch make errorI am using etch with xen 3.3.0. First i installed some packages und
compiled xen. apt-get install gawk bzip2 mercurial transfig bzip2 screen ssh debootstrap -y apt-get install iproute bridge-utils python-twisted binutils zlib1g-dev python-dev python python-central libssl-dev -y apt-get install libcurl3-dev libncurses5-dev x-dev build-essential gettext libx11-dev -y apt-get install make bin86 bcc gcc ncurses-dev patch xorg-dev -y apt-get install libsdl1.2-dev libvncserver-dev udev pciutils-dev -y apt-get install graphviz texlive-pdfetex texlive-latex-extra texlive-latex-recommended texlive-latex-base transfig -y cd ~ mkdir build cd build wget http://bits.xensource.com/oss-xen/release/3.3.0/xen-3.3.0.tar.gz tar xzf xen-3.3.0.tar.gz cd xen-3.3.0 make world make ends with: make[6]: Entering directory `/root/build/xen-3.3.0/stubdom/newlib-x86_64/etc' /root/build/xen-3.3.0/stubdom/newlib-1.16.0/missing makeinfo --split-size=5000000 --split-size=5000000 --no-split -I../../newlib-1.16.0/etc -o standards.info ../../newlib-1.16.0/etc/standards.texi WARNING: `makeinfo' is missing on your system. You should only need it if you modified a `.texi' or `.texinfo' file, or any other file indirectly affecting the aspect of the manual. The spurious call might also be the consequence of using a buggy `make' (AIX, DU, IRIX). You might want to install the `Texinfo' package or the `GNU make' package. Grab either from any GNU archive site. make[6]: *** [standards.info] Error 1 make[6]: Leaving directory `/root/build/xen-3.3.0/stubdom/newlib-x86_64/etc' make[5]: *** [info] Error 1 make[5]: Leaving directory `/root/build/xen-3.3.0/stubdom/newlib-x86_64/etc' make[4]: *** [all-etc] Error 2 make[4]: Leaving directory `/root/build/xen-3.3.0/stubdom/newlib-x86_64' make[3]: *** [all] Error 2 make[3]: Leaving directory `/root/build/xen-3.3.0/stubdom/newlib-x86_64' make[2]: *** [cross-root-x86_64/x86_64-xen-elf/lib/libc.a] Error 2 make[2]: Leaving directory `/root/build/xen-3.3.0/stubdom' make[1]: *** [install-stubdom] Error 2 make[1]: Leaving directory `/root/build/xen-3.3.0' make: *** [world] Error 2 Whats wrong? Holm _______________________________________________ Xen-users mailing list Xen-users@... http://lists.xensource.com/xen-users |
|
|
Re: xen 3.3.0 etch make errorRun
apt-get install texinfo This should give you the makeinfo command Holm Kapschitzki wrote: > I am using etch with xen 3.3.0. First i installed some packages und > compiled xen. > > apt-get install gawk bzip2 mercurial transfig bzip2 screen ssh > debootstrap -y > apt-get install iproute bridge-utils python-twisted binutils > zlib1g-dev python-dev python python-central libssl-dev -y > apt-get install libcurl3-dev libncurses5-dev x-dev build-essential > gettext libx11-dev -y > apt-get install make bin86 bcc gcc ncurses-dev patch xorg-dev -y > apt-get install libsdl1.2-dev libvncserver-dev udev pciutils-dev -y > apt-get install graphviz texlive-pdfetex texlive-latex-extra > texlive-latex-recommended texlive-latex-base transfig -y > > cd ~ > mkdir build > cd build > wget http://bits.xensource.com/oss-xen/release/3.3.0/xen-3.3.0.tar.gz > tar xzf xen-3.3.0.tar.gz > cd xen-3.3.0 > make world > > make ends with: > > make[6]: Entering directory > `/root/build/xen-3.3.0/stubdom/newlib-x86_64/etc' > /root/build/xen-3.3.0/stubdom/newlib-1.16.0/missing makeinfo > --split-size=5000000 --split-size=5000000 --no-split > > -I../../newlib-1.16.0/etc -o standards.info > ../../newlib-1.16.0/etc/standards.texi > WARNING: `makeinfo' is missing on your system. You should only need > it if > you modified a `.texi' or `.texinfo' file, or any other file > indirectly affecting the aspect of the manual. The spurious > call might also be the consequence of using a buggy `make' (AIX, > DU, IRIX). You might want to install the `Texinfo' package or > the `GNU make' package. Grab either from any GNU archive site. > make[6]: *** [standards.info] Error 1 > make[6]: Leaving directory > `/root/build/xen-3.3.0/stubdom/newlib-x86_64/etc' > make[5]: *** [info] Error 1 > make[5]: Leaving directory > `/root/build/xen-3.3.0/stubdom/newlib-x86_64/etc' > make[4]: *** [all-etc] Error 2 > make[4]: Leaving directory `/root/build/xen-3.3.0/stubdom/newlib-x86_64' > make[3]: *** [all] Error 2 > make[3]: Leaving directory `/root/build/xen-3.3.0/stubdom/newlib-x86_64' > make[2]: *** [cross-root-x86_64/x86_64-xen-elf/lib/libc.a] Error 2 > make[2]: Leaving directory `/root/build/xen-3.3.0/stubdom' > make[1]: *** [install-stubdom] Error 2 > make[1]: Leaving directory `/root/build/xen-3.3.0' > make: *** [world] Error 2 > > Whats wrong? > > Holm > > > > > _______________________________________________ > Xen-users mailing list > Xen-users@... > http://lists.xensource.com/xen-users > _______________________________________________ Xen-users mailing list Xen-users@... http://lists.xensource.com/xen-users |
|
|
Re: xen 3.3.0 etch make errorMike Power schrieb:
> Run > apt-get install texinfo > This should give you the makeinfo command > thx, this solved the problem. So i install the following packages and the pdf doku will be created. apt-get install gawk bzip2 mercurial transfig bzip2 screen ssh debootstrap -y apt-get install iproute bridge-utils python-twisted binutils zlib1g-dev python-dev python python-central libssl-dev -y apt-get install libcurl3-dev libncurses5-dev x-dev build-essential gettext libx11-dev -y apt-get install make bin86 bcc gcc ncurses-dev patch xorg-dev -y apt-get install libsdl1.2-dev libvncserver-dev udev pciutils-dev -y apt-get install graphviz texlive-latex-base texlive-pdfetex transfig -y apt-get install texlive-publishers texlive-fonts-recommended texinfo gs-common -y apt-get install texlive-latex-extra texlive-latex-recommended -y Holm _______________________________________________ Xen-users mailing list Xen-users@... http://lists.xensource.com/xen-users |
| Free Forum Powered by Nabble | Forum Help |