Gnuradio .deb won't install on ubuntu intrepid

adding the repository to the 3rd party sources and running “sudo
aptitude install gnuradio usrp” gives me:

The following packages have unmet dependencies:
python-gnuradio-comedi: Depends: libcomedi-0.7.22 which is a virtual
package.

this is because python-gnuradio DEPENDS on python-gnuradio-comedi
can we turn this dependency into a “recommends”?

by the way, the libcomedi-0.7.22 package in hardy
(Ubuntu – Error)
is replaced by libcomedi0 in intrepid
(Ubuntu – Error)

thank you

Dimitris S.
“If you think you’re too small to make a difference, try sleeping with
a mosquito!” - Amnesty International

Dimitris S. wrote am 2008-10-08 17:49:

adding the repository to the 3rd party sources and running “sudo
aptitude install gnuradio usrp” gives me:

The following packages have unmet dependencies:
python-gnuradio-comedi: Depends: libcomedi-0.7.22 which is a virtual package.

this is because python-gnuradio DEPENDS on python-gnuradio-comedi
can we turn this dependency into a “recommends”?

Had the same problem with Debian testing some days ago.
As a workaround you can deselect python-gnuradio but select all its
dependencies excluding comedi. Of course this will leave the package
gnuradio with unfulfilled dependencies, but you can do it the same way
with this package.

Python-gnunradio depends on a lot of things, which should be all
recommends IMO, especialy as a dependency of gnuradio.

Patrick

Engineers motto: cheap, good, fast: choose any two
Patrick S.
Student of Telematik, Techn. University Graz, Austria

On Wed, 2008-10-08 at 17:49 +0200, Dimitris S. wrote:

(http://packages.ubuntu.com/hardy/libcomedi-0.7.22)
is replaced by libcomedi0 in intrepid
(http://packages.ubuntu.com/intrepid/libcomedi0)

The deb files for 3.1.3 we’re written for hardy, they haven’t been
updated to work with intrepid. Release 3.1.4 will work this out.