Guest User

Untitled

a guest
Jun 24th, 2014
420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.02 KB | None | 0 0
  1. pip install PyXML
  2. Downloading/unpacking PyXML
  3. You are installing an externally hosted file. Future versions of pip will default to disallowing externally hosted files.
  4. You are installing a potentially insecure and unverifiable file. Future versions of pip will default to disallowing insecure files.
  5. Downloading PyXML-0.8.4.tar.gz (734kB): 734kB downloaded
  6. Running setup.py egg_info for package PyXML
  7.  
  8. warning: no files found matching '*.html' under directory 'extensions/expat'
  9. warning: no files found matching '*Makefile' under directory 'extensions/expat'
  10. warning: no files found matching '*.dsp' under directory 'extensions/expat'
  11. warning: no previously-included files matching '*/CVS/*' found anywhere in distribution
  12. Installing collected packages: PyXML
  13. Running setup.py install for PyXML
  14. building '_xmlplus.parsers.pyexpat' extension
  15. x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DXML_NS=1 -DXML_DTD=1 -DBYTEORDER=1234 -DXML_CONTEXT_BYTES=1024 -Iextensions/expat/lib -I/usr/include/python2.7 -c extensions/pyexpat.c -o build/temp.linux-x86_64-2.7/extensions/pyexpat.o
  16. x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DXML_NS=1 -DXML_DTD=1 -DBYTEORDER=1234 -DXML_CONTEXT_BYTES=1024 -Iextensions/expat/lib -I/usr/include/python2.7 -c extensions/expat/lib/xmlparse.c -o build/temp.linux-x86_64-2.7/extensions/expat/lib/xmlparse.o
  17. extensions/expat/lib/xmlparse.c:75:2: error: #error memmove does not exist on this platform, nor is a substitute available
  18. #error memmove does not exist on this platform, nor is a substitute available
  19. ^
  20. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  21. Complete output from command /home/vagrant/.virtualenvs/venv/bin/python -c "import setuptools;__file__='/home/vagrant/.virtualenvs/venv/build/PyXML/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-NWPRvT-record/install-record.txt --single-version-externally-managed --install-headers /home/vagrant/.virtualenvs/venv/include/site/python2.7:
  22. running install
  23.  
  24. running build
  25.  
  26. running build_py
  27.  
  28. creating build
  29.  
  30. creating build/lib.linux-x86_64-2.7
  31.  
  32. creating build/lib.linux-x86_64-2.7/_xmlplus
  33.  
  34. copying xml/ns.py -> build/lib.linux-x86_64-2.7/_xmlplus
  35.  
  36. copying xml/FtCore.py -> build/lib.linux-x86_64-2.7/_xmlplus
  37.  
  38. copying xml/__init__.py -> build/lib.linux-x86_64-2.7/_xmlplus
  39.  
  40. creating build/lib.linux-x86_64-2.7/_xmlplus/dom
  41.  
  42. copying xml/dom/minidom.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom
  43.  
  44. copying xml/dom/Comment.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom
  45.  
  46. copying xml/dom/Entity.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom
  47.  
  48. copying xml/dom/NodeFilter.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom
  49.  
  50. copying xml/dom/FtNode.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom
  51.  
  52. copying xml/dom/NamedNodeMap.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom
  53.  
  54. copying xml/dom/Element.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom
  55.  
  56. copying xml/dom/minicompat.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom
  57.  
  58. copying xml/dom/Range.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom
  59.  
  60. copying xml/dom/NodeIterator.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom
  61.  
  62. copying xml/dom/NodeList.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom
  63.  
  64. copying xml/dom/expatbuilder.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom
  65.  
  66. copying xml/dom/CharacterData.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom
  67.  
  68. copying xml/dom/javadom.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom
  69.  
  70. copying xml/dom/DOMImplementation.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom
  71.  
  72. copying xml/dom/domreg.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom
  73.  
  74. copying xml/dom/Attr.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom
  75.  
  76. copying xml/dom/ProcessingInstruction.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom
  77.  
  78. copying xml/dom/TreeWalker.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom
  79.  
  80. copying xml/dom/CDATASection.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom
  81.  
  82. copying xml/dom/Text.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom
  83.  
  84. copying xml/dom/DocumentType.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom
  85.  
  86. copying xml/dom/__init__.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom
  87.  
  88. copying xml/dom/xmlbuilder.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom
  89.  
  90. copying xml/dom/Notation.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom
  91.  
  92. copying xml/dom/minitraversal.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom
  93.  
  94. copying xml/dom/MessageSource.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom
  95.  
  96. copying xml/dom/Document.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom
  97.  
  98. copying xml/dom/DocumentFragment.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom
  99.  
  100. copying xml/dom/Event.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom
  101.  
  102. copying xml/dom/pulldom.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom
  103.  
  104. copying xml/dom/EntityReference.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom
  105.  
  106. creating build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  107.  
  108. copying xml/dom/html/HTMLTitleElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  109.  
  110. copying xml/dom/html/HTMLDOMImplementation.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  111.  
  112. copying xml/dom/html/HTMLMetaElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  113.  
  114. copying xml/dom/html/HTMLBRElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  115.  
  116. copying xml/dom/html/HTMLObjectElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  117.  
  118. copying xml/dom/html/HTMLIsIndexElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  119.  
  120. copying xml/dom/html/HTMLButtonElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  121.  
  122. copying xml/dom/html/HTMLDirectoryElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  123.  
  124. copying xml/dom/html/HTMLSelectElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  125.  
  126. copying xml/dom/html/HTMLUListElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  127.  
  128. copying xml/dom/html/HTMLStyleElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  129.  
  130. copying xml/dom/html/HTMLTableSectionElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  131.  
  132. copying xml/dom/html/HTMLOListElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  133.  
  134. copying xml/dom/html/HTMLDListElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  135.  
  136. copying xml/dom/html/HTMLLegendElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  137.  
  138. copying xml/dom/html/HTMLLIElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  139.  
  140. copying xml/dom/html/HTMLFontElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  141.  
  142. copying xml/dom/html/HTMLParagraphElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  143.  
  144. copying xml/dom/html/HTMLHeadElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  145.  
  146. copying xml/dom/html/HTMLDocument.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  147.  
  148. copying xml/dom/html/HTMLAnchorElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  149.  
  150. copying xml/dom/html/HTMLCollection.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  151.  
  152. copying xml/dom/html/HTMLBaseFontElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  153.  
  154. copying xml/dom/html/HTMLFrameElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  155.  
  156. copying xml/dom/html/HTMLIFrameElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  157.  
  158. copying xml/dom/html/HTMLTableRowElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  159.  
  160. copying xml/dom/html/HTMLElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  161.  
  162. copying xml/dom/html/HTMLOptionElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  163.  
  164. copying xml/dom/html/HTMLLabelElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  165.  
  166. copying xml/dom/html/GenerateHtml.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  167.  
  168. copying xml/dom/html/HTMLFormElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  169.  
  170. copying xml/dom/html/HTMLOptGroupElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  171.  
  172. copying xml/dom/html/HTMLBodyElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  173.  
  174. copying xml/dom/html/HTMLParamElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  175.  
  176. copying xml/dom/html/HTMLDivElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  177.  
  178. copying xml/dom/html/HTMLInputElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  179.  
  180. copying xml/dom/html/HTMLScriptElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  181.  
  182. copying xml/dom/html/HTMLLinkElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  183.  
  184. copying xml/dom/html/HTMLAreaElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  185.  
  186. copying xml/dom/html/HTMLQuoteElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  187.  
  188. copying xml/dom/html/HTMLTextAreaElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  189.  
  190. copying xml/dom/html/HTMLFrameSetElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  191.  
  192. copying xml/dom/html/__init__.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  193.  
  194. copying xml/dom/html/HTMLHtmlElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  195.  
  196. copying xml/dom/html/HTMLMapElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  197.  
  198. copying xml/dom/html/HTMLFieldSetElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  199.  
  200. copying xml/dom/html/HTMLHeadingElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  201.  
  202. copying xml/dom/html/HTMLBaseElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  203.  
  204. copying xml/dom/html/HTMLHRElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  205.  
  206. copying xml/dom/html/HTMLTableCellElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  207.  
  208. copying xml/dom/html/HTMLModElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  209.  
  210. copying xml/dom/html/HTMLAppletElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  211.  
  212. copying xml/dom/html/HTMLMenuElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  213.  
  214. copying xml/dom/html/HTMLTableElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  215.  
  216. copying xml/dom/html/HTMLPreElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  217.  
  218. copying xml/dom/html/HTMLImageElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  219.  
  220. copying xml/dom/html/HTMLTableColElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  221.  
  222. copying xml/dom/html/HTMLTableCaptionElement.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/html
  223.  
  224. creating build/lib.linux-x86_64-2.7/_xmlplus/dom/ext
  225.  
  226. copying xml/dom/ext/XHtmlPrinter.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/ext
  227.  
  228. copying xml/dom/ext/Dom2Sax.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/ext
  229.  
  230. copying xml/dom/ext/Printer.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/ext
  231.  
  232. copying xml/dom/ext/XHtml2HtmlPrinter.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/ext
  233.  
  234. copying xml/dom/ext/__init__.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/ext
  235.  
  236. copying xml/dom/ext/c14n.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/ext
  237.  
  238. copying xml/dom/ext/Visitor.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/ext
  239.  
  240. creating build/lib.linux-x86_64-2.7/_xmlplus/dom/ext/reader
  241.  
  242. copying xml/dom/ext/reader/Sax2.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/ext/reader
  243.  
  244. copying xml/dom/ext/reader/Sax.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/ext/reader
  245.  
  246. copying xml/dom/ext/reader/PyExpat.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/ext/reader
  247.  
  248. copying xml/dom/ext/reader/HtmlLib.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/ext/reader
  249.  
  250. copying xml/dom/ext/reader/Sgmlop.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/ext/reader
  251.  
  252. copying xml/dom/ext/reader/HtmlSax.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/ext/reader
  253.  
  254. copying xml/dom/ext/reader/Sax2Lib.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/ext/reader
  255.  
  256. copying xml/dom/ext/reader/__init__.py -> build/lib.linux-x86_64-2.7/_xmlplus/dom/ext/reader
  257.  
  258. creating build/lib.linux-x86_64-2.7/_xmlplus/marshal
  259.  
  260. copying xml/marshal/wddx.py -> build/lib.linux-x86_64-2.7/_xmlplus/marshal
  261.  
  262. copying xml/marshal/generic.py -> build/lib.linux-x86_64-2.7/_xmlplus/marshal
  263.  
  264. copying xml/marshal/__init__.py -> build/lib.linux-x86_64-2.7/_xmlplus/marshal
  265.  
  266. creating build/lib.linux-x86_64-2.7/_xmlplus/unicode
  267.  
  268. copying xml/unicode/iso8859.py -> build/lib.linux-x86_64-2.7/_xmlplus/unicode
  269.  
  270. copying xml/unicode/__init__.py -> build/lib.linux-x86_64-2.7/_xmlplus/unicode
  271.  
  272. copying xml/unicode/utf8_iso.py -> build/lib.linux-x86_64-2.7/_xmlplus/unicode
  273.  
  274. creating build/lib.linux-x86_64-2.7/_xmlplus/parsers
  275.  
  276. copying xml/parsers/expat.py -> build/lib.linux-x86_64-2.7/_xmlplus/parsers
  277.  
  278. copying xml/parsers/sgmllib.py -> build/lib.linux-x86_64-2.7/_xmlplus/parsers
  279.  
  280. copying xml/parsers/__init__.py -> build/lib.linux-x86_64-2.7/_xmlplus/parsers
  281.  
  282. creating build/lib.linux-x86_64-2.7/_xmlplus/parsers/xmlproc
  283.  
  284. copying xml/parsers/xmlproc/dtdparser.py -> build/lib.linux-x86_64-2.7/_xmlplus/parsers/xmlproc
  285.  
  286. copying xml/parsers/xmlproc/xmlutils.py -> build/lib.linux-x86_64-2.7/_xmlplus/parsers/xmlproc
  287.  
  288. copying xml/parsers/xmlproc/utils.py -> build/lib.linux-x86_64-2.7/_xmlplus/parsers/xmlproc
  289.  
  290. copying xml/parsers/xmlproc/_outputters.py -> build/lib.linux-x86_64-2.7/_xmlplus/parsers/xmlproc
  291.  
  292. copying xml/parsers/xmlproc/namespace.py -> build/lib.linux-x86_64-2.7/_xmlplus/parsers/xmlproc
  293.  
  294. copying xml/parsers/xmlproc/errors.py -> build/lib.linux-x86_64-2.7/_xmlplus/parsers/xmlproc
  295.  
  296. copying xml/parsers/xmlproc/xcatalog.py -> build/lib.linux-x86_64-2.7/_xmlplus/parsers/xmlproc
  297.  
  298. copying xml/parsers/xmlproc/catalog.py -> build/lib.linux-x86_64-2.7/_xmlplus/parsers/xmlproc
  299.  
  300. copying xml/parsers/xmlproc/xmlproc.py -> build/lib.linux-x86_64-2.7/_xmlplus/parsers/xmlproc
  301.  
  302. copying xml/parsers/xmlproc/charconv.py -> build/lib.linux-x86_64-2.7/_xmlplus/parsers/xmlproc
  303.  
  304. copying xml/parsers/xmlproc/xmlapp.py -> build/lib.linux-x86_64-2.7/_xmlplus/parsers/xmlproc
  305.  
  306. copying xml/parsers/xmlproc/__init__.py -> build/lib.linux-x86_64-2.7/_xmlplus/parsers/xmlproc
  307.  
  308. copying xml/parsers/xmlproc/xmlval.py -> build/lib.linux-x86_64-2.7/_xmlplus/parsers/xmlproc
  309.  
  310. copying xml/parsers/xmlproc/xmldtd.py -> build/lib.linux-x86_64-2.7/_xmlplus/parsers/xmlproc
  311.  
  312. creating build/lib.linux-x86_64-2.7/_xmlplus/sax
  313.  
  314. copying xml/sax/saxutils.py -> build/lib.linux-x86_64-2.7/_xmlplus/sax
  315.  
  316. copying xml/sax/saxlib.py -> build/lib.linux-x86_64-2.7/_xmlplus/sax
  317.  
  318. copying xml/sax/handler.py -> build/lib.linux-x86_64-2.7/_xmlplus/sax
  319.  
  320. copying xml/sax/_exceptions.py -> build/lib.linux-x86_64-2.7/_xmlplus/sax
  321.  
  322. copying xml/sax/sax2exts.py -> build/lib.linux-x86_64-2.7/_xmlplus/sax
  323.  
  324. copying xml/sax/expatreader.py -> build/lib.linux-x86_64-2.7/_xmlplus/sax
  325.  
  326. copying xml/sax/writer.py -> build/lib.linux-x86_64-2.7/_xmlplus/sax
  327.  
  328. copying xml/sax/saxexts.py -> build/lib.linux-x86_64-2.7/_xmlplus/sax
  329.  
  330. copying xml/sax/__init__.py -> build/lib.linux-x86_64-2.7/_xmlplus/sax
  331.  
  332. copying xml/sax/xmlreader.py -> build/lib.linux-x86_64-2.7/_xmlplus/sax
  333.  
  334. creating build/lib.linux-x86_64-2.7/_xmlplus/sax/drivers
  335.  
  336. copying xml/sax/drivers/drv_sgmllib.py -> build/lib.linux-x86_64-2.7/_xmlplus/sax/drivers
  337.  
  338. copying xml/sax/drivers/drv_xmlproc.py -> build/lib.linux-x86_64-2.7/_xmlplus/sax/drivers
  339.  
  340. copying xml/sax/drivers/drv_pyexpat.py -> build/lib.linux-x86_64-2.7/_xmlplus/sax/drivers
  341.  
  342. copying xml/sax/drivers/drv_xmllib.py -> build/lib.linux-x86_64-2.7/_xmlplus/sax/drivers
  343.  
  344. copying xml/sax/drivers/drv_ltdriver.py -> build/lib.linux-x86_64-2.7/_xmlplus/sax/drivers
  345.  
  346. copying xml/sax/drivers/pylibs.py -> build/lib.linux-x86_64-2.7/_xmlplus/sax/drivers
  347.  
  348. copying xml/sax/drivers/drv_xmlproc_val.py -> build/lib.linux-x86_64-2.7/_xmlplus/sax/drivers
  349.  
  350. copying xml/sax/drivers/drv_xmldc.py -> build/lib.linux-x86_64-2.7/_xmlplus/sax/drivers
  351.  
  352. copying xml/sax/drivers/drv_xmltoolkit.py -> build/lib.linux-x86_64-2.7/_xmlplus/sax/drivers
  353.  
  354. copying xml/sax/drivers/drv_htmllib.py -> build/lib.linux-x86_64-2.7/_xmlplus/sax/drivers
  355.  
  356. copying xml/sax/drivers/__init__.py -> build/lib.linux-x86_64-2.7/_xmlplus/sax/drivers
  357.  
  358. copying xml/sax/drivers/drv_sgmlop.py -> build/lib.linux-x86_64-2.7/_xmlplus/sax/drivers
  359.  
  360. copying xml/sax/drivers/drv_ltdriver_val.py -> build/lib.linux-x86_64-2.7/_xmlplus/sax/drivers
  361.  
  362. creating build/lib.linux-x86_64-2.7/_xmlplus/sax/drivers2
  363.  
  364. copying xml/sax/drivers2/drv_sgmllib.py -> build/lib.linux-x86_64-2.7/_xmlplus/sax/drivers2
  365.  
  366. copying xml/sax/drivers2/drv_xmlproc.py -> build/lib.linux-x86_64-2.7/_xmlplus/sax/drivers2
  367.  
  368. copying xml/sax/drivers2/drv_pyexpat.py -> build/lib.linux-x86_64-2.7/_xmlplus/sax/drivers2
  369.  
  370. copying xml/sax/drivers2/drv_sgmlop_html.py -> build/lib.linux-x86_64-2.7/_xmlplus/sax/drivers2
  371.  
  372. copying xml/sax/drivers2/drv_htmllib.py -> build/lib.linux-x86_64-2.7/_xmlplus/sax/drivers2
  373.  
  374. copying xml/sax/drivers2/__init__.py -> build/lib.linux-x86_64-2.7/_xmlplus/sax/drivers2
  375.  
  376. copying xml/sax/drivers2/drv_sgmlop.py -> build/lib.linux-x86_64-2.7/_xmlplus/sax/drivers2
  377.  
  378. copying xml/sax/drivers2/drv_javasax.py -> build/lib.linux-x86_64-2.7/_xmlplus/sax/drivers2
  379.  
  380. creating build/lib.linux-x86_64-2.7/_xmlplus/utils
  381.  
  382. copying xml/utils/characters.py -> build/lib.linux-x86_64-2.7/_xmlplus/utils
  383.  
  384. copying xml/utils/iso8601.py -> build/lib.linux-x86_64-2.7/_xmlplus/utils
  385.  
  386. copying xml/utils/qp_xml.py -> build/lib.linux-x86_64-2.7/_xmlplus/utils
  387.  
  388. copying xml/utils/__init__.py -> build/lib.linux-x86_64-2.7/_xmlplus/utils
  389.  
  390. creating build/lib.linux-x86_64-2.7/_xmlplus/schema
  391.  
  392. copying xml/schema/trex.py -> build/lib.linux-x86_64-2.7/_xmlplus/schema
  393.  
  394. copying xml/schema/__init__.py -> build/lib.linux-x86_64-2.7/_xmlplus/schema
  395.  
  396. creating build/lib.linux-x86_64-2.7/_xmlplus/xpath
  397.  
  398. copying xml/xpath/ParsedExpr.py -> build/lib.linux-x86_64-2.7/_xmlplus/xpath
  399.  
  400. copying xml/xpath/NamespaceNode.py -> build/lib.linux-x86_64-2.7/_xmlplus/xpath
  401.  
  402. copying xml/xpath/yappsrt.py -> build/lib.linux-x86_64-2.7/_xmlplus/xpath
  403.  
  404. copying xml/xpath/ExpandedNameWrapper.py -> build/lib.linux-x86_64-2.7/_xmlplus/xpath
  405.  
  406. copying xml/xpath/ParsedAxisSpecifier.py -> build/lib.linux-x86_64-2.7/_xmlplus/xpath
  407.  
  408. copying xml/xpath/Set.py -> build/lib.linux-x86_64-2.7/_xmlplus/xpath
  409.  
  410. copying xml/xpath/Util.py -> build/lib.linux-x86_64-2.7/_xmlplus/xpath
  411.  
  412. copying xml/xpath/ParsedPredicateList.py -> build/lib.linux-x86_64-2.7/_xmlplus/xpath
  413.  
  414. copying xml/xpath/XPathParser.py -> build/lib.linux-x86_64-2.7/_xmlplus/xpath
  415.  
  416. copying xml/xpath/ParsedAbbreviatedRelativeLocationPath.py -> build/lib.linux-x86_64-2.7/_xmlplus/xpath
  417.  
  418. copying xml/xpath/ParsedAbbreviatedAbsoluteLocationPath.py -> build/lib.linux-x86_64-2.7/_xmlplus/xpath
  419.  
  420. copying xml/xpath/ParsedNodeTest.py -> build/lib.linux-x86_64-2.7/_xmlplus/xpath
  421.  
  422. copying xml/xpath/CoreFunctions.py -> build/lib.linux-x86_64-2.7/_xmlplus/xpath
  423.  
  424. copying xml/xpath/Context.py -> build/lib.linux-x86_64-2.7/_xmlplus/xpath
  425.  
  426. copying xml/xpath/BuiltInExtFunctions.py -> build/lib.linux-x86_64-2.7/_xmlplus/xpath
  427.  
  428. copying xml/xpath/ParsedAbsoluteLocationPath.py -> build/lib.linux-x86_64-2.7/_xmlplus/xpath
  429.  
  430. copying xml/xpath/ParsedRelativeLocationPath.py -> build/lib.linux-x86_64-2.7/_xmlplus/xpath
  431.  
  432. copying xml/xpath/ParsedStep.py -> build/lib.linux-x86_64-2.7/_xmlplus/xpath
  433.  
  434. copying xml/xpath/__init__.py -> build/lib.linux-x86_64-2.7/_xmlplus/xpath
  435.  
  436. copying xml/xpath/XPathGrammar.py -> build/lib.linux-x86_64-2.7/_xmlplus/xpath
  437.  
  438. copying xml/xpath/MessageSource.py -> build/lib.linux-x86_64-2.7/_xmlplus/xpath
  439.  
  440. copying xml/xpath/pyxpath.py -> build/lib.linux-x86_64-2.7/_xmlplus/xpath
  441.  
  442. copying xml/xpath/Conversions.py -> build/lib.linux-x86_64-2.7/_xmlplus/xpath
  443.  
  444. copying xml/xpath/XPathParserBase.py -> build/lib.linux-x86_64-2.7/_xmlplus/xpath
  445.  
  446. running build_ext
  447.  
  448. building '_xmlplus.parsers.pyexpat' extension
  449.  
  450. creating build/temp.linux-x86_64-2.7
  451.  
  452. creating build/temp.linux-x86_64-2.7/extensions
  453.  
  454. creating build/temp.linux-x86_64-2.7/extensions/expat
  455.  
  456. creating build/temp.linux-x86_64-2.7/extensions/expat/lib
  457.  
  458. x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DXML_NS=1 -DXML_DTD=1 -DBYTEORDER=1234 -DXML_CONTEXT_BYTES=1024 -Iextensions/expat/lib -I/usr/include/python2.7 -c extensions/pyexpat.c -o build/temp.linux-x86_64-2.7/extensions/pyexpat.o
  459.  
  460. x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DXML_NS=1 -DXML_DTD=1 -DBYTEORDER=1234 -DXML_CONTEXT_BYTES=1024 -Iextensions/expat/lib -I/usr/include/python2.7 -c extensions/expat/lib/xmlparse.c -o build/temp.linux-x86_64-2.7/extensions/expat/lib/xmlparse.o
  461.  
  462. extensions/expat/lib/xmlparse.c:75:2: error: #error memmove does not exist on this platform, nor is a substitute available
  463.  
  464. #error memmove does not exist on this platform, nor is a substitute available
  465.  
  466. ^
  467.  
  468. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  469.  
  470. ----------------------------------------
  471. Cleaning up...
  472. Command /home/vagrant/.virtualenvs/venv/bin/python -c "import setuptools;__file__='/home/vagrant/.virtualenvs/venv/build/PyXML/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-NWPRvT-record/install-record.txt --single-version-externally-managed --install-headers /home/vagrant/.virtualenvs/venv/include/site/python2.7 failed with error code 1 in /home/vagrant/.virtualenvs/venv/build/PyXML
  473. Storing complete log in /home/vagrant/.pip/pip.log
Advertisement
Add Comment
Please, Sign In to add comment