All of lore.kernel.org
 help / color / mirror / Atom feed
* Xen doc compication failed!
@ 2009-04-21 11:52 Sucan
  2009-04-21 13:20 ` Keir Fraser
  0 siblings, 1 reply; 5+ messages in thread
From: Sucan @ 2009-04-21 11:52 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 421 bytes --]


hi,
when i do "make world" under xen 3.2 directory. the compilation stoped at
line:

latex src/interface.tex >/dev/null

what's wrong with it?  i have installed latex, latex2html, transfig, and
tgif in order to compile the docs.

thanks in advance.
-- 
View this message in context: http://www.nabble.com/Xen-doc-compication-failed%21-tp23154440p23154440.html
Sent from the Xen - Dev mailing list archive at Nabble.com.

[-- Attachment #1.2: Type: text/html, Size: 557 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

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

* Re: Xen doc compication failed!
  2009-04-21 11:52 Xen doc compication failed! Sucan
@ 2009-04-21 13:20 ` Keir Fraser
  2009-04-21 13:54   ` 张树坤
  0 siblings, 1 reply; 5+ messages in thread
From: Keir Fraser @ 2009-04-21 13:20 UTC (permalink / raw)
  To: Sucan, xen-devel@lists.xensource.com


[-- Attachment #1.1: Type: text/plain, Size: 399 bytes --]

Run:
cd docs ; latex src/interface.tex

And see what error message you get.

 -- Keir

On 21/04/2009 12:52, "Sucan" <bitzsk@gmail.com> wrote:

> hi, when i do "make world" under xen 3.2 directory. the compilation stoped at
> line: latex src/interface.tex >/dev/null what's wrong with it?  i have
> installed latex, latex2html, transfig, and tgif in order to compile the docs.
> thanks in advance. 


[-- Attachment #1.2: Type: text/html, Size: 832 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

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

* Re: Xen doc compication failed!
  2009-04-21 13:20 ` Keir Fraser
@ 2009-04-21 13:54   ` 张树坤
  2009-04-21 14:11     ` Keir Fraser
  0 siblings, 1 reply; 5+ messages in thread
From: 张树坤 @ 2009-04-21 13:54 UTC (permalink / raw)
  To: Keir Fraser; +Cc: xen-devel@lists.xensource.com


[-- Attachment #1.1: Type: text/plain, Size: 2031 bytes --]

When Run:
cd docs ; latex src/interface.tex  the result shows:
=============================================
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
 %&-line parsing enabled.
entering extended mode
! I can't write on file `interface.log'.
Please type another transcript file name:
=============================================
and i input file name abc, next shows:
=============================================
Please type another transcript file name: abc
(./src/interface.tex
LaTeX2e <2005/12/01>
Babel <v3.8h> and hyphenation patterns for english, usenglishmax, dumylang,
noh
yphenation, loaded.
(/usr/share/texmf-texlive/tex/latex/base/report.cls
Document Class: report 2005/09/16 v1.4f Standard LaTeX document class
(/usr/share/texmf-texlive/tex/latex/base/size11.clo))
(/usr/share/texmf-texlive/tex/latex/ntgclass/a4.sty)
(/usr/share/texmf-texlive/tex/latex/graphics/graphicx.sty
(/usr/share/texmf-texlive/tex/latex/graphics/keyval.sty)
(/usr/share/texmf-texlive/tex/latex/graphics/graphics.sty
(/usr/share/texmf-texlive/tex/latex/graphics/trig.sty)
(/etc/texmf/tex/latex/config/graphics.cfg)
(/usr/share/texmf-texlive/tex/latex/graphics/dvips.def))) (./html.sty)
(/usr/share/texmf-texlive/tex/latex/setspace/setspace.sty
Package: `setspace' 6.7 <2000/12/01>
) (/usr/share/texmf-texlive/tex/latex/psnfss/times.sty)

! LaTeX Error: File `comment.sty' not found.

Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)

Enter file name:
===================================================
Do you know what's wrong?

2009/4/21 Keir Fraser <keir.fraser@eu.citrix.com>

>  Run:
> cd docs ; latex src/interface.tex
>
> And see what error message you get.
>
>  -- Keir
>
> On 21/04/2009 12:52, "Sucan" <bitzsk@gmail.com> wrote:
>
> hi, when i do "make world" under xen 3.2 directory. the compilation stoped
> at line: latex src/interface.tex >/dev/null what's wrong with it?  i have
> installed latex, latex2html, transfig, and tgif in order to compile the
> docs. thanks in advance.
>
>

[-- Attachment #1.2: Type: text/html, Size: 2936 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

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

* Re: Xen doc compication failed!
  2009-04-21 13:54   ` 张树坤
@ 2009-04-21 14:11     ` Keir Fraser
  2009-04-21 16:08       ` Sucan
  0 siblings, 1 reply; 5+ messages in thread
From: Keir Fraser @ 2009-04-21 14:11 UTC (permalink / raw)
  To: 张树坤; +Cc: xen-devel@lists.xensource.com

Could be a bad dependency in your distro tex packages. Sometimes comment.sty
is contained within an extras package (e.g., texlive-extras). You should
check whether you have all your distro's tex-related packages installed.

 -- Keir

On 21/04/2009 14:54, "张树坤" <bitzsk@gmail.com> wrote:

> Enter file name: 
> ===================================================
> Do you know what's wrong?

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

* Re: Xen doc compication failed!
  2009-04-21 14:11     ` Keir Fraser
@ 2009-04-21 16:08       ` Sucan
  0 siblings, 0 replies; 5+ messages in thread
From: Sucan @ 2009-04-21 16:08 UTC (permalink / raw)
  To: Keir Fraser; +Cc: xen-devel@lists.xensource.com


[-- Attachment #1.1: Type: text/plain, Size: 719 bytes --]

Thanks very much!
I have solved the problem by install a package.
=============================
! LaTeX Error: File `lmodern.sty' not found.
install lmodern to fix:.
sudo apt-get install lmodern
=============================
2009/4/21 Keir Fraser <keir.fraser@eu.citrix.com>

> Could be a bad dependency in your distro tex packages. Sometimes
> comment.sty
> is contained within an extras package (e.g., texlive-extras). You should
> check whether you have all your distro's tex-related packages installed.
>
>  -- Keir
>
> On 21/04/2009 14:54, "张树坤" <bitzsk@gmail.com> wrote:
>
> > Enter file name:
> > ===================================================
> > Do you know what's wrong?
>
>
>

[-- Attachment #1.2: Type: text/html, Size: 1175 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

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

end of thread, other threads:[~2009-04-21 16:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-21 11:52 Xen doc compication failed! Sucan
2009-04-21 13:20 ` Keir Fraser
2009-04-21 13:54   ` 张树坤
2009-04-21 14:11     ` Keir Fraser
2009-04-21 16:08       ` Sucan

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.