Hi, I am trying to install xen 4.1.2 from the source on Fedora 16. I am getting this error while running "make world" make[6]: Entering directory `/opt/xen-4.1.2/tools/blktap2/vhd'' make[7]: Entering directory `/opt/xen-4.1.2/tools/blktap2/vhd'' make -C lib all make[8]: Entering directory `/opt/xen-4.1.2/tools/blktap2/vhd/lib'' gcc -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement -Wno-unused-but-set-variable -D__XEN_TOOLS__ -MMD -MF .libvhd.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Werror -Wno-unused -I../../include -D_GNU_SOURCE -fPIC -g -Wp,-MD,.libvhd.o.d -c -o libvhd.o libvhd.c In file included from ../../include/libvhd.h:39:0, from libvhd.c:41: ../../include/blk_uuid.h:32:23: fatal error: uuid/uuid.h: No such file or directory compilation terminated. make[8]: *** [libvhd.o] Error 1 make[8]: Leaving directory `/opt/xen-4.1.2/tools/blktap2/vhd/lib'' make[7]: *** [subdir-all-lib] Error 2 make[7]: Leaving directory `/opt/xen-4.1.2/tools/blktap2/vhd'' make[6]: *** [subdirs-all] Error 2 make[6]: Leaving directory `/opt/xen-4.1.2/tools/blktap2/vhd'' make[5]: *** [subdir-install-vhd] Error 2 make[5]: Leaving directory `/opt/xen-4.1.2/tools/blktap2'' make[4]: *** [subdirs-install] Error 2 make[4]: Leaving directory `/opt/xen-4.1.2/tools/blktap2'' make[3]: *** [subdir-install-blktap2] Error 2 make[3]: Leaving directory `/opt/xen-4.1.2/tools'' make[2]: *** [subdirs-install] Error 2 make[2]: Leaving directory `/opt/xen-4.1.2/tools'' make[1]: *** [install-tools] Error 2 make[1]: Leaving directory `/opt/xen-4.1.2'' make: *** [world] Error 2 I have uuid installed: xen-4.1.2]# rpm -qa uuid uuid-1.6.2-6.fc16.x86_64 xen-4.1.2]# rpm -qa uuid-devel uuid-devel-1.6.2-6.fc16.x86_64 Regards, Arindam _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org lists.xen.org/xen-users
Arindam Choudhury
2012-Mar-09 16:47 UTC
stopped while generating docs ! I can''t find file `ptmr7t''.
I have problem compiling xen 4.1.2 on fedora 16. kpathsea: Running mktextfm ptmr7t /usr/share/texlive/texmf/web2c/mktexnam: Could not map source abbreviation for ptmr7t. /usr/share/texlive/texmf/web2c/mktexnam: Need to update ? mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ptmr7t This is METAFONT, Version 2.718281 (TeX Live 2011) kpathsea: Running mktexmf ptmr7t ! I can''t find file `ptmr7t''. <*> ...:=ljfour; mag:=1; nonstopmode; input ptmr7t Please type another input file name ! Emergency stop. <*> ...:=ljfour; mag:=1; nonstopmode; input ptmr7t Transcript written on mfput.log. grep: ptmr7t.log: No such file or directory mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ptmr7t'' failed to make ptmr7t.tfm. kpathsea: Appending font creation commands to missfont.log. Regards, Arindam _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org lists.xen.org/xen-users
Solved, had to install libuuid-devel From: arindam@live.com To: xen-users@lists.xen.org Date: Fri, 9 Mar 2012 20:43:49 +0530 Subject: [Xen-users] Error while "make world" Hi, I am trying to install xen 4.1.2 from the source on Fedora 16. I am getting this error while running "make world" make[6]: Entering directory `/opt/xen-4.1.2/tools/blktap2/vhd'' make[7]: Entering directory `/opt/xen-4.1.2/tools/blktap2/vhd'' make -C lib all make[8]: Entering directory `/opt/xen-4.1.2/tools/blktap2/vhd/lib'' gcc -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement -Wno-unused-but-set-variable -D__XEN_TOOLS__ -MMD -MF .libvhd.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Werror -Wno-unused -I../../include -D_GNU_SOURCE -fPIC -g -Wp,-MD,.libvhd.o.d -c -o libvhd.o libvhd.c In file included from ../../include/libvhd.h:39:0, from libvhd.c:41: ../../include/blk_uuid.h:32:23: fatal error: uuid/uuid.h: No such file or directory compilation terminated. make[8]: *** [libvhd.o] Error 1 make[8]: Leaving directory `/opt/xen-4.1.2/tools/blktap2/vhd/lib'' make[7]: *** [subdir-all-lib] Error 2 make[7]: Leaving directory `/opt/xen-4.1.2/tools/blktap2/vhd'' make[6]: *** [subdirs-all] Error 2 make[6]: Leaving directory `/opt/xen-4.1.2/tools/blktap2/vhd'' make[5]: *** [subdir-install-vhd] Error 2 make[5]: Leaving directory `/opt/xen-4.1.2/tools/blktap2'' make[4]: *** [subdirs-install] Error 2 make[4]: Leaving directory `/opt/xen-4.1.2/tools/blktap2'' make[3]: *** [subdir-install-blktap2] Error 2 make[3]: Leaving directory `/opt/xen-4.1.2/tools'' make[2]: *** [subdirs-install] Error 2 make[2]: Leaving directory `/opt/xen-4.1.2/tools'' make[1]: *** [install-tools] Error 2 make[1]: Leaving directory `/opt/xen-4.1.2'' make: *** [world] Error 2 I have uuid installed: xen-4.1.2]# rpm -qa uuid uuid-1.6.2-6.fc16.x86_64 xen-4.1.2]# rpm -qa uuid-devel uuid-devel-1.6.2-6.fc16.x86_64 Regards, Arindam _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org lists.xen.org/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org lists.xen.org/xen-users
Arindam Choudhury
2012-Mar-09 17:13 UTC
Re: stopped while generating docs ! I can''t find file `ptmr7t''.
Again found the solution. have to install the tetex. From: arindam@live.com To: xen-users@lists.xen.org Date: Fri, 9 Mar 2012 22:17:34 +0530 Subject: [Xen-users] stopped while generating docs ! I can''t find file `ptmr7t''. I have problem compiling xen 4.1.2 on fedora 16. kpathsea: Running mktextfm ptmr7t /usr/share/texlive/texmf/web2c/mktexnam: Could not map source abbreviation for ptmr7t. /usr/share/texlive/texmf/web2c/mktexnam: Need to update ? mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ptmr7t This is METAFONT, Version 2.718281 (TeX Live 2011) kpathsea: Running mktexmf ptmr7t ! I can''t find file `ptmr7t''. <*> ...:=ljfour; mag:=1; nonstopmode; input ptmr7t Please type another input file name ! Emergency stop. <*> ...:=ljfour; mag:=1; nonstopmode; input ptmr7t Transcript written on mfput.log. grep: ptmr7t.log: No such file or directory mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ptmr7t'' failed to make ptmr7t.tfm. kpathsea: Appending font creation commands to missfont.log. Regards, Arindam _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org lists.xen.org/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org lists.xen.org/xen-users