All of lore.kernel.org
 help / color / mirror / Atom feed
* x86_64 on FC4 - texi2html: Command not found
@ 2005-05-20 15:32 David F Barrera
  2005-05-20 15:38 ` Anthony Liguori
  0 siblings, 1 reply; 3+ messages in thread
From: David F Barrera @ 2005-05-20 15:32 UTC (permalink / raw)
  To: xen-devel

I am seeing the following error on x86_64 FC4. The texinfo package is
installed on the machine. Does anybody know what is missing?

copying build/scripts-2.4/pygrub -> /tmp/xen-
unstable/dist/install/usr/bin
changing mode of /tmp/xen-unstable/dist/install/usr/bin/pygrub to 755
make[3]: Leaving directory `/tmp/xen-unstable/tools/pygrub'
make ioemuinstall
make[3]: Entering directory `/tmp/xen-unstable/tools'
[ -f ioemu/config-host.h ] || \
(cd ioemu; ./configure --prefix=/tmp/xen-unstable/dist/install/usr)
make -C ioemu install
make[4]: Entering directory `/tmp/xen-unstable/tools/ioemu'
texi2html -monolithic -number qemu-doc.texi
make[4]: texi2html: Command not found
make[4]: *** [qemu-doc.html] Error 127
make[4]: Leaving directory `/tmp/xen-unstable/tools/ioemu'
make[3]: *** [ioemuinstall] Error 2
make[3]: Leaving directory `/tmp/xen-unstable/tools'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/tmp/xen-unstable/tools'
make[1]: *** [tools] Error 2
make[1]: Leaving directory `/tmp/xen-unstable'
make: *** [world] Error 2



-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: x86_64 on FC4 - texi2html: Command not found
  2005-05-20 15:32 x86_64 on FC4 - texi2html: Command not found David F Barrera
@ 2005-05-20 15:38 ` Anthony Liguori
  2005-05-20 16:28   ` David F Barrera
  0 siblings, 1 reply; 3+ messages in thread
From: Anthony Liguori @ 2005-05-20 15:38 UTC (permalink / raw)
  To: David F Barrera; +Cc: xen-devel

David F Barrera wrote:

>I am seeing the following error on x86_64 FC4. The texinfo package is
>installed on the machine. Does anybody know what is missing?
>  
>
There's a separate package for texi2html.  Try installing that.

Regards,

Anthony Liguori

>copying build/scripts-2.4/pygrub -> /tmp/xen-
>unstable/dist/install/usr/bin
>changing mode of /tmp/xen-unstable/dist/install/usr/bin/pygrub to 755
>make[3]: Leaving directory `/tmp/xen-unstable/tools/pygrub'
>make ioemuinstall
>make[3]: Entering directory `/tmp/xen-unstable/tools'
>[ -f ioemu/config-host.h ] || \
>(cd ioemu; ./configure --prefix=/tmp/xen-unstable/dist/install/usr)
>make -C ioemu install
>make[4]: Entering directory `/tmp/xen-unstable/tools/ioemu'
>texi2html -monolithic -number qemu-doc.texi
>make[4]: texi2html: Command not found
>make[4]: *** [qemu-doc.html] Error 127
>make[4]: Leaving directory `/tmp/xen-unstable/tools/ioemu'
>make[3]: *** [ioemuinstall] Error 2
>make[3]: Leaving directory `/tmp/xen-unstable/tools'
>make[2]: *** [install] Error 2
>make[2]: Leaving directory `/tmp/xen-unstable/tools'
>make[1]: *** [tools] Error 2
>make[1]: Leaving directory `/tmp/xen-unstable'
>make: *** [world] Error 2
>
>
>
>  
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: x86_64 on FC4 - texi2html: Command not found
  2005-05-20 15:38 ` Anthony Liguori
@ 2005-05-20 16:28   ` David F Barrera
  0 siblings, 0 replies; 3+ messages in thread
From: David F Barrera @ 2005-05-20 16:28 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: xen-devel

On Fri, 2005-05-20 at 10:38 -0500, Anthony Liguori wrote:
> David F Barrera wrote:
> 
> >I am seeing the following error on x86_64 FC4. The texinfo package is
> >installed on the machine. Does anybody know what is missing?
> >  
> >
> There's a separate package for texi2html.  Try installing that.

I installed it, and it goes further. Now, I am hitting this error:

gcc  -Wl,-T,/tmp/xen-unstable/tools/ioemu/i386-vl.ld -o qemu-dm vl.o
exec.o monitor.o osdep.o block.o readline.o pci.o console.o block-
cloop.o ide.o ne2000.o pckbd.o vga.o dma.o fdc.o mc146818rtc.o serial.o
i8259.o i8254.o pc.o libqemu.a  -lm -L../../../dist/install/usr/lib64 -
lxc -lxutil -lz   -lutil
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-
linux/4.0.0/../../../../lib64/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-
linux/4.0.0/../../../../lib64/libm.a when searching for -lm
/usr/bin/ld: skipping
incompatible ../../../dist/install/usr/lib64/libxc.so when searching for
-lxc
/usr/bin/ld: skipping
incompatible ../../../dist/install/usr/lib64/libxutil.so when searching
for -lxutil
/usr/bin/ld: skipping
incompatible ../../../dist/install/usr/lib64/libxutil.a when searching
for -lxutil
/usr/bin/ld: cannot find -lxutil
collect2: ld returned 1 exit status
make[1]: *** [qemu-dm] Error 1
make[1]: Leaving directory `/tmp/xen-unstable/tools/ioemu/target-i386-
dm'
make: *** [all] Error 1

Any ideas? Thanks!
> 
> Regards,
> 
> Anthony Liguori
> 
> >copying build/scripts-2.4/pygrub -> /tmp/xen-
> >unstable/dist/install/usr/bin
> >changing mode of /tmp/xen-unstable/dist/install/usr/bin/pygrub to 755
> >make[3]: Leaving directory `/tmp/xen-unstable/tools/pygrub'
> >make ioemuinstall
> >make[3]: Entering directory `/tmp/xen-unstable/tools'
> >[ -f ioemu/config-host.h ] || \
> >(cd ioemu; ./configure --prefix=/tmp/xen-unstable/dist/install/usr)
> >make -C ioemu install
> >make[4]: Entering directory `/tmp/xen-unstable/tools/ioemu'
> >texi2html -monolithic -number qemu-doc.texi
> >make[4]: texi2html: Command not found
> >make[4]: *** [qemu-doc.html] Error 127
> >make[4]: Leaving directory `/tmp/xen-unstable/tools/ioemu'
> >make[3]: *** [ioemuinstall] Error 2
> >make[3]: Leaving directory `/tmp/xen-unstable/tools'
> >make[2]: *** [install] Error 2
> >make[2]: Leaving directory `/tmp/xen-unstable/tools'
> >make[1]: *** [tools] Error 2
> >make[1]: Leaving directory `/tmp/xen-unstable'
> >make: *** [world] Error 2
> >
> >
> >
> >  
> >
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
> 
-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-05-20 16:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-20 15:32 x86_64 on FC4 - texi2html: Command not found David F Barrera
2005-05-20 15:38 ` Anthony Liguori
2005-05-20 16:28   ` David F Barrera

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.