[sage-devel] Error building pdf documentation

2015-05-21 Thread Joao Alberto de Faria
Hello everyone, 
I've been trying to build the pdf documentation for ticket 17282, 
however I keep getting the same failures:

[schemes  ] None:None: WARNING: citation not found: Fulton
[schemes  ] /home/joao/sage-dev/src/doc/en/reference/schemes/index.rst:: 
WARNING: unusable reference target found: ../genindex.html
[schemes  ] /home/joao/sage-dev/src/doc/en/reference/schemes/index.rst:: 
WARNING: unusable reference target found: ../py-modindex.html
[schemes  ] /home/joao/sage-dev/src/doc/en/reference/schemes/index.rst:: 
WARNING: unusable reference target found: ../search.html
[schemes  ] writing... done
[schemes  ] copying TeX support files...
[schemes  ] done
[schemes  ] build succeeded, 4 warnings.
env /dev/null pool_size=400 save_size=5 extra_mem_top=200 
pdflatex  'schemes.tex'
env: pdflatex: No such file or directory
make: *** [schemes.pdf] Error 127
Error building the documentation.
Traceback (most recent call last):
  File /home/joao/sage-dev/src/doc/common/builder.py, line 1626, in 
module
getattr(get_builder(name), type)()
  File /home/joao/sage-dev/src/doc/common/builder.py, line 229, in pdf
raise RuntimeError(failed to run $MAKE all-pdf in %s%tex_dir)
RuntimeError: failed to run $MAKE all-pdf in 
/home/joao/sage-dev/src/doc/output/latex/en/reference/schemes

I was hoping someone with more information on how the pdf docs build could 
help shed some light onto this for me.
-Thank you all in advance

-- 
You received this message because you are subscribed to the Google Groups 
sage-devel group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-devel] Error building pdf documentation

2015-05-21 Thread Justin C. Walker

On May 21, 2015, at 15:06 , Joao Alberto de Faria wrote:

 Hello everyone, 
I've been trying to build the pdf documentation for ticket 17282, 
 however I keep getting the same failures:
 
 [schemes  ] None:None: WARNING: citation not found: Fulton
 [schemes  ] /home/joao/sage-dev/src/doc/en/reference/schemes/index.rst:: 
 WARNING: unusable reference target found: ../genindex.html
 [schemes  ] /home/joao/sage-dev/src/doc/en/reference/schemes/index.rst:: 
 WARNING: unusable reference target found: ../py-modindex.html
 [schemes  ] /home/joao/sage-dev/src/doc/en/reference/schemes/index.rst:: 
 WARNING: unusable reference target found: ../search.html
 [schemes  ] writing... done
 [schemes  ] copying TeX support files...
 [schemes  ] done
 [schemes  ] build succeeded, 4 warnings.
 env /dev/null pool_size=400 save_size=5 extra_mem_top=200 
 pdflatex  'schemes.tex'

From this error:
 env: pdflatex: No such file or directory

I assume that you either do not have TeX installed, or that it is not 
accessible in the usual places (i.e., in any of the directories listed in 
your PATH enivronment variable).

If my assumption is wrong, or my explanation not helpful, please reply.

HTH

--
Justin C. Walker, Curmudgeon at Large
Institute for the Absorption of Federal Funds
---
While creating wives, God promised men
that good and obedient wives would be
found in all corners of the world.
Then He made the earth round.
--








-- 
You received this message because you are subscribed to the Google Groups 
sage-devel group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-devel] Error building pdf documentation

2015-05-21 Thread Joao Alberto de Faria
thank you! that solved my issue!

On Thursday, May 21, 2015 at 6:34:59 PM UTC-4, Justin C. Walker wrote:


 On May 21, 2015, at 15:06 , Joao Alberto de Faria wrote: 

  Hello everyone, 
 I've been trying to build the pdf documentation for ticket 17282, 
  however I keep getting the same failures: 
  
  [schemes  ] None:None: WARNING: citation not found: Fulton 
  [schemes  ] /home/joao/sage-dev/src/doc/en/reference/schemes/index.rst:: 
  WARNING: unusable reference target found: ../genindex.html 
  [schemes  ] /home/joao/sage-dev/src/doc/en/reference/schemes/index.rst:: 
  WARNING: unusable reference target found: ../py-modindex.html 
  [schemes  ] /home/joao/sage-dev/src/doc/en/reference/schemes/index.rst:: 
  WARNING: unusable reference target found: ../search.html 
  [schemes  ] writing... done 
  [schemes  ] copying TeX support files... 
  [schemes  ] done 
  [schemes  ] build succeeded, 4 warnings. 
  env /dev/null pool_size=400 save_size=5 extra_mem_top=200 
  pdflatex  'schemes.tex' 

 From this error: 
  env: pdflatex: No such file or directory 

 I assume that you either do not have TeX installed, or that it is not 
 accessible in the usual places (i.e., in any of the directories listed in 
 your PATH enivronment variable). 

 If my assumption is wrong, or my explanation not helpful, please reply. 

 HTH 

 -- 
 Justin C. Walker, Curmudgeon at Large 
 Institute for the Absorption of Federal Funds 
 --- 
 While creating wives, God promised men 
 that good and obedient wives would be 
 found in all corners of the world. 
 Then He made the earth round. 
 -- 










-- 
You received this message because you are subscribed to the Google Groups 
sage-devel group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.