intel / XenGT-Preview-xen

20 stars 7 forks source link

Error installing xen tools #18

Open heat87 opened 9 years ago

heat87 commented 9 years ago

I try to install XenGT on Xubuntu 14.04.2 but get the following error when i try to execute

"make install-tools PYTHON_PREFIX_ARG="

Traceback (most recent call last): File "./tools/layoutrom.py", line 630, in main() File "./tools/layoutrom.py", line 607, in main info16 = parseObjDump(infile16, '16') File "./tools/layoutrom.py", line 538, in parseObjDump relocsection = sectionmap[sectionname] KeyError: '.text.asm.out/../src/smp.c.77' make[6]: * [out/romlayout16.lds] Fehler 1 make[6]: Verzeichnis »/home/heat/Xengt/XenGT-Preview-kernel/XenGT-Preview-xen/xen-vgt/tools/firmware/seabios-dir-remote« wird verlassen make[5]: * [subdir-all-seabios-dir] Fehler 2 make[5]: Verzeichnis »/home/heat/Xengt/XenGT-Preview-kernel/XenGT-Preview-xen/xen-vgt/tools/firmware« wird verlassen make[4]: * [subdirs-all] Fehler 2 make[4]: Verzeichnis »/home/heat/Xengt/XenGT-Preview-kernel/XenGT-Preview-xen/xen-vgt/tools/firmware« wird verlassen make[3]: * [all] Fehler 2 make[3]: Verzeichnis »/home/heat/Xengt/XenGT-Preview-kernel/XenGT-Preview-xen/xen-vgt/tools/firmware« wird verlassen make[2]: * [subdir-install-firmware] Fehler 2 make[2]: Verzeichnis »/home/heat/Xengt/XenGT-Preview-kernel/XenGT-Preview-xen/xen-vgt/tools« wird verlassen make[1]: * [subdirs-install] Fehler 2 make[1]: Verzeichnis »/home/heat/Xengt/XenGT-Preview-kernel/XenGT-Preview-xen/xen-vgt/tools« wird verlassen

make: *\ [install-tools] Fehler 2

can anyone help me solving this error?

ChristophSchmidpeter commented 9 years ago

It looks like you have the python2/3 issue. try PYTHON=python2 (See line make DESTDIR="$pkgdir" LANG=C PYTHON=python2 install-{xen,tools,stubdom} at https://aur.archlinux.org/packages/xe/xen-4.3/PKGBUILD)

heat87 commented 9 years ago

thank you for the quicke reply. I tried to execute "make DESTDIR="$pkgdir" LANG=C PYTHON=python2 install-{xen,tools,stubdom} " And i tried to execute "make install-tools PYTHON_PREFIX_ARG=python2". And now i get the following error:

libxlu_cfg_y.c: In function ‘xlu__cfg_yyparse’: libxlu_cfg_y.c:1311:41: error: ‘scanner’ undeclared (first use in this function) yychar = yylex (&yylval, &yylloc, scanner); ^ libxlu_cfg_y.c:1311:41: note: each undeclared identifier is reported only once for each function it appears in make[3]: * [libxlu_cfg_y.o] Fehler 1 make[3]: Verzeichnis »/home/heat/Xengt/XenGT-Preview-kernel/XenGT-Preview-xen/xen-vgt/tools/libxl« wird verlassen make[2]: * [subdir-install-libxl] Fehler 2 make[2]: Verzeichnis »/home/heat/Xengt/XenGT-Preview-kernel/XenGT-Preview-xen/xen-vgt/tools« wird verlassen make[1]: * [subdirs-install] Fehler 2 make[1]: Verzeichnis »/home/heat/Xengt/XenGT-Preview-kernel/XenGT-Preview-xen/xen-vgt/tools« wird verlassen make: * [install-tools] Fehler 2

I am new to all these things an never worked with xen before so maybe i am doing something very simple wrong.

pankajk87 commented 8 years ago

I am getting the same error

l1viathan commented 8 years ago

https://github.com/01org/igvtg-xen https://github.com/01org/igvtg-kernel https://github.com/01org/igvtg-qemu

Hi we have moved to new home as above, with XenGT and KVMGT merged. Would you have a try with the new repos?

Thanks, Jike

From: pankajk87 [mailto:notifications@github.com] Sent: Wednesday, December 23, 2015 8:48 AM To: 01org/XenGT-Preview-xen Subject: Re: [XenGT-Preview-xen] Error installing xen tools (#18)

I am getting the same error

— Reply to this email directly or view it on GitHubhttps://github.com/01org/XenGT-Preview-xen/issues/18#issuecomment-166769785.