GNU Radio release 3.1.1 available - upgrade recommended

GNU Radio 3.1.1 has been released and is available at:

ftp://ftp.gnu.org/gnu/gnuradio/gnuradio-3.1.1.tar.gz
ftp://ftp.gnu.org/gnu/gnuradio/gr-howto-write-a-block-3.1.1.tar.gz

This is an important bug fix release that clears up some longstanding
issues in the USRP FPGA code and some recent regressions in the GNU
Radio examples. It is recommended that you upgrade to this version if
you are tracking the stable releases. (These changes are also in the
GNU Radio unstable development branch.)

For Subversion based users, you may update your repository to obtain
the latest changes.

The full release log may be found at:

http://gnuradio.org/trac/wiki/Release3.1Branch

Updates to binary packages will follow shortly.


Johnathan C.
Corgan Enterprises LLC
http://corganenterprises.com/

Following Ubuntuinstall,

It was working fine for Ubuntu Gutsy 7.10 after:

$ cp /etc/ld.so.conf /tmp/ld.so.conf
$ echo /usr/local/lib >> /tmp/ld.so.conf
$ sudo mv /tmp/ld.so.conf /etc/ld.so.conf
$ sudo ldconfig

Firas,

Johnathan C.-2 wrote:

GNU Radio unstable development branch.)


View this message in context:
http://www.nabble.com/GNU-Radio-release-3.1.1-available---upgrade-recommended-tf4755684.html#a13637867
Sent from the GnuRadio mailing list archive at Nabble.com.

On Wed, 2007-11-07 at 14:50 -0800, Eng. Firas wrote:

Following Ubuntuinstall,

Thanks for the report.

Did you install from the binary packages, check out using subversion, or
download the tarball?


Johnathan C.
Corgan Enterprises LLC
http://corganenterprises.com

On Tuesday 06 November 2007 12:39:33 Johnathan C. wrote:

For Subversion based users, you may update your repository to obtain
the latest changes.

The full release log may be found at:

http://gnuradio.org/trac/wiki/Release3.1Branch

Updates to binary packages will follow shortly.

G’day,

On NetBSD the following error occurs with:

checking boost/shared_ptr.hpp usability… yes
checking boost/shared_ptr.hpp presence… yes
checking for boost/shared_ptr.hpp… yes
checking for svn… /usr/pkg/bin/svn
Shared object “libaprutil-0.so.0” not found
Shared object “libaprutil-0.so.0” not found
Component omnithread passed configuration checks, but not building.
Component gnuradio-core requires omnithread, which is not being built.
configure: error: Component gnuradio-core has errors, stopping.
*** Error code 1

Can someone tell me more about libaprutil? Is this a new dependency? I
didn’t
see it on previous versions.

cheerio Berndt

On Thu, 2007-11-08 at 14:21 +1030, Berndt Josef W. wrote:

configure: error: Component gnuradio-core has errors, stopping.
*** Error code 1

Can someone tell me more about libaprutil? Is this a new dependency? I didn’t
see it on previous versions.

This is not part of GNU Radio and is not a GNU Radio dependency.
‘libapr’ is the Apache Portable Runtime Utility library. Something
that ./configure runs is trying to dynamically load this and your system
either doesn’t have it installed or it can’t otherwise be found.


Johnathan C.
Corgan Enterprises LLC
http://corganenterprises.com

2007/11/8, Johnathan C. [email protected]:

Component omnithread passed configuration checks, but not building.
either doesn’t have it installed or it can’t otherwise be found.
I notice that on the line before the failed check ./configure looks
for subversion. ldd /usr/bin/svn tells me that the svn binary is
linked with libarputil-1.so.0 on my Fedora 8 box. This might not be a
solution to your problem, but might help locating it.

Regards.

Trond D.