Advertisement
Guest User

Untitled

a guest
Dec 30th, 2016
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.03 KB | None | 0 0
  1. root@grey /opt/certbot # ./certbot-auto --apache certonly
  2. Bootstrapping dependencies for Debian-based OSes...
  3. Hit http://mirror.hetzner.de wheezy Release.gpg
  4. Hit http://mirror.hetzner.de wheezy/updates Release.gpg
  5. Hit http://mirror.hetzner.de wheezy Release
  6. Hit http://security.debian.org wheezy/updates Release.gpg
  7. Hit http://mirror.hetzner.de wheezy/updates Release
  8. Hit http://security.debian.org wheezy/updates Release
  9. Hit http://ppa.launchpad.net precise Release.gpg
  10. Hit http://apt.postgresql.org wheezy-pgdg Release.gpg
  11. Hit http://ftp.de.debian.org wheezy-updates Release.gpg
  12. Hit http://mirror.hetzner.de wheezy/main amd64 Packages
  13. Hit http://mirror.hetzner.de wheezy/contrib amd64 Packages
  14. Hit http://ftp.de.debian.org wheezy-updates Release
  15. Hit http://ppa.launchpad.net precise Release
  16. Hit http://mirror.hetzner.de wheezy/non-free amd64 Packages
  17. Hit http://mirror.hetzner.de wheezy/updates/main amd64 Packages
  18. Hit http://mirror.hetzner.de wheezy/updates/contrib amd64 Packages
  19. Hit http://mirror.hetzner.de wheezy/updates/non-free amd64 Packages
  20. Hit http://apt.postgresql.org wheezy-pgdg Release
  21. Hit http://security.debian.org wheezy/updates/main Sources
  22. Hit http://security.debian.org wheezy/updates/contrib Sources
  23. Hit http://security.debian.org wheezy/updates/non-free Sources
  24. Hit http://http.debian.net wheezy-backports Release.gpg
  25. Hit http://ppa.launchpad.net precise/main Sources
  26. Hit http://security.debian.org wheezy/updates/main amd64 Packages
  27. Hit http://ftp.de.debian.org wheezy-updates/main Sources
  28. Hit http://cdn.debian.net wheezy Release.gpg
  29. Hit http://security.debian.org wheezy/updates/contrib amd64 Packages
  30. Hit http://security.debian.org wheezy/updates/non-free amd64 Packages
  31. Hit http://ppa.launchpad.net precise/main amd64 Packages
  32. Hit http://apt.postgresql.org wheezy-pgdg/main amd64 Packages
  33. Hit http://ftp.de.debian.org wheezy-updates/contrib Sources
  34. Hit http://http.debian.net wheezy-backports Release
  35. Hit http://ftp.de.debian.org wheezy-updates/non-free Sources
  36. Hit http://cdn.debian.net wheezy Release
  37. Hit http://ftp.de.debian.org wheezy-updates/main amd64 Packages
  38. Get:1 http://http.debian.net wheezy-backports/main amd64 Packages [606 kB]
  39. Hit http://ftp.de.debian.org wheezy-updates/contrib amd64 Packages
  40. Hit http://ftp.de.debian.org wheezy-updates/non-free amd64 Packages
  41. Get:2 http://cdn.debian.net wheezy/non-free Sources [93.4 kB]
  42. Hit http://cdn.debian.net wheezy/contrib Sources
  43. Hit http://cdn.debian.net wheezy/contrib amd64 Packages
  44. Hit http://cdn.debian.net wheezy/main Sources
  45. Hit http://cdn.debian.net wheezy/main amd64 Packages
  46. Hit http://cdn.debian.net wheezy/non-free amd64 Packages
  47. Hit https://deb.nodesource.com wheezy Release.gpg
  48. Hit https://deb.nodesource.com wheezy Release
  49. Hit https://deb.nodesource.com wheezy/main Sources
  50. Hit https://deb.nodesource.com wheezy/main amd64 Packages
  51. Fetched 699 kB in 1s (543 kB/s)
  52. Reading package lists... Done
  53. Reading package lists... Done
  54. Building dependency tree
  55. Reading state information... Done
  56. ca-certificates is already the newest version.
  57. dialog is already the newest version.
  58. gcc is already the newest version.
  59. libffi-dev is already the newest version.
  60. python is already the newest version.
  61. python-dev is already the newest version.
  62. python-virtualenv is already the newest version.
  63. libssl-dev is already the newest version.
  64. augeas-lenses is already the newest version.
  65. libaugeas0 is already the newest version.
  66. 0 upgraded, 0 newly installed, 0 to remove and 95 not upgraded.
  67. Creating virtual environment...
  68. Installing Python packages...
  69. Had a problem while installing Python packages.
  70. Collecting argparse==1.4.0 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 6))
  71. /root/.local/share/letsencrypt/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:315: SNIMiss ingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this plat form. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more informati on, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
  72. SNIMissingWarning
  73. /root/.local/share/letsencrypt/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: Insecur ePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may ca use certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecurep latformwarning.
  74. InsecurePlatformWarning
  75. Downloading argparse-1.4.0-py2.py3-none-any.whl
  76. Collecting pycparser==2.14 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 12))
  77. Downloading pycparser-2.14.tar.gz (223kB)
  78. Collecting cffi==1.4.2 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 15))
  79. Downloading cffi-1.4.2.tar.gz (365kB)
  80. Collecting ConfigArgParse==0.10.0 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 32))
  81. Downloading ConfigArgParse-0.10.0.tar.gz
  82. Collecting configobj==5.0.6 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 34))
  83. Downloading configobj-5.0.6.tar.gz
  84. Collecting cryptography==1.3.4 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 36))
  85. Downloading cryptography-1.3.4.tar.gz (384kB)
  86. Collecting enum34==1.1.2 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 59))
  87. Downloading enum34-1.1.2.tar.gz (46kB)
  88. Collecting funcsigs==0.4 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 62))
  89. Downloading funcsigs-0.4-py2.py3-none-any.whl
  90. Collecting idna==2.0 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 65))
  91. Downloading idna-2.0-py2.py3-none-any.whl (61kB)
  92. Collecting ipaddress==1.0.16 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 68))
  93. Downloading ipaddress-1.0.16-py27-none-any.whl
  94. Collecting linecache2==1.0.0 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 71))
  95. Downloading linecache2-1.0.0-py2.py3-none-any.whl
  96. Collecting ndg-httpsclient==0.4.0 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 74))
  97. Downloading ndg_httpsclient-0.4.0.tar.gz
  98. Collecting ordereddict==1.1 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 76))
  99. Downloading ordereddict-1.1.tar.gz
  100. Collecting parsedatetime==2.1 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 78))
  101. Downloading parsedatetime-2.1-py2-none-any.whl
  102. Collecting pbr==1.8.1 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 81))
  103. Downloading pbr-1.8.1-py2.py3-none-any.whl (89kB)
  104. Collecting pyasn1==0.1.9 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 84))
  105. Downloading pyasn1-0.1.9-py2.py3-none-any.whl
  106. Collecting pyopenssl==16.0.0 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 96))
  107. Downloading pyOpenSSL-16.0.0-py2.py3-none-any.whl (45kB)
  108. Collecting pyparsing==2.1.8 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 99))
  109. Downloading pyparsing-2.1.8-py2.py3-none-any.whl (54kB)
  110. Collecting pyRFC3339==1.0 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 108))
  111. Downloading pyRFC3339-1.0-py2.py3-none-any.whl
  112. Collecting python-augeas==0.5.0 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 111))
  113. Downloading python-augeas-0.5.0.tar.gz (90kB)
  114. Collecting python2-pythondialog==3.3.0 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 113))
  115. Downloading python2-pythondialog-3.3.0.tar.bz2 (1.8MB)
  116. Collecting pytz==2015.7 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 116))
  117. Downloading pytz-2015.7-py2.py3-none-any.whl (476kB)
  118. Collecting requests==2.9.1 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 130))
  119. Downloading requests-2.9.1-py2.py3-none-any.whl (501kB)
  120. Collecting six==1.10.0 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 133))
  121. Downloading six-1.10.0-py2.py3-none-any.whl
  122. Collecting traceback2==1.4.0 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 136))
  123. Downloading traceback2-1.4.0-py2.py3-none-any.whl
  124. Collecting unittest2==1.1.0 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 139))
  125. Downloading unittest2-1.1.0-py2.py3-none-any.whl (96kB)
  126. Collecting zope.component==4.2.2 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 142))
  127. Downloading zope.component-4.2.2.tar.gz (546kB)
  128. Collecting zope.event==4.1.0 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 144))
  129. Downloading zope.event-4.1.0.tar.gz (476kB)
  130. Collecting zope.interface==4.1.3 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 146))
  131. Downloading zope.interface-4.1.3.tar.gz (141kB)
  132. Collecting mock==1.0.1 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 164))
  133. Downloading mock-1.0.1.zip (861kB)
  134. Collecting letsencrypt==0.7.0 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 167))
  135. Downloading letsencrypt-0.7.0-py2-none-any.whl
  136. Collecting acme==0.9.3 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 173))
  137. Downloading acme-0.9.3-py2.py3-none-any.whl (95kB)
  138. Collecting certbot==0.9.3 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 176))
  139. Downloading certbot-0.9.3-py2-none-any.whl (219kB)
  140. Collecting certbot-apache==0.9.3 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 179))
  141. Downloading certbot_apache-0.9.3-py2-none-any.whl (123kB)
  142. Collecting certbot-nginx==0.9.3 (from -r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 182))
  143. Downloading certbot_nginx-0.9.3-py2-none-any.whl (58kB)
  144. Requirement already satisfied (use --upgrade to upgrade): setuptools>=11.3 in /root/.local/share/letsencrypt/lib/python2.7/site- packages (from cryptography==1.3.4->-r /tmp/tmp.H4ePMhz4jY/letsencrypt-auto-requirements.txt (line 36))
  145. Installing collected packages: argparse, pycparser, cffi, ConfigArgParse, six, configobj, idna, pyasn1, enum34, ipaddress, crypt ography, funcsigs, linecache2, pyopenssl, ndg-httpsclient, ordereddict, parsedatetime, pbr, pyparsing, pytz, pyRFC3339, python-a ugeas, python2-pythondialog, requests, traceback2, unittest2, zope.interface, zope.event, zope.component, mock, acme, certbot, l etsencrypt, certbot-apache, certbot-nginx
  146. Found existing installation: argparse 1.2.1
  147. Not uninstalling argparse at /usr/lib/python2.7, outside environment /root/.local/share/letsencrypt
  148. Running setup.py install for pycparser: started
  149. Running setup.py install for pycparser: finished with status 'done'
  150. Running setup.py install for cffi: started
  151. Running setup.py install for cffi: finished with status 'error'
  152. Complete output from command /root/.local/share/letsencrypt/bin/python2.7 -u -c "import setuptools, tokenize;__file__='/tmp/ pip-build-IRnfpl/cffi/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, ' exec'))" install --record /tmp/pip-9L4MSO-record/install-record.txt --single-version-externally-managed --compile --install-head ers /root/.local/share/letsencrypt/include/site/python2.7/cffi:
  153. running install
  154. running build
  155. running build_py
  156. creating build
  157. creating build/lib.linux-x86_64-2.7
  158. creating build/lib.linux-x86_64-2.7/cffi
  159. copying cffi/cffi_opcode.py -> build/lib.linux-x86_64-2.7/cffi
  160. copying cffi/model.py -> build/lib.linux-x86_64-2.7/cffi
  161. copying cffi/setuptools_ext.py -> build/lib.linux-x86_64-2.7/cffi
  162. copying cffi/lock.py -> build/lib.linux-x86_64-2.7/cffi
  163. copying cffi/backend_ctypes.py -> build/lib.linux-x86_64-2.7/cffi
  164. copying cffi/gc_weakref.py -> build/lib.linux-x86_64-2.7/cffi
  165. copying cffi/verifier.py -> build/lib.linux-x86_64-2.7/cffi
  166. copying cffi/vengine_gen.py -> build/lib.linux-x86_64-2.7/cffi
  167. copying cffi/vengine_cpy.py -> build/lib.linux-x86_64-2.7/cffi
  168. copying cffi/ffiplatform.py -> build/lib.linux-x86_64-2.7/cffi
  169. copying cffi/recompiler.py -> build/lib.linux-x86_64-2.7/cffi
  170. copying cffi/commontypes.py -> build/lib.linux-x86_64-2.7/cffi
  171. copying cffi/cparser.py -> build/lib.linux-x86_64-2.7/cffi
  172. copying cffi/api.py -> build/lib.linux-x86_64-2.7/cffi
  173. copying cffi/__init__.py -> build/lib.linux-x86_64-2.7/cffi
  174. copying cffi/_cffi_include.h -> build/lib.linux-x86_64-2.7/cffi
  175. copying cffi/parse_c_type.h -> build/lib.linux-x86_64-2.7/cffi
  176. running build_ext
  177. building '_cffi_backend' extension
  178. creating build/temp.linux-x86_64-2.7
  179. creating build/temp.linux-x86_64-2.7/c
  180. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DUSE__THREAD -I/usr/include/pytho n2.7 -c c/_cffi_backend.c -o build/temp.linux-x86_64-2.7/c/_cffi_backend.o
  181. gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/c/_cffi_backend.o -lffi -o bu ild/lib.linux-x86_64-2.7/_cffi_backend.so
  182. /usr/bin/ld.bfd.real: /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crti.o: unrecognized relocation (0x2a) in section `.init'
  183. /usr/bin/ld.bfd.real: final link failed: Bad value
  184. collect2: error: ld returned 1 exit status
  185. error: command 'gcc' failed with exit status 1
  186.  
  187. ----------------------------------------
  188. Command "/root/.local/share/letsencrypt/bin/python2.7 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-IRnfpl/cffi/se tup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --recor d /tmp/pip-9L4MSO-record/install-record.txt --single-version-externally-managed --compile --install-headers /root/.local/share/l etsencrypt/include/site/python2.7/cffi" failed with error code 1 in /tmp/pip-build-IRnfpl/cffi
  189. /root/.local/share/letsencrypt/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: Insecur ePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may ca use certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecurep latformwarning.
  190. InsecurePlatformWarning
  191. You are using pip version 8.0.3, however version 9.0.1 is available.
  192. You should consider upgrading via the 'pip install --upgrade pip' command.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement