Advertisement
Guest User

error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

a guest
Sep 15th, 2021
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.11 KB | None | 0 0
  1. >> sudo apt install autoconf
  2. WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
  3. Reading package lists...
  4. Building dependency tree...
  5. Reading state information...
  6. The following additional packages will be installed:
  7. automake autotools-dev libsigsegv2 m4
  8. Suggested packages:
  9. autoconf-archive gnu-standards autoconf-doc libtool gettext m4-doc
  10. The following NEW packages will be installed:
  11. autoconf automake autotools-dev libsigsegv2 m4
  12. 0 upgraded, 5 newly installed, 0 to remove and 90 not upgraded.
  13. Need to get 1,082 kB of archives.
  14. After this operation, 3,994 kB of additional disk space will be used.
  15. Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsigsegv2 amd64 2.12-1 [14.7 kB]
  16. Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB]
  17. Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB]
  18. Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB]
  19. Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB]
  20. debconf: unable to initialize frontend: Dialog
  21. debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76, <> line 5.)
  22. debconf: falling back to frontend: Readline
  23. debconf: unable to initialize frontend: Readline
  24. debconf: (This frontend requires a controlling tty.)
  25. debconf: falling back to frontend: Teletype
  26. dpkg-preconfigure: unable to re-open stdin:
  27. Fetched 1,082 kB in 6s (181 kB/s)
  28. Selecting previously unselected package libsigsegv2:amd64.
  29. (Reading database ...
  30. (Reading database ... 5%
  31. (Reading database ... 10%
  32. (Reading database ... 15%
  33. (Reading database ... 20%
  34. (Reading database ... 25%
  35. (Reading database ... 30%
  36. (Reading database ... 35%
  37. (Reading database ... 40%
  38. (Reading database ... 45%
  39. (Reading database ... 50%
  40. (Reading database ... 55%
  41. (Reading database ... 60%
  42. (Reading database ... 65%
  43. (Reading database ... 70%
  44. (Reading database ... 75%
  45. (Reading database ... 80%
  46. (Reading database ... 85%
  47. (Reading database ... 90%
  48. (Reading database ... 95%
  49. (Reading database ... 100%
  50. (Reading database ... 149008 files and directories currently installed.)
  51. Preparing to unpack .../libsigsegv2_2.12-1_amd64.deb ...
  52. Unpacking libsigsegv2:amd64 (2.12-1) ...
  53. Selecting previously unselected package m4.
  54. Preparing to unpack .../archives/m4_1.4.18-1_amd64.deb ...
  55. Unpacking m4 (1.4.18-1) ...
  56. Selecting previously unselected package autoconf.
  57. Preparing to unpack .../autoconf_2.69-11_all.deb ...
  58. Unpacking autoconf (2.69-11) ...
  59. Selecting previously unselected package autotools-dev.
  60. Preparing to unpack .../autotools-dev_20180224.1_all.deb ...
  61. Unpacking autotools-dev (20180224.1) ...
  62. Selecting previously unselected package automake.
  63. Preparing to unpack .../automake_1%3a1.15.1-3ubuntu2_all.deb ...
  64. Unpacking automake (1:1.15.1-3ubuntu2) ...
  65. Setting up libsigsegv2:amd64 (2.12-1) ...
  66. Setting up m4 (1.4.18-1) ...
  67. Setting up autotools-dev (20180224.1) ...
  68. Setting up autoconf (2.69-11) ...
  69. Setting up automake (1:1.15.1-3ubuntu2) ...
  70. update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
  71. Processing triggers for libc-bin (2.27-3ubuntu1.2) ...
  72. /sbin/ldconfig.real: /usr/local/lib/python3.7/dist-packages/ideep4py/lib/libmkldnn.so.0 is not a symbolic link
  73. Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
  74. colab > PYTHON=python3 ./bootstrap.sh
  75. Usage:
  76. ./bootstrap.sh [ -j <#jobs> ] (uses system's python)
  77. PYTHON=python2 ./bootstrap.sh (uses python2)
  78. PYTHON=python3 ./bootstrap.sh (uses python3)
  79.  
  80. Using python version: 3.7.11
  81. Using -j 4
  82. created virtual environment CPython3.7.11.final.0-64 in 197ms
  83. creator CPython3Posix(dest=/content/fpylll/fpylll-env, clear=False, no_vcs_ignore=False, global=False)
  84. seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/root/.local/share/virtualenv)
  85. added seed packages: pip==21.2.3, setuptools==57.4.0, wheel==0.37.0
  86. activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator
  87. ln: failed to create symbolic link './activate': File exists
  88. Requirement already satisfied: pip in ./fpylll-env/lib/python3.7/site-packages (21.2.3)
  89. Collecting pip
  90. Using cached pip-21.2.4-py3-none-any.whl (1.6 MB)
  91. Installing collected packages: pip
  92. Attempting uninstall: pip
  93. Found existing installation: pip 21.2.3
  94. Uninstalling pip-21.2.3:
  95. Successfully uninstalled pip-21.2.3
  96. Successfully installed pip-21.2.4
  97. Collecting Cython
  98. Using cached Cython-0.29.24-cp37-cp37m-manylinux1_x86_64.whl (2.0 MB)
  99. Installing collected packages: Cython
  100. Successfully installed Cython-0.29.24
  101. Collecting cysignals
  102. Using cached cysignals-1.10.3-cp37-cp37m-linux_x86_64.whl
  103. Requirement already satisfied: Cython>=0.28 in ./fpylll-env/lib/python3.7/site-packages (from cysignals) (0.29.24)
  104. Installing collected packages: cysignals
  105. Successfully installed cysignals-1.10.3
  106. fatal: destination path 'fpylll-fplll' already exists and is not an empty directory.
  107. Preparing the fplll build system...please wait
  108. Found GNU Autoconf version 2.69
  109. Found GNU Automake version 1.15.1
  110. Warning: libtoolize does not appear to be available. This means that
  111. the automatic build preparation via autoreconf will probably not work.
  112. Preparing the build by running each step individually, however, should
  113. work and will be done automatically for you if autoreconf fails.
  114. ERROR: Unable to locate GNU Libtool.
  115. ERROR: To prepare the fplll build system from scratch,
  116. at least version 1.4.2 of GNU Libtool must be installed.
  117. autogen.sh does not need to be run on the same machine that will
  118. run configure or make. Either the GNU Autotools will need to be installed
  119. or upgraded on this system, or autogen.sh must be run on the source
  120. code on another system and then transferred to here. -- Cheers!
  121. ./bootstrap.sh: line 63: ./configure: No such file or directory
  122. make: *** No rule to make target 'clean'. Stop.
  123. make: *** No targets specified and no makefile found. Stop.
  124. ./bootstrap.sh: line 68: [2: command not found
  125. make: *** No rule to make target 'install'. Stop.
  126. ./bootstrap.sh: line 76: [2: command not found
  127. Requirement already satisfied: Cython in ./fpylll-env/lib/python3.7/site-packages (from -r requirements.txt (line 1)) (0.29.24)
  128. Collecting pytest
  129. Using cached pytest-6.2.5-py3-none-any.whl (280 kB)
  130. Requirement already satisfied: cysignals in ./fpylll-env/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (1.10.3)
  131. Collecting flake8
  132. Using cached flake8-3.9.2-py2.py3-none-any.whl (73 kB)
  133. Collecting attrs>=19.2.0
  134. Using cached attrs-21.2.0-py2.py3-none-any.whl (53 kB)
  135. Collecting py>=1.8.2
  136. Using cached py-1.10.0-py2.py3-none-any.whl (97 kB)
  137. Collecting pluggy<2.0,>=0.12
  138. Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
  139. Collecting toml
  140. Using cached toml-0.10.2-py2.py3-none-any.whl (16 kB)
  141. Collecting importlib-metadata>=0.12
  142. Using cached importlib_metadata-4.8.1-py3-none-any.whl (17 kB)
  143. Collecting packaging
  144. Using cached packaging-21.0-py3-none-any.whl (40 kB)
  145. Collecting iniconfig
  146. Using cached iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB)
  147. Collecting pycodestyle<2.8.0,>=2.7.0
  148. Using cached pycodestyle-2.7.0-py2.py3-none-any.whl (41 kB)
  149. Collecting pyflakes<2.4.0,>=2.3.0
  150. Using cached pyflakes-2.3.1-py2.py3-none-any.whl (68 kB)
  151. Collecting mccabe<0.7.0,>=0.6.0
  152. Using cached mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
  153. Collecting zipp>=0.5
  154. Using cached zipp-3.5.0-py3-none-any.whl (5.7 kB)
  155. Collecting typing-extensions>=3.6.4
  156. Using cached typing_extensions-3.10.0.2-py3-none-any.whl (26 kB)
  157. Collecting pyparsing>=2.0.2
  158. Using cached pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
  159. Installing collected packages: zipp, typing-extensions, pyparsing, importlib-metadata, toml, pyflakes, pycodestyle, py, pluggy, packaging, mccabe, iniconfig, attrs, pytest
  160. , flake8
  161. Successfully installed attrs-21.2.0 flake8-3.9.2 importlib-metadata-4.8.1 iniconfig-1.1.1 mccabe-0.6.1 packaging-21.0 pluggy-1.0.0 py-1.10.0 pycodestyle-2.7.0 pyflakes-2.3
  162. .1 pyparsing-2.4.7 pytest-6.2.5 toml-0.10.2 typing-extensions-3.10.0.2 zipp-3.5.0
  163. Collecting ipython
  164. Using cached ipython-7.27.0-py3-none-any.whl (787 kB)
  165. Collecting numpy
  166. Using cached numpy-1.21.2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.7 MB)
  167. Collecting Sphinx>=1.6
  168. Using cached Sphinx-4.2.0-py3-none-any.whl (3.1 MB)
  169. Collecting matplotlib
  170. Using cached matplotlib-3.4.3-cp37-cp37m-manylinux1_x86_64.whl (10.3 MB)
  171. Collecting jedi>=0.16
  172. Using cached jedi-0.18.0-py2.py3-none-any.whl (1.4 MB)
  173. Requirement already satisfied: setuptools>=18.5 in ./fpylll-env/lib/python3.7/site-packages (from ipython->-r suggestions.txt (line 1)) (57.4.0)
  174. Collecting prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0
  175. Using cached prompt_toolkit-3.0.20-py3-none-any.whl (370 kB)
  176. Collecting pexpect>4.3
  177. Using cached pexpect-4.8.0-py2.py3-none-any.whl (59 kB)
  178. Collecting decorator
  179. Using cached decorator-5.1.0-py3-none-any.whl (9.1 kB)
  180. Collecting traitlets>=4.2
  181. Using cached traitlets-5.1.0-py3-none-any.whl (101 kB)
  182. Collecting backcall
  183. Using cached backcall-0.2.0-py2.py3-none-any.whl (11 kB)
  184. Collecting pygments
  185. Using cached Pygments-2.10.0-py3-none-any.whl (1.0 MB)
  186. Collecting matplotlib-inline
  187. Using cached matplotlib_inline-0.1.3-py3-none-any.whl (8.2 kB)
  188. Collecting pickleshare
  189. Using cached pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB)
  190. Collecting Jinja2>=2.3
  191. Using cached Jinja2-3.0.1-py3-none-any.whl (133 kB)
  192. Collecting sphinxcontrib-qthelp
  193. Using cached sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB)
  194. Requirement already satisfied: packaging in ./fpylll-env/lib/python3.7/site-packages (from Sphinx>=1.6->-r suggestions.txt (line 3)) (21.0)
  195. Collecting sphinxcontrib-htmlhelp>=2.0.0
  196. Using cached sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl (100 kB)
  197. Collecting snowballstemmer>=1.1
  198. Using cached snowballstemmer-2.1.0-py2.py3-none-any.whl (93 kB)
  199. Collecting requests>=2.5.0
  200. Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB)
  201. Collecting sphinxcontrib-devhelp
  202. Using cached sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB)
  203. Collecting sphinxcontrib-serializinghtml>=1.1.5
  204. Using cached sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB)
  205. Collecting babel>=1.3
  206. Using cached Babel-2.9.1-py2.py3-none-any.whl (8.8 MB)
  207. Collecting imagesize
  208. Using cached imagesize-1.2.0-py2.py3-none-any.whl (4.8 kB)
  209. Collecting alabaster<0.8,>=0.7
  210. Using cached alabaster-0.7.12-py2.py3-none-any.whl (14 kB)
  211. Collecting sphinxcontrib-jsmath
  212. Using cached sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB)
  213. Collecting docutils<0.18,>=0.14
  214. Using cached docutils-0.17.1-py2.py3-none-any.whl (575 kB)
  215. Collecting sphinxcontrib-applehelp
  216. Using cached sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl (121 kB)
  217. Collecting python-dateutil>=2.7
  218. Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
  219. Collecting cycler>=0.10
  220. Using cached cycler-0.10.0-py2.py3-none-any.whl (6.5 kB)
  221. Collecting kiwisolver>=1.0.1
  222. Using cached kiwisolver-1.3.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.1 MB)
  223. Requirement already satisfied: pyparsing>=2.2.1 in ./fpylll-env/lib/python3.7/site-packages (from matplotlib->-r suggestions.txt (line 4)) (2.4.7)
  224. Collecting pillow>=6.2.0
  225. Using cached Pillow-8.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB)
  226. Collecting pytz>=2015.7
  227. Using cached pytz-2021.1-py2.py3-none-any.whl (510 kB)
  228. Collecting six
  229. Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
  230. Collecting parso<0.9.0,>=0.8.0
  231. Using cached parso-0.8.2-py2.py3-none-any.whl (94 kB)
  232. Collecting MarkupSafe>=2.0
  233. Using cached MarkupSafe-2.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (31 kB)
  234. Collecting ptyprocess>=0.5
  235. Using cached ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
  236. Collecting wcwidth
  237. Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
  238. Collecting certifi>=2017.4.17
  239. Using cached certifi-2021.5.30-py2.py3-none-any.whl (145 kB)
  240. Collecting idna<4,>=2.5
  241. Using cached idna-3.2-py3-none-any.whl (59 kB)
  242. Collecting urllib3<1.27,>=1.21.1
  243. Using cached urllib3-1.26.6-py2.py3-none-any.whl (138 kB)
  244. Collecting charset-normalizer~=2.0.0
  245. Using cached charset_normalizer-2.0.5-py3-none-any.whl (37 kB)
  246. Installing collected packages: wcwidth, urllib3, traitlets, six, pytz, ptyprocess, parso, MarkupSafe, idna, charset-normalizer, certifi, sphinxcontrib-serializinghtml, sph
  247. inxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, snowballstemmer, requests, python-dateutil, pygments, prom
  248. pt-toolkit, pillow, pickleshare, pexpect, numpy, matplotlib-inline, kiwisolver, Jinja2, jedi, imagesize, docutils, decorator, cycler, backcall, babel, alabaster, Sphinx, m
  249. atplotlib, ipython
  250. Successfully installed Jinja2-3.0.1 MarkupSafe-2.0.1 Sphinx-4.2.0 alabaster-0.7.12 babel-2.9.1 backcall-0.2.0 certifi-2021.5.30 charset-normalizer-2.0.5 cycler-0.10.0 deco
  251. rator-5.1.0 docutils-0.17.1 idna-3.2 imagesize-1.2.0 ipython-7.27.0 jedi-0.18.0 kiwisolver-1.3.2 matplotlib-3.4.3 matplotlib-inline-0.1.3 numpy-1.21.2 parso-0.8.2 pexpect-
  252. 4.8.0 pickleshare-0.7.5 pillow-8.3.2 prompt-toolkit-3.0.20 ptyprocess-0.7.0 pygments-2.10.0 python-dateutil-2.8.2 pytz-2021.1 requests-2.26.0 six-1.16.0 snowballstemmer-2.
  253. 1.0 sphinxcontrib-applehelp-1.0.2 sphinxcontrib-devhelp-1.0.2 sphinxcontrib-htmlhelp-2.0.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.3 sphinxcontrib-serializingh
  254. tml-1.1.5 traitlets-5.1.0 urllib3-1.26.6 wcwidth-0.2.5
  255. running clean
  256. removing 'build/temp.linux-x86_64-3.7' (and everything under it)
  257. running build
  258. running build_py
  259. running build_ext
  260. Package fplll was not found in the pkg-config search path.
  261. Perhaps you should add the directory containing `fplll.pc'
  262. to the PKG_CONFIG_PATH environment variable
  263. No package 'fplll' found
  264. Compiling src/fpylll/gmp/pylong.pyx because it depends on /content/fpylll/fpylll-env/lib/python3.7/site-packages/Cython/Includes/cpython/long.pxd.
  265. Compiling src/fpylll/fplll/integer_matrix.pyx because it depends on /content/fpylll/fpylll-env/lib/python3.7/site-packages/cysignals/signals.pxd.
  266. Compiling src/fpylll/fplll/gso.pyx because it depends on /content/fpylll/fpylll-env/lib/python3.7/site-packages/cysignals/signals.pxd.
  267. Compiling src/fpylll/fplll/lll.pyx because it depends on /content/fpylll/fpylll-env/lib/python3.7/site-packages/cysignals/signals.pxd.
  268. Compiling src/fpylll/fplll/wrapper.pyx because it depends on /content/fpylll/fpylll-env/lib/python3.7/site-packages/cysignals/signals.pxd.
  269. Compiling src/fpylll/fplll/bkz_param.pyx because it depends on /content/fpylll/fpylll-env/lib/python3.7/site-packages/cysignals/signals.pxd.
  270. Compiling src/fpylll/fplll/bkz.pyx because it depends on /content/fpylll/fpylll-env/lib/python3.7/site-packages/cysignals/signals.pxd.
  271. Compiling src/fpylll/fplll/enumeration.pyx because it depends on /content/fpylll/fpylll-env/lib/python3.7/site-packages/cysignals/signals.pxd.
  272. Compiling src/fpylll/fplll/svpcvp.pyx because it depends on /content/fpylll/fpylll-env/lib/python3.7/site-packages/cysignals/signals.pxd.
  273. Compiling src/fpylll/fplll/pruner.pyx because it depends on /content/fpylll/fpylll-env/lib/python3.7/site-packages/cysignals/signals.pxd.
  274. Compiling src/fpylll/util.pyx because it depends on /content/fpylll/fpylll-env/lib/python3.7/site-packages/Cython/Includes/libcpp/string.pxd.
  275. Compiling src/fpylll/io.pyx because it depends on /content/fpylll/fpylll-env/lib/python3.7/site-packages/Cython/Includes/libcpp/string.pxd.
  276. Compiling src/fpylll/config.pyx because it depends on /content/fpylll/fpylll-env/lib/python3.7/site-packages/Cython/Includes/libcpp/string.pxd.
  277. Compiling src/fpylll/numpy.pyx because it depends on /content/fpylll/fpylll-env/lib/python3.7/site-packages/numpy/__init__.pxd.
  278. [ 1/14] Cythonizing src/fpylll/fplll/bkz.pyx
  279. [ 2/14] Cythonizing src/fpylll/fplll/bkz_param.pyx
  280. [ 3/14] Cythonizing src/fpylll/fplll/enumeration.pyx
  281. [ 4/14] Cythonizing src/fpylll/fplll/gso.pyx
  282. [ 5/14] Cythonizing src/fpylll/fplll/integer_matrix.pyx
  283. [ 6/14] Cythonizing src/fpylll/fplll/lll.pyx
  284. [ 7/14] Cythonizing src/fpylll/fplll/pruner.pyx
  285. [ 8/14] Cythonizing src/fpylll/fplll/svpcvp.pyx
  286. [ 9/14] Cythonizing src/fpylll/fplll/wrapper.pyx
  287. [10/14] Cythonizing src/fpylll/gmp/pylong.pyx
  288. [11/14] Cythonizing src/fpylll/numpy.pyx
  289. [12/14] Cythonizing src/fpylll/config.pyx
  290. [13/14] Cythonizing src/fpylll/io.pyx
  291. [14/14] Cythonizing src/fpylll/util.pyx
  292. building 'fpylll.fplll.integer_matrix' extension
  293. building 'fpylll.gmp.pylong' extension
  294. creating build/temp.linux-x86_64-3.7
  295. creating build/temp.linux-x86_64-3.7
  296. creating build/temp.linux-x86_64-3.7/build
  297. building 'fpylll.fplll.gso' extension
  298. creating build/temp.linux-x86_64-3.7/build/src
  299. creating build/temp.linux-x86_64-3.7/build/src/fpylll
  300. creating build/temp.linux-x86_64-3.7/build/src/fpylll
  301. creating build/temp.linux-x86_64-3.7/build/src/fpylll
  302. creating build/temp.linux-x86_64-3.7/build/src/fpylll/fplll
  303. creating build/temp.linux-x86_64-3.7/build/src/fpylll/gmp
  304. x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fdebug-prefix-map=/build/python3.7-LSlbJj/python3.7-3.7.11=. -fstack-prot
  305. ector-strong -Wformat -Werror=format-security -O3 -march=native -Wp,-U_FORTIFY_SOURCE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Isrc/fpylll/fplll -Ifpylll-env/lib/python3.7/s
  306. ite-packages/cysignals -I/content/fpylll/fpylll-env/include -I/content/fpylll/fpylll-env/lib/python3.7/site-packages/numpy/core/include -I/content/fpylll/fpylll-env/includ
  307. e -I/usr/include/python3.7m -c build/src/fpylll/fplll/gso.cpp -o build/temp.linux-x86_64-3.7/build/src/fpylll/fplll/gso.o -std=c++11 -O3 -march=native -Wp,-U_FORTIFY_SOURC
  308. E
  309. x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fdebug-prefix-map=/build/python3.7-LSlbJj/python3.7-3.7.11=. -fstack-prot
  310. ector-strong -Wformat -Werror=format-security -O3 -march=native -Wp,-U_FORTIFY_SOURCE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/content/fpylll/fpylll-env/include -I/content
  311. /fpylll/fpylll-env/lib/python3.7/site-packages/numpy/core/include -I/content/fpylll/fpylll-env/include -I/usr/include/python3.7m -c build/src/fpylll/gmp/pylong.c -o build/
  312. temp.linux-x86_64-3.7/build/src/fpylll/gmp/pylong.o
  313. x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fdebug-prefix-map=/build/python3.7-LSlbJj/python3.7-3.7.11=. -fstack-prot
  314. ector-strong -Wformat -Werror=format-security -O3 -march=native -Wp,-U_FORTIFY_SOURCE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Isrc/fpylll/fplll -Ifpylll-env/lib/python3.7/s
  315. ite-packages/cysignals -I/content/fpylll/fpylll-env/include -I/content/fpylll/fpylll-env/lib/python3.7/site-packages/numpy/core/include -I/content/fpylll/fpylll-env/includ
  316. e -I/usr/include/python3.7m -c build/src/fpylll/fplll/integer_matrix.cpp -o build/temp.linux-x86_64-3.7/build/src/fpylll/fplll/integer_matrix.o -std=c++11 -O3 -march=nativ
  317. e -Wp,-U_FORTIFY_SOURCE
  318. building 'fpylll.fplll.lll' extension
  319. x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fdebug-prefix-map=/build/python3.7-LSlbJj/python3.7-3.7.11=. -fstack-prot
  320. ector-strong -Wformat -Werror=format-security -O3 -march=native -Wp,-U_FORTIFY_SOURCE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Isrc/fpylll/fplll -Ifpylll-env/lib/python3.7/s
  321. ite-packages/cysignals -I/content/fpylll/fpylll-env/include -I/content/fpylll/fpylll-env/lib/python3.7/site-packages/numpy/core/include -I/content/fpylll/fpylll-env/includ
  322. e -I/usr/include/python3.7m -c build/src/fpylll/fplll/lll.cpp -o build/temp.linux-x86_64-3.7/build/src/fpylll/fplll/lll.o -std=c++11 -O3 -march=native -Wp,-U_FORTIFY_SOURC
  323. E
  324. build/src/fpylll/gmp/pylong.c: In function ‘__pyx_f_6fpylll_3gmp_6pylong_mpz_get_pylong_large’:
  325. build/src/fpylll/gmp/pylong.c:1149:13: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  326. __pyx_t_2 = _PyLong_New(__pyx_v_pylong_size); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 43, __pyx_L1_error)
  327. ^
  328. build/src/fpylll/fplll/gso.cpp:698:10: fatal error: fplll/fplll_config.h: No such file or directory
  329. #include "fplll/fplll_config.h"
  330. ^~~~~~~~~~~~~~~~~~~~~~
  331. compilation terminated.
  332. build/src/fpylll/fplll/lll.cpp:698:10: fatal error: fplll/fplll_config.h: No such file or directory
  333. #include "fplll/fplll_config.h"
  334. ^~~~~~~~~~~~~~~~~~~~~~
  335. compilation terminated.
  336. building 'fpylll.fplll.wrapper' extension
  337. x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fdebug-prefix-map=/build/python3.7-LSlbJj/python3.7-3.7.11=. -fstack-prot
  338. ector-strong -Wformat -Werror=format-security -O3 -march=native -Wp,-U_FORTIFY_SOURCE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Isrc/fpylll/fplll -Ifpylll-env/lib/python3.7/s
  339. ite-packages/cysignals -I/content/fpylll/fpylll-env/include -I/content/fpylll/fpylll-env/lib/python3.7/site-packages/numpy/core/include -I/content/fpylll/fpylll-env/includ
  340. e -I/usr/include/python3.7m -c build/src/fpylll/fplll/wrapper.cpp -o build/temp.linux-x86_64-3.7/build/src/fpylll/fplll/wrapper.o -std=c++11 -O3 -march=native -Wp,-U_FORTI
  341. FY_SOURCE
  342. build/src/fpylll/fplll/integer_matrix.cpp:698:10: fatal error: fplll/fplll_config.h: No such file or directory
  343. #include "fplll/fplll_config.h"
  344. ^~~~~~~~~~~~~~~~~~~~~~
  345. compilation terminated.
  346. building 'fpylll.fplll.bkz_param' extension
  347. x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fdebug-prefix-map=/build/python3.7-LSlbJj/python3.7-3.7.11=. -fstack-prot
  348. ector-strong -Wformat -Werror=format-security -O3 -march=native -Wp,-U_FORTIFY_SOURCE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Isrc/fpylll/fplll -Ifpylll-env/lib/python3.7/s
  349. ite-packages/cysignals -I/content/fpylll/fpylll-env/include -I/content/fpylll/fpylll-env/lib/python3.7/site-packages/numpy/core/include -I/content/fpylll/fpylll-env/includ
  350. e -I/usr/include/python3.7m -c build/src/fpylll/fplll/bkz_param.cpp -o build/temp.linux-x86_64-3.7/build/src/fpylll/fplll/bkz_param.o -std=c++11 -O3 -march=native -Wp,-U_F
  351. ORTIFY_SOURCE
  352. building 'fpylll.fplll.bkz' extension
  353. x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fdebug-prefix-map=/build/python3.7-LSlbJj/python3.7-3.7.11=. -fstack-prot
  354. ector-strong -Wformat -Werror=format-security -O3 -march=native -Wp,-U_FORTIFY_SOURCE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Isrc/fpylll/fplll -Ifpylll-env/lib/python3.7/s
  355. ite-packages/cysignals -I/content/fpylll/fpylll-env/include -I/content/fpylll/fpylll-env/lib/python3.7/site-packages/numpy/core/include -I/content/fpylll/fpylll-env/includ
  356. e -I/usr/include/python3.7m -c build/src/fpylll/fplll/bkz.cpp -o build/temp.linux-x86_64-3.7/build/src/fpylll/fplll/bkz.o -std=c++11 -O3 -march=native -Wp,-U_FORTIFY_SOURC
  357. E
  358. build/src/fpylll/fplll/wrapper.cpp:698:10: fatal error: fplll/fplll_config.h: No such file or directory
  359. #include "fplll/fplll_config.h"
  360. ^~~~~~~~~~~~~~~~~~~~~~
  361. compilation terminated.
  362. building 'fpylll.fplll.enumeration' extension
  363. x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fdebug-prefix-map=/build/python3.7-LSlbJj/python3.7-3.7.11=. -fstack-prot
  364. ector-strong -Wformat -Werror=format-security -O3 -march=native -Wp,-U_FORTIFY_SOURCE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Isrc/fpylll/fplll -Ifpylll-env/lib/python3.7/s
  365. ite-packages/cysignals -I/content/fpylll/fpylll-env/include -I/content/fpylll/fpylll-env/lib/python3.7/site-packages/numpy/core/include -I/content/fpylll/fpylll-env/includ
  366. e -I/usr/include/python3.7m -c build/src/fpylll/fplll/enumeration.cpp -o build/temp.linux-x86_64-3.7/build/src/fpylll/fplll/enumeration.o -std=c++11 -O3 -march=native -Wp,
  367. -U_FORTIFY_SOURCE
  368. build/src/fpylll/fplll/bkz.cpp:698:10: fatal error: fplll/fplll_config.h: No such file or directory
  369. #include "fplll/fplll_config.h"
  370. ^~~~~~~~~~~~~~~~~~~~~~
  371. compilation terminated.
  372. building 'fpylll.fplll.svpcvp' extension
  373. x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fdebug-prefix-map=/build/python3.7-LSlbJj/python3.7-3.7.11=. -fstack-prot
  374. ector-strong -Wformat -Werror=format-security -O3 -march=native -Wp,-U_FORTIFY_SOURCE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Isrc/fpylll/fplll -Ifpylll-env/lib/python3.7/s
  375. ite-packages/cysignals -I/content/fpylll/fpylll-env/include -I/content/fpylll/fpylll-env/lib/python3.7/site-packages/numpy/core/include -I/content/fpylll/fpylll-env/includ
  376. e -I/usr/include/python3.7m -c build/src/fpylll/fplll/svpcvp.cpp -o build/temp.linux-x86_64-3.7/build/src/fpylll/fplll/svpcvp.o -std=c++11 -O3 -march=native -Wp,-U_FORTIFY
  377. _SOURCE
  378. build/src/fpylll/fplll/bkz_param.cpp:698:10: fatal error: fplll/fplll_config.h: No such file or directory
  379. #include "fplll/fplll_config.h"
  380. ^~~~~~~~~~~~~~~~~~~~~~
  381. compilation terminated.
  382. building 'fpylll.fplll.pruner' extension
  383. x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fdebug-prefix-map=/build/python3.7-LSlbJj/python3.7-3.7.11=. -fstack-prot
  384. ector-strong -Wformat -Werror=format-security -O3 -march=native -Wp,-U_FORTIFY_SOURCE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Isrc/fpylll/fplll -Ifpylll-env/lib/python3.7/s
  385. ite-packages/cysignals -I/content/fpylll/fpylll-env/include -I/content/fpylll/fpylll-env/lib/python3.7/site-packages/numpy/core/include -I/content/fpylll/fpylll-env/includ
  386. e -I/usr/include/python3.7m -c build/src/fpylll/fplll/pruner.cpp -o build/temp.linux-x86_64-3.7/build/src/fpylll/fplll/pruner.o -std=c++11 -O3 -march=native -Wp,-U_FORTIFY
  387. _SOURCE
  388. x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -O3 -march=native -Wp,-U
  389. _FORTIFY_SOURCE -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/build/src/fpylll/gmp/pylong.o -L/content/fpylll/fpylll-env/lib -lgmp -o build/lib.linux-x86_64-
  390. 3.7/fpylll/gmp/pylong.cpython-37m-x86_64-linux-gnu.so
  391. build/src/fpylll/fplll/enumeration.cpp:698:10: fatal error: fplll/fplll_config.h: No such file or directory
  392. #include "fplll/fplll_config.h"
  393. ^~~~~~~~~~~~~~~~~~~~~~
  394. compilation terminated.
  395. building 'fpylll.util' extension
  396. x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fdebug-prefix-map=/build/python3.7-LSlbJj/python3.7-3.7.11=. -fstack-prot
  397. ector-strong -Wformat -Werror=format-security -O3 -march=native -Wp,-U_FORTIFY_SOURCE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Isrc/fpylll -Isrc/fpylll/fplll -I/content/fpyl
  398. ll/fpylll-env/include -I/content/fpylll/fpylll-env/lib/python3.7/site-packages/numpy/core/include -I/content/fpylll/fpylll-env/include -I/usr/include/python3.7m -c build/s
  399. rc/fpylll/util.cpp -o build/temp.linux-x86_64-3.7/build/src/fpylll/util.o -std=c++11 -O3 -march=native -Wp,-U_FORTIFY_SOURCE
  400. building 'fpylll.io' extension
  401. x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fdebug-prefix-map=/build/python3.7-LSlbJj/python3.7-3.7.11=. -fstack-prot
  402. ector-strong -Wformat -Werror=format-security -O3 -march=native -Wp,-U_FORTIFY_SOURCE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Isrc/fpylll/fplll -I/content/fpylll/fpylll-env
  403. /include -I/content/fpylll/fpylll-env/lib/python3.7/site-packages/numpy/core/include -I/content/fpylll/fpylll-env/include -I/usr/include/python3.7m -c build/src/fpylll/io.
  404. cpp -o build/temp.linux-x86_64-3.7/build/src/fpylll/io.o -std=c++11 -O3 -march=native -Wp,-U_FORTIFY_SOURCE
  405. build/src/fpylll/fplll/svpcvp.cpp:699:10: fatal error: fplll/fplll_config.h: No such file or directory
  406. #include "fplll/fplll_config.h"
  407. ^~~~~~~~~~~~~~~~~~~~~~
  408. compilation terminated.
  409. building 'fpylll.config' extension
  410. x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fdebug-prefix-map=/build/python3.7-LSlbJj/python3.7-3.7.11=. -fstack-prot
  411. ector-strong -Wformat -Werror=format-security -O3 -march=native -Wp,-U_FORTIFY_SOURCE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Isrc/fpylll/fplll -I/content/fpylll/fpylll-env
  412. /include -I/content/fpylll/fpylll-env/lib/python3.7/site-packages/numpy/core/include -I/content/fpylll/fpylll-env/include -I/usr/include/python3.7m -c build/src/fpylll/con
  413. fig.cpp -o build/temp.linux-x86_64-3.7/build/src/fpylll/config.o -std=c++11 -O3 -march=native -Wp,-U_FORTIFY_SOURCE
  414. build/src/fpylll/fplll/pruner.cpp:698:10: fatal error: fplll/fplll_config.h: No such file or directory
  415. #include "fplll/fplll_config.h"
  416. ^~~~~~~~~~~~~~~~~~~~~~
  417. compilation terminated.
  418. building 'fpylll.numpy' extension
  419. x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fdebug-prefix-map=/build/python3.7-LSlbJj/python3.7-3.7.11=. -fstack-prot
  420. ector-strong -Wformat -Werror=format-security -O3 -march=native -Wp,-U_FORTIFY_SOURCE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Isrc/fpylll/fplll -I/content/fpylll/fpylll-env
  421. /include -I/content/fpylll/fpylll-env/lib/python3.7/site-packages/numpy/core/include -I/content/fpylll/fpylll-env/include -I/usr/include/python3.7m -c build/src/fpylll/num
  422. py.cpp -o build/temp.linux-x86_64-3.7/build/src/fpylll/numpy.o -std=c++11 -O3 -march=native -Wp,-U_FORTIFY_SOURCE
  423. build/src/fpylll/util.cpp:697:10: fatal error: fplll/fplll_config.h: No such file or directory
  424. #include "fplll/fplll_config.h"
  425. ^~~~~~~~~~~~~~~~~~~~~~
  426. compilation terminated.
  427. build/src/fpylll/config.cpp:695:10: fatal error: fplll/fplll_config.h: No such file or directory
  428. #include "fplll/fplll_config.h"
  429. ^~~~~~~~~~~~~~~~~~~~~~
  430. compilation terminated.
  431. build/src/fpylll/io.cpp:695:10: fatal error: fplll/fplll_config.h: No such file or directory
  432. #include "fplll/fplll_config.h"
  433. ^~~~~~~~~~~~~~~~~~~~~~
  434. compilation terminated.
  435. build/src/fpylll/numpy.cpp:700:10: fatal error: fplll/fplll_config.h: No such file or directory
  436. #include "fplll/fplll_config.h"
  437. ^~~~~~~~~~~~~~~~~~~~~~
  438. compilation terminated.
  439. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  440. running build_ext
  441. Package fplll was not found in the pkg-config search path.
  442. Perhaps you should add the directory containing `fplll.pc'
  443. to the PKG_CONFIG_PATH environment variable
  444. No package 'fplll' found
  445. building 'fpylll.fplll.integer_matrix' extension
  446. x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fdebug-prefix-map=/build/python3.7-LSlbJj/python3.7-3.7.11=. -fstack-prot
  447. ector-strong -Wformat -Werror=format-security -O3 -march=native -Wp,-U_FORTIFY_SOURCE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Isrc/fpylll/fplll -Ifpylll-env/lib/python3.7/s
  448. ite-packages/cysignals -I/content/fpylll/fpylll-env/include -I/content/fpylll/fpylll-env/lib/python3.7/site-packages/numpy/core/include -I/content/fpylll/fpylll-env/includ
  449. e -I/usr/include/python3.7m -c build/src/fpylll/fplll/integer_matrix.cpp -o build/temp.linux-x86_64-3.7/build/src/fpylll/fplll/integer_matrix.o -std=c++11 -O3 -march=nativ
  450. e -Wp,-U_FORTIFY_SOURCE
  451. build/src/fpylll/fplll/integer_matrix.cpp:698:10: fatal error: fplll/fplll_config.h: No such file or directory
  452. #include "fplll/fplll_config.h"
  453. ^~~~~~~~~~~~~~~~~~~~~~
  454. compilation terminated.
  455. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  456. running install
  457. running bdist_egg
  458. running egg_info
  459. writing src/fpylll.egg-info/PKG-INFO
  460. writing dependency_links to src/fpylll.egg-info/dependency_links.txt
  461. writing top-level names to src/fpylll.egg-info/top_level.txt
  462. Package fplll was not found in the pkg-config search path.
  463. Perhaps you should add the directory containing `fplll.pc'
  464. to the PKG_CONFIG_PATH environment variable
  465. No package 'fplll' found
  466. reading manifest file 'src/fpylll.egg-info/SOURCES.txt'
  467. reading manifest template 'MANIFEST.in'
  468. no previously-included directories found matching 'build'
  469. no previously-included directories found matching 'dist'
  470. adding license file 'LICENSE'
  471. writing manifest file 'src/fpylll.egg-info/SOURCES.txt'
  472. installing library code to build/bdist.linux-x86_64/egg
  473. running install_lib
  474. running build_py
  475. running build_ext
  476. building 'fpylll.fplll.integer_matrix' extension
  477. x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fdebug-prefix-map=/build/python3.7-LSlbJj/python3.7-3.7.11=. -fstack-prot
  478. ector-strong -Wformat -Werror=format-security -O3 -march=native -Wp,-U_FORTIFY_SOURCE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Isrc/fpylll/fplll -Ifpylll-env/lib/python3.7/s
  479. ite-packages/cysignals -I/content/fpylll/fpylll-env/include -I/content/fpylll/fpylll-env/lib/python3.7/site-packages/numpy/core/include -I/content/fpylll/fpylll-env/includ
  480. e -I/usr/include/python3.7m -c build/src/fpylll/fplll/integer_matrix.cpp -o build/temp.linux-x86_64-3.7/build/src/fpylll/fplll/integer_matrix.o -std=c++11 -O3 -march=nativ
  481. e -Wp,-U_FORTIFY_SOURCE
  482. build/src/fpylll/fplll/integer_matrix.cpp:698:10: fatal error: fplll/fplll_config.h: No such file or directory
  483. #include "fplll/fplll_config.h"
  484. ^~~~~~~~~~~~~~~~~~~~~~
  485. compilation terminated.
  486. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  487. Don't forget to activate environment each time:
  488. source ./activate
  489. colab >
  490.  
  491.  
  492.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement