Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 529498 - net-wireless/gnuradio-3.7.{4,5}.1 should not depend on dev-libs/Ice
Summary: net-wireless/gnuradio-3.7.{4,5}.1 should not depend on dev-libs/Ice
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Radio project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-16 15:39 UTC by Chris Mayo
Modified: 2015-02-21 22:14 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Mayo 2014-11-16 15:39:14 UTC
This RDEPEND is no longer valid:
ctrlport? ( dev-libs/Ice[python,${PYTHON_USEDEP}] )

runtime:: removed use of ice for controlport rpc
http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_5#Bug-fixes-375-and-3741


controlport: removing use of ice for a controlport rpc.
This effectively disables the use of ControlPort for now until we build in a new middleware layer. The ControlPort API and interfaces exist but will function as nops for now.
http://gnuradio.org/redmine/projects/gnuradio/repository/revisions/3d5df0ddd3aa8d5a94285b95f487747f25d4ee06
Comment 1 Chí-Thanh Christopher Nguyễn gentoo-dev 2014-11-17 14:14:35 UTC
I think that commit is in 3.7.5{,.1} but not in 3.7.4.
Comment 2 Chris Mayo 2014-11-17 19:30:57 UTC
$ git tag --contains 3d5df0dd
3.7.6git
v3.7.4.1
v3.7.5
v3.7.5.1

A litle bit more info (may be temporary?):
http://gnuradio.org/redmine/news/40
Comment 3 Rick Farina (Zero_Chaos) gentoo-dev 2014-11-17 23:50:40 UTC
since ctrlport is basically disabled anyway, we could just comment out that stuff for now maybe?
Comment 4 Rick Farina (Zero_Chaos) gentoo-dev 2015-02-21 22:14:53 UTC
ctrlport support has been removed upstream and now is removed from gentoo.

thanks for the report.