Changes between Initial Version and Version 1 of Internal/BuildingGNURadioImage


Ignore:
Timestamp:
Dec 19, 2008, 7:15:27 PM (15 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/BuildingGNURadioImage

    v1 v1  
     1=== 12/19/08 ===
     2
     3James and Bob go to the grid.
     4
     5The first and lamest attempt was a simple apt-get install gnuradio. This failed miserably due to unresolved dependeniceis. Following the instructions of (http://gnuradio.org/trac/wiki/DebianPackages) for Ubuntu installations, we added
     6
     7{{{
     8deb http://gnuradio.org/ubuntu stable main contrib
     9deb-src http://gnuradio.org/ubuntu stable main
     10}}}
     11
     12to the /etc/apt/sources.list
     13
     14This didn't help. The trail of failed dependencies goes as follows:
     15{{{
     16gnuradio -> python-gnuradio -> python-gnuradio-comedi ->  libcomedi-0.7.22
     17}}}
     18
     19the last one is not installable as there is no package target.
     20
     21It should be noted that the baseline image is based on debian (and not ubuntu, so this may be the problem).