Hi all!

Trying to set up gnuradio via pybombs. Keep failing with

./configure: line 17783: syntax error near unexpected token `QT,'
./configure: line 17783: `    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 occured while building package
apache-thrift:
Configuration failed
PyBombs.install - ERROR - Error installing package apache-thrift. Aborting.

Given that the message (syntax error near unexpected token `QT,') keeps
popping up in very diverse contexts with thrift installs around the net,
this seems like something on their side, really. I'm going to go ahead and
contact them about it, but meanwhile I'd really like to get some gnuradio
stuff done.

Included is the output from
pybombs install gnuradio uhd

Some context, in case it's relevant:
as PyPI has a version of PyBOMBS that has the "PyBombs.RecipeListManager -
ERROR - Package None has no recipe file!" issue, I built PyBOMBS from git,
as described here:https://github.com/gnuradio/pybombs/
That was today, with last commit 4be662672769baf64389486d714fcac0a70eaf9c.

As PyBOMBS failed to install boost ("no candidates for boost 1.53
available", I think it was), I installed libboost via apt-get, got 1.58:
sudo apt-get install libboost-all-dev

Also tried (even though the recipe says --without-qt4) installing qt4 via
pybombs. As expected of a syntax error, it didn't disappear.

All the best
Laur
|
+- mako
|
+- cmake
|
+- swig
|
+- fftw
|
+- libusb
|
+- numpy
|  |
|  \- swig
|
+- gsl
|
\- cppunit
|
+- uhd
|  |
|  +- mako
|  |
|  +- cmake
|  |
|  +- swig
|  |
|  +- fftw
|  |
|  +- libusb
|  |
|  +- numpy
|  |  |
|  |  \- swig
|  |
|  +- gsl
|  |
|  \- cppunit
|
+- lxml
|  |
|  +- libxslt
|  |
|  \- libxml
|
+- pycairo
|
+- swig
|
+- fftw
|
+- pygtk
|  |
|  +- pygobject
|  |  |
|  |  +- gobject-introspection
|  |  |  |
|  |  |  +- flex
|  |  |  |
|  |  |  +- swig
|  |  |  |
|  |  |  +- pycairo
|  |  |  |
|  |  |  +- gtk2
|  |  |  |  |
|  |  |  |  +- glib
|  |  |  |  |
|  |  |  |  +- gdk-pixbuf
|  |  |  |  |  |
|  |  |  |  |  +- libpng
|  |  |  |  |  |
|  |  |  |  |  +- libjpeg
|  |  |  |  |  |
|  |  |  |  |  +- libtiff
|  |  |  |  |  |
|  |  |  |  |  \- glib
|  |  |  |  |
|  |  |  |  +- libtiff
|  |  |  |  |
|  |  |  |  \- libjpeg
|  |  |  |
|  |  |  \- bison
|  |  |
|  |  +- swig
|  |  |
|  |  \- gtk2
|  |     |
|  |     +- glib
|  |     |
|  |     +- gdk-pixbuf
|  |     |  |
|  |     |  +- libpng
|  |     |  |
|  |     |  +- libjpeg
|  |     |  |
|  |     |  +- libtiff
|  |     |  |
|  |     |  \- glib
|  |     |
|  |     +- libtiff
|  |     |
|  |     \- libjpeg
|  |
|  +- swig
|  |
|  \- gtk2
|     |
|     +- glib
|     |
|     +- gdk-pixbuf
|     |  |
|     |  +- libpng
|     |  |
|     |  +- libjpeg
|     |  |
|     |  +- libtiff
|     |  |
|     |  \- glib
|     |
|     +- libtiff
|     |
|     \- libjpeg
|
+- pyqt4
|  |
|  +- qt4
|  |
|  \- sip
|
+- wxpython
|  |
|  +- swig
|  |
|  \- gtk2
|     |
|     +- glib
|     |
|     +- gdk-pixbuf
|     |  |
|     |  +- libpng
|     |  |
|     |  +- libjpeg
|     |  |
|     |  +- libtiff
|     |  |
|     |  \- glib
|     |
|     +- libtiff
|     |
|     \- libjpeg
|
+- pyqwt5
|  |
|  +- qwt5
|  |  |
|  |  \- qt4
|  |
|  +- sip
|  |
|  \- pyqt4
|     |
|     +- qt4
|     |
|     \- sip
|
+- liblog4cpp
|  |
|  \- automake
|
+- cheetah
|
+- apache-thrift
|  |
|  +- flex
|  |
|  +- libevent
|  |  |
|  |  \- ssl
|  |
|  +- bison
|  |
|  +- ssl
|  |
|  \- automake
|
+- cmake
|
+- numpy
|  |
|  \- swig
|
+- gsl
|
+- cppunit
|
\- alsa
|
\- gnuradio
   |
   +- uhd
   |  |
   |  +- mako
   |  |
   |  +- cmake
   |  |
   |  +- swig
   |  |
   |  +- fftw
   |  |
   |  +- libusb
   |  |
   |  +- numpy
   |  |  |
   |  |  \- swig
   |  |
   |  +- gsl
   |  |
   |  \- cppunit
   |
   +- lxml
   |  |
   |  +- libxslt
   |  |
   |  \- libxml
   |
   +- pycairo
   |
   +- swig
   |
   +- fftw
   |
   +- pygtk
   |  |
   |  +- pygobject
   |  |  |
   |  |  +- gobject-introspection
   |  |  |  |
   |  |  |  +- flex
   |  |  |  |
   |  |  |  +- swig
   |  |  |  |
   |  |  |  +- pycairo
   |  |  |  |
   |  |  |  +- gtk2
   |  |  |  |  |
   |  |  |  |  +- glib
   |  |  |  |  |
   |  |  |  |  +- gdk-pixbuf
   |  |  |  |  |  |
   |  |  |  |  |  +- libpng
   |  |  |  |  |  |
   |  |  |  |  |  +- libjpeg
   |  |  |  |  |  |
   |  |  |  |  |  +- libtiff
   |  |  |  |  |  |
   |  |  |  |  |  \- glib
   |  |  |  |  |
   |  |  |  |  +- libtiff
   |  |  |  |  |
   |  |  |  |  \- libjpeg
   |  |  |  |
   |  |  |  \- bison
   |  |  |
   |  |  +- swig
   |  |  |
   |  |  \- gtk2
   |  |     |
   |  |     +- glib
   |  |     |
   |  |     +- gdk-pixbuf
   |  |     |  |
   |  |     |  +- libpng
   |  |     |  |
   |  |     |  +- libjpeg
   |  |     |  |
   |  |     |  +- libtiff
   |  |     |  |
   |  |     |  \- glib
   |  |     |
   |  |     +- libtiff
   |  |     |
   |  |     \- libjpeg
   |  |
   |  +- swig
   |  |
   |  \- gtk2
   |     |
   |     +- glib
   |     |
   |     +- gdk-pixbuf
   |     |  |
   |     |  +- libpng
   |     |  |
   |     |  +- libjpeg
   |     |  |
   |     |  +- libtiff
   |     |  |
   |     |  \- glib
   |     |
   |     +- libtiff
   |     |
   |     \- libjpeg
   |
   +- pyqt4
   |  |
   |  +- qt4
   |  |
   |  \- sip
   |
   +- wxpython
   |  |
   |  +- swig
   |  |
   |  \- gtk2
   |     |
   |     +- glib
   |     |
   |     +- gdk-pixbuf
   |     |  |
   |     |  +- libpng
   |     |  |
   |     |  +- libjpeg
   |     |  |
   |     |  +- libtiff
   |     |  |
  PyBombs.install - INFO - Installing package: alsa
Reading package lists...
Building dependency tree...
Reading state information...
Suggested packages:
  libasound2-doc
The following NEW packages will be installed:
  libasound2-dev
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 105 kB of archives.
After this operation, 509 kB of additional disk space will be used.
Get:1 http://ee.archive.ubuntu.com/ubuntu/ wily/main libasound2-dev amd64 1.0.29-0ubuntu1 [105 kB]
Fetched 105 kB in 0s (161 kB/s)
Selecting previously unselected package libasound2-dev: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 ... 130920 files and directories currently installed.)
Preparing to unpack .../libasound2-dev_1.0.29-0ubuntu1_amd64.deb ...
Unpacking libasound2-dev:amd64 (1.0.29-0ubuntu1) ...
Setting up libasound2-dev:amd64 (1.0.29-0ubuntu1) ...
PyBombs.install - INFO - Installation successful.
PyBombs.install - INFO - Installing package: cppunit
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  libcppunit-1.13-0v5
Suggested packages:
  libcppunit-doc
The following NEW packages will be installed:
  libcppunit-1.13-0v5 libcppunit-dev
0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.
Need to get 210 kB of archives.
After this operation, 1 164 kB of additional disk space will be used.
Get:1 http://ee.archive.ubuntu.com/ubuntu/ wily/main libcppunit-1.13-0v5 amd64 1.13.2-2.1 [75,9 kB]
Get:2 http://ee.archive.ubuntu.com/ubuntu/ wily/main libcppunit-dev amd64 1.13.2-2.1 [134 kB]
Fetched 210 kB in 1s (114 kB/s)
Selecting previously unselected package libcppunit-1.13-0v5: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 ... 130987 files and directories currently installed.)
Preparing to unpack .../libcppunit-1.13-0v5_1.13.2-2.1_amd64.deb ...
Unpacking libcppunit-1.13-0v5:amd64 (1.13.2-2.1) ...
Selecting previously unselected package libcppunit-dev.
Preparing to unpack .../libcppunit-dev_1.13.2-2.1_amd64.deb ...
Unpacking libcppunit-dev (1.13.2-2.1) ...
Processing triggers for man-db (2.7.4-1) ...
Setting up libcppunit-1.13-0v5:amd64 (1.13.2-2.1) ...
Setting up libcppunit-dev (1.13.2-2.1) ...
Processing triggers for libc-bin (2.21-0ubuntu4) ...
PyBombs.install - INFO - Installation successful.
PyBombs.install - INFO - Installing package: gsl
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  libgsl0-dev
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 918 kB of archives.
After this operation, 5 996 kB of additional disk space will be used.
Get:1 http://ee.archive.ubuntu.com/ubuntu/ wily/main libgsl0-dev amd64 1.16+dfsg-4 [918 kB]
Fetched 918 kB in 1s (537 kB/s)
Selecting previously unselected package libgsl0-dev.
(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 ... 131091 files and directories currently installed.)
Preparing to unpack .../libgsl0-dev_1.16+dfsg-4_amd64.deb ...
Unpacking libgsl0-dev (1.16+dfsg-4) ...
Processing triggers for man-db (2.7.4-1) ...
Setting up libgsl0-dev (1.16+dfsg-4) ...
Reading package lists...
Building dependency tree...
Reading state information...
libgsl0ldbl is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
PyBombs.install - INFO - Installation successful.
PyBombs.install - INFO - Installing package: swig
Reading package lists...
Building dependency tree...
Reading state information...
Suggested packages:
  swig2.0-examples swig2.0-doc
The following NEW packages will be installed:
  swig2.0
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 875 kB of archives.
After this operation, 4 100 kB of additional disk space will be used.
Get:1 http://ee.archive.ubuntu.com/ubuntu/ wily/main swig2.0 amd64 2.0.12-1ubuntu1 [875 kB]
Fetched 875 kB in 1s (866 kB/s)
Selecting previously unselected package swig2.0.
(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 ... 131321 files and directories currently installed.)
Preparing to unpack .../swig2.0_2.0.12-1ubuntu1_amd64.deb ...
Unpacking swig2.0 (2.0.12-1ubuntu1) ...
Processing triggers for man-db (2.7.4-1) ...
Setting up swig2.0 (2.0.12-1ubuntu1) ...
PyBombs.install - INFO - Installation successful.
PyBombs.install - INFO - Installing package: numpy
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  libblas-common libblas3 libgfortran3 liblapack3
Suggested packages:
  gfortran python-nose python-numpy-dbg python-numpy-doc
The following NEW packages will be installed:
  libblas-common libblas3 libgfortran3 liblapack3 python-numpy
0 upgraded, 5 newly installed, 0 to remove and 3 not upgraded.
Need to get 3 905 kB of archives.
After this operation, 16,8 MB of additional disk space will be used.
Get:1 http://ee.archive.ubuntu.com/ubuntu/ wily/main libblas-common amd64 1.2.20110419-10 [3 058 B]
Get:2 http://ee.archive.ubuntu.com/ubuntu/ wily/main libblas3 amd64 1.2.20110419-10 [161 kB]
Get:3 http://ee.archive.ubuntu.com/ubuntu/ wily/main libgfortran3 amd64 5.2.1-22ubuntu2 [258 kB]
Get:4 http://ee.archive.ubuntu.com/ubuntu/ wily/main liblapack3 amd64 3.5.0-4 [1 844 kB]
Get:5 http://ee.archive.ubuntu.com/ubuntu/ wily/main python-numpy amd64 1:1.8.2-1ubuntu2 [1 639 kB]
Fetched 3 905 kB in 2s (1 581 kB/s)
Selecting previously unselected package libblas-common.
(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 ... 131943 files and directories currently installed.)
Preparing to unpack .../libblas-common_1.2.20110419-10_amd64.deb ...
Unpacking libblas-common (1.2.20110419-10) ...
Selecting previously unselected package libblas3.
Preparing to unpack .../libblas3_1.2.20110419-10_amd64.deb ...
Unpacking libblas3 (1.2.20110419-10) ...
Selecting previously unselected package libgfortran3:amd64.
Preparing to unpack .../libgfortran3_5.2.1-22ubuntu2_amd64.deb ...
Unpacking libgfortran3:amd64 (5.2.1-22ubuntu2) ...
Selecting previously unselected package liblapack3.
Preparing to unpack .../liblapack3_3.5.0-4_amd64.deb ...
Unpacking liblapack3 (3.5.0-4) ...
Selecting previously unselected package python-numpy.
Preparing to unpack .../python-numpy_1%3a1.8.2-1ubuntu2_amd64.deb ...
Unpacking python-numpy (1:1.8.2-1ubuntu2) ...
Processing triggers for man-db (2.7.4-1) ...
Setting up libblas-common (1.2.20110419-10) ...
Setting up libblas3 (1.2.20110419-10) ...
update-alternatives: using /usr/lib/libblas/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode
Setting up libgfortran3:amd64 (5.2.1-22ubuntu2) ...
Setting up liblapack3 (3.5.0-4) ...
update-alternatives: using /usr/lib/lapack/liblapack.so.3 to provide /usr/lib/liblapack.so.3 (liblapack.so.3) in auto mode
Setting up python-numpy (1:1.8.2-1ubuntu2) ...
Processing triggers for libc-bin (2.21-0ubuntu4) ...
PyBombs.install - INFO - Installation successful.
PyBombs.install - INFO - Installing package: cmake
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  cmake-data libjsoncpp0v5
Suggested packages:
  codeblocks eclipse ninja-build
The following NEW packages will be installed:
  cmake cmake-data libjsoncpp0v5
0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded.
Need to get 3 639 kB of archives.
After this operation, 19,6 MB of additional disk space will be used.
Get:1 http://ee.archive.ubuntu.com/ubuntu/ wily/main cmake-data all 3.2.2-2ubuntu3 [1 029 kB]
Get:2 http://ee.archive.ubuntu.com/ubuntu/ wily/main libjsoncpp0v5 amd64 0.10.5-1 [74,2 kB]
Get:3 http://ee.archive.ubuntu.com/ubuntu/ wily/main cmake amd64 3.2.2-2ubuntu3 [2 536 kB]
Fetched 3 639 kB in 3s (1 135 kB/s)
Selecting previously unselected package cmake-data.
(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 ... 132424 files and directories currently installed.)
Preparing to unpack .../cmake-data_3.2.2-2ubuntu3_all.deb ...
Unpacking cmake-data (3.2.2-2ubuntu3) ...
Selecting previously unselected package libjsoncpp0v5:amd64.
Preparing to unpack .../libjsoncpp0v5_0.10.5-1_amd64.deb ...
Unpacking libjsoncpp0v5:amd64 (0.10.5-1) ...
Selecting previously unselected package cmake.
Preparing to unpack .../cmake_3.2.2-2ubuntu3_amd64.deb ...
Unpacking cmake (3.2.2-2ubuntu3) ...
Processing triggers for man-db (2.7.4-1) ...
Setting up cmake-data (3.2.2-2ubuntu3) ...
Setting up libjsoncpp0v5:amd64 (0.10.5-1) ...
Setting up cmake (3.2.2-2ubuntu3) ...
Processing triggers for libc-bin (2.21-0ubuntu4) ...
Reading package lists...
Building dependency tree...
Reading state information...
cmake-data is already the newest version.
cmake-data set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
PyBombs.install - INFO - Installation successful.
PyBombs.install - INFO - Installing package: automake
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  autoconf libsigsegv2 m4
Suggested packages:
  autoconf-archive gnu-standards autoconf-doc gettext
The following NEW packages will be installed:
  autoconf automake libsigsegv2 m4
0 upgraded, 4 newly installed, 0 to remove and 3 not upgraded.
Need to get 1 040 kB of archives.
After this operation, 3 859 kB of additional disk space will be used.
Get:1 http://ee.archive.ubuntu.com/ubuntu/ wily/main libsigsegv2 amd64 2.10-4 [14,1 kB]
Get:2 http://ee.archive.ubuntu.com/ubuntu/ wily/main m4 amd64 1.4.17-4 [193 kB]
Get:3 http://ee.archive.ubuntu.com/ubuntu/ wily/main autoconf all 2.69-8 [321 kB]
Get:4 http://ee.archive.ubuntu.com/ubuntu/ wily/main automake all 1:1.15-1ubuntu1 [511 kB]
Fetched 1 040 kB in 0s (1 677 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 ... 134319 files and directories currently installed.)
Preparing to unpack .../libsigsegv2_2.10-4_amd64.deb ...
Unpacking libsigsegv2:amd64 (2.10-4) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.17-4_amd64.deb ...
Unpacking m4 (1.4.17-4) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../autoconf_2.69-8_all.deb ...
Unpacking autoconf (2.69-8) ...
Selecting previously unselected package automake.
Preparing to unpack .../automake_1%3a1.15-1ubuntu1_all.deb ...
Unpacking automake (1:1.15-1ubuntu1) ...
Processing triggers for man-db (2.7.4-1) ...
Processing triggers for install-info (6.0.0.dfsg.1-3) ...
Setting up libsigsegv2:amd64 (2.10-4) ...
Setting up m4 (1.4.17-4) ...
Setting up autoconf (2.69-8) ...
Setting up automake (1:1.15-1ubuntu1) ...
update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
Processing triggers for libc-bin (2.21-0ubuntu4) ...
PyBombs.install - INFO - Installation successful.
PyBombs.install - INFO - Installing package: ssl
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  libssl-doc zlib1g-dev
The following NEW packages will be installed:
  libssl-dev libssl-doc zlib1g-dev
0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded.
Need to get 2 575 kB of archives.
After this operation, 10,5 MB of additional disk space will be used.
Get:1 http://ee.archive.ubuntu.com/ubuntu/ wily/main zlib1g-dev amd64 1:1.2.8.dfsg-2ubuntu4 [168 kB]
Get:2 http://ee.archive.ubuntu.com/ubuntu/ wily-updates/main libssl-dev amd64 1.0.2d-0ubuntu1.3 [1 342 kB]
Get:3 http://ee.archive.ubuntu.com/ubuntu/ wily-updates/main libssl-doc all 1.0.2d-0ubuntu1.3 [1 065 kB]
Fetched 2 575 kB in 14s (183 kB/s)
Selecting previously unselected package zlib1g-dev: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 ... 134591 files and directories currently installed.)
Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-2ubuntu4_amd64.deb ...
Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4) ...
Selecting previously unselected package libssl-dev:amd64.
Preparing to unpack .../libssl-dev_1.0.2d-0ubuntu1.3_amd64.deb ...
Unpacking libssl-dev:amd64 (1.0.2d-0ubuntu1.3) ...
Selecting previously unselected package libssl-doc.
Preparing to unpack .../libssl-doc_1.0.2d-0ubuntu1.3_all.deb ...
Unpacking libssl-doc (1.0.2d-0ubuntu1.3) ...
Processing triggers for man-db (2.7.4-1) ...
Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4) ...
Setting up libssl-dev:amd64 (1.0.2d-0ubuntu1.3) ...
Setting up libssl-doc (1.0.2d-0ubuntu1.3) ...
PyBombs.install - INFO - Installation successful.
PyBombs.install - INFO - Installing package: bison
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  libbison-dev
Suggested packages:
  bison-doc
The following NEW packages will be installed:
  bison libbison-dev
0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.
Need to get 595 kB of archives.
After this operation, 1 816 kB of additional disk space will be used.
Get:1 http://ee.archive.ubuntu.com/ubuntu/ wily/main libbison-dev amd64 2:3.0.2.dfsg-2 [338 kB]
Get:2 http://ee.archive.ubuntu.com/ubuntu/ wily/main bison amd64 2:3.0.2.dfsg-2 [257 kB]
Fetched 595 kB in 0s (1 246 kB/s)
Selecting previously unselected package libbison-dev: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 ... 136330 files and directories currently installed.)
Preparing to unpack .../libbison-dev_2%3a3.0.2.dfsg-2_amd64.deb ...
Unpacking libbison-dev:amd64 (2:3.0.2.dfsg-2) ...
Selecting previously unselected package bison.
Preparing to unpack .../bison_2%3a3.0.2.dfsg-2_amd64.deb ...
Unpacking bison (2:3.0.2.dfsg-2) ...
Processing triggers for man-db (2.7.4-1) ...
Setting up libbison-dev:amd64 (2:3.0.2.dfsg-2) ...
Setting up bison (2:3.0.2.dfsg-2) ...
update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode
PyBombs.install - INFO - Installation successful.
PyBombs.install - INFO - Installing package: libevent
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  libevent-core-2.0-5 libevent-extra-2.0-5 libevent-openssl-2.0-5
  libevent-pthreads-2.0-5
The following NEW packages will be installed:
  libevent-core-2.0-5 libevent-dev libevent-extra-2.0-5 libevent-openssl-2.0-5
  libevent-pthreads-2.0-5
0 upgraded, 5 newly installed, 0 to remove and 3 not upgraded.
Need to get 347 kB of archives.
After this operation, 1 940 kB of additional disk space will be used.
Get:1 http://ee.archive.ubuntu.com/ubuntu/ wily/main libevent-core-2.0-5 amd64 2.0.21-stable-2 [69,4 kB]
Get:2 http://ee.archive.ubuntu.com/ubuntu/ wily/main libevent-extra-2.0-5 amd64 2.0.21-stable-2 [51,3 kB]
Get:3 http://ee.archive.ubuntu.com/ubuntu/ wily/main libevent-openssl-2.0-5 amd64 2.0.21-stable-2 [11,2 kB]
Get:4 http://ee.archive.ubuntu.com/ubuntu/ wily/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-2 [5 338 B]
Get:5 http://ee.archive.ubuntu.com/ubuntu/ wily/main libevent-dev amd64 2.0.21-stable-2 [210 kB]
Fetched 347 kB in 1s (306 kB/s)
Selecting previously unselected package libevent-core-2.0-5: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 ... 136382 files and directories currently installed.)
Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-2_amd64.deb ...
Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-2) ...
Selecting previously unselected package libevent-extra-2.0-5:amd64.
Preparing to unpack .../libevent-extra-2.0-5_2.0.21-stable-2_amd64.deb ...
Unpacking libevent-extra-2.0-5:amd64 (2.0.21-stable-2) ...
Selecting previously unselected package libevent-openssl-2.0-5:amd64.
Preparing to unpack .../libevent-openssl-2.0-5_2.0.21-stable-2_amd64.deb ...
Unpacking libevent-openssl-2.0-5:amd64 (2.0.21-stable-2) ...
Selecting previously unselected package libevent-pthreads-2.0-5:amd64.
Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-2_amd64.deb ...
Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-2) ...
Selecting previously unselected package libevent-dev.
Preparing to unpack .../libevent-dev_2.0.21-stable-2_amd64.deb ...
Unpacking libevent-dev (2.0.21-stable-2) ...
Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-2) ...
Setting up libevent-extra-2.0-5:amd64 (2.0.21-stable-2) ...
Setting up libevent-openssl-2.0-5:amd64 (2.0.21-stable-2) ...
Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-2) ...
Setting up libevent-dev (2.0.21-stable-2) ...
Processing triggers for libc-bin (2.21-0ubuntu4) ...
PyBombs.install - INFO - Installation successful.
PyBombs.install - INFO - Installing package: flex
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  libfl-dev
The following NEW packages will be installed:
  flex libfl-dev
0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.
Need to get 301 kB of archives.
After this operation, 913 kB of additional disk space will be used.
Get:1 http://ee.archive.ubuntu.com/ubuntu/ wily/main libfl-dev amd64 2.5.39-8 [13,1 kB]
Get:2 http://ee.archive.ubuntu.com/ubuntu/ wily/main flex amd64 2.5.39-8 [288 kB]
Fetched 301 kB in 0s (947 kB/s)
Selecting previously unselected package libfl-dev: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 ... 136460 files and directories currently installed.)
Preparing to unpack .../libfl-dev_2.5.39-8_amd64.deb ...
Unpacking libfl-dev:amd64 (2.5.39-8) ...
Selecting previously unselected package flex.
Preparing to unpack .../flex_2.5.39-8_amd64.deb ...
Unpacking flex (2.5.39-8) ...
Processing triggers for man-db (2.7.4-1) ...
Processing triggers for install-info (6.0.0.dfsg.1-3) ...
Setting up libfl-dev:amd64 (2.5.39-8) ...
Setting up flex (2.5.39-8) ...
Processing triggers for libc-bin (2.21-0ubuntu4) ...
PyBombs.install - INFO - Installation successful.
PyBombs.install - INFO - Installing package: apache-thrift
 |     |  \- glib
   |     |
   |     +- libtiff
   |     |
   |     \- libjpeg
   |
   +- pyqwt5
   |  |
   |  +- qwt5
   |  |  |
   |  |  \- qt4
   |  |
   |  +- sip
   |  |
   |  \- pyqt4
   |     |
   |     +- qt4
   |     |
   |     \- sip
   |
   +- liblog4cpp
   |  |
   |  \- automake
   |
   +- cheetah
   |
   +- apache-thrift
   |  |
   |  +- flex
   |  |
   |  +- libevent
   |  |  |
   |  |  \- ssl
   |  |
   |  +- bison
   |  |
   |  +- ssl
   |  |
   |  \- automake
   |
   +- cmake
   |
   +- numpy
   |  |
   |  \- swig
   |
   +- gsl
   |
   +- cppunit
   |
   \- alsa

Cloning: [\                                                                   ]
Cloning: [|                                                                   ]
Cloning: [/                                                                   ]
Cloning: [-                                                                   ]
Cloning: [\                                                                   ]
Cloning: [|                                                                   ]
Cloning: [/                                                                   ]
Cloning: [-                                                                   ]
Cloning: [\                                                                   ]
Cloning: [ |                                                                  ]
Cloning: [ /                                                                  ]
Cloning: [ -                                                                  ]
Cloning: [ \                                                                  ]
Cloning: [ |                                                                  ]
Cloning: [ /                                                                  ]
Cloning: [ -                                                                  ]
Cloning: [ \                                                                  ]
Cloning: [ |                                                                  ]
Cloning: [ /                                                                  ]
Cloning: [  -                                                                 ]
Cloning: [  \                                                                 ]
Cloning: [  |                                                                 ]
Cloning: [  /                                                                 ]
Cloning: [  -                                                                 ]
Cloning: [  \                                                                 ]
Cloning: [  |                                                                 ]
Cloning: [  /                                                                 ]
Cloning: [  -                                                                 ]
Cloning: [  \                                                                 ]
Cloning: [   |                                                                ]
Cloning: [   /                                                                ]
Cloning: [   -                                                                ]
Cloning: [   \                                                                ]
Cloning: [   |                                                                ]
Cloning: [   /                                                                ]
Cloning: [   -                                                                ]
Cloning: [   \                                                                ]
Cloning: [   |                                                                ]
Cloning: [   /                                                                ]
Cloning: [    -                                                               ]
Cloning: [    \                                                               ]
Cloning: [    |                                                               ]
Cloning: (100%) [=============================================================]

Cloning: [    /                                                               ]
Cloning: (100%) [=============================================================]

Configuring: [\                                                               ]
Configuring: [|                                                               ]
Configuring: [/                                                               ]
Configuring: [-                                                               ]
Configuring: [\                                                               ]
Configuring: [|                                                               ]
Configuring: [/                                                               ]
Configuring: [-                                                               ]
Configuring: [\                                                               ]
Configuring: [ |                                                              ]
Configuring: [ /                                                              ]
Configuring: [ -                                                              ]
Configuring: [ \                                                              ]
Configuring: [ |                                                              ]
Configuring: [ /                                                              ]
Configuring: [ -                                                              ]
Configuring: [ \                                                              ]
Configuring: [ |                                                              ]
Configuring: [ /                                                              ]
Configuring: [  -                                                             ]
Configuring: [  \                                                             ]
Configuring: [  |                                                             ]
Configuring: [  /                                                             ]
Configuring: [  -                                                             ]
Configuring: [  \                                                             ]
Configuring: [  |                                                             ]
Configuring: [  /                                                             ]
Configuring: [  -                                                             ]
Configuring: [  \                                                             ]
Configuring: [   |                                                            ]
Configuring: [   /                                                            ]
Configuring: [   -                                                            ]
Configuring: [   \                                                            ]
Configuring: [   |                                                            ]
Configuring: [   /                                                            ]
Configuring: [   -                                                            ]
Configuring: [   \                                                            ]
Configuring: [   |                                                            ]
Configuring: [   /                                                            ]
Configuring: [    -                                                           ]
Configuring: [    \                                                           ]
Configuring: [    |                                                           ]
Configuring: [    /                                                           ]
Configuring: [    -                                                           ]
Configuring: [    \                                                           ]
Configuring: [    |                                                           ]
Configuring: [    /                                                           ]
Configuring: [    -                                                           ]
Configuring: [    \                                                           ]
Configuring: [     |                                                          ]
CPyBombs.Packager.source - WARNING - Configuration failed. Re-trying with higher verbosity.
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
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
./configure: line 3760: 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 whether gcc understands -c and -o together... yes
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 whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
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 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... (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
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 17783: syntax error near unexpected token `QT,'
./configure: line 17783: `    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 occured while building package apache-thrift:
Configuration failed
PyBombs.install - ERROR - Error installing package apache-thrift. Aborting.
onfiguring: [     /                                                          ]
Configuring: [     -                                                          ]
Configuring: [     \                                                          ]
Configuring: [     |                                                          ]
Configuring: (100%) [=========================================================]
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to