Re: [Discuss-gnuradio] GNU Radio 3.0 Release Candidate 3 available for testing

2006-10-08 Thread Berndt Josef Wulf
make -j 2 failed last time I tried. Also, make clean fails in gr-trellis/doc 
due to missing $(RM) variable. Haven't tried the actual release.

cheerio Berndt

On Saturday 07 October 2006 01:44, Greg Troxel wrote:
   http://gnuradio.org/releases/gnuradio/gnuradio-3.0rc3.tar.gz

 On NetBSD/i386 current from 2006-08-02, when configured as:

   LDFLAGS=-L/usr/pkg/lib -R/usr/pkg/lib -L/usr/adroit/lib
 -R/usr/adroit/lib CPPFLAGS=-I/usr/pkg/include -I/usr/adroit/include
 ./configure --prefix=/usr/adroit

 a 'make' succeeded, as did 'sudo make install'

 'make check' failed with the gr_vmcircbuf_mmap_tmpfile_factory ending
 up with malloc corruption.  This seems similar to the problem in svn
 head that I mailed you about recently.

 I haven't tried make -j or running this - I did this on a xen domU
 w/o USB.


 The modules that were enabled and disabled follow:

 *
 The following GNU Radio components have been successfully configured:

 config
 gnuradio-core
 gnuradio-examples
 usrp
 gr-usrp
 gr-audio-oss
 gr-gsm-fr-vocoder
 gr-radio-astronomy
 gr-trellis
 gr-video-sdl
 gr-wxgui

 You my now run the make command to build these components.

 *
 The following components were skipped either because you asked not
 to build them or they didn't pass configuration checks:

 gr-audio-alsa
 gr-audio-jack
 gr-audio-osx
 gr-audio-portaudio
 gr-audio-windows

 These components will not be built.

 Greg Troxel [EMAIL PROTECTED]


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] GNU Radio 3.0 Release Candidate 3 available for testing

2006-10-08 Thread Johnathan Corgan
Berndt Josef Wulf wrote:

 make -j 2 failed last time I tried. Also, make clean fails in gr-trellis/doc 
 due to missing $(RM) variable. Haven't tried the actual release.

The 'make -j' or 'make -j nnn' build option failure shows up in a few
places at odd times; this hasn't been debugged yet.  I do suspect it's
from Makefile.am entries where there are more than one item on the left
of a dependency rule.  It wasn't important for the release as our
directions indicate to only use 'make'.

The $(RM) issue you mention was fixed back in r3286.  GNU make defaults
this to 'rm' but there is no default in BSD make.  An entry to
Makefile.common and configure.ac was added to explicitly find this on
the path and use it.

However, I just checked and Makefile.common is not included in
gr-trellis/doc, which is a bug, and can be fixed.  If a bug had been
reported in Trac this would have certainly made it into the 3.0 release.

As it stands it will get queued up for a 3.0.1 dot release.

Johnathan Corgan, AE6HO
[EMAIL PROTECTED]


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] GNU Radio 3.0 Release Candidate 3 available for testing

2006-10-07 Thread Bdale Garbee
[EMAIL PROTECTED] (Johnathan Corgan) writes:

 GNU Radio 3.0 Release Candidate 3 is available for testing

I have an apparently successful build of rc3 for Debian.

If anyone wants to try these new packages before I finish testing them and 
upload to the Debian mirror network, have a look at 

   http://www.gag.com/~bdale/tmp/gnuradio.

Bdale


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] GNU Radio 3.0 Release Candidate 3 available for testing

2006-10-06 Thread Michael Dickens
RC3 does everything correctly (configure, make, make -j3, make check,  
make distcheck, make install) on both OSX boxed: the 20 Intel-iMac  
and Dual-G5 PPC.



___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] GNU Radio 3.0 Release Candidate 3 available for testing

2006-10-06 Thread Greg Troxel

  http://gnuradio.org/releases/gnuradio/gnuradio-3.0rc3.tar.gz

On NetBSD/i386 current from 2006-08-02, when configured as:

  LDFLAGS=-L/usr/pkg/lib -R/usr/pkg/lib -L/usr/adroit/lib -R/usr/adroit/lib 
CPPFLAGS=-I/usr/pkg/include -I/usr/adroit/include ./configure 
--prefix=/usr/adroit

a 'make' succeeded, as did 'sudo make install'

'make check' failed with the gr_vmcircbuf_mmap_tmpfile_factory ending
up with malloc corruption.  This seems similar to the problem in svn
head that I mailed you about recently.

I haven't tried make -j or running this - I did this on a xen domU
w/o USB.


The modules that were enabled and disabled follow:

*
The following GNU Radio components have been successfully configured:

config
gnuradio-core
gnuradio-examples
usrp
gr-usrp
gr-audio-oss
gr-gsm-fr-vocoder
gr-radio-astronomy
gr-trellis
gr-video-sdl
gr-wxgui

You my now run the make command to build these components.

*
The following components were skipped either because you asked not
to build them or they didn't pass configuration checks:

gr-audio-alsa
gr-audio-jack
gr-audio-osx
gr-audio-portaudio
gr-audio-windows

These components will not be built.

Greg Troxel [EMAIL PROTECTED]



pgp172GsiPqxj.pgp
Description: PGP signature
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] GNU Radio 3.0 Release Candidate 3 available for testing

2006-10-05 Thread Johnathan Corgan
GNU Radio 3.0 Release Candidate 3 is available for testing at:

http://gnuradio.org/releases/gnuradio/gnuradio-3.0rc3.tar.gz

and

http://gnuradio.org/releases/gnuradio/gr-howto-write-a-block-3.0rc3.tar.gz


Changes since 3.0rc2:

* Add missing files to tarball (r3710, r3713, ticket:81)

* Fixed under quoted shell test in configuration (r3715, ticket:83)

* General clean up of top-level README (r3716)

* Fixed missing file after 'make distclean' (r3719, ticket:82)

* Reduced tmpfile memory usage during make check (r3726, ticket:85)

* Updated config.guess and config.sub to latest (r3725)

* Distribute how-to-write-a-block separately (r3722, ticket:81)


Thanks to all the testers so far; this is very close to being blessed as
 the official 3.0 release.

Johnathan Corgan, AE6HO
[EMAIL PROTECTED]



___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio