Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- >> sudo apt install autoconf
- WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
- Reading package lists...
- Building dependency tree...
- Reading state information...
- The following additional packages will be installed:
- automake autotools-dev libsigsegv2 m4
- Suggested packages:
- autoconf-archive gnu-standards autoconf-doc libtool gettext m4-doc
- The following NEW packages will be installed:
- autoconf automake autotools-dev libsigsegv2 m4
- 0 upgraded, 5 newly installed, 0 to remove and 90 not upgraded.
- Need to get 1,082 kB of archives.
- After this operation, 3,994 kB of additional disk space will be used.
- Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsigsegv2 amd64 2.12-1 [14.7 kB]
- Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB]
- Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB]
- Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB]
- Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB]
- debconf: unable to initialize frontend: Dialog
- 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.)
- debconf: falling back to frontend: Readline
- debconf: unable to initialize frontend: Readline
- debconf: (This frontend requires a controlling tty.)
- debconf: falling back to frontend: Teletype
- dpkg-preconfigure: unable to re-open stdin:
- Fetched 1,082 kB in 6s (181 kB/s)
- Selecting previously unselected package libsigsegv2:amd64.
- (Reading database ...
- (Reading database ... 5%
- (Reading database ... 10%
- (Reading database ... 15%
- (Reading database ... 20%
- (Reading database ... 25%
- (Reading database ... 30%
- (Reading database ... 35%
- (Reading database ... 40%
- (Reading database ... 45%
- (Reading database ... 50%
- (Reading database ... 55%
- (Reading database ... 60%
- (Reading database ... 65%
- (Reading database ... 70%
- (Reading database ... 75%
- (Reading database ... 80%
- (Reading database ... 85%
- (Reading database ... 90%
- (Reading database ... 95%
- (Reading database ... 100%
- (Reading database ... 149008 files and directories currently installed.)
- Preparing to unpack .../libsigsegv2_2.12-1_amd64.deb ...
- Unpacking libsigsegv2:amd64 (2.12-1) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../archives/m4_1.4.18-1_amd64.deb ...
- Unpacking m4 (1.4.18-1) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../autoconf_2.69-11_all.deb ...
- Unpacking autoconf (2.69-11) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../autotools-dev_20180224.1_all.deb ...
- Unpacking autotools-dev (20180224.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../automake_1%3a1.15.1-3ubuntu2_all.deb ...
- Unpacking automake (1:1.15.1-3ubuntu2) ...
- Setting up libsigsegv2:amd64 (2.12-1) ...
- Setting up m4 (1.4.18-1) ...
- Setting up autotools-dev (20180224.1) ...
- Setting up autoconf (2.69-11) ...
- Setting up automake (1:1.15.1-3ubuntu2) ...
- update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
- Processing triggers for libc-bin (2.27-3ubuntu1.2) ...
- /sbin/ldconfig.real: /usr/local/lib/python3.7/dist-packages/ideep4py/lib/libmkldnn.so.0 is not a symbolic link
- Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
- colab > PYTHON=python3 ./bootstrap.sh
- Usage:
- ./bootstrap.sh [ -j <#jobs> ] (uses system's python)
- PYTHON=python2 ./bootstrap.sh (uses python2)
- PYTHON=python3 ./bootstrap.sh (uses python3)
- Using python version: 3.7.11
- Using -j 4
- created virtual environment CPython3.7.11.final.0-64 in 197ms
- creator CPython3Posix(dest=/content/fpylll/fpylll-env, clear=False, no_vcs_ignore=False, global=False)
- seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/root/.local/share/virtualenv)
- added seed packages: pip==21.2.3, setuptools==57.4.0, wheel==0.37.0
- activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator
- ln: failed to create symbolic link './activate': File exists
- Requirement already satisfied: pip in ./fpylll-env/lib/python3.7/site-packages (21.2.3)
- Collecting pip
- Using cached pip-21.2.4-py3-none-any.whl (1.6 MB)
- Installing collected packages: pip
- Attempting uninstall: pip
- Found existing installation: pip 21.2.3
- Uninstalling pip-21.2.3:
- Successfully uninstalled pip-21.2.3
- Successfully installed pip-21.2.4
- Collecting Cython
- Using cached Cython-0.29.24-cp37-cp37m-manylinux1_x86_64.whl (2.0 MB)
- Installing collected packages: Cython
- Successfully installed Cython-0.29.24
- Collecting cysignals
- Using cached cysignals-1.10.3-cp37-cp37m-linux_x86_64.whl
- Requirement already satisfied: Cython>=0.28 in ./fpylll-env/lib/python3.7/site-packages (from cysignals) (0.29.24)
- Installing collected packages: cysignals
- Successfully installed cysignals-1.10.3
- fatal: destination path 'fpylll-fplll' already exists and is not an empty directory.
- Preparing the fplll build system...please wait
- Found GNU Autoconf version 2.69
- Found GNU Automake version 1.15.1
- Warning: libtoolize does not appear to be available. This means that
- the automatic build preparation via autoreconf will probably not work.
- Preparing the build by running each step individually, however, should
- work and will be done automatically for you if autoreconf fails.
- ERROR: Unable to locate GNU Libtool.
- ERROR: To prepare the fplll build system from scratch,
- at least version 1.4.2 of GNU Libtool must be installed.
- autogen.sh does not need to be run on the same machine that will
- run configure or make. Either the GNU Autotools will need to be installed
- or upgraded on this system, or autogen.sh must be run on the source
- code on another system and then transferred to here. -- Cheers!
- ./bootstrap.sh: line 63: ./configure: No such file or directory
- make: *** No rule to make target 'clean'. Stop.
- make: *** No targets specified and no makefile found. Stop.
- ./bootstrap.sh: line 68: [2: command not found
- make: *** No rule to make target 'install'. Stop.
- ./bootstrap.sh: line 76: [2: command not found
- Requirement already satisfied: Cython in ./fpylll-env/lib/python3.7/site-packages (from -r requirements.txt (line 1)) (0.29.24)
- Collecting pytest
- Using cached pytest-6.2.5-py3-none-any.whl (280 kB)
- Requirement already satisfied: cysignals in ./fpylll-env/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (1.10.3)
- Collecting flake8
- Using cached flake8-3.9.2-py2.py3-none-any.whl (73 kB)
- Collecting attrs>=19.2.0
- Using cached attrs-21.2.0-py2.py3-none-any.whl (53 kB)
- Collecting py>=1.8.2
- Using cached py-1.10.0-py2.py3-none-any.whl (97 kB)
- Collecting pluggy<2.0,>=0.12
- Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
- Collecting toml
- Using cached toml-0.10.2-py2.py3-none-any.whl (16 kB)
- Collecting importlib-metadata>=0.12
- Using cached importlib_metadata-4.8.1-py3-none-any.whl (17 kB)
- Collecting packaging
- Using cached packaging-21.0-py3-none-any.whl (40 kB)
- Collecting iniconfig
- Using cached iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB)
- Collecting pycodestyle<2.8.0,>=2.7.0
- Using cached pycodestyle-2.7.0-py2.py3-none-any.whl (41 kB)
- Collecting pyflakes<2.4.0,>=2.3.0
- Using cached pyflakes-2.3.1-py2.py3-none-any.whl (68 kB)
- Collecting mccabe<0.7.0,>=0.6.0
- Using cached mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
- Collecting zipp>=0.5
- Using cached zipp-3.5.0-py3-none-any.whl (5.7 kB)
- Collecting typing-extensions>=3.6.4
- Using cached typing_extensions-3.10.0.2-py3-none-any.whl (26 kB)
- Collecting pyparsing>=2.0.2
- Using cached pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
- Installing collected packages: zipp, typing-extensions, pyparsing, importlib-metadata, toml, pyflakes, pycodestyle, py, pluggy, packaging, mccabe, iniconfig, attrs, pytest
- , flake8
- 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
- .1 pyparsing-2.4.7 pytest-6.2.5 toml-0.10.2 typing-extensions-3.10.0.2 zipp-3.5.0
- Collecting ipython
- Using cached ipython-7.27.0-py3-none-any.whl (787 kB)
- Collecting numpy
- Using cached numpy-1.21.2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.7 MB)
- Collecting Sphinx>=1.6
- Using cached Sphinx-4.2.0-py3-none-any.whl (3.1 MB)
- Collecting matplotlib
- Using cached matplotlib-3.4.3-cp37-cp37m-manylinux1_x86_64.whl (10.3 MB)
- Collecting jedi>=0.16
- Using cached jedi-0.18.0-py2.py3-none-any.whl (1.4 MB)
- Requirement already satisfied: setuptools>=18.5 in ./fpylll-env/lib/python3.7/site-packages (from ipython->-r suggestions.txt (line 1)) (57.4.0)
- Collecting prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0
- Using cached prompt_toolkit-3.0.20-py3-none-any.whl (370 kB)
- Collecting pexpect>4.3
- Using cached pexpect-4.8.0-py2.py3-none-any.whl (59 kB)
- Collecting decorator
- Using cached decorator-5.1.0-py3-none-any.whl (9.1 kB)
- Collecting traitlets>=4.2
- Using cached traitlets-5.1.0-py3-none-any.whl (101 kB)
- Collecting backcall
- Using cached backcall-0.2.0-py2.py3-none-any.whl (11 kB)
- Collecting pygments
- Using cached Pygments-2.10.0-py3-none-any.whl (1.0 MB)
- Collecting matplotlib-inline
- Using cached matplotlib_inline-0.1.3-py3-none-any.whl (8.2 kB)
- Collecting pickleshare
- Using cached pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB)
- Collecting Jinja2>=2.3
- Using cached Jinja2-3.0.1-py3-none-any.whl (133 kB)
- Collecting sphinxcontrib-qthelp
- Using cached sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB)
- Requirement already satisfied: packaging in ./fpylll-env/lib/python3.7/site-packages (from Sphinx>=1.6->-r suggestions.txt (line 3)) (21.0)
- Collecting sphinxcontrib-htmlhelp>=2.0.0
- Using cached sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl (100 kB)
- Collecting snowballstemmer>=1.1
- Using cached snowballstemmer-2.1.0-py2.py3-none-any.whl (93 kB)
- Collecting requests>=2.5.0
- Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB)
- Collecting sphinxcontrib-devhelp
- Using cached sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB)
- Collecting sphinxcontrib-serializinghtml>=1.1.5
- Using cached sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB)
- Collecting babel>=1.3
- Using cached Babel-2.9.1-py2.py3-none-any.whl (8.8 MB)
- Collecting imagesize
- Using cached imagesize-1.2.0-py2.py3-none-any.whl (4.8 kB)
- Collecting alabaster<0.8,>=0.7
- Using cached alabaster-0.7.12-py2.py3-none-any.whl (14 kB)
- Collecting sphinxcontrib-jsmath
- Using cached sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB)
- Collecting docutils<0.18,>=0.14
- Using cached docutils-0.17.1-py2.py3-none-any.whl (575 kB)
- Collecting sphinxcontrib-applehelp
- Using cached sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl (121 kB)
- Collecting python-dateutil>=2.7
- Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
- Collecting cycler>=0.10
- Using cached cycler-0.10.0-py2.py3-none-any.whl (6.5 kB)
- Collecting kiwisolver>=1.0.1
- Using cached kiwisolver-1.3.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.1 MB)
- 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)
- Collecting pillow>=6.2.0
- Using cached Pillow-8.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB)
- Collecting pytz>=2015.7
- Using cached pytz-2021.1-py2.py3-none-any.whl (510 kB)
- Collecting six
- Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
- Collecting parso<0.9.0,>=0.8.0
- Using cached parso-0.8.2-py2.py3-none-any.whl (94 kB)
- Collecting MarkupSafe>=2.0
- 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)
- Collecting ptyprocess>=0.5
- Using cached ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
- Collecting wcwidth
- Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
- Collecting certifi>=2017.4.17
- Using cached certifi-2021.5.30-py2.py3-none-any.whl (145 kB)
- Collecting idna<4,>=2.5
- Using cached idna-3.2-py3-none-any.whl (59 kB)
- Collecting urllib3<1.27,>=1.21.1
- Using cached urllib3-1.26.6-py2.py3-none-any.whl (138 kB)
- Collecting charset-normalizer~=2.0.0
- Using cached charset_normalizer-2.0.5-py3-none-any.whl (37 kB)
- Installing collected packages: wcwidth, urllib3, traitlets, six, pytz, ptyprocess, parso, MarkupSafe, idna, charset-normalizer, certifi, sphinxcontrib-serializinghtml, sph
- inxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, snowballstemmer, requests, python-dateutil, pygments, prom
- pt-toolkit, pillow, pickleshare, pexpect, numpy, matplotlib-inline, kiwisolver, Jinja2, jedi, imagesize, docutils, decorator, cycler, backcall, babel, alabaster, Sphinx, m
- atplotlib, ipython
- 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
- 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-
- 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.
- 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
- tml-1.1.5 traitlets-5.1.0 urllib3-1.26.6 wcwidth-0.2.5
- running clean
- removing 'build/temp.linux-x86_64-3.7' (and everything under it)
- running build
- running build_py
- running build_ext
- Package fplll was not found in the pkg-config search path.
- Perhaps you should add the directory containing `fplll.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'fplll' found
- Compiling src/fpylll/gmp/pylong.pyx because it depends on /content/fpylll/fpylll-env/lib/python3.7/site-packages/Cython/Includes/cpython/long.pxd.
- Compiling src/fpylll/fplll/integer_matrix.pyx because it depends on /content/fpylll/fpylll-env/lib/python3.7/site-packages/cysignals/signals.pxd.
- Compiling src/fpylll/fplll/gso.pyx because it depends on /content/fpylll/fpylll-env/lib/python3.7/site-packages/cysignals/signals.pxd.
- Compiling src/fpylll/fplll/lll.pyx because it depends on /content/fpylll/fpylll-env/lib/python3.7/site-packages/cysignals/signals.pxd.
- Compiling src/fpylll/fplll/wrapper.pyx because it depends on /content/fpylll/fpylll-env/lib/python3.7/site-packages/cysignals/signals.pxd.
- Compiling src/fpylll/fplll/bkz_param.pyx because it depends on /content/fpylll/fpylll-env/lib/python3.7/site-packages/cysignals/signals.pxd.
- Compiling src/fpylll/fplll/bkz.pyx because it depends on /content/fpylll/fpylll-env/lib/python3.7/site-packages/cysignals/signals.pxd.
- Compiling src/fpylll/fplll/enumeration.pyx because it depends on /content/fpylll/fpylll-env/lib/python3.7/site-packages/cysignals/signals.pxd.
- Compiling src/fpylll/fplll/svpcvp.pyx because it depends on /content/fpylll/fpylll-env/lib/python3.7/site-packages/cysignals/signals.pxd.
- Compiling src/fpylll/fplll/pruner.pyx because it depends on /content/fpylll/fpylll-env/lib/python3.7/site-packages/cysignals/signals.pxd.
- Compiling src/fpylll/util.pyx because it depends on /content/fpylll/fpylll-env/lib/python3.7/site-packages/Cython/Includes/libcpp/string.pxd.
- Compiling src/fpylll/io.pyx because it depends on /content/fpylll/fpylll-env/lib/python3.7/site-packages/Cython/Includes/libcpp/string.pxd.
- Compiling src/fpylll/config.pyx because it depends on /content/fpylll/fpylll-env/lib/python3.7/site-packages/Cython/Includes/libcpp/string.pxd.
- Compiling src/fpylll/numpy.pyx because it depends on /content/fpylll/fpylll-env/lib/python3.7/site-packages/numpy/__init__.pxd.
- [ 1/14] Cythonizing src/fpylll/fplll/bkz.pyx
- [ 2/14] Cythonizing src/fpylll/fplll/bkz_param.pyx
- [ 3/14] Cythonizing src/fpylll/fplll/enumeration.pyx
- [ 4/14] Cythonizing src/fpylll/fplll/gso.pyx
- [ 5/14] Cythonizing src/fpylll/fplll/integer_matrix.pyx
- [ 6/14] Cythonizing src/fpylll/fplll/lll.pyx
- [ 7/14] Cythonizing src/fpylll/fplll/pruner.pyx
- [ 8/14] Cythonizing src/fpylll/fplll/svpcvp.pyx
- [ 9/14] Cythonizing src/fpylll/fplll/wrapper.pyx
- [10/14] Cythonizing src/fpylll/gmp/pylong.pyx
- [11/14] Cythonizing src/fpylll/numpy.pyx
- [12/14] Cythonizing src/fpylll/config.pyx
- [13/14] Cythonizing src/fpylll/io.pyx
- [14/14] Cythonizing src/fpylll/util.pyx
- building 'fpylll.fplll.integer_matrix' extension
- building 'fpylll.gmp.pylong' extension
- creating build/temp.linux-x86_64-3.7
- creating build/temp.linux-x86_64-3.7
- creating build/temp.linux-x86_64-3.7/build
- building 'fpylll.fplll.gso' extension
- creating build/temp.linux-x86_64-3.7/build/src
- creating build/temp.linux-x86_64-3.7/build/src/fpylll
- creating build/temp.linux-x86_64-3.7/build/src/fpylll
- creating build/temp.linux-x86_64-3.7/build/src/fpylll
- creating build/temp.linux-x86_64-3.7/build/src/fpylll/fplll
- creating build/temp.linux-x86_64-3.7/build/src/fpylll/gmp
- 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
- 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
- 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
- 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
- E
- 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
- 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
- /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/
- temp.linux-x86_64-3.7/build/src/fpylll/gmp/pylong.o
- 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
- 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
- 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
- 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
- e -Wp,-U_FORTIFY_SOURCE
- building 'fpylll.fplll.lll' extension
- 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
- 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
- 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
- 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
- E
- build/src/fpylll/gmp/pylong.c: In function ‘__pyx_f_6fpylll_3gmp_6pylong_mpz_get_pylong_large’:
- build/src/fpylll/gmp/pylong.c:1149:13: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
- __pyx_t_2 = _PyLong_New(__pyx_v_pylong_size); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 43, __pyx_L1_error)
- ^
- build/src/fpylll/fplll/gso.cpp:698:10: fatal error: fplll/fplll_config.h: No such file or directory
- #include "fplll/fplll_config.h"
- ^~~~~~~~~~~~~~~~~~~~~~
- compilation terminated.
- build/src/fpylll/fplll/lll.cpp:698:10: fatal error: fplll/fplll_config.h: No such file or directory
- #include "fplll/fplll_config.h"
- ^~~~~~~~~~~~~~~~~~~~~~
- compilation terminated.
- building 'fpylll.fplll.wrapper' extension
- 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
- 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
- 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
- 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
- FY_SOURCE
- build/src/fpylll/fplll/integer_matrix.cpp:698:10: fatal error: fplll/fplll_config.h: No such file or directory
- #include "fplll/fplll_config.h"
- ^~~~~~~~~~~~~~~~~~~~~~
- compilation terminated.
- building 'fpylll.fplll.bkz_param' extension
- 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
- 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
- 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
- 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
- ORTIFY_SOURCE
- building 'fpylll.fplll.bkz' extension
- 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
- 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
- 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
- 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
- E
- build/src/fpylll/fplll/wrapper.cpp:698:10: fatal error: fplll/fplll_config.h: No such file or directory
- #include "fplll/fplll_config.h"
- ^~~~~~~~~~~~~~~~~~~~~~
- compilation terminated.
- building 'fpylll.fplll.enumeration' extension
- 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
- 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
- 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
- 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,
- -U_FORTIFY_SOURCE
- build/src/fpylll/fplll/bkz.cpp:698:10: fatal error: fplll/fplll_config.h: No such file or directory
- #include "fplll/fplll_config.h"
- ^~~~~~~~~~~~~~~~~~~~~~
- compilation terminated.
- building 'fpylll.fplll.svpcvp' extension
- 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
- 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
- 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
- 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
- _SOURCE
- build/src/fpylll/fplll/bkz_param.cpp:698:10: fatal error: fplll/fplll_config.h: No such file or directory
- #include "fplll/fplll_config.h"
- ^~~~~~~~~~~~~~~~~~~~~~
- compilation terminated.
- building 'fpylll.fplll.pruner' extension
- 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
- 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
- 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
- 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
- _SOURCE
- 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
- _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-
- 3.7/fpylll/gmp/pylong.cpython-37m-x86_64-linux-gnu.so
- build/src/fpylll/fplll/enumeration.cpp:698:10: fatal error: fplll/fplll_config.h: No such file or directory
- #include "fplll/fplll_config.h"
- ^~~~~~~~~~~~~~~~~~~~~~
- compilation terminated.
- building 'fpylll.util' extension
- 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
- 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
- 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
- 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
- building 'fpylll.io' extension
- 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
- 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
- /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.
- cpp -o build/temp.linux-x86_64-3.7/build/src/fpylll/io.o -std=c++11 -O3 -march=native -Wp,-U_FORTIFY_SOURCE
- build/src/fpylll/fplll/svpcvp.cpp:699:10: fatal error: fplll/fplll_config.h: No such file or directory
- #include "fplll/fplll_config.h"
- ^~~~~~~~~~~~~~~~~~~~~~
- compilation terminated.
- building 'fpylll.config' extension
- 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
- 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
- /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
- 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
- build/src/fpylll/fplll/pruner.cpp:698:10: fatal error: fplll/fplll_config.h: No such file or directory
- #include "fplll/fplll_config.h"
- ^~~~~~~~~~~~~~~~~~~~~~
- compilation terminated.
- building 'fpylll.numpy' extension
- 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
- 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
- /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
- 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
- build/src/fpylll/util.cpp:697:10: fatal error: fplll/fplll_config.h: No such file or directory
- #include "fplll/fplll_config.h"
- ^~~~~~~~~~~~~~~~~~~~~~
- compilation terminated.
- build/src/fpylll/config.cpp:695:10: fatal error: fplll/fplll_config.h: No such file or directory
- #include "fplll/fplll_config.h"
- ^~~~~~~~~~~~~~~~~~~~~~
- compilation terminated.
- build/src/fpylll/io.cpp:695:10: fatal error: fplll/fplll_config.h: No such file or directory
- #include "fplll/fplll_config.h"
- ^~~~~~~~~~~~~~~~~~~~~~
- compilation terminated.
- build/src/fpylll/numpy.cpp:700:10: fatal error: fplll/fplll_config.h: No such file or directory
- #include "fplll/fplll_config.h"
- ^~~~~~~~~~~~~~~~~~~~~~
- compilation terminated.
- error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
- running build_ext
- Package fplll was not found in the pkg-config search path.
- Perhaps you should add the directory containing `fplll.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'fplll' found
- building 'fpylll.fplll.integer_matrix' extension
- 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
- 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
- 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
- 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
- e -Wp,-U_FORTIFY_SOURCE
- build/src/fpylll/fplll/integer_matrix.cpp:698:10: fatal error: fplll/fplll_config.h: No such file or directory
- #include "fplll/fplll_config.h"
- ^~~~~~~~~~~~~~~~~~~~~~
- compilation terminated.
- error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
- running install
- running bdist_egg
- running egg_info
- writing src/fpylll.egg-info/PKG-INFO
- writing dependency_links to src/fpylll.egg-info/dependency_links.txt
- writing top-level names to src/fpylll.egg-info/top_level.txt
- Package fplll was not found in the pkg-config search path.
- Perhaps you should add the directory containing `fplll.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'fplll' found
- reading manifest file 'src/fpylll.egg-info/SOURCES.txt'
- reading manifest template 'MANIFEST.in'
- no previously-included directories found matching 'build'
- no previously-included directories found matching 'dist'
- adding license file 'LICENSE'
- writing manifest file 'src/fpylll.egg-info/SOURCES.txt'
- installing library code to build/bdist.linux-x86_64/egg
- running install_lib
- running build_py
- running build_ext
- building 'fpylll.fplll.integer_matrix' extension
- 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
- 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
- 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
- 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
- e -Wp,-U_FORTIFY_SOURCE
- build/src/fpylll/fplll/integer_matrix.cpp:698:10: fatal error: fplll/fplll_config.h: No such file or directory
- #include "fplll/fplll_config.h"
- ^~~~~~~~~~~~~~~~~~~~~~
- compilation terminated.
- error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
- Don't forget to activate environment each time:
- source ./activate
- colab >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement