Guest User

Untitled

a guest
Dec 20th, 2015
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.22 KB | None | 0 0
  1. make
  2. make -C user-docs clean
  3. make[1]: Entering directory '/home/wolf/Desktop/xubuntu-docs/user-docs'
  4. rm -rf ../build/libs-common ../build/user am ar ca cs de el en_AU en_GB es fi fr gl hr id it ja km ko ml nl oc pl pt pt_BR ru sq sr sv ug fo ../common-libs html-style epub-style update-translations translate
  5. make[1]: Leaving directory '/home/wolf/Desktop/xubuntu-docs/user-docs'
  6. make -C contributor-docs clean
  7. make[1]: Entering directory '/home/wolf/Desktop/xubuntu-docs/contributor-docs'
  8. rm -rf ../build/libs-common ../build/contributor es fr pl ru ug fo ../common-libs html-style epub-style update-translations translate
  9. make[1]: Leaving directory '/home/wolf/Desktop/xubuntu-docs/contributor-docs'
  10. rm -rf build common-libs startpage-style xubuntu-docs.tar.gz
  11. mkdir -p build/libs-common
  12. cp -r libs-common/css \
  13. libs-common/images \
  14. build/libs-common/
  15. cp startpage/*.css build/
  16. cd user-docs; \
  17. ../scripts/translate.sh -u
  18. Updating LINGUAS ...
  19. awk: cmd. line:1: (FILENAME=- FNR=1) fatal: division by zero attempted
  20. ../scripts/translate.sh: 57: [: Illegal number:
  21. de
  22. es
  23. fi
  24. fr
  25. awk: cmd. line:1: (FILENAME=- FNR=1) fatal: division by zero attempted
  26. ../scripts/translate.sh: 57: [: Illegal number:
  27. pt
  28. ru
  29. cd contributor-docs; \
  30. ../scripts/translate.sh -u
  31. Updating LINGUAS ...
  32. awk: cmd. line:1: (FILENAME=- FNR=1) fatal: division by zero attempted
  33. ../scripts/translate.sh: 57: [: Illegal number:
  34. sed "s@<a href=\"[^\"]\+\">Official Documentation</a>@&@; \
  35. s@^\(.*\)<!-- user docs translations -->.*@ <li><a href=\"user/de/index.html\">Deutsch</a></li>\n <li><a href=\"user/es/index.html\">español</a></li>\n <li><a href=\"user/fi/index.html\">suomi</a></li>\n <li><a href=\"user/fr/index.html\">français</a></li>\n <li><a href=\"user/pt/index.html\">português</a></li>\n <li><a href=\"user/ru/index.html\">русский</a></li>@" startpage/index.html > build/index.html
  36. sed -i "s@<a href=\"[^\"]\+\">Contributor Documentation</a>@&@; \
  37. s@^\(.*\)<!-- contributor docs translations -->.*@\1@" build/index.html
  38. make -C user-docs html
  39. make[1]: Entering directory '/home/wolf/Desktop/xubuntu-docs/user-docs'
  40. mkdir -p ../build/user/libs
  41. cp -r libs/images ../build/user/libs/
  42. xsltproc --xinclude -o ../build/user/C/index.html ../libs-common/xubuntu-docbook-xhtml.xsl C/index.xml
  43. warning: failed to load external entity "C/translator-credits.xml"
  44. warning: failed to load external entity "C/translators.xml"
  45. Writing credits-license.html for legalnotice(credits-license)
  46. Writing what-is-xubuntu.html for chapter(what-is-xubuntu)
  47. Writing migrating-upgrading.html for chapter(migrating-upgrading)
  48. Writing guide-desktop.html for chapter(guide-desktop)
  49. Writing settings-preferences.html for chapter(settings-preferences)
  50. Writing guide-default-apps.html for chapter(guide-default-apps)
  51. Writing media-apps.html for chapter(media-apps)
  52. Writing internet-networks.html for chapter(internet-networks)
  53. Writing printing-scanning.html for chapter(printing-scanning)
  54. Writing managing-applications.html for chapter(managing-applications)
  55. Writing offline-packages.html for chapter(offline-packages)
  56. Writing guide-keeping-safe.html for chapter(guide-keeping-safe)
  57. Writing hardware-devices.html for chapter(hardware-devices)
  58. Writing administrative-tasks.html for chapter(administrative-tasks)
  59. Writing command-line.html for chapter(command-line)
  60. Writing appendix-packages.html for appendix(appendix-packages)
  61. Writing cc-by-sa.html for appendix(cc-by-sa)
  62. Writing index.html for book
  63. make[1]: Leaving directory '/home/wolf/Desktop/xubuntu-docs/user-docs'
  64. make -C user-docs html-translations
  65. make[1]: Entering directory '/home/wolf/Desktop/xubuntu-docs/user-docs'
  66. ../scripts/translate.sh -g
  67. Translating de ...
  68. Translating es ...
  69. Translating fi ...
  70. Translating fr ...
  71. Translating pt ...
  72. Translating ru ...
  73. ../scripts/translators.sh -g
  74. for dir in de es fi fr pt ru; do \
  75. xsltproc --xinclude -o ../build/user/$dir/index.html ../libs-common/xubuntu-docbook-xhtml.xsl $dir/index.xml; \
  76. done
  77. Writing credits-license.html for legalnotice(credits-license)
  78. Writing what-is-xubuntu.html for chapter(what-is-xubuntu)
  79. Writing migrating-upgrading.html for chapter(migrating-upgrading)
  80. Writing guide-desktop.html for chapter(guide-desktop)
  81. Writing settings-preferences.html for chapter(settings-preferences)
  82. Writing guide-default-apps.html for chapter(guide-default-apps)
  83. Writing media-apps.html for chapter(media-apps)
  84. Writing internet-networks.html for chapter(internet-networks)
  85. Writing printing-scanning.html for chapter(printing-scanning)
  86. Writing managing-applications.html for chapter(managing-applications)
  87. Writing offline-packages.html for chapter(offline-packages)
  88. Writing guide-keeping-safe.html for chapter(guide-keeping-safe)
  89. Writing hardware-devices.html for chapter(hardware-devices)
  90. Writing administrative-tasks.html for chapter(administrative-tasks)
  91. Writing command-line.html for chapter(command-line)
  92. Writing appendix-packages.html for appendix(appendix-packages)
  93. Writing cc-by-sa.html for appendix(cc-by-sa)
  94. Writing index.html for book
  95. Writing credits-license.html for legalnotice(credits-license)
  96. Writing what-is-xubuntu.html for chapter(what-is-xubuntu)
  97. Writing migrating-upgrading.html for chapter(migrating-upgrading)
  98. Writing guide-desktop.html for chapter(guide-desktop)
  99. Writing settings-preferences.html for chapter(settings-preferences)
  100. Writing guide-default-apps.html for chapter(guide-default-apps)
  101. Writing media-apps.html for chapter(media-apps)
  102. Writing internet-networks.html for chapter(internet-networks)
  103. Writing printing-scanning.html for chapter(printing-scanning)
  104. Writing managing-applications.html for chapter(managing-applications)
  105. Writing offline-packages.html for chapter(offline-packages)
  106. Writing guide-keeping-safe.html for chapter(guide-keeping-safe)
  107. Writing hardware-devices.html for chapter(hardware-devices)
  108. Writing administrative-tasks.html for chapter(administrative-tasks)
  109. Writing command-line.html for chapter(command-line)
  110. Writing appendix-packages.html for appendix(appendix-packages)
  111. Writing cc-by-sa.html for appendix(cc-by-sa)
  112. Writing index.html for book
  113. Writing credits-license.html for legalnotice(credits-license)
  114. Writing what-is-xubuntu.html for chapter(what-is-xubuntu)
  115. Writing migrating-upgrading.html for chapter(migrating-upgrading)
  116. Writing guide-desktop.html for chapter(guide-desktop)
  117. Writing settings-preferences.html for chapter(settings-preferences)
  118. Writing guide-default-apps.html for chapter(guide-default-apps)
  119. Writing media-apps.html for chapter(media-apps)
  120. Writing internet-networks.html for chapter(internet-networks)
  121. Writing printing-scanning.html for chapter(printing-scanning)
  122. Writing managing-applications.html for chapter(managing-applications)
  123. Writing offline-packages.html for chapter(offline-packages)
  124. Writing guide-keeping-safe.html for chapter(guide-keeping-safe)
  125. Writing hardware-devices.html for chapter(hardware-devices)
  126. Writing administrative-tasks.html for chapter(administrative-tasks)
  127. Writing command-line.html for chapter(command-line)
  128. Writing appendix-packages.html for appendix(appendix-packages)
  129. Writing cc-by-sa.html for appendix(cc-by-sa)
  130. Writing index.html for book
  131. Writing credits-license.html for legalnotice(credits-license)
  132. Writing what-is-xubuntu.html for chapter(what-is-xubuntu)
  133. Writing migrating-upgrading.html for chapter(migrating-upgrading)
  134. Writing guide-desktop.html for chapter(guide-desktop)
  135. Writing settings-preferences.html for chapter(settings-preferences)
  136. Writing guide-default-apps.html for chapter(guide-default-apps)
  137. Writing media-apps.html for chapter(media-apps)
  138. Writing internet-networks.html for chapter(internet-networks)
  139. Writing printing-scanning.html for chapter(printing-scanning)
  140. Writing managing-applications.html for chapter(managing-applications)
  141. Writing offline-packages.html for chapter(offline-packages)
  142. Writing guide-keeping-safe.html for chapter(guide-keeping-safe)
  143. Writing hardware-devices.html for chapter(hardware-devices)
  144. Writing administrative-tasks.html for chapter(administrative-tasks)
  145. Writing command-line.html for chapter(command-line)
  146. Writing appendix-packages.html for appendix(appendix-packages)
  147. Writing cc-by-sa.html for appendix(cc-by-sa)
  148. Writing index.html for book
  149. Writing credits-license.html for legalnotice(credits-license)
  150. Writing what-is-xubuntu.html for chapter(what-is-xubuntu)
  151. Writing migrating-upgrading.html for chapter(migrating-upgrading)
  152. Writing guide-desktop.html for chapter(guide-desktop)
  153. Writing settings-preferences.html for chapter(settings-preferences)
  154. Writing guide-default-apps.html for chapter(guide-default-apps)
  155. Writing media-apps.html for chapter(media-apps)
  156. Writing internet-networks.html for chapter(internet-networks)
  157. Writing printing-scanning.html for chapter(printing-scanning)
  158. Writing managing-applications.html for chapter(managing-applications)
  159. Writing offline-packages.html for chapter(offline-packages)
  160. Writing guide-keeping-safe.html for chapter(guide-keeping-safe)
  161. Writing hardware-devices.html for chapter(hardware-devices)
  162. Writing administrative-tasks.html for chapter(administrative-tasks)
  163. Writing command-line.html for chapter(command-line)
  164. Writing appendix-packages.html for appendix(appendix-packages)
  165. Writing cc-by-sa.html for appendix(cc-by-sa)
  166. Writing index.html for book
  167. Writing credits-license.html for legalnotice(credits-license)
  168. Writing what-is-xubuntu.html for chapter(what-is-xubuntu)
  169. Writing migrating-upgrading.html for chapter(migrating-upgrading)
  170. Writing guide-desktop.html for chapter(guide-desktop)
  171. Writing settings-preferences.html for chapter(settings-preferences)
  172. Writing guide-default-apps.html for chapter(guide-default-apps)
  173. Writing media-apps.html for chapter(media-apps)
  174. Writing internet-networks.html for chapter(internet-networks)
  175. Writing printing-scanning.html for chapter(printing-scanning)
  176. Writing managing-applications.html for chapter(managing-applications)
  177. Writing offline-packages.html for chapter(offline-packages)
  178. Writing guide-keeping-safe.html for chapter(guide-keeping-safe)
  179. Writing hardware-devices.html for chapter(hardware-devices)
  180. Writing administrative-tasks.html for chapter(administrative-tasks)
  181. Writing command-line.html for chapter(command-line)
  182. Writing appendix-packages.html for appendix(appendix-packages)
  183. Writing cc-by-sa.html for appendix(cc-by-sa)
  184. Writing index.html for book
  185. make[1]: Leaving directory '/home/wolf/Desktop/xubuntu-docs/user-docs'
  186. make -C user-docs pdf
  187. make[1]: Entering directory '/home/wolf/Desktop/xubuntu-docs/user-docs'
  188. xsltproc --stringparam paper.type A4 --xinclude -o fo/C-A4.fo ../libs-common/xubuntu-docbook-pdf.xsl C/index.xml
  189. warning: failed to load external entity "C/translator-credits.xml"
  190. warning: failed to load external entity "C/translators.xml"
  191. Making portrait pages on A4 paper (210mmx297mm)
  192. ../scripts/pdf-create.sh C
  193. Creating PDFs for C ...
  194. Batik not in class path
  195. java.lang.NoClassDefFoundError: org/apache/batik/dom/svg/SAXSVGDocumentFactory
  196.  
  197. Image not available. URI: ../../libs-common/images/logo.svg. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for ../../libs-common/images/logo.svg (See position 2:70191)
  198. org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for ../../libs-common/images/logo.svg
  199.  
  200. Exception in thread "main" java.lang.NoSuchMethodError: org.apache.xmlgraphics.xmp.Metadata.mergeInto(Lorg/apache/xmlgraphics/xmp/Metadata;)V
  201. at org.apache.fop.render.pdf.PDFRenderingUtil.renderXMPMetadata(PDFRenderingUtil.java:356)
  202. at org.apache.fop.render.pdf.PDFDocumentHandler.handleExtensionObject(PDFDocumentHandler.java:290)
  203. at org.apache.fop.render.intermediate.util.IFDocumentHandlerProxy.handleExtensionObject(IFDocumentHandlerProxy.java:197)
  204. at org.apache.fop.render.intermediate.IFRenderer.startPageSequence(IFRenderer.java:519)
  205. at org.apache.fop.area.RenderPagesModel.startPageSequence(RenderPagesModel.java:97)
  206. at org.apache.fop.layoutmgr.PageSequenceLayoutManager.activateLayout(PageSequenceLayoutManager.java:104)
  207. at org.apache.fop.area.AreaTreeHandler.endPageSequence(AreaTreeHandler.java:267)
  208. at org.apache.fop.fo.pagination.PageSequence.endOfNode(PageSequence.java:128)
  209. at org.apache.fop.fo.FOTreeBuilder$MainFOHandler.endElement(FOTreeBuilder.java:347)
  210. at org.apache.fop.fo.FOTreeBuilder.endElement(FOTreeBuilder.java:181)
  211. at org.apache.xalan.transformer.TransformerIdentityImpl.endElement(TransformerIdentityImpl.java:1102)
  212. at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
  213. at org.apache.xerces.xinclude.XIncludeHandler.endElement(Unknown Source)
  214. at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
  215. at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
  216. at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
  217. at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
  218. at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
  219. at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
  220. at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
  221. at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
  222. at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:485)
  223. at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:300)
  224. at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:130)
  225. at org.apache.fop.cli.Main.startFOP(Main.java:177)
  226. at org.apache.fop.cli.Main.main(Main.java:208)
  227. Batik not in class path
  228. java.lang.NoClassDefFoundError: org/apache/batik/dom/svg/SAXSVGDocumentFactory
  229.  
  230. Image not available. URI: ../../libs-common/images/logo.svg. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for ../../libs-common/images/logo.svg (See position 2:70172)
  231. org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for ../../libs-common/images/logo.svg
  232.  
  233. Exception in thread "main" java.lang.NoSuchMethodError: org.apache.xmlgraphics.xmp.Metadata.mergeInto(Lorg/apache/xmlgraphics/xmp/Metadata;)V
  234. at org.apache.fop.render.pdf.PDFRenderingUtil.renderXMPMetadata(PDFRenderingUtil.java:356)
  235. at org.apache.fop.render.pdf.PDFDocumentHandler.handleExtensionObject(PDFDocumentHandler.java:290)
  236. at org.apache.fop.render.intermediate.util.IFDocumentHandlerProxy.handleExtensionObject(IFDocumentHandlerProxy.java:197)
  237. at org.apache.fop.render.intermediate.IFRenderer.startPageSequence(IFRenderer.java:519)
  238. at org.apache.fop.area.RenderPagesModel.startPageSequence(RenderPagesModel.java:97)
  239. at org.apache.fop.layoutmgr.PageSequenceLayoutManager.activateLayout(PageSequenceLayoutManager.java:104)
  240. at org.apache.fop.area.AreaTreeHandler.endPageSequence(AreaTreeHandler.java:267)
  241. at org.apache.fop.fo.pagination.PageSequence.endOfNode(PageSequence.java:128)
  242. at org.apache.fop.fo.FOTreeBuilder$MainFOHandler.endElement(FOTreeBuilder.java:347)
  243. at org.apache.fop.fo.FOTreeBuilder.endElement(FOTreeBuilder.java:181)
  244. at org.apache.xalan.transformer.TransformerIdentityImpl.endElement(TransformerIdentityImpl.java:1102)
  245. at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
  246. at org.apache.xerces.xinclude.XIncludeHandler.endElement(Unknown Source)
  247. at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
  248. at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
  249. at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
  250. at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
  251. at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
  252. at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
  253. at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
  254. at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
  255. at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:485)
  256. at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:300)
  257. at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:130)
  258. at org.apache.fop.cli.Main.startFOP(Main.java:177)
  259. at org.apache.fop.cli.Main.main(Main.java:208)
  260. Makefile:25: recipe for target 'pdf' failed
  261. make[1]: *** [pdf] Error 1
  262. make[1]: Leaving directory '/home/wolf/Desktop/xubuntu-docs/user-docs'
  263. Makefile:109: recipe for target 'user-pdf' failed
  264. make: *** [user-pdf] Error 2
  265. wolf@wolf:~/Desktop/xubuntu-docs$
Add Comment
Please, Sign In to add comment