(env) rytse@SEDRSSHYPRES:~$ pip install numpy mako lxml cheetah | |
Collecting numpy | |
Using cached https://files.pythonhosted.org/packages/85/51/ba4564ded90e093dbb6adfc3e21f99ae953d9ad56477e1b0d4a93bacf7d3/numpy-1.15.0-cp27-cp27mu-manylinux1_x86_64.whl | |
Collecting mako | |
Collecting lxml | |
Using cached https://files.pythonhosted.org/packages/39/e0/bb4bb8d03a98ba530a13e5d27c7ae5eb9b2b53ce36c4e854429fcf2b90be/lxml-4.2.4-cp27-cp27mu-manylinux1_x86_64.whl | |
Collecting cheetah | |
Collecting MarkupSafe>=0.9.2 (from mako) | |
Collecting Markdown>=2.0.1 (from cheetah) | |
Using cached https://files.pythonhosted.org/packages/6d/7d/488b90f470b96531a3f5788cf12a93332f543dbab13c423a5e7ce96a0493/Markdown-2.6.11-py2.py3-none-any.whl | |
Installing collected packages: numpy, MarkupSafe, mako, lxml, Markdown, cheetah | |
Successfully installed Markdown-2.6.11 MarkupSafe-1.0 cheetah-2.4.4 lxml-4.2.4 mako-1.0.7 numpy-1.15.0 | |
(env) rytse@SEDRSSHYPRES:~$ pybombs prefix init ~/vep -a virtpref -R gnuradio-default | |
PyBOMBS - INFO - PyBOMBS Version 2.3.2 | |
PyBOMBS.prefix - WARNING - There already is a prefix in `/home/rytse/vep'. | |
Continue using this path Y/[N]? y | |
Alias `virtpref' already exists, overwrite Y/[N]? y | |
PyBOMBS.prefix - INFO - Installing default packages for prefix... | |
PyBOMBS.prefix - INFO - | |
- gnuradio | |
PyBOMBS.Packager.apt - INFO - Install python-apt to speed up apt processing. | |
PyBOMBS.install_manager - INFO - Phase 1: Creating install tree and installing binary packages: | |
Install tree: | |
| | |
\- gnuradio | |
| | |
+- uhd | |
| | |
\- apache-thrift | |
PyBOMBS.install_manager - INFO - Phase 2: Recursively installing source packages to prefix: | |
PyBOMBS.install_manager - INFO - Installing package: apache-thrift | |
PyBOMBS.Packager.apt - INFO - Install python-apt to speed up apt processing. | |
Configuring: (100%) [============================================================================================================================================================================================================================================================] | |
PyBOMBS.Packager.source - WARNING - Configuration failed. Re-trying with higher verbosity. | |
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/local/bin/automake line 3922. | |
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE [^\}]*}/ at /usr/local/bin/autoscan line 361. | |
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/local/bin/automake line 3922. | |
configure.ac:90: installing './config.guess' | |
configure.ac:90: installing './config.sub' | |
configure.ac:27: installing './install-sh' | |
configure.ac:27: installing './missing' | |
compiler/cpp/Makefile.am: installing './depcomp' | |
configure.ac: installing './ylwrap' | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... no | |
checking for mawk... mawk [210/543] | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking how to create a ustar tar archive... gnutar | |
./configure: line 3706: PKG_PROG_PKG_CONFIG: command not found | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of gcc... gcc3 | |
checking how to run the C preprocessor... gcc -E | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking dependency style of g++... gcc3 | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /bin/sed | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for fgrep... /bin/grep -F | |
checking for ld used by gcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from gcc object... ok | |
checking for sysroot... no | |
checking for a working dd... /bin/dd | |
checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
checking for mt... mt | |
checking if mt is a manifest tool... no | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
checking if gcc static flag -static works... yes | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking whether -lc should be explicitly linked in... no | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking how to run the C++ preprocessor... g++ -E | |
checking for ld used by g++... /usr/bin/ld -m elf_x86_64 | |
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes | |
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking for g++ option to produce PIC... -fPIC -DPIC | |
checking if g++ PIC flag -fPIC -DPIC works... yes | |
checking if g++ static flag -static works... yes | |
checking if g++ supports -c -o file.o... yes | |
checking if g++ supports -c -o file.o... (cached) yes | |
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking how to run the C++ preprocessor... g++ -E | |
checking for ld used by g++... /usr/bin/ld -m elf_x86_64 | |
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes | |
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking for g++ option to produce PIC... -fPIC -DPIC | |
checking if g++ PIC flag -fPIC -DPIC works... yes | |
checking if g++ static flag -static works... yes | |
checking if g++ supports -c -o file.o... yes | |
checking if g++ supports -c -o file.o... (cached) yes | |
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether make sets $(MAKE)... (cached) yes | |
checking for bison... yes | |
checking for bison version >= 2.5... yes | |
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/local/bin/automake line 3922. | |
checking for bison... bison -y | |
checking for flex... flex | |
checking lex output file root... lex.yy | |
checking lex library... -lfl | |
checking whether yytext is a pointer... yes | |
checking whether ln -s works... yes | |
checking for gawk... (cached) mawk | |
checking for ranlib... (cached) ranlib | |
checking whether g++ supports C++11 features by default... no | |
checking whether g++ supports C++11 features with -std=c++11... yes | |
./configure: line 18293: syntax error near unexpected token `QT,' | |
./configure: line 18293: ` PKG_CHECK_MODULES(QT, QtCore >= 4.3, QtNetwork >= 4.3, have_qt=yes, have_qt=no)' | |
PyBOMBS.Packager.source - ERROR - Configuration failed after running at least twice. | |
PyBOMBS.Packager.source - ERROR - Problem occurred while building package apache-thrift: | |
Configuration failed | |
PyBOMBS.PackageManager - WARNING - Optional package apache-thrift failed to install. Will pretend as if it had worked. | |
PyBOMBS.install_manager - INFO - Installation successful. | |
PyBOMBS.install_manager - INFO - Installing package: uhd | |
PyBOMBS.PackageManager - WARNING - A source build for package uhd was requested, but binary install was found! | |
Install uhd from source despite binary install available Y/[N]? y | |
PyBOMBS.Packager.source - WARNING - Build dir already exists: /home/rytse/vep/src/uhd/host/build | |
Configuring: (100%) [============================================================================================================================================================================================================================================================] | |
Building: (100%) [============================================================================================================================================================================================================================================================] | |
Installing: (100%) [============================================================================================================================================================================================================================================================] | |
PyBOMBS.install_manager - INFO - Installation successful. | |
PyBOMBS.install_manager - INFO - Installing package: gnuradio | |
PyBOMBS.PackageManager - WARNING - A source build for package gnuradio was requested, but binary install was found! | |
Install gnuradio from source despite binary install available Y/[N]? y | |
PyBOMBS.Packager.apt - INFO - Install python-apt to speed up apt processing. | |
Cloning: (100%) [============================================================================================================================================================================================================================================================] | |
Configuring: (100%) [============================================================================================================================================================================================================================================================] | |
PyBOMBS.Packager.source - WARNING - Configuration failed. Re-trying with higher verbosity. | |
-- Build type set to RelWithDebInfo. | |
-- Extracting version information from git describe... | |
-- Compiler Version: cc (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609 | |
Copyright (C) 2015 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
-- Compiler Flags: /usr/bin/cc:::-O2 -g -DNDEBUG -std=gnu99 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized | |
/usr/bin/c++:::-O2 -g -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized | |
-- ADDING PERF COUNTERS | |
-- Building Static Libraries: OFF | |
-- Boost version: 1.58.0 | |
-- Found the following Boost libraries: | |
-- date_time | |
-- program_options | |
-- filesystem | |
-- system | |
-- regex | |
-- thread | |
-- unit_test_framework | |
-- chrono | |
-- atomic | |
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable version "2.7.12", minimum required is "2.7") | |
-- | |
-- Checking for module SWIG | |
-- Found SWIG version 2.0.12. | |
-- | |
-- The build system will automatically enable all components. | |
-- Use -DENABLE_DEFAULT=OFF to disable components by default. | |
-- | |
-- Configuring python-support support... | |
-- Dependency PYTHONLIBS_FOUND = TRUE | |
-- Dependency SWIG_FOUND = TRUE | |
-- Dependency SWIG_VERSION_CHECK = TRUE | |
-- Enabling python-support support. | |
-- Override with -DENABLE_PYTHON=ON/OFF | |
-- | |
-- Configuring testing-support support... | |
-- Dependency Boost_FOUND = 1 | |
-- Enabling testing-support support. | |
-- Override with -DENABLE_TESTING=ON/OFF | |
-- | |
-- Configuring VOLK support... | |
-- Build type set to RelWithDebInfo. | |
-- Extracting version information from git describe... | |
-- | |
-- Python checking for python >= 2.7 | |
-- Python checking for python >= 2.7 - found | |
-- | |
-- Python checking for mako >= 0.4.2 | |
-- Python checking for mako >= 0.4.2 - found | |
-- | |
-- Python checking for six - python 2 and 3 compatibility library | |
-- Python checking for six - python 2 and 3 compatibility library - found | |
-- Boost version: 1.58.0 | |
-- Found the following Boost libraries: | |
-- filesystem | |
-- system | |
-- Checking for module 'orc-0.4 > 0.4.11' | |
-- No package 'orc-0.4' found | |
-- orc files (missing: ORC_LIBRARY ORC_INCLUDE_DIR ORCC_EXECUTABLE) | |
-- QA Testing is enabled. | |
-- Modify using: -DENABLE_TESTING=ON/OFF | |
-- System profiling is disabled. | |
-- Modify using: -DENABLE_PROFILING=ON/OFF | |
-- Compiler name: GNU | |
-- x86* CPU detected | |
-- ORC support not found, Overruled arch orc | |
-- CPU width is 64 bits, Overruled arch 32 | |
-- Available architectures: generic;64;3dnow;abm;popcount;mmx;fma;sse;sse2;norc;sse3;ssse3;sse4_a;sse4_1;sse4_2;avx;avx2 | |
-- Available machines: generic;sse2_64_mmx;sse3_64_mmx;ssse3_64_mmx;sse4_a_64_mmx;sse4_1_64_mmx;sse4_2_64_mmx;avx_64_mmx;avx2_64_mmx | |
-- BUILD TYPE = RELWITHDEBINFO | |
-- Base cflags = -O2 -g -DNDEBUG -std=gnu99 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall | |
-- BUILD INFO ::: generic ::: GNU ::: -O2 -g -DNDEBUG -std=gnu99 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall | |
-- BUILD INFO ::: sse2_64_mmx ::: GNU ::: -O2 -g -DNDEBUG -std=gnu99 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall -m64 -mmmx -msse -msse2 | |
-- BUILD INFO ::: sse3_64_mmx ::: GNU ::: -O2 -g -DNDEBUG -std=gnu99 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall -m64 -mmmx -msse -msse2 -msse3 | |
-- BUILD INFO ::: ssse3_64_mmx ::: GNU ::: -O2 -g -DNDEBUG -std=gnu99 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall -m64 -mmmx -msse -msse2 -msse3 -mssse3 | |
-- BUILD INFO ::: sse4_a_64_mmx ::: GNU ::: -O2 -g -DNDEBUG -std=gnu99 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall -m64 -mmmx -msse -msse2 -msse3 -msse4a -mpopcnt | |
-- BUILD INFO ::: sse4_1_64_mmx ::: GNU ::: -O2 -g -DNDEBUG -std=gnu99 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall -m64 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 | |
-- BUILD INFO ::: sse4_2_64_mmx ::: GNU ::: -O2 -g -DNDEBUG -std=gnu99 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall -m64 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt | |
-- BUILD INFO ::: avx_64_mmx ::: GNU ::: -O2 -g -DNDEBUG -std=gnu99 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall -m64 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mavx | |
-- BUILD INFO ::: avx2_64_mmx ::: GNU ::: -O2 -g -DNDEBUG -std=gnu99 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall -m64 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mavx -mfma -mavx2 | |
-- Compiler Version: cc (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609 | |
Copyright (C) 2015 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
-- c flags: -std=gnu99 -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall; | |
-- asm flags: | |
-- Did not find liborc and orcc, disabling orc support... | |
-- Loading version 1.4 into constants... | |
-- Using install prefix: /home/rytse/vep | |
-- | |
-- Configuring volk support... | |
-- Enabling volk support. | |
-- Override with -DENABLE_VOLK=ON/OFF | |
-- Override with -DENABLE_INTERNAL_VOLK=ON/OFF | |
-- ENABLE_GR_LOG set to ON. | |
-- HAVE_LOG4CPP set to True. | |
-- LOG4CPP_LIBRARIES set to /usr/lib/liblog4cpp.so. | |
-- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE) | |
-- | |
-- Configuring doxygen support... | |
-- Dependency DOXYGEN_FOUND = YES | |
-- Disabling doxygen support. | |
-- Override with -DENABLE_DOXYGEN=ON/OFF | |
-- | |
-- Configuring sphinx support... | |
-- Dependency SPHINX_FOUND = FALSE | |
-- Disabling sphinx support. | |
-- Override with -DENABLE_SPHINX=ON/OFF | |
-- | |
-- Configuring gnuradio-runtime support... | |
-- Dependency Boost_FOUND = 1 | |
-- Dependency ENABLE_VOLK = ON | |
-- Dependency PYTHONINTERP_FOUND = TRUE | |
-- Enabling gnuradio-runtime support. | |
-- Override with -DENABLE_GNURADIO_RUNTIME=ON/OFF | |
-- | |
-- Configuring gr-ctrlport support... | |
-- Dependency Boost_FOUND = 1 | |
-- Dependency SWIG_FOUND = TRUE | |
-- Dependency SWIG_VERSION_CHECK = TRUE | |
-- Dependency ENABLE_GNURADIO_RUNTIME = ON | |
-- Enabling gr-ctrlport support. | |
-- Override with -DENABLE_GR_CTRLPORT=ON/OFF | |
-- Loading build date Wed, 08 Aug 2018 13:27:12 into constants... | |
-- Loading version 3.7.12.0 into constants... | |
-- Checking for module 'thrift' | |
-- No package 'thrift' found | |
-- Binary 'thrift' not found. | |
-- TRY_SHM_VMCIRCBUF set to ON. | |
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable version "2.7.12", minimum required is "2") | |
-- | |
-- Configuring gr-blocks support... | |
-- Dependency Boost_FOUND = 1 | |
-- Dependency ENABLE_VOLK = ON | |
-- Dependency ENABLE_GNURADIO_RUNTIME = ON | |
-- Enabling gr-blocks support. | |
-- Override with -DENABLE_GR_BLOCKS=ON/OFF | |
-- | |
-- Python checking for python >= 2.5 | |
-- Python checking for python >= 2.5 - found | |
-- | |
-- Python checking for Cheetah >= 2.0.0 | |
-- Python checking for Cheetah >= 2.0.0 - found | |
-- | |
-- Python checking for lxml >= 1.3.6 | |
-- Python checking for lxml >= 1.3.6 - found | |
-- | |
-- Python checking for pygtk >= 2.10.0 | |
-- Python checking for pygtk >= 2.10.0 - not found | |
-- | |
-- Python checking for numpy | |
-- Python checking for numpy - found | |
-- | |
-- Configuring gnuradio-companion support... | |
-- Dependency ENABLE_GNURADIO_RUNTIME = ON | |
-- Dependency ENABLE_PYTHON = ON | |
-- Dependency PYTHON_MIN_VER_FOUND = TRUE | |
-- Dependency CHEETAH_FOUND = TRUE | |
-- Dependency LXML_FOUND = TRUE | |
-- Dependency PYGTK_FOUND = FALSE | |
-- Dependency NUMPY_FOUND = TRUE | |
CMake Error at cmake/Modules/GrComponent.cmake:75 (message): | |
user force-enabled gnuradio-companion but configuration checked failed | |
Call Stack (most recent call first): | |
grc/CMakeLists.txt:45 (GR_REGISTER_COMPONENT) | |
-- Configuring incomplete, errors occurred! | |
See also "/home/rytse/vep/src/gnuradio/build/CMakeFiles/CMakeOutput.log". | |
See also "/home/rytse/vep/src/gnuradio/build/CMakeFiles/CMakeError.log". | |
PyBOMBS.Packager.source - ERROR - Configuration failed after running at least twice. | |
PyBOMBS.Packager.source - ERROR - Problem occurred while building package gnuradio: | |
Configuration failed | |
PyBOMBS.install_manager - ERROR - Error installing package gnuradio. Aborting. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment