Re: [Discuss-gnuradio] Release candidate 3.0.3rc2 available for testing

2007-02-27 Thread Berndt Josef Wulf
On Wednesday 28 February 2007 13:19:12 you wrote: > Berndt Josef Wulf wrote: > > I beg to differ. It worked within the pkgsrc environment and only broke > > in recent RC2. > > Yes, it appears this was "accidentally" working before, as we were > allowing the system library paths to be included when

Re: [Discuss-gnuradio] Release candidate 3.0.3rc2 available for testing

2007-02-27 Thread Johnathan Corgan
Berndt Josef Wulf wrote: > I beg to differ. It worked within the pkgsrc environment and only broke in > recent RC2. Yes, it appears this was "accidentally" working before, as we were allowing the system library paths to be included when building inside the tree. Now that we've cleaned things up

Re: [Discuss-gnuradio] Release candidate 3.0.3rc2 available for testing

2007-02-26 Thread Eric Blossom
On Mon, Feb 26, 2007 at 10:02:02PM -0500, Greg Troxel wrote: > Eric Blossom <[EMAIL PROTECTED]> writes: > > > On Mon, Feb 26, 2007 at 09:13:15PM -0500, Greg Troxel wrote: > >> > >> I wonder how hard it could be to have each component define an > >> autoconf variable > >> > >> LIBS_GR_FOO > >> >

Re: [Discuss-gnuradio] Release candidate 3.0.3rc2 available for testing

2007-02-26 Thread Berndt Josef Wulf
On Tuesday 27 February 2007 12:31:13 you wrote: > On Tue, Feb 27, 2007 at 11:39:36AM +1030, Berndt Josef Wulf wrote: > > G'day, > > > > latest release candidate breaks when compiling individual packages. This > > is due to intree dependencies that are nolonger satisfied under the > > following cond

Re: [Discuss-gnuradio] Release candidate 3.0.3rc2 available for testing

2007-02-26 Thread Greg Troxel
Eric Blossom <[EMAIL PROTECTED]> writes: > On Mon, Feb 26, 2007 at 09:13:15PM -0500, Greg Troxel wrote: >> >> I wonder how hard it could be to have each component define an >> autoconf variable >> >> LIBS_GR_FOO >> >> to be either >> >> $(top_srcdir)/gr-foo/src/lib/libgnuradio-foo.la >> >> or

Re: [Discuss-gnuradio] Release candidate 3.0.3rc2 available for testing

2007-02-26 Thread Eric Blossom
On Mon, Feb 26, 2007 at 09:13:15PM -0500, Greg Troxel wrote: > > I wonder how hard it could be to have each component define an > autoconf variable > > LIBS_GR_FOO > > to be either > > $(top_srcdir)/gr-foo/src/lib/libgnuradio-foo.la > > or > > $(libdir)/libgnuradio-foo.la > > depending on wh

Re: [Discuss-gnuradio] Release candidate 3.0.3rc2 available for testing

2007-02-26 Thread Greg Troxel
I wonder how hard it could be to have each component define an autoconf variable LIBS_GR_FOO to be either $(top_srcdir)/gr-foo/src/lib/libgnuradio-foo.la or $(libdir)/libgnuradio-foo.la depending on whether the component is enabled or not. This would, I think, safely link against the intende

Re: [Discuss-gnuradio] Release candidate 3.0.3rc2 available for testing

2007-02-26 Thread Eric Blossom
On Tue, Feb 27, 2007 at 11:39:36AM +1030, Berndt Josef Wulf wrote: > G'day, > > latest release candidate breaks when compiling individual packages. This is > due to intree dependencies that are nolonger satisfied under the following > condition, e.g.: > > ./configure --prefix=/usr/pkg --disable

Re: [Discuss-gnuradio] Release candidate 3.0.3rc2 available for testing

2007-02-26 Thread Berndt Josef Wulf
My guess is that one could make it a special case of "disable-all-components --enable-" when building a specific component. pkgsrc builds packages in a sandbox filesystem containing all package dependencies hence it was never an issue. cheerio Berndt On Tuesday 27 February 2007 10:57:54 yo

Re: [Discuss-gnuradio] Release candidate 3.0.3rc2 available for testing

2007-02-26 Thread Greg Troxel
Do the packages install the .la file? Perhaps some sort of conditional that uses in-tree for configured component and in-$libdir for unconfigured components would be the right thing. -- Greg Troxel <[EMAIL PROTECTED]> ___ Discuss-gnuradio mailin

Re: [Discuss-gnuradio] Release candidate 3.0.3rc2 available for testing

2007-02-26 Thread Berndt Josef Wulf
G'day, latest release candidate breaks when compiling individual packages. This is due to intree dependencies that are nolonger satisfied under the following condition, e.g.: ./configure --prefix=/usr/pkg --disable-all-components --enable-gr-audio-oss resulting in: gmake[4]: Entering director

Re: [Discuss-gnuradio] Release candidate 3.0.3rc2 available for testing

2007-02-26 Thread Eric Blossom
On Mon, Feb 26, 2007 at 03:01:04PM -0800, Johnathan Corgan wrote: > All, > > GNU Radio release candidate 3.0.3rc2 is available for testing: > > http://gnuradio.org/releases/gnuradio/gnuradio-3.0.3rc2.tar.gz > http://gnuradio.org/releases/gnuradio/gr-howto-write-a-block-3.0.3rc2.tar.gz > > This i

[Discuss-gnuradio] Release candidate 3.0.3rc2 available for testing

2007-02-26 Thread Johnathan Corgan
All, GNU Radio release candidate 3.0.3rc2 is available for testing: http://gnuradio.org/releases/gnuradio/gnuradio-3.0.3rc2.tar.gz http://gnuradio.org/releases/gnuradio/gr-howto-write-a-block-3.0.3rc2.tar.gz This is a bug fix and very minor enhancement release to the existing 3.0 stable branch.