Build-gnuradio under Ubuntu 11.10

Could somebody try build-gnuradio under Ubuntu 11.10 and give me
feedback about work/not-work. There’s currently
a pre-reqs paragraph for “11.*”, which may or may not work under
11.10.

Marcus D. Leech wrote in post #1027070:

Could somebody try build-gnuradio under Ubuntu 11.10 and give me
feedback about work/not-work. There’s currently
a pre-reqs paragraph for “11.*”, which may or may not work under
11.10.

Hi Marcus,

The build-radio script stopped working for me on Fedora 13, in the last
few weeks. Ive tried removing and cleaning all my directories, moving
script to fresh directory etc. Ive tried modifying the script abit and
checked the download location. It stops with these messages:

Building UHD…Done building/installing UHD
Fetching and installing FPGA/Firmware images via wget…
Could not find appropriate file to download
Perhaps the “downloads” directory structure at ettus.com has changed or
is currently invalid

I dont need the images (since prior installed), and have tried modifying
the script to bypass (but this is not my area)

-Bob

It worked for me on Ubuntu 11.10 x64

Nella citazione in data gio 20 ott 2011 14:10:10 CEST, Marcus D. Leech
ha scritto:

Could somebody try build-gnuradio under Ubuntu 11.10 and give me feedback
about work/not-work. There’s currently

a pre-reqs paragraph for “11.*”, which may or may not work under 11.10.

does the new 3.4.2 tarball build without any problem on ubuntu 11.10 ?
can we expect an “gr-how-to-write-a-block” 3.4.2 ?

Regards

On 20/10/11 01:51 AM, Dan CaJacob wrote:

It worked for me on Ubuntu 11.10 x64

Thanks!


Principal Investigator
Shirleys Bay Radio Astronomy Consortium

does the new 3.4.2 tarball build without any problem on ubuntu 11.10 ?
can we expect an “gr-how-to-write-a-block” 3.4.2 ?

Regards

No idea. I haven’t built from a tarball in several years.


Marcus L.
Principal Investigator
Shirleys Bay Radio Astronomy Consortium

On Oct 23, 2011, at 9:31, Arturo R. [email protected] wrote:

does the new 3.4.2 tarball build without any problem on ubuntu 11.10 ? can we
expect an “gr-how-to-write-a-block” 3.4.2 ?

Yes on both counts.

Johnathan

Please Help Me!!!
engrawais@ubuntu:~$ grc

(grc:2743): Gtk-WARNING **: Unable to locate theme engine in
module_path: “pixmap”,

(grc:2743): Gtk-WARNING **: Unable to locate theme engine in
module_path: “pixmap”,

(grc:2743): Gtk-WARNING **: Unable to locate theme engine in
module_path: “pixmap”,

(grc:2743): Gtk-WARNING **: Unable to locate theme engine in
module_path: “pixmap”,
<<< Welcome to GNU Radio Companion 3.2.2 >>>
Error: ‘options’

Failue
Traceback (most recent call last):
File
“/usr/lib/python2.7/dist-packages/gnuradio/grc/gui/MainWindow.py”, line
174, in new_page
flow_graph = self._platform.get_new_flow_graph()
File “/usr/lib/python2.7/dist-packages/gnuradio/grc/base/Platform.py”,
line 149, in get_new_flow_graph
def get_new_flow_graph(self): return self.FlowGraph(self)
File “”, line 4, in init
File
“/usr/lib/python2.7/dist-packages/gnuradio/grc/base/FlowGraph.py”, line
37, in init
self.import_data()
File
“/usr/lib/python2.7/dist-packages/gnuradio/grc/base/FlowGraph.py”, line
192, in import_data
self._options_block = self.get_parent().get_new_block(self,
‘options’)
File “/usr/lib/python2.7/dist-packages/gnuradio/grc/base/Platform.py”,
line 159, in get_new_block
def get_new_block(self, flow_graph, key): return
self.Block(flow_graph, n=self._blocks_n[key])
File “/usr/lib/python2.7/dist-packages/gnuradio/grc/base/odict.py”,
line 34, in getitem
return self._data[key]
KeyError: ‘options’
Error: ‘options’

Failue
Traceback (most recent call last):
File
“/usr/lib/python2.7/dist-packages/gnuradio/grc/gui/MainWindow.py”, line
174, in new_page
flow_graph = self._platform.get_new_flow_graph()
File “/usr/lib/python2.7/dist-packages/gnuradio/grc/base/Platform.py”,
line 149, in get_new_flow_graph
def get_new_flow_graph(self): return self.FlowGraph(self)
File “”, line 4, in init
File
“/usr/lib/python2.7/dist-packages/gnuradio/grc/base/FlowGraph.py”, line
37, in init
self.import_data()
File
“/usr/lib/python2.7/dist-packages/gnuradio/grc/base/FlowGraph.py”, line
192, in import_data
self._options_block = self.get_parent().get_new_block(self,
‘options’)
File “/usr/lib/python2.7/dist-packages/gnuradio/grc/base/Platform.py”,
line 159, in get_new_block
def get_new_block(self, flow_graph, key): return
self.Block(flow_graph, n=self._blocks_n[key])
File “/usr/lib/python2.7/dist-packages/gnuradio/grc/base/odict.py”,
line 34, in getitem
return self._data[key]
KeyError: ‘options’
Traceback (most recent call last):
File “/usr/bin/grc”, line 53, in
ActionHandler(args, Platform())
File
“/usr/lib/python2.7/dist-packages/gnuradio/grc/gui/ActionHandler.py”,
line 70, in init
self.handle_states(Actions.APPLICATION_INITIALIZE)
File
“/usr/lib/python2.7/dist-packages/gnuradio/grc/gui/ActionHandler.py”,
line 332, in handle_states
Actions.get_action_from_name(Actions.ELEMENT_DELETE).set_sensitive(bool(self.get_flow_graph().get_selected_elements()))
File
“/usr/lib/python2.7/dist-packages/gnuradio/grc/gui/MainWindow.py”, line
281, in get_flow_graph
return self.get_page().get_flow_graph()
AttributeError: ‘NoneType’ object has no attribute ‘get_flow_graph’