Advertisement
Guest User

cpan Template::Plugin::Latex failures

a guest
Oct 19th, 2012
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.53 KB | None | 0 0
  1. root@whizzer2:~# cpan Template::Plugin::Latex
  2. CPAN: Storable loaded ok (v2.20)
  3. Going to read '/root/.cpan/Metadata'
  4. Database was generated on Fri, 19 Oct 2012 10:43:03 GMT
  5. Running install for module 'Template::Plugin::Latex'
  6. CPAN: Data::Dumper loaded ok (v2.124)
  7. 'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/root/.cpan/prefs'
  8. Running make for A/AN/ANDREWF/Template-Plugin-Latex-3.02.tar.gz
  9. CPAN: Digest::SHA loaded ok (v5.47)
  10. CPAN: Compress::Zlib loaded ok (v2.02)
  11. Checksum for /root/.cpan/sources/authors/id/A/AN/ANDREWF/Template-Plugin-Latex-3.02.tar.gz ok
  12. CPAN: Archive::Tar loaded ok (v1.52)
  13. Template-Plugin-Latex-3.02/
  14. Template-Plugin-Latex-3.02/MANIFEST
  15. Template-Plugin-Latex-3.02/texinputs/
  16. Template-Plugin-Latex-3.02/texinputs/tt2.sty
  17. Template-Plugin-Latex-3.02/TODO
  18. Template-Plugin-Latex-3.02/t/
  19. Template-Plugin-Latex-3.02/t/input/
  20. Template-Plugin-Latex-3.02/t/input/testinc.tex
  21. Template-Plugin-Latex-3.02/t/input/testrefs.tex
  22. Template-Plugin-Latex-3.02/t/input/testrefs.dvi
  23. Template-Plugin-Latex-3.02/t/input/deeply/
  24. Template-Plugin-Latex-3.02/t/input/deeply/nested/
  25. Template-Plugin-Latex-3.02/t/input/deeply/nested/directory/
  26. Template-Plugin-Latex-3.02/t/input/deeply/nested/directory/testinc2.tex
  27. Template-Plugin-Latex-3.02/t/input/bibfiles/
  28. Template-Plugin-Latex-3.02/t/input/bibfiles/testbib.bib
  29. Template-Plugin-Latex-3.02/t/24-bibliography.t
  30. Template-Plugin-Latex-3.02/t/01-latex2dvi.t
  31. Template-Plugin-Latex-3.02/t/00-latex.t
  32. Template-Plugin-Latex-3.02/t/23-makeindex.t
  33. Template-Plugin-Latex-3.02/t/11-plugin-errors.t
  34. Template-Plugin-Latex-3.02/t/21-includes.t
  35. Template-Plugin-Latex-3.02/t/lib/
  36. Template-Plugin-Latex-3.02/t/lib/Template/
  37. Template-Plugin-Latex-3.02/t/lib/Template/Test/
  38. Template-Plugin-Latex-3.02/t/lib/Template/Test/Latex.pm
  39. Template-Plugin-Latex-3.02/t/README
  40. Template-Plugin-Latex-3.02/t/10-output.t
  41. Template-Plugin-Latex-3.02/t/20-references.t
  42. Template-Plugin-Latex-3.02/t/12-template.t
  43. Template-Plugin-Latex-3.02/t/13-latex-encode.t
  44. Template-Plugin-Latex-3.02/t/22-tableofcontents.t
  45. Template-Plugin-Latex-3.02/t/03-latex2ps.t
  46. Template-Plugin-Latex-3.02/t/output/
  47. Template-Plugin-Latex-3.02/t/output/README
  48. Template-Plugin-Latex-3.02/t/02-latex2pdf.t
  49. Template-Plugin-Latex-3.02/META.yml
  50. Template-Plugin-Latex-3.02/lib/
  51. Template-Plugin-Latex-3.02/lib/Template/
  52. Template-Plugin-Latex-3.02/lib/Template/Plugin/
  53. Template-Plugin-Latex-3.02/lib/Template/Plugin/Latex.pm
  54. Template-Plugin-Latex-3.02/lib/Template/Latex.pm
  55. Template-Plugin-Latex-3.02/README
  56. Template-Plugin-Latex-3.02/INSTALL
  57. Template-Plugin-Latex-3.02/Changes
  58. Template-Plugin-Latex-3.02/Makefile.PL
  59. CPAN: File::Temp loaded ok (v0.22)
  60.  
  61. CPAN.pm: Going to build A/AN/ANDREWF/Template-Plugin-Latex-3.02.tar.gz
  62.  
  63.  
  64. Template-Plugin-Latex v3.02
  65. ------------------------------
  66.  
  67. The Template-Latex modules add LaTeX support for the Template Toolkit.
  68.  
  69. They allow you to create LaTeX documents using the full power of the
  70. Template Toolkit. The generated output can then be processed with
  71. either 'pdflatex' or 'latex'. If unresolved cross references,
  72. bibliographic references or index definitions are found then 'bibtex'
  73. or 'makeindex' will be run as appropriate and 'latex' or 'pdflatex'
  74. re-run as necessary. The output will be postprocessed with the
  75. 'dvips' and 'ps2pdf' programs if necessary to create PDF, DVI or
  76. PostScript documents.
  77.  
  78. To use the Template-Latex module you will first need to install LaTeX on
  79. your system and make sure the above programs are available.
  80.  
  81. Checking if your kit is complete...
  82. Looks good
  83. Writing Makefile for Template-Plugin-Latex
  84. Writing MYMETA.yml and MYMETA.json
  85. Could not read '/root/.cpan/build/Template-Plugin-Latex-3.02-bgnD7_/MYMETA.yml'. Falling back to other methods to determine prerequisites
  86. cp lib/Template/Plugin/Latex.pm blib/lib/Template/Plugin/Latex.pm
  87. cp lib/Template/Latex.pm blib/lib/Template/Latex.pm
  88. Manifying blib/man3/Template::Plugin::Latex.3pm
  89. Manifying blib/man3/Template::Latex.3pm
  90. ANDREWF/Template-Plugin-Latex-3.02.tar.gz
  91. /usr/bin/make -- OK
  92. Warning (usually harmless): 'YAML' not installed, will not store persistent state
  93. Running make test
  94. PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
  95. t/00-latex.t ............ Can't use an undefined value as an ARRAY reference at /usr/lib/perl5/Class/MOP/Class.pm line 785.
  96. Compilation failed in require at /usr/lib/perl5/Moose/Exporter.pm line 11.
  97. BEGIN failed--compilation aborted at /usr/lib/perl5/Moose/Exporter.pm line 11.
  98. Compilation failed in require at /usr/lib/perl5/Moose.pm line 15.
  99. BEGIN failed--compilation aborted at /usr/lib/perl5/Moose.pm line 15.
  100. Compilation failed in require at /usr/share/perl5/LaTeX/Table.pm line 12.
  101. BEGIN failed--compilation aborted at /usr/share/perl5/LaTeX/Table.pm line 12.
  102. Compilation failed in require at /root/.cpan/build/Template-Plugin-Latex-3.02-bgnD7_/lib/Template/Plugin/Latex.pm line 42.
  103. BEGIN failed--compilation aborted at /root/.cpan/build/Template-Plugin-Latex-3.02-bgnD7_/lib/Template/Plugin/Latex.pm line 42.
  104. Compilation failed in require at /root/.cpan/build/Template-Plugin-Latex-3.02-bgnD7_/lib/Template/Latex.pm line 41.
  105. BEGIN failed--compilation aborted at /root/.cpan/build/Template-Plugin-Latex-3.02-bgnD7_/lib/Template/Latex.pm line 41.
  106. Compilation failed in require at t/00-latex.t line 19.
  107. BEGIN failed--compilation aborted at t/00-latex.t line 19.
  108. t/00-latex.t ............ Dubious, test returned 9 (wstat 2304, 0x900)
  109. No subtests run
  110. t/01-latex2dvi.t ........ 1/9 Template process failed: plugin error - Can't use an undefined value as an ARRAY reference at /usr/lib/perl5/Class/MOP/Class.pm line 785, <DATA> line 1.
  111. Compilation failed in require at /usr/lib/perl5/Moose/Exporter.pm line 11, <DATA> line 1.
  112. BEGIN failed--compilation aborted at /usr/lib/perl5/Moose/Exporter.pm line 11, <DATA> line 1.
  113. Compilation failed in require at /usr/lib/perl5/Moose.pm line 15, <DATA> line 1.
  114. BEGIN failed--compilation aborted at /usr/lib/perl5/Moose.pm line 15, <DATA> line 1.
  115. Compilation failed in require at /usr/share/perl5/LaTeX/Table.pm line 12, <DATA> line 1.
  116. BEGIN failed--compilation aborted at /usr/share/perl5/LaTeX/Table.pm line 12, <DATA> line 1.
  117. Compilation failed in require at /root/.cpan/build/Template-Plugin-Latex-3.02-bgnD7_/lib/Template/Plugin/Latex.pm line 42, <DATA> line 1.
  118. BEGIN failed--compilation aborted at /root/.cpan/build/Template-Plugin-Latex-3.02-bgnD7_/lib/Template/Plugin/Latex.pm line 42, <DATA> line 1.
  119. Compilation failed in require at /usr/lib/perl5/Template/Plugins.pm line 193, <DATA> line 1.
  120.  
  121. FAILED 4: - template text 1 process FAILED: [% USE Latex;\n out = FILTER la...
  122. FAILED 5: - (obviously did not match expected)
  123. Template process failed: plugin error - Attempt to reload Template/Plugin/Latex.pm aborted.
  124. Compilation failed in require at /usr/lib/perl5/Template/Plugins.pm line 193, <DATA> line 1.
  125.  
  126. FAILED 6: - template text 2 process FAILED: [% USE Latex format="dvi";\n ou...
  127. FAILED 7: - (obviously did not match expected)
  128. Template process failed: plugin error - Attempt to reload Template/Plugin/Latex.pm aborted.
  129. Compilation failed in require at /usr/lib/perl5/Template/Plugins.pm line 193, <DATA> line 1.
  130.  
  131. FAILED 8: - template text 3 process FAILED: [% USE Latex;\n TRY; \n out ...
  132. FAILED 9: - (obviously did not match expected)
  133. t/01-latex2dvi.t ........ Failed 6/9 subtests
  134. t/02-latex2pdf.t ........ 1/9 Template process failed: plugin error - Can't use an undefined value as an ARRAY reference at /usr/lib/perl5/Class/MOP/Class.pm line 785, <DATA> line 1.
  135. Compilation failed in require at /usr/lib/perl5/Moose/Exporter.pm line 11, <DATA> line 1.
  136. BEGIN failed--compilation aborted at /usr/lib/perl5/Moose/Exporter.pm line 11, <DATA> line 1.
  137. Compilation failed in require at /usr/lib/perl5/Moose.pm line 15, <DATA> line 1.
  138. BEGIN failed--compilation aborted at /usr/lib/perl5/Moose.pm line 15, <DATA> line 1.
  139. Compilation failed in require at /usr/share/perl5/LaTeX/Table.pm line 12, <DATA> line 1.
  140. BEGIN failed--compilation aborted at /usr/share/perl5/LaTeX/Table.pm line 12, <DATA> line 1.
  141. Compilation failed in require at /root/.cpan/build/Template-Plugin-Latex-3.02-bgnD7_/lib/Template/Plugin/Latex.pm line 42, <DATA> line 1.
  142. BEGIN failed--compilation aborted at /root/.cpan/build/Template-Plugin-Latex-3.02-bgnD7_/lib/Template/Plugin/Latex.pm line 42, <DATA> line 1.
  143. Compilation failed in require at /usr/lib/perl5/Template/Plugins.pm line 193, <DATA> line 1.
  144.  
  145. FAILED 4: - template text 1 process FAILED: [% USE Latex;\n out = FILTER la...
  146. FAILED 5: - (obviously did not match expected)
  147. Template process failed: plugin error - Attempt to reload Template/Plugin/Latex.pm aborted.
  148. Compilation failed in require at /usr/lib/perl5/Template/Plugins.pm line 193, <DATA> line 1.
  149.  
  150. FAILED 6: - template text 2 process FAILED: [% USE Latex format="pdf";\n ou...
  151. FAILED 7: - (obviously did not match expected)
  152. Template process failed: plugin error - Attempt to reload Template/Plugin/Latex.pm aborted.
  153. Compilation failed in require at /usr/lib/perl5/Template/Plugins.pm line 193, <DATA> line 1.
  154.  
  155. FAILED 8: - template text 3 process FAILED: [% USE Latex;\n TRY; \n out ...
  156. FAILED 9: - (obviously did not match expected)
  157. t/02-latex2pdf.t ........ Failed 6/9 subtests
  158. t/03-latex2ps.t ......... 1/9 Template process failed: plugin error - Can't use an undefined value as an ARRAY reference at /usr/lib/perl5/Class/MOP/Class.pm line 785, <DATA> line 1.
  159. Compilation failed in require at /usr/lib/perl5/Moose/Exporter.pm line 11, <DATA> line 1.
  160. BEGIN failed--compilation aborted at /usr/lib/perl5/Moose/Exporter.pm line 11, <DATA> line 1.
  161. Compilation failed in require at /usr/lib/perl5/Moose.pm line 15, <DATA> line 1.
  162. BEGIN failed--compilation aborted at /usr/lib/perl5/Moose.pm line 15, <DATA> line 1.
  163. Compilation failed in require at /usr/share/perl5/LaTeX/Table.pm line 12, <DATA> line 1.
  164. BEGIN failed--compilation aborted at /usr/share/perl5/LaTeX/Table.pm line 12, <DATA> line 1.
  165. Compilation failed in require at /root/.cpan/build/Template-Plugin-Latex-3.02-bgnD7_/lib/Template/Plugin/Latex.pm line 42, <DATA> line 1.
  166. BEGIN failed--compilation aborted at /root/.cpan/build/Template-Plugin-Latex-3.02-bgnD7_/lib/Template/Plugin/Latex.pm line 42, <DATA> line 1.
  167. Compilation failed in require at /usr/lib/perl5/Template/Plugins.pm line 193, <DATA> line 1.
  168.  
  169. FAILED 4: - template text 1 process FAILED: [% USE Latex;\n out = FILTER la...
  170. FAILED 5: - (obviously did not match expected)
  171. Template process failed: plugin error - Attempt to reload Template/Plugin/Latex.pm aborted.
  172. Compilation failed in require at /usr/lib/perl5/Template/Plugins.pm line 193, <DATA> line 1.
  173.  
  174. FAILED 6: - template text 2 process FAILED: [% USE Latex format="ps";\n out...
  175. FAILED 7: - (obviously did not match expected)
  176. Template process failed: plugin error - Attempt to reload Template/Plugin/Latex.pm aborted.
  177. Compilation failed in require at /usr/lib/perl5/Template/Plugins.pm line 193, <DATA> line 1.
  178.  
  179. FAILED 8: - template text 3 process FAILED: [% USE Latex;\n TRY; \n out ...
  180. FAILED 9: - (obviously did not match expected)
  181. t/03-latex2ps.t ......... Failed 6/9 subtests
  182. t/10-output.t ........... Can't use an undefined value as an ARRAY reference at /usr/lib/perl5/Class/MOP/Class.pm line 785.
  183. Compilation failed in require at /usr/lib/perl5/Moose/Exporter.pm line 11.
  184. BEGIN failed--compilation aborted at /usr/lib/perl5/Moose/Exporter.pm line 11.
  185. Compilation failed in require at /usr/lib/perl5/Moose.pm line 15.
  186. BEGIN failed--compilation aborted at /usr/lib/perl5/Moose.pm line 15.
  187. Compilation failed in require at /usr/share/perl5/LaTeX/Table.pm line 12.
  188. BEGIN failed--compilation aborted at /usr/share/perl5/LaTeX/Table.pm line 12.
  189. Compilation failed in require at /root/.cpan/build/Template-Plugin-Latex-3.02-bgnD7_/lib/Template/Plugin/Latex.pm line 42.
  190. BEGIN failed--compilation aborted at /root/.cpan/build/Template-Plugin-Latex-3.02-bgnD7_/lib/Template/Plugin/Latex.pm line 42.
  191. Compilation failed in require at t/10-output.t line 22.
  192. BEGIN failed--compilation aborted at t/10-output.t line 22.
  193. t/10-output.t ........... skipped: not applicable on this platform
  194. t/11-plugin-errors.t .... skipped: need to realign the tests here with the errors thrown by LaTeX::Driver
  195. t/12-template.t ......... Can't use an undefined value as an ARRAY reference at /usr/lib/perl5/Class/MOP/Class.pm line 785.
  196. Compilation failed in require at /usr/lib/perl5/Moose/Exporter.pm line 11.
  197. BEGIN failed--compilation aborted at /usr/lib/perl5/Moose/Exporter.pm line 11.
  198. Compilation failed in require at /usr/lib/perl5/Moose.pm line 15.
  199. BEGIN failed--compilation aborted at /usr/lib/perl5/Moose.pm line 15.
  200. Compilation failed in require at /usr/share/perl5/LaTeX/Table.pm line 12.
  201. BEGIN failed--compilation aborted at /usr/share/perl5/LaTeX/Table.pm line 12.
  202. Compilation failed in require at /root/.cpan/build/Template-Plugin-Latex-3.02-bgnD7_/lib/Template/Plugin/Latex.pm line 42.
  203. BEGIN failed--compilation aborted at /root/.cpan/build/Template-Plugin-Latex-3.02-bgnD7_/lib/Template/Plugin/Latex.pm line 42.
  204. Compilation failed in require at /root/.cpan/build/Template-Plugin-Latex-3.02-bgnD7_/lib/Template/Latex.pm line 41.
  205. BEGIN failed--compilation aborted at /root/.cpan/build/Template-Plugin-Latex-3.02-bgnD7_/lib/Template/Latex.pm line 41.
  206. Compilation failed in require at t/12-template.t line 20.
  207. BEGIN failed--compilation aborted at t/12-template.t line 20.
  208. t/12-template.t ......... Dubious, test returned 9 (wstat 2304, 0x900)
  209. No subtests run
  210. t/13-latex-encode.t ..... 1/27 Template process failed: plugin error - Can't use an undefined value as an ARRAY reference at /usr/lib/perl5/Class/MOP/Class.pm line 785, <DATA> line 1.
  211. Compilation failed in require at /usr/lib/perl5/Moose/Exporter.pm line 11, <DATA> line 1.
  212. BEGIN failed--compilation aborted at /usr/lib/perl5/Moose/Exporter.pm line 11, <DATA> line 1.
  213. Compilation failed in require at /usr/lib/perl5/Moose.pm line 15, <DATA> line 1.
  214. BEGIN failed--compilation aborted at /usr/lib/perl5/Moose.pm line 15, <DATA> line 1.
  215. Compilation failed in require at /usr/share/perl5/LaTeX/Table.pm line 12, <DATA> line 1.
  216. BEGIN failed--compilation aborted at /usr/share/perl5/LaTeX/Table.pm line 12, <DATA> line 1.
  217. Compilation failed in require at /root/.cpan/build/Template-Plugin-Latex-3.02-bgnD7_/lib/Template/Plugin/Latex.pm line 42, <DATA> line 1.
  218. BEGIN failed--compilation aborted at /root/.cpan/build/Template-Plugin-Latex-3.02-bgnD7_/lib/Template/Plugin/Latex.pm line 42, <DATA> line 1.
  219. Compilation failed in require at /usr/lib/perl5/Template/Plugins.pm line 193, <DATA> line 1.
  220.  
  221. FAILED 4: - template text 1 process FAILED: [% USE Latex; "abc" | latex_enc...
  222. FAILED 5: - (obviously did not match expected)
  223. Template process failed: plugin error - Attempt to reload Template/Plugin/Latex.pm aborted.
  224. Compilation failed in require at /usr/lib/perl5/Template/Plugins.pm line 193, <DATA> line 1.
  225.  
  226. FAILED 6: - template text 2 process FAILED: [% USE Latex; "AT&T" | latex_enc...
  227. FAILED 7: - (obviously did not match expected)
  228. Template process failed: plugin error - Attempt to reload Template/Plugin/Latex.pm aborted.
  229. Compilation failed in require at /usr/lib/perl5/Template/Plugins.pm line 193, <DATA> line 1.
  230.  
  231. FAILED 8: - template text 3 process FAILED: [% USE Latex; "42%" | latex_enc...
  232. FAILED 9: - (obviously did not match expected)
  233. Template process failed: plugin error - Attempt to reload Template/Plugin/Latex.pm aborted.
  234. Compilation failed in require at /usr/lib/perl5/Template/Plugins.pm line 193, <DATA> line 1.
  235.  
  236. FAILED 10: - template text 4 process FAILED: [% USE Latex; "mod_perl" | late...
  237. FAILED 11: - (obviously did not match expected)
  238. Template process failed: plugin error - Attempt to reload Template/Plugin/Latex.pm aborted.
  239. Compilation failed in require at /usr/lib/perl5/Template/Plugins.pm line 193, <DATA> line 1.
  240.  
  241. FAILED 12: - template text 5 process FAILED: [% USE Latex; "{..}" | latex_en...
  242. FAILED 13: - (obviously did not match expected)
  243. Template process failed: plugin error - Attempt to reload Template/Plugin/Latex.pm aborted.
  244. Compilation failed in require at /usr/lib/perl5/Template/Plugins.pm line 193, <DATA> line 1.
  245.  
  246. FAILED 14: - template text 6 process FAILED: [% USE Latex; "\\LaTeX" | latex...
  247. FAILED 15: - (obviously did not match expected)
  248. Template process failed: plugin error - Attempt to reload Template/Plugin/Latex.pm aborted.
  249. Compilation failed in require at /usr/lib/perl5/Template/Plugins.pm line 193, <DATA> line 1.
  250.  
  251. FAILED 16: - template text 7 process FAILED: [% USE Latex; "#" | latex_encod...
  252. FAILED 17: - (obviously did not match expected)
  253. Template process failed: plugin error - Attempt to reload Template/Plugin/Latex.pm aborted.
  254. Compilation failed in require at /usr/lib/perl5/Template/Plugins.pm line 193, <DATA> line 1.
  255.  
  256. FAILED 18: - template text 8 process FAILED: [% USE Latex; '$0.01' | latex_e...
  257. FAILED 19: - (obviously did not match expected)
  258. Template process failed: plugin error - Attempt to reload Template/Plugin/Latex.pm aborted.
  259. Compilation failed in require at /usr/lib/perl5/Template/Plugins.pm line 193, <DATA> line 1.
  260.  
  261. FAILED 20: - template text 9 process FAILED: [% USE Latex; "\\&#_^{}\\&#_^{}"...
  262. FAILED 21: - (obviously did not match expected)
  263. Template process failed: plugin error - Attempt to reload Template/Plugin/Latex.pm aborted.
  264. Compilation failed in require at /usr/lib/perl5/Template/Plugins.pm line 193, <DATA> line 1.
  265.  
  266. FAILED 22: - template text 10 process FAILED: [% USE Latex; 'blah "double-quot...
  267. FAILED 23: - (obviously did not match expected)
  268. Template process failed: plugin error - Attempt to reload Template/Plugin/Latex.pm aborted.
  269. Compilation failed in require at /usr/lib/perl5/Template/Plugins.pm line 193, <DATA> line 1.
  270.  
  271. FAILED 24: - template text 11 process FAILED: [% USE Latex; "blah 'single-quot...
  272. FAILED 25: - (obviously did not match expected)
  273. Template process failed: plugin error - Attempt to reload Template/Plugin/Latex.pm aborted.
  274. Compilation failed in require at /usr/lib/perl5/Template/Plugins.pm line 193, <DATA> line 1.
  275.  
  276. FAILED 26: - template text 12 process FAILED: [% USE Latex; 'blah \textbf{%^&*...
  277. FAILED 27: - (obviously did not match expected)
  278. t/13-latex-encode.t ..... Failed 24/27 subtests
  279. t/20-references.t ....... 1/5 Template process failed: plugin error - Can't use an undefined value as an ARRAY reference at /usr/lib/perl5/Class/MOP/Class.pm line 785, <DATA> line 1.
  280. Compilation failed in require at /usr/lib/perl5/Moose/Exporter.pm line 11, <DATA> line 1.
  281. BEGIN failed--compilation aborted at /usr/lib/perl5/Moose/Exporter.pm line 11, <DATA> line 1.
  282. Compilation failed in require at /usr/lib/perl5/Moose.pm line 15, <DATA> line 1.
  283. BEGIN failed--compilation aborted at /usr/lib/perl5/Moose.pm line 15, <DATA> line 1.
  284. Compilation failed in require at /usr/share/perl5/LaTeX/Table.pm line 12, <DATA> line 1.
  285. BEGIN failed--compilation aborted at /usr/share/perl5/LaTeX/Table.pm line 12, <DATA> line 1.
  286. Compilation failed in require at /root/.cpan/build/Template-Plugin-Latex-3.02-bgnD7_/lib/Template/Plugin/Latex.pm line 42, <DATA> line 1.
  287. BEGIN failed--compilation aborted at /root/.cpan/build/Template-Plugin-Latex-3.02-bgnD7_/lib/Template/Plugin/Latex.pm line 42, <DATA> line 1.
  288. Compilation failed in require at /usr/lib/perl5/Template/Plugins.pm line 193, <DATA> line 1.
  289.  
  290. FAILED 4: - template text 1 process FAILED: [% USE Latex;\n FILTER latex(fi...
  291. FAILED 5: - (obviously did not match expected)
  292. t/20-references.t ....... Failed 2/5 subtests
  293. t/21-includes.t ......... 1/9 Template process failed: plugin error - Can't use an undefined value as an ARRAY reference at /usr/lib/perl5/Class/MOP/Class.pm line 785, <DATA> line 1.
  294. Compilation failed in require at /usr/lib/perl5/Moose/Exporter.pm line 11, <DATA> line 1.
  295. BEGIN failed--compilation aborted at /usr/lib/perl5/Moose/Exporter.pm line 11, <DATA> line 1.
  296. Compilation failed in require at /usr/lib/perl5/Moose.pm line 15, <DATA> line 1.
  297. BEGIN failed--compilation aborted at /usr/lib/perl5/Moose.pm line 15, <DATA> line 1.
  298. Compilation failed in require at /usr/share/perl5/LaTeX/Table.pm line 12, <DATA> line 1.
  299. BEGIN failed--compilation aborted at /usr/share/perl5/LaTeX/Table.pm line 12, <DATA> line 1.
  300. Compilation failed in require at /root/.cpan/build/Template-Plugin-Latex-3.02-bgnD7_/lib/Template/Plugin/Latex.pm line 42, <DATA> line 1.
  301. BEGIN failed--compilation aborted at /root/.cpan/build/Template-Plugin-Latex-3.02-bgnD7_/lib/Template/Plugin/Latex.pm line 42, <DATA> line 1.
  302. Compilation failed in require at /usr/lib/perl5/Template/Plugins.pm line 193, <DATA> line 1.
  303.  
  304. t/21-includes.t ......... 4/9 FAILED 4: - template text 1 process FAILED: [% USE Latex;\n FILTER latex(fi...
  305. FAILED 5: - (obviously did not match expected)
  306. Template process failed: undef error - latex: filter not found
  307. FAILED 6: - template text 2 process FAILED: [% INCLUDE 'testrefs.tex' FILTER...
  308. FAILED 7: - (obviously did not match expected)
  309. Template process failed: plugin error - Attempt to reload Template/Plugin/Latex.pm aborted.
  310. Compilation failed in require at /usr/lib/perl5/Template/Plugins.pm line 193.
  311.  
  312. FAILED 8: - template text 3 process FAILED: [% PROCESS 'testrefs.dvi'\n-%]\n[%...
  313. FAILED 9: - (obviously did not match expected)
  314. t/21-includes.t ......... Failed 6/9 subtests
  315. t/22-tableofcontents.t .. 1/5 Template process failed: plugin error - Can't use an undefined value as an ARRAY reference at /usr/lib/perl5/Class/MOP/Class.pm line 785, <DATA> line 1.
  316. Compilation failed in require at /usr/lib/perl5/Moose/Exporter.pm line 11, <DATA> line 1.
  317. BEGIN failed--compilation aborted at /usr/lib/perl5/Moose/Exporter.pm line 11, <DATA> line 1.
  318. Compilation failed in require at /usr/lib/perl5/Moose.pm line 15, <DATA> line 1.
  319. BEGIN failed--compilation aborted at /usr/lib/perl5/Moose.pm line 15, <DATA> line 1.
  320. Compilation failed in require at /usr/share/perl5/LaTeX/Table.pm line 12, <DATA> line 1.
  321. BEGIN failed--compilation aborted at /usr/share/perl5/LaTeX/Table.pm line 12, <DATA> line 1.
  322. Compilation failed in require at /root/.cpan/build/Template-Plugin-Latex-3.02-bgnD7_/lib/Template/Plugin/Latex.pm line 42, <DATA> line 1.
  323. BEGIN failed--compilation aborted at /root/.cpan/build/Template-Plugin-Latex-3.02-bgnD7_/lib/Template/Plugin/Latex.pm line 42, <DATA> line 1.
  324. Compilation failed in require at /usr/lib/perl5/Template/Plugins.pm line 193, <DATA> line 1.
  325.  
  326. FAILED 4: - template text 1 process FAILED: [% USE Latex;\n FILTER latex(fi...
  327. FAILED 5: - (obviously did not match expected)
  328. t/22-tableofcontents.t .. Failed 2/5 subtests
  329. t/23-makeindex.t ........ 1/5 Template process failed: plugin error - Can't use an undefined value as an ARRAY reference at /usr/lib/perl5/Class/MOP/Class.pm line 785, <DATA> line 1.
  330. Compilation failed in require at /usr/lib/perl5/Moose/Exporter.pm line 11, <DATA> line 1.
  331. BEGIN failed--compilation aborted at /usr/lib/perl5/Moose/Exporter.pm line 11, <DATA> line 1.
  332. Compilation failed in require at /usr/lib/perl5/Moose.pm line 15, <DATA> line 1.
  333. BEGIN failed--compilation aborted at /usr/lib/perl5/Moose.pm line 15, <DATA> line 1.
  334. Compilation failed in require at /usr/share/perl5/LaTeX/Table.pm line 12, <DATA> line 1.
  335. BEGIN failed--compilation aborted at /usr/share/perl5/LaTeX/Table.pm line 12, <DATA> line 1.
  336. Compilation failed in require at /root/.cpan/build/Template-Plugin-Latex-3.02-bgnD7_/lib/Template/Plugin/Latex.pm line 42, <DATA> line 1.
  337. BEGIN failed--compilation aborted at /root/.cpan/build/Template-Plugin-Latex-3.02-bgnD7_/lib/Template/Plugin/Latex.pm line 42, <DATA> line 1.
  338. Compilation failed in require at /usr/lib/perl5/Template/Plugins.pm line 193, <DATA> line 1.
  339.  
  340. FAILED 4: - template text 1 process FAILED: [% USE Latex;\n FILTER latex(fi...
  341. FAILED 5: - (obviously did not match expected)
  342. t/23-makeindex.t ........ Failed 2/5 subtests
  343. t/24-bibliography.t ..... 1/5 Template process failed: plugin error - Can't use an undefined value as an ARRAY reference at /usr/lib/perl5/Class/MOP/Class.pm line 785, <DATA> line 1.
  344. Compilation failed in require at /usr/lib/perl5/Moose/Exporter.pm line 11, <DATA> line 1.
  345. BEGIN failed--compilation aborted at /usr/lib/perl5/Moose/Exporter.pm line 11, <DATA> line 1.
  346. Compilation failed in require at /usr/lib/perl5/Moose.pm line 15, <DATA> line 1.
  347. BEGIN failed--compilation aborted at /usr/lib/perl5/Moose.pm line 15, <DATA> line 1.
  348. Compilation failed in require at /usr/share/perl5/LaTeX/Table.pm line 12, <DATA> line 1.
  349. BEGIN failed--compilation aborted at /usr/share/perl5/LaTeX/Table.pm line 12, <DATA> line 1.
  350. Compilation failed in require at /root/.cpan/build/Template-Plugin-Latex-3.02-bgnD7_/lib/Template/Plugin/Latex.pm line 42, <DATA> line 1.
  351. BEGIN failed--compilation aborted at /root/.cpan/build/Template-Plugin-Latex-3.02-bgnD7_/lib/Template/Plugin/Latex.pm line 42, <DATA> line 1.
  352. Compilation failed in require at /usr/lib/perl5/Template/Plugins.pm line 193, <DATA> line 1.
  353.  
  354. FAILED 4: - template text 1 process FAILED: [% USE Latex;\n FILTER latex(fi...
  355. FAILED 5: - (obviously did not match expected)
  356. t/24-bibliography.t ..... Failed 2/5 subtests
  357.  
  358. Test Summary Report
  359. -------------------
  360. t/00-latex.t (Wstat: 2304 Tests: 0 Failed: 0)
  361. Non-zero exit status: 9
  362. Parse errors: No plan found in TAP output
  363. t/01-latex2dvi.t (Wstat: 0 Tests: 9 Failed: 6)
  364. Failed tests: 4-9
  365. t/02-latex2pdf.t (Wstat: 0 Tests: 9 Failed: 6)
  366. Failed tests: 4-9
  367. t/03-latex2ps.t (Wstat: 0 Tests: 9 Failed: 6)
  368. Failed tests: 4-9
  369. t/10-output.t (Wstat: 2304 Tests: 0 Failed: 0)
  370. Non-zero exit status: 9
  371. t/12-template.t (Wstat: 2304 Tests: 0 Failed: 0)
  372. Non-zero exit status: 9
  373. Parse errors: No plan found in TAP output
  374. t/13-latex-encode.t (Wstat: 0 Tests: 27 Failed: 24)
  375. Failed tests: 4-27
  376. t/20-references.t (Wstat: 0 Tests: 5 Failed: 2)
  377. Failed tests: 4-5
  378. t/21-includes.t (Wstat: 0 Tests: 9 Failed: 6)
  379. Failed tests: 4-9
  380. t/22-tableofcontents.t (Wstat: 0 Tests: 5 Failed: 2)
  381. Failed tests: 4-5
  382. t/23-makeindex.t (Wstat: 0 Tests: 5 Failed: 2)
  383. Failed tests: 4-5
  384. t/24-bibliography.t (Wstat: 0 Tests: 5 Failed: 2)
  385. Failed tests: 4-5
  386. Files=13, Tests=83, 3 wallclock secs ( 0.09 usr 0.03 sys + 2.60 cusr 0.26 csys = 2.98 CPU)
  387. Result: FAIL
  388. Failed 12/13 test programs. 56/83 subtests failed.
  389. make: *** [test_dynamic] Error 255
  390. ANDREWF/Template-Plugin-Latex-3.02.tar.gz
  391. /usr/bin/make test -- NOT OK
  392. //hint// to see the cpan-testers results for installing this module, try:
  393. reports ANDREWF/Template-Plugin-Latex-3.02.tar.gz
  394. Warning (usually harmless): 'YAML' not installed, will not store persistent state
  395. Running make install
  396. make test had returned bad status, won't install without force
  397. root@whizzer2:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement