Giter Club home page Giter Club logo

sodaradio's People

Contributors

dd0vs avatar kb1vc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sodaradio's Issues

Arch Linux compilation

Hi,
On my system, I had to apply this patch to get working compilation.
The qwt 6.1.3 library is called libqwt.so, not libqwt-qt5.so (I guess) here, and there were missing includes g++ 8.1.1 complains about. Also, linking failed because of pthreads. CMake version is 3.11.4, boost 1.67.0.

compile-archlinux.patch.txt

It now compiles, FM transmit seems to work, but I haven't been able to receive anything with my B200 yet.

73
Matthias

SoDaRadio failing to start

Had very little problem using SoDaRadio with the B205mini USRP up to now. In fact I think it is very good. But today it is popping up this GUI message...

SoDaRadio has encountered an error that is beyond safe recovery.

Please press OK button to quit. (Though this is -not- OK.

Send a note when you get a chance to [email protected])

after a problem presumably with the server as the terminal does this:

g8cqx@g8cqx-Satellite-A300:~/prefix/normal$ SoDaRadio
terminate called after throwing an instance of 'uhd::runtime_error'
what(): RuntimeError: Cannot create! Property already exists at: /mboards/0/rx_dsps/0/rate/set
"Waited 155 seconds for socket file [/home/g8cqx/.local/share/SoDaRadio/SoDa___cmd] to be created. Is the radio process dead?"

UHD is unchanged as far as I know (that is unless there was a hidden update) and seems to be working, eg:

uhd_find_devices
[INFO] [UHD] linux; GNU C++ version 7.4.0; Boost_106501; UHD_3.15.0.git-1-gf83faf28

-- UHD Device 0

Device Address:
serial: 3156256
name: B205i
product: B205mini
type: b200

and GQRX works without any issues.

Any clues?
Very best regards, John G8CQX

No sound playback or recording

I cannot get any sound from SoDaRadio on Ubuntu 18.04. I have tested a QT5 application and have tested ALSA using aplay without issue. Recorded FLAC audio is silent as well as output to a sound card.
I have tried two Ubuntu fresh installation images using parallels desktop and VMware with each behaving the same. In both cases I created the VM, updated the OS, and installed all prerequisites and SoDaRadio exactly as shown in your instructions. No errors were seen during the build.

Deb packages fails on Ubuntu 16.04 with current Ettus PPA package

I am sorry to have two different installation issues open at once, but I will help find the causes of both of these! I really like the project and am happy to debug. Unfortunately I'm trying to demo this tomorrow so will just move onto the next strategy for the moment.

I have UHD 3.11.0.0 installed using the Ettus PPA. My first guess is that your deb is built against an earlier version of UHD (likely UHD 3.10.2.0) and this runtime error is caused by the ABI changing.

The UHD PPA doesn't currently install library .so files with enough versioning numbers to stop this problem from happening. I'll install the earlier UHD and report if this issue goes away. If it does then the quickest answer is to add a note that the current .deb file is built for UHD 3.10.2.x

[dkozel@moscato Desktop] sudo apt install ./SoDaRadio-5.0.0-1.x86_64.Ubuntu-16.04.deb 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'sodaradio' instead of './SoDaRadio-5.0.0-1.x86_64.Ubuntu-16.04.deb'
The following NEW packages will be installed:
  sodaradio
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/4,555 kB of archives.
After this operation, 12.9 MB of additional disk space will be used.
Get:1 /home/dkozel/Desktop/SoDaRadio-5.0.0-1.x86_64.Ubuntu-16.04.deb sodaradio amd64 5.0.0 [4,555 kB]
Selecting previously unselected package sodaradio.
(Reading database ... 336768 files and directories currently installed.)
Preparing to unpack .../SoDaRadio-5.0.0-1.x86_64.Ubuntu-16.04.deb ...
Unpacking sodaradio (5.0.0) ...
Setting up sodaradio (5.0.0) ...
[dkozel@moscato Desktop] SoDaRadio 
/usr/bin/SoDaServer: symbol lookup error: /usr/bin/SoDaServer: undefined symbol: _ZN3uhd3msg16register_handlerERKPFvNS0_6type_tERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE

"Waited 155 seconds for socket file [/home/dkozel/.local/share/SoDaRadio/SoDa___cmd] to be created.  Is the radio process dead?"

Build issues with latest hamlib and UHD installed in custom prefix

I'm trying to build the latest version of SoDaRadio on Ubuntu 17.10 with the latest versions of UHD and hamlib installed from source. Additionally I prefer to install all software built from source into a custom prefix, ~/local. I realize this is not likely a tested set of conditions.

I'm on Ubuntu 17.10 with
UHD: EttusResearch/uhd@4844f66
Hamlib: Hamlib/Hamlib@7893b9f
SoDaRadio code: 390a3c2

cmake command

[dkozel@er-dk-merlot build] cmake -DCMAKE_INSTALL_PREFIX=~/local -Wno-dev ..
-- The C compiler identification is GNU 7.2.0
-- The CXX compiler identification is GNU 7.2.0
-- Check for working C compiler: /usr/lib/ccache/cc
-- Check for working C compiler: /usr/lib/ccache/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/lib/ccache/c++
-- Check for working CXX compiler: /usr/lib/ccache/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
SoDaRadio_VERSION=[5.1.5]
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") 
-- Found UHD: /home/dkozel/local/lib/libuhd.so  
Building qt gui
-- Found Qwt: /usr/lib/libqwt-qt5.so (found version "6.1.2") 
-- Checking for one of the modules 'hamlib'
-- Checking for one of the modules 'OPTIONAL;libgps'
FOUND GPSLIB
-- Found FFTW3F: /usr/lib/x86_64-linux-gnu/libfftw3f.so  
-- Configuring done
-- Generating done
-- Build files have been written to: /home/dkozel/src/SoDaRadio/build

Build error

....
/home/dkozel/src/SoDaRadio/qtgui/soda_hamlib_handler.cpp:32:10: fatal error: hamlib/rig.h: No such file or directory
 #include <hamlib/rig.h>
          ^~~~~~~~~~~~~~
compilation terminated.
qtgui/CMakeFiles/SoDaRadio.dir/build.make:392: recipe for target 'qtgui/CMakeFiles/SoDaRadio.dir/soda_hamlib_handler.cpp.o' failed
make[2]: *** [qtgui/CMakeFiles/SoDaRadio.dir/soda_hamlib_handler.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/home/dkozel/src/SoDaRadio/qtgui/soda_hamlib_server.cpp:36:10: fatal error: hamlib/rig.h: No such file or directory
 #include <hamlib/rig.h>
          ^~~~~~~~~~~~~~
compilation terminated.
qtgui/CMakeFiles/SoDaRadio.dir/build.make:379: recipe for target 'qtgui/CMakeFiles/SoDaRadio.dir/soda_hamlib_server.cpp.o' failed
make[2]: *** [qtgui/CMakeFiles/SoDaRadio.dir/soda_hamlib_server.cpp.o] Error 1
/home/dkozel/src/SoDaRadio/qtgui/mainwindow.cpp:33:10: fatal error: uhd/version.hpp: No such file or directory
 #include <uhd/version.hpp>
          ^~~~~~~~~~~~~~~~~
compilation terminated.
qtgui/CMakeFiles/SoDaRadio.dir/build.make:119: recipe for target 'qtgui/CMakeFiles/SoDaRadio.dir/mainwindow.cpp.o' failed
make[2]: *** [qtgui/CMakeFiles/SoDaRadio.dir/mainwindow.cpp.o] Error 1
CMakeFiles/Makefile2:158: recipe for target 'qtgui/CMakeFiles/SoDaRadio.dir/all' failed
make[1]: *** [qtgui/CMakeFiles/SoDaRadio.dir/all] Error 2
Makefile:151: recipe for target 'all' failed
make: *** [all] Error 2

And the files do exist, so this is almost certainly a paths problem.

[dkozel@er-dk-merlot build] find ~/local/ -name version*
/home/dkozel/local/include/uhd/version.hpp
[dkozel@er-dk-merlot build] find ~/local/ -name rig.h
/home/dkozel/local/include/hamlib/rig.h

I'll continue debugging tomorrow evening, but wanted to file an issue with the info I have now incase this is something you've seen before. Thanks for all your work on this software!

Have some error when building SoDaRadio on Ubuntu 20.04

I'm trying to build SoDaRadio from scratch on Ubuntu 20.04 following the instructions here. However, some error occurred in the building process:

[ 85%] Building CXX object src/CMakeFiles/SoDaServer.dir/GPSmon.cxx.o
/SoDaRadio/src/GPSmon.cxx: In member function 'virtual void SoDa::GPSmon::run()':
/SoDaRadio/src/GPSmon.cxx:90:44: error: invalid cast from type 'timespec_t' {aka 'timespec'} to type 'time_t' {aka 'long int'}
   90 |    time_t utc_time = (time_t) gps_data.fix.time;
      |                                            ^~~~
make[2]: *** [src/CMakeFiles/SoDaServer.dir/build.make:284: src/CMakeFiles/SoDaServer.dir/GPSmon.cxx.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:348: src/CMakeFiles/SoDaServer.dir/all] Error 2
make: *** [Makefile:152: all] Error 2

System version: Ubuntu 20.04
Git commit: d1db867

Could anyone help me? Thanks in advance.

B205mini... should it work?

Hi, came across this and thought it looked very good and wanted to try it with an Ettus B205 mini I have on evaluation here. I downloaded source and compiled on my Ubuntu 18.04 laptop. I Have Gnuradio and GQRX already working from source on this machine with the B205.

It finished cmake, compiled and installed OK. I can uhd_find_devices and uhd_usrp_probe, the latter loads the firmware the first time run from the normal gnuradio install ddirectory (/home/g8cqx/prefix/normal/share/uhd/images/)
I've tried setting this in an environment variable without any luck. This is what I get:

g8cqx@g8cqx-Satellite-A300:/SoDaRadio/build$ echo $UHD_IMAGES_DIR
/home/g8cqx/prefix/normal/share/uhd/images/
g8cqx@g8cqx-Satellite-A300:
/SoDaRadio/build$ SoDaRadio
[INFO] [UHD] linux; GNU C++ version 7.3.0; Boost_106501; UHD_3.14.0.0-release
[WARNING] [B200] EnvironmentError: IOError: Could not find path for image: usrp_b200_fw.hex

Using images directory:

Set the environment variable 'UHD_IMAGES_DIR' appropriately or follow the below instructions to download the images package.

Please run:

"/usr/lib/uhd/utils/uhd_images_downloader.py"
terminate called after throwing an instance of 'uhd::key_error'
what(): LookupError: KeyError: No devices found for ----->
Empty Device Address

Any ideas?
73s John G8CQX

Transverter mode is not yet working

The earlier Wx gui supported a "transverter mode" that automatically did the math and displayed the actual transverter rx/tx frequency while making the appropriate corrections in both the GUI and SoDaServer process. The buttons are included in the "config band" tab, but they don't do anything as of version 5.0.1.

Have problems to install SoDaRadio

I am not very good in linux but I try to install SoDaRadio on a totally new and 18.04 Ubuntu platform. I did all suggested Ubuntu update before I start to install SoDaRadio

I good following error ๐Ÿ‘

please help me, VA2BOW

....
Errors were encountered while processing:
/tmp/apt-dpkg-install-UzEDKE/51-libuhd3.14.1_3.14.1.1-0ubuntu1~bionic1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

The whole list what I have do yo find here ๐Ÿ‘

elab@Elab:~/Downloads$ sudo add-apt-repository ppa:ettusresearch/uhd
[sudo] password for elab:

More info: https://launchpad.net/~ettusresearch/+archive/ubuntu/uhd
Press [ENTER] to continue or Ctrl-c to cancel adding it.

Hit:1 http://us.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:4 http://us.archive.ubuntu.com/ubuntu bionic-backports InRelease
Get:5 http://ppa.launchpad.net/ettusresearch/uhd/ubuntu bionic InRelease [15.9 kB]
Get:6 http://ppa.launchpad.net/ettusresearch/uhd/ubuntu bionic/main amd64 Packages [1,356 B]
Get:7 http://ppa.launchpad.net/ettusresearch/uhd/ubuntu bionic/main i386 Packages [1,348 B]
Get:8 http://ppa.launchpad.net/ettusresearch/uhd/ubuntu bionic/main Translation-en [620 B]
Fetched 19.2 kB in 2s (10.7 kB/s)
Reading package lists... Done
elab@Elab:/Downloads$ sudo apt install ./SoDaRadio-6.4.1-1.x86_64.Ubuntu-18.04.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'sodaradio' instead of './SoDaRadio-6.4.1-1.x86_64.Ubuntu-18.04.deb'
The following additional packages will be installed:
blt build-essential curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gpsd
libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
libasan4 libatomic1 libboost-chrono1.65.1 libboost-program-options1.65.1
libboost-regex1.65.1 libboost-serialization1.65.1 libboost-test1.65.1
libc-dev-bin libc6-dev libcilkrts5 libcurl4 libdouble-conversion1
libfakeroot libgcc-7-dev libgps-dev libgps23 libitm1 liblsan0 libmpx2
libpython-stdlib libqgsttools-p1 libqt5core5a libqt5dbus5 libqt5gui5
libqt5multimedia5 libqt5multimedia5-plugins libqt5multimediawidgets5
libqt5network5 libqt5opengl5 libqt5printsupport5 libqt5svg5 libqt5widgets5
libquadmath0 libqwt-qt5-6 libstdc++-7-dev libtcl8.6 libtk8.6 libtsan0
libubsan0 libuhd003 libuhd3.13.1 libuhd3.14.1 libxcb-xinerama0
linux-libc-dev make manpages-dev pkg-config python python-asn1crypto
python-certifi python-cffi-backend python-chardet python-cryptography
python-enum34 python-idna python-ipaddress python-minimal python-openssl
python-pkg-resources python-requests python-six python-tk python-urllib3
python2.7 python2.7-minimal qt5-gtk-platformtheme qttranslations5-l10n
tk8.6-blt2.5 uhd-host
Suggested packages:
blt-demo debian-keyring g++-multilib g++-7-multilib gcc-7-doc
libstdc++6-7-dbg gcc-multilib autoconf automake libtool flex bison gcc-doc
gcc-7-multilib gcc-7-locales libgcc1-dbg libgomp1-dbg libitm1-dbg
libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg
libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gpsd-clients glibc-doc
qt5-image-formats-plugins qtwayland5 libstdc++-7-doc tcl8.6 tk8.6 gnuradio
make-doc python-doc python-cryptography-doc python-cryptography-vectors
python-enum34-doc python-openssl-doc python-openssl-dbg python-setuptools
python-socks tix python-tk-dbg python-ntlm python2.7-doc binfmt-support
The following NEW packages will be installed:
blt build-essential curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gpsd
libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
libasan4 libatomic1 libboost-chrono1.65.1 libboost-program-options1.65.1
libboost-regex1.65.1 libboost-serialization1.65.1 libboost-test1.65.1
libc-dev-bin libc6-dev libcilkrts5 libcurl4 libdouble-conversion1
libfakeroot libgcc-7-dev libgps-dev libgps23 libitm1 liblsan0 libmpx2
libpython-stdlib libqgsttools-p1 libqt5core5a libqt5dbus5 libqt5gui5
libqt5multimedia5 libqt5multimedia5-plugins libqt5multimediawidgets5
libqt5network5 libqt5opengl5 libqt5printsupport5 libqt5svg5 libqt5widgets5
libquadmath0 libqwt-qt5-6 libstdc++-7-dev libtcl8.6 libtk8.6 libtsan0
libubsan0 libuhd003 libuhd3.13.1 libuhd3.14.1 libxcb-xinerama0
linux-libc-dev make manpages-dev pkg-config python python-asn1crypto
python-certifi python-cffi-backend python-chardet python-cryptography
python-enum34 python-idna python-ipaddress python-minimal python-openssl
python-pkg-resources python-requests python-six python-tk python-urllib3
python2.7 python2.7-minimal qt5-gtk-platformtheme qttranslations5-l10n
sodaradio tk8.6-blt2.5 uhd-host
0 upgraded, 83 newly installed, 0 to remove and 0 not upgraded.
Need to get 55.3 MB/62.8 MB of archives.
After this operation, 264 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 /home/elab/Downloads/SoDaRadio-6.4.1-1.x86_64.Ubuntu-18.04.deb sodaradio amd64 6.4.1 [5,964 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libdouble-conversion1 amd64 2.0.1-4ubuntu1 [33.0 kB]
Get:3 http://ppa.launchpad.net/ettusresearch/uhd/ubuntu bionic/main amd64 libuhd003 amd64 3.13.0.1-0ubuntu1
bionic1 [2,654 kB]
Get:4 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5core5a amd64 5.9.5+dfsg-0ubuntu2.4 [2,036 kB]
Get:5 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5dbus5 amd64 5.9.5+dfsg-0ubuntu2.4 [196 kB]
Get:6 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5network5 amd64 5.9.5+dfsg-0ubuntu2.4 [634 kB]
Get:7 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-xinerama0 amd64 1.13-2ubuntu18.04 [5,264 B]
Get:8 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5gui5 amd64 5.9.5+dfsg-0ubuntu2.4 [2,569 kB]
Get:9 http://ppa.launchpad.net/ettusresearch/uhd/ubuntu bionic/main amd64 libuhd3.13.1 amd64 3.13.1.0-1-0ubuntu1
bionic1 [2,667 kB]
Get:10 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5widgets5 amd64 5.9.5+dfsg-0ubuntu2.4 [2,205 kB]
Get:11 http://ppa.launchpad.net/ettusresearch/uhd/ubuntu bionic/main amd64 libuhd3.14.1 amd64 3.14.1.1-0ubuntu1bionic1 [2,813 kB]
Get:12 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libqt5svg5 amd64 5.9.5-0ubuntu1 [128 kB]
Get:13 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python-minimal amd64 2.7.15
rc1-1 [28.1 kB]
Get:14 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libpython-stdlib amd64 2.7.15rc1-1 [7,620 B]
Get:15 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python amd64 2.7.15
rc1-1 [140 kB]
Get:16 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libtcl8.6 amd64 8.6.8+dfsg-3 [881 kB]
Get:17 http://ppa.launchpad.net/ettusresearch/uhd/ubuntu bionic/main amd64 uhd-host amd64 3.14.1.1-0ubuntu1bionic1 [4,760 kB]
Get:18 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libtk8.6 amd64 8.6.8-4 [693 kB]
Get:19 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 tk8.6-blt2.5 amd64 2.5.3+dfsg-4 [572 kB]
Get:20 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 blt amd64 2.5.3+dfsg-4 [4,944 B]
Get:21 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libc-dev-bin amd64 2.27-3ubuntu1 [71.8 kB]
Get:22 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-72.81 [1,000 kB]
Get:23 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libc6-dev amd64 2.27-3ubuntu1 [2,587 kB]
Get:24 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.3.0-6ubuntu1
18.04.1 [28.0 kB]
Get:25 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.3.0-6ubuntu118.04.1 [9,184 B]
Get:26 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.4.0-1ubuntu1
18.04.1 [359 kB]
Get:27 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.3.0-6ubuntu118.04.1 [133 kB]
Get:28 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.3.0-6ubuntu1
18.04.1 [288 kB]
Get:29 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.4.0-1ubuntu118.04.1 [126 kB]
Get:30 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.4.0-1ubuntu1
18.04.1 [42.5 kB]
Get:31 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.3.0-6ubuntu118.04.1 [11.6 kB]
Get:32 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.3.0-6ubuntu1
18.04.1 [133 kB]
Get:33 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.4.0-1ubuntu118.04.1 [2,381 kB]
Get:34 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.4.0-1ubuntu1
18.04.1 [7,463 kB]
Get:35 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5,184 B]
Get:36 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.4.0-1ubuntu118.04.1 [1,468 kB]
Get:37 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.4.0-1ubuntu1
18.04.1 [7,574 kB]
Get:38 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1,568 B]
Get:39 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB]
Get:40 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB]
Get:41 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4,758 B]
Get:42 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.8 [214 kB]
Get:43 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB]
Get:44 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB]
Get:45 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB]
Get:46 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libgps23 amd64 3.17-5 [50.1 kB]
Get:47 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 gpsd amd64 3.17-5 [230 kB]
Get:48 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB]
Get:49 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB]
Get:50 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
Get:51 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libboost-chrono1.65.1 amd64 1.65.1+dfsg-0ubuntu5 [10.2 kB]
Get:52 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libboost-program-options1.65.1 amd64 1.65.1+dfsg-0ubuntu5 [137 kB]
Get:53 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libboost-regex1.65.1 amd64 1.65.1+dfsg-0ubuntu5 [259 kB]
Get:54 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 libboost-serialization1.65.1 amd64 1.65.1+dfsg-0ubuntu5 [99.3 kB]
Get:55 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libboost-test1.65.1 amd64 1.65.1+dfsg-0ubuntu5 [240 kB]
Get:56 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB]
Get:57 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libgps-dev amd64 3.17-5 [96.9 kB]
Get:58 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libqt5multimedia5 amd64 5.9.5-0ubuntu1 [293 kB]
Get:59 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5opengl5 amd64 5.9.5+dfsg-0ubuntu2.4 [132 kB]
Get:60 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libqt5multimediawidgets5 amd64 5.9.5-0ubuntu1 [36.6 kB]
Get:61 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libqgsttools-p1 amd64 5.9.5-0ubuntu1 [72.4 kB]
Get:62 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libqt5multimedia5-plugins amd64 5.9.5-0ubuntu1 [194 kB]
Get:63 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5printsupport5 amd64 5.9.5+dfsg-0ubuntu2.4 [178 kB]
Get:64 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 libqwt-qt5-6 amd64 6.1.3-1 [418 kB]
Get:65 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2,217 kB]
Get:66 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python-asn1crypto all 0.24.0-1 [72.7 kB]
Get:67 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python-certifi all 2018.1.18-2 [144 kB]
Get:68 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python-cffi-backend amd64 1.11.5-1 [63.4 kB]
Get:69 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python-pkg-resources all 39.0.1-2 [128 kB]
Get:70 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python-chardet all 3.0.4-1 [80.3 kB]
Get:71 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python-enum34 all 1.1.6-2 [34.8 kB]
Get:72 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python-idna all 2.6-1 [32.4 kB]
Get:73 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python-ipaddress all 1.0.17-1 [18.2 kB]
Get:74 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python-six all 1.11.0-2 [11.3 kB]
Get:75 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python-cryptography amd64 2.1.4-1ubuntu1.3 [221 kB]
Get:76 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 python-openssl all 17.5.0-1ubuntu1 [41.3 kB]
Get:77 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python-urllib3 all 1.22-1ubuntu0.18.04.1 [85.9 kB]
Get:78 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python-requests all 2.18.4-2ubuntu0.1 [58.5 kB]
Get:79 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python-tk amd64 2.7.17-118.04 [26.0 kB]
Get:80 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qt5-gtk-platformtheme amd64 5.9.5+dfsg-0ubuntu2.4 [117 kB]
Get:81 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 qttranslations5-l10n all 5.9.5-0ubuntu1 [1,485 kB]
Fetched 55.3 MB in 1min 44s (530 kB/s)
Extracting templates from packages: 100%
Selecting previously unselected package libdouble-conversion1:amd64.
(Reading database ... 162196 files and directories currently installed.)
Preparing to unpack .../00-libdouble-conversion1_2.0.1-4ubuntu1_amd64.deb ...
Unpacking libdouble-conversion1:amd64 (2.0.1-4ubuntu1) ...
Selecting previously unselected package libqt5core5a:amd64.
Preparing to unpack .../01-libqt5core5a_5.9.5+dfsg-0ubuntu2.4_amd64.deb ...
Unpacking libqt5core5a:amd64 (5.9.5+dfsg-0ubuntu2.4) ...
Selecting previously unselected package libqt5dbus5:amd64.
Preparing to unpack .../02-libqt5dbus5_5.9.5+dfsg-0ubuntu2.4_amd64.deb ...
Unpacking libqt5dbus5:amd64 (5.9.5+dfsg-0ubuntu2.4) ...
Selecting previously unselected package libqt5network5:amd64.
Preparing to unpack .../03-libqt5network5_5.9.5+dfsg-0ubuntu2.4_amd64.deb ...
Unpacking libqt5network5:amd64 (5.9.5+dfsg-0ubuntu2.4) ...
Selecting previously unselected package libxcb-xinerama0:amd64.
Preparing to unpack .../04-libxcb-xinerama0_1.13-2
ubuntu18.04_amd64.deb ...
Unpacking libxcb-xinerama0:amd64 (1.13-2ubuntu18.04) ...
Selecting previously unselected package libqt5gui5:amd64.
Preparing to unpack .../05-libqt5gui5_5.9.5+dfsg-0ubuntu2.4_amd64.deb ...
Unpacking libqt5gui5:amd64 (5.9.5+dfsg-0ubuntu2.4) ...
Selecting previously unselected package libqt5widgets5:amd64.
Preparing to unpack .../06-libqt5widgets5_5.9.5+dfsg-0ubuntu2.4_amd64.deb ...
Unpacking libqt5widgets5:amd64 (5.9.5+dfsg-0ubuntu2.4) ...
Selecting previously unselected package libqt5svg5:amd64.
Preparing to unpack .../07-libqt5svg5_5.9.5-0ubuntu1_amd64.deb ...
Unpacking libqt5svg5:amd64 (5.9.5-0ubuntu1) ...
Selecting previously unselected package python2.7-minimal.
Preparing to unpack .../08-python2.7-minimal_2.7.17-1
18.04_amd64.deb ...
Unpacking python2.7-minimal (2.7.17-118.04) ...
Selecting previously unselected package python-minimal.
Preparing to unpack .../09-python-minimal_2.7.15
rc1-1_amd64.deb ...
Unpacking python-minimal (2.7.15rc1-1) ...
Selecting previously unselected package python2.7.
Preparing to unpack .../10-python2.7_2.7.17-1
18.04_amd64.deb ...
Unpacking python2.7 (2.7.17-118.04) ...
Selecting previously unselected package libpython-stdlib:amd64.
Preparing to unpack .../11-libpython-stdlib_2.7.15
rc1-1_amd64.deb ...
Unpacking libpython-stdlib:amd64 (2.7.15rc1-1) ...
Setting up python2.7-minimal (2.7.17-1
18.04) ...
Linking and byte-compiling packages for runtime python2.7...
Setting up python-minimal (2.7.15rc1-1) ...
Selecting previously unselected package python.
(Reading database ... 162353 files and directories currently installed.)
Preparing to unpack .../00-python_2.7.15
rc1-1_amd64.deb ...
Unpacking python (2.7.15rc1-1) ...
Selecting previously unselected package libtcl8.6:amd64.
Preparing to unpack .../01-libtcl8.6_8.6.8+dfsg-3_amd64.deb ...
Unpacking libtcl8.6:amd64 (8.6.8+dfsg-3) ...
Selecting previously unselected package libtk8.6:amd64.
Preparing to unpack .../02-libtk8.6_8.6.8-4_amd64.deb ...
Unpacking libtk8.6:amd64 (8.6.8-4) ...
Selecting previously unselected package tk8.6-blt2.5.
Preparing to unpack .../03-tk8.6-blt2.5_2.5.3+dfsg-4_amd64.deb ...
Unpacking tk8.6-blt2.5 (2.5.3+dfsg-4) ...
Selecting previously unselected package blt.
Preparing to unpack .../04-blt_2.5.3+dfsg-4_amd64.deb ...
Unpacking blt (2.5.3+dfsg-4) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../05-libc-dev-bin_2.27-3ubuntu1_amd64.deb ...
Unpacking libc-dev-bin (2.27-3ubuntu1) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../06-linux-libc-dev_4.15.0-72.81_amd64.deb ...
Unpacking linux-libc-dev:amd64 (4.15.0-72.81) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../07-libc6-dev_2.27-3ubuntu1_amd64.deb ...
Unpacking libc6-dev:amd64 (2.27-3ubuntu1) ...
Selecting previously unselected package libitm1:amd64.
Preparing to unpack .../08-libitm1_8.3.0-6ubuntu1
18.04.1_amd64.deb ...
Unpacking libitm1:amd64 (8.3.0-6ubuntu118.04.1) ...
Selecting previously unselected package libatomic1:amd64.
Preparing to unpack .../09-libatomic1_8.3.0-6ubuntu1
18.04.1_amd64.deb ...
Unpacking libatomic1:amd64 (8.3.0-6ubuntu118.04.1) ...
Selecting previously unselected package libasan4:amd64.
Preparing to unpack .../10-libasan4_7.4.0-1ubuntu1
18.04.1_amd64.deb ...
Unpacking libasan4:amd64 (7.4.0-1ubuntu118.04.1) ...
Selecting previously unselected package liblsan0:amd64.
Preparing to unpack .../11-liblsan0_8.3.0-6ubuntu1
18.04.1_amd64.deb ...
Unpacking liblsan0:amd64 (8.3.0-6ubuntu118.04.1) ...
Selecting previously unselected package libtsan0:amd64.
Preparing to unpack .../12-libtsan0_8.3.0-6ubuntu1
18.04.1_amd64.deb ...
Unpacking libtsan0:amd64 (8.3.0-6ubuntu118.04.1) ...
Selecting previously unselected package libubsan0:amd64.
Preparing to unpack .../13-libubsan0_7.4.0-1ubuntu1
18.04.1_amd64.deb ...
Unpacking libubsan0:amd64 (7.4.0-1ubuntu118.04.1) ...
Selecting previously unselected package libcilkrts5:amd64.
Preparing to unpack .../14-libcilkrts5_7.4.0-1ubuntu1
18.04.1_amd64.deb ...
Unpacking libcilkrts5:amd64 (7.4.0-1ubuntu118.04.1) ...
Selecting previously unselected package libmpx2:amd64.
Preparing to unpack .../15-libmpx2_8.3.0-6ubuntu1
18.04.1_amd64.deb ...
Unpacking libmpx2:amd64 (8.3.0-6ubuntu118.04.1) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../16-libquadmath0_8.3.0-6ubuntu1
18.04.1_amd64.deb ...
Unpacking libquadmath0:amd64 (8.3.0-6ubuntu118.04.1) ...
Selecting previously unselected package libgcc-7-dev:amd64.
Preparing to unpack .../17-libgcc-7-dev_7.4.0-1ubuntu1
18.04.1_amd64.deb ...
Unpacking libgcc-7-dev:amd64 (7.4.0-1ubuntu118.04.1) ...
Selecting previously unselected package gcc-7.
Preparing to unpack .../18-gcc-7_7.4.0-1ubuntu1
18.04.1_amd64.deb ...
Unpacking gcc-7 (7.4.0-1ubuntu118.04.1) ...
Selecting previously unselected package gcc.
Preparing to unpack .../19-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
Unpacking gcc (4:7.4.0-1ubuntu2.3) ...
Selecting previously unselected package libstdc++-7-dev:amd64.
Preparing to unpack .../20-libstdc++-7-dev_7.4.0-1ubuntu1
18.04.1_amd64.deb ...
Unpacking libstdc++-7-dev:amd64 (7.4.0-1ubuntu118.04.1) ...
Selecting previously unselected package g++-7.
Preparing to unpack .../21-g++-7_7.4.0-1ubuntu1
18.04.1_amd64.deb ...
Unpacking g++-7 (7.4.0-1ubuntu118.04.1) ...
Selecting previously unselected package g++.
Preparing to unpack .../22-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
Unpacking g++ (4:7.4.0-1ubuntu2.3) ...
Selecting previously unselected package make.
Preparing to unpack .../23-make_4.1-9.1ubuntu1_amd64.deb ...
Unpacking make (4.1-9.1ubuntu1) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../24-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ...
Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../25-build-essential_12.4ubuntu1_amd64.deb ...
Unpacking build-essential (12.4ubuntu1) ...
Selecting previously unselected package libcurl4:amd64.
Preparing to unpack .../26-libcurl4_7.58.0-2ubuntu3.8_amd64.deb ...
Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.8) ...
Selecting previously unselected package curl.
Preparing to unpack .../27-curl_7.58.0-2ubuntu3.8_amd64.deb ...
Unpacking curl (7.58.0-2ubuntu3.8) ...
Selecting previously unselected package libfakeroot:amd64.
Preparing to unpack .../28-libfakeroot_1.22-2ubuntu1_amd64.deb ...
Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../29-fakeroot_1.22-2ubuntu1_amd64.deb ...
Unpacking fakeroot (1.22-2ubuntu1) ...
Selecting previously unselected package libgps23:amd64.
Preparing to unpack .../30-libgps23_3.17-5_amd64.deb ...
Unpacking libgps23:amd64 (3.17-5) ...
Selecting previously unselected package gpsd.
Preparing to unpack .../31-gpsd_3.17-5_amd64.deb ...
Unpacking gpsd (3.17-5) ...
Selecting previously unselected package libalgorithm-diff-perl.
Preparing to unpack .../32-libalgorithm-diff-perl_1.19.03-1_all.deb ...
Unpacking libalgorithm-diff-perl (1.19.03-1) ...
Selecting previously unselected package libalgorithm-diff-xs-perl.
Preparing to unpack .../33-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ...
Unpacking libalgorithm-diff-xs-perl (0.04-5) ...
Selecting previously unselected package libalgorithm-merge-perl.
Preparing to unpack .../34-libalgorithm-merge-perl_0.08-3_all.deb ...
Unpacking libalgorithm-merge-perl (0.08-3) ...
Selecting previously unselected package libboost-chrono1.65.1:amd64.
Preparing to unpack .../35-libboost-chrono1.65.1_1.65.1+dfsg-0ubuntu5_amd64.deb ...
Unpacking libboost-chrono1.65.1:amd64 (1.65.1+dfsg-0ubuntu5) ...
Selecting previously unselected package libboost-program-options1.65.1:amd64.
Preparing to unpack .../36-libboost-program-options1.65.1_1.65.1+dfsg-0ubuntu5_amd64.deb ...
Unpacking libboost-program-options1.65.1:amd64 (1.65.1+dfsg-0ubuntu5) ...
Selecting previously unselected package libboost-regex1.65.1:amd64.
Preparing to unpack .../37-libboost-regex1.65.1_1.65.1+dfsg-0ubuntu5_amd64.deb ...
Unpacking libboost-regex1.65.1:amd64 (1.65.1+dfsg-0ubuntu5) ...
Selecting previously unselected package libboost-serialization1.65.1:amd64.
Preparing to unpack .../38-libboost-serialization1.65.1_1.65.1+dfsg-0ubuntu5_amd64.deb ...
Unpacking libboost-serialization1.65.1:amd64 (1.65.1+dfsg-0ubuntu5) ...
Selecting previously unselected package libboost-test1.65.1:amd64.
Preparing to unpack .../39-libboost-test1.65.1_1.65.1+dfsg-0ubuntu5_amd64.deb ...
Unpacking libboost-test1.65.1:amd64 (1.65.1+dfsg-0ubuntu5) ...
Selecting previously unselected package pkg-config.
Preparing to unpack .../40-pkg-config_0.29.1-0ubuntu2_amd64.deb ...
Unpacking pkg-config (0.29.1-0ubuntu2) ...
Selecting previously unselected package libgps-dev.
Preparing to unpack .../41-libgps-dev_3.17-5_amd64.deb ...
Unpacking libgps-dev (3.17-5) ...
Selecting previously unselected package libqt5multimedia5:amd64.
Preparing to unpack .../42-libqt5multimedia5_5.9.5-0ubuntu1_amd64.deb ...
Unpacking libqt5multimedia5:amd64 (5.9.5-0ubuntu1) ...
Selecting previously unselected package libqt5opengl5:amd64.
Preparing to unpack .../43-libqt5opengl5_5.9.5+dfsg-0ubuntu2.4_amd64.deb ...
Unpacking libqt5opengl5:amd64 (5.9.5+dfsg-0ubuntu2.4) ...
Selecting previously unselected package libqt5multimediawidgets5:amd64.
Preparing to unpack .../44-libqt5multimediawidgets5_5.9.5-0ubuntu1_amd64.deb ...
Unpacking libqt5multimediawidgets5:amd64 (5.9.5-0ubuntu1) ...
Selecting previously unselected package libqgsttools-p1:amd64.
Preparing to unpack .../45-libqgsttools-p1_5.9.5-0ubuntu1_amd64.deb ...
Unpacking libqgsttools-p1:amd64 (5.9.5-0ubuntu1) ...
Selecting previously unselected package libqt5multimedia5-plugins:amd64.
Preparing to unpack .../46-libqt5multimedia5-plugins_5.9.5-0ubuntu1_amd64.deb ...
Unpacking libqt5multimedia5-plugins:amd64 (5.9.5-0ubuntu1) ...
Selecting previously unselected package libqt5printsupport5:amd64.
Preparing to unpack .../47-libqt5printsupport5_5.9.5+dfsg-0ubuntu2.4_amd64.deb ...
Unpacking libqt5printsupport5:amd64 (5.9.5+dfsg-0ubuntu2.4) ...
Selecting previously unselected package libqwt-qt5-6.
Preparing to unpack .../48-libqwt-qt5-6_6.1.3-1_amd64.deb ...
Unpacking libqwt-qt5-6 (6.1.3-1) ...
Selecting previously unselected package libuhd003:amd64.
Preparing to unpack .../49-libuhd003_3.13.0.1-0ubuntu1
bionic1_amd64.deb ...
Unpacking libuhd003:amd64 (3.13.0.1-0ubuntu1bionic1) ...
Selecting previously unselected package libuhd3.13.1:amd64.
Preparing to unpack .../50-libuhd3.13.1_3.13.1.0-1-0ubuntu1
bionic1_amd64.deb ...
Unpacking libuhd3.13.1:amd64 (3.13.1.0-1-0ubuntu1bionic1) ...
Replacing files in old package libuhd003:amd64 (3.13.0.1-0ubuntu1
bionic1) ...
Selecting previously unselected package libuhd3.14.1:amd64.
Preparing to unpack .../51-libuhd3.14.1_3.14.1.1-0ubuntu1bionic1_amd64.deb ...
Unpacking libuhd3.14.1:amd64 (3.14.1.1-0ubuntu1
bionic1) ...
dpkg: error processing archive /tmp/apt-dpkg-install-UzEDKE/51-libuhd3.14.1_3.14.1.1-0ubuntu1bionic1_amd64.deb (--unpack):
trying to overwrite '/usr/share/uhd/rfnoc/blocks/addsub.xml', which is also in package libuhd3.13.1:amd64 3.13.1.0-1-0ubuntu1
bionic1
Selecting previously unselected package manpages-dev.
Preparing to unpack .../52-manpages-dev_4.15-1_all.deb ...
Unpacking manpages-dev (4.15-1) ...
Selecting previously unselected package python-asn1crypto.
Preparing to unpack .../53-python-asn1crypto_0.24.0-1_all.deb ...
Unpacking python-asn1crypto (0.24.0-1) ...
Selecting previously unselected package python-certifi.
Preparing to unpack .../54-python-certifi_2018.1.18-2_all.deb ...
Unpacking python-certifi (2018.1.18-2) ...
Selecting previously unselected package python-cffi-backend.
Preparing to unpack .../55-python-cffi-backend_1.11.5-1_amd64.deb ...
Unpacking python-cffi-backend (1.11.5-1) ...
Selecting previously unselected package python-pkg-resources.
Preparing to unpack .../56-python-pkg-resources_39.0.1-2_all.deb ...
Unpacking python-pkg-resources (39.0.1-2) ...
Selecting previously unselected package python-chardet.
Preparing to unpack .../57-python-chardet_3.0.4-1_all.deb ...
Unpacking python-chardet (3.0.4-1) ...
Selecting previously unselected package python-enum34.
Preparing to unpack .../58-python-enum34_1.1.6-2_all.deb ...
Unpacking python-enum34 (1.1.6-2) ...
Selecting previously unselected package python-idna.
Preparing to unpack .../59-python-idna_2.6-1_all.deb ...
Unpacking python-idna (2.6-1) ...
Selecting previously unselected package python-ipaddress.
Preparing to unpack .../60-python-ipaddress_1.0.17-1_all.deb ...
Unpacking python-ipaddress (1.0.17-1) ...
Selecting previously unselected package python-six.
Preparing to unpack .../61-python-six_1.11.0-2_all.deb ...
Unpacking python-six (1.11.0-2) ...
Selecting previously unselected package python-cryptography.
Preparing to unpack .../62-python-cryptography_2.1.4-1ubuntu1.3_amd64.deb ...
Unpacking python-cryptography (2.1.4-1ubuntu1.3) ...
Selecting previously unselected package python-openssl.
Preparing to unpack .../63-python-openssl_17.5.0-1ubuntu1_all.deb ...
Unpacking python-openssl (17.5.0-1ubuntu1) ...
Selecting previously unselected package python-urllib3.
Preparing to unpack .../64-python-urllib3_1.22-1ubuntu0.18.04.1_all.deb ...
Unpacking python-urllib3 (1.22-1ubuntu0.18.04.1) ...
Selecting previously unselected package python-requests.
Preparing to unpack .../65-python-requests_2.18.4-2ubuntu0.1_all.deb ...
Unpacking python-requests (2.18.4-2ubuntu0.1) ...
Selecting previously unselected package python-tk.
Preparing to unpack .../66-python-tk_2.7.17-118.04_amd64.deb ...
Unpacking python-tk (2.7.17-1
18.04) ...
Selecting previously unselected package qt5-gtk-platformtheme:amd64.
Preparing to unpack .../67-qt5-gtk-platformtheme_5.9.5+dfsg-0ubuntu2.4_amd64.deb ...
Unpacking qt5-gtk-platformtheme:amd64 (5.9.5+dfsg-0ubuntu2.4) ...
Selecting previously unselected package qttranslations5-l10n.
Preparing to unpack .../68-qttranslations5-l10n_5.9.5-0ubuntu1_all.deb ...
Unpacking qttranslations5-l10n (5.9.5-0ubuntu1) ...
Selecting previously unselected package uhd-host.
Preparing to unpack .../69-uhd-host_3.14.1.1-0ubuntu1bionic1_amd64.deb ...
Unpacking uhd-host (3.14.1.1-0ubuntu1
bionic1) ...
Selecting previously unselected package sodaradio.
Preparing to unpack .../70-SoDaRadio-6.4.1-1.x86_64.Ubuntu-18.04.deb ...
Unpacking sodaradio (6.4.1) ...
Errors were encountered while processing:
/tmp/apt-dpkg-install-UzEDKE/51-libuhd3.14.1_3.14.1.1-0ubuntu1bionic1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
elab@Elab:
/Downloads$

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.