Advertisement
Guest User

python2-lxml

a guest
Nov 4th, 2022
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.83 KB | None | 0 0
  1. Cloning into 'python2-lxml'...
  2. remote: Enumerating objects: 64, done.
  3. remote: Counting objects: 100% (64/64), done.
  4. remote: Compressing objects: 100% (56/56), done.
  5. remote: Total 64 (delta 7), reused 64 (delta 7), pack-reused 0
  6. Receiving objects: 100% (64/64), 17.49 KiB | 542.00 KiB/s, done.
  7. Resolving deltas: 100% (7/7), done.
  8. ==> Making package: python2-lxml 4.9.1-5 (Fri 04 Nov 2022 01:50:08 PM UTC)
  9. ==> Checking runtime dependencies...
  10. ==> Checking buildtime dependencies...
  11. ==> Retrieving sources...
  12. -> Downloading lxml-4.9.1.tar.gz...
  13. % Total % Received % Xferd Average Speed Time Time Time Current
  14. Dload Upload Total Spent Left Speed
  15. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  16. 100 938k 0 938k 0 0 2294k 0 --:--:-- --:--:-- --:--:-- 2294k
  17. ==> Validating source files with sha512sums...
  18. lxml-4.9.1.tar.gz ... Passed
  19. ==> Extracting sources...
  20. -> Extracting lxml-4.9.1.tar.gz with bsdtar
  21. ==> Starting build()...
  22. Building lxml version 4.9.1.
  23. Building with Cython 0.29.32.
  24. Building against libxml2 2.10.3 and libxslt 1.1.37
  25. Compiling src/lxml/etree.pyx because it changed.
  26. Compiling src/lxml/objectify.pyx because it changed.
  27. Compiling src/lxml/builder.py because it changed.
  28. Compiling src/lxml/_elementpath.py because it changed.
  29. Compiling src/lxml/html/diff.py because it changed.
  30. Compiling src/lxml/html/clean.py because it changed.
  31. Compiling src/lxml/sax.py because it changed.
  32. [1/7] Cythonizing src/lxml/_elementpath.py
  33. [2/7] Cythonizing src/lxml/builder.py
  34. [3/7] Cythonizing src/lxml/etree.pyx
  35. warning: src/lxml/xmlerror.pxi:657:22: local variable 'args' referenced before assignment
  36. warning: src/lxml/xmlerror.pxi:658:69: local variable 'args' referenced before assignment
  37. warning: src/lxml/xmlerror.pxi:659:20: local variable 'args' referenced before assignment
  38. warning: src/lxml/xmlerror.pxi:664:22: local variable 'args' referenced before assignment
  39. warning: src/lxml/xmlerror.pxi:665:73: local variable 'args' referenced before assignment
  40. warning: src/lxml/xmlerror.pxi:666:20: local variable 'args' referenced before assignment
  41. warning: src/lxml/xmlerror.pxi:671:22: local variable 'args' referenced before assignment
  42. warning: src/lxml/xmlerror.pxi:672:73: local variable 'args' referenced before assignment
  43. warning: src/lxml/xmlerror.pxi:673:20: local variable 'args' referenced before assignment
  44. [4/7] Cythonizing src/lxml/html/clean.py
  45. [5/7] Cythonizing src/lxml/html/diff.py
  46. [6/7] Cythonizing src/lxml/objectify.pyx
  47. [7/7] Cythonizing src/lxml/sax.py
  48. running build
  49. running build_py
  50. creating build
  51. creating build/lib.linux-x86_64-2.7
  52. creating build/lib.linux-x86_64-2.7/lxml
  53. copying src/lxml/pyclasslookup.py -> build/lib.linux-x86_64-2.7/lxml
  54. copying src/lxml/sax.py -> build/lib.linux-x86_64-2.7/lxml
  55. copying src/lxml/ElementInclude.py -> build/lib.linux-x86_64-2.7/lxml
  56. copying src/lxml/usedoctest.py -> build/lib.linux-x86_64-2.7/lxml
  57. copying src/lxml/doctestcompare.py -> build/lib.linux-x86_64-2.7/lxml
  58. copying src/lxml/cssselect.py -> build/lib.linux-x86_64-2.7/lxml
  59. copying src/lxml/builder.py -> build/lib.linux-x86_64-2.7/lxml
  60. copying src/lxml/__init__.py -> build/lib.linux-x86_64-2.7/lxml
  61. copying src/lxml/_elementpath.py -> build/lib.linux-x86_64-2.7/lxml
  62. creating build/lib.linux-x86_64-2.7/lxml/includes
  63. copying src/lxml/includes/__init__.py -> build/lib.linux-x86_64-2.7/lxml/includes
  64. creating build/lib.linux-x86_64-2.7/lxml/html
  65. copying src/lxml/html/usedoctest.py -> build/lib.linux-x86_64-2.7/lxml/html
  66. copying src/lxml/html/clean.py -> build/lib.linux-x86_64-2.7/lxml/html
  67. copying src/lxml/html/_html5builder.py -> build/lib.linux-x86_64-2.7/lxml/html
  68. copying src/lxml/html/defs.py -> build/lib.linux-x86_64-2.7/lxml/html
  69. copying src/lxml/html/builder.py -> build/lib.linux-x86_64-2.7/lxml/html
  70. copying src/lxml/html/_setmixin.py -> build/lib.linux-x86_64-2.7/lxml/html
  71. copying src/lxml/html/__init__.py -> build/lib.linux-x86_64-2.7/lxml/html
  72. copying src/lxml/html/formfill.py -> build/lib.linux-x86_64-2.7/lxml/html
  73. copying src/lxml/html/html5parser.py -> build/lib.linux-x86_64-2.7/lxml/html
  74. copying src/lxml/html/soupparser.py -> build/lib.linux-x86_64-2.7/lxml/html
  75. copying src/lxml/html/_diffcommand.py -> build/lib.linux-x86_64-2.7/lxml/html
  76. copying src/lxml/html/diff.py -> build/lib.linux-x86_64-2.7/lxml/html
  77. copying src/lxml/html/ElementSoup.py -> build/lib.linux-x86_64-2.7/lxml/html
  78. creating build/lib.linux-x86_64-2.7/lxml/isoschematron
  79. copying src/lxml/isoschematron/__init__.py -> build/lib.linux-x86_64-2.7/lxml/isoschematron
  80. copying src/lxml/etree.h -> build/lib.linux-x86_64-2.7/lxml
  81. copying src/lxml/etree_api.h -> build/lib.linux-x86_64-2.7/lxml
  82. copying src/lxml/lxml.etree.h -> build/lib.linux-x86_64-2.7/lxml
  83. copying src/lxml/lxml.etree_api.h -> build/lib.linux-x86_64-2.7/lxml
  84. copying src/lxml/includes/dtdvalid.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  85. copying src/lxml/includes/etreepublic.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  86. copying src/lxml/includes/uri.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  87. copying src/lxml/includes/xinclude.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  88. copying src/lxml/includes/xmlparser.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  89. copying src/lxml/includes/__init__.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  90. copying src/lxml/includes/tree.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  91. copying src/lxml/includes/xslt.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  92. copying src/lxml/includes/xpath.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  93. copying src/lxml/includes/xmlerror.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  94. copying src/lxml/includes/c14n.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  95. copying src/lxml/includes/htmlparser.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  96. copying src/lxml/includes/xmlschema.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  97. copying src/lxml/includes/schematron.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  98. copying src/lxml/includes/relaxng.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  99. copying src/lxml/includes/config.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  100. copying src/lxml/includes/lxml-version.h -> build/lib.linux-x86_64-2.7/lxml/includes
  101. copying src/lxml/includes/etree_defs.h -> build/lib.linux-x86_64-2.7/lxml/includes
  102. creating build/lib.linux-x86_64-2.7/lxml/isoschematron/resources
  103. creating build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/rng
  104. copying src/lxml/isoschematron/resources/rng/iso-schematron.rng -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/rng
  105. creating build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl
  106. copying src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl
  107. copying src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl
  108. creating build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  109. copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  110. copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  111. copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  112. copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  113. copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  114. copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  115. running build_ext
  116. building 'lxml.etree' extension
  117. creating build/temp.linux-x86_64-2.7
  118. creating build/temp.linux-x86_64-2.7/src
  119. creating build/temp.linux-x86_64-2.7/src/lxml
  120. gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -Isrc/lxml -Isrc/lxml/includes -I/usr/include/libxml2 -Isrc -I/usr/include/python2.7 -c src/lxml/etree.c -o build/temp.linux-x86_64-2.7/src/lxml/etree.o -w
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement