On 26Jun, Eric Blossom wrote:
> On Fri, Jun 24, 2005 at 01:46:15PM -0400, Lamar Owen wrote:
> > With all the changes and bugfixes that have percolated down CVS, do we
> > think
> > we might be getting close to a 2.6 release?
>
> Sounds like a good idea. I'll need to coordinate with Matt to ensu
Ges, when I encountered a similar imponderable I inserted
import sys
print sys.path
in a judicious place, just to see what path obtained at that moment.
While it will not solve your immediate problem directly, it might be
interesting to see what is your python sys.path when the failure occurs.
>
Ges,
This background may help
http://lists.gnu.org/archive/html/discuss-gnuradio/2005-06/msg00214.html
If you have not already solved your problem, do this as root
$ find / -name libpython\*
and send me the output off-list. We'll see if we can give you a
workaround.
Mark
On 28Jun, Ges wrote
info/fyi
For the archives, some notes on building gnuradio from the current state
of CVS in a Gentoo 2005.0 environment. I've now built gnuradio from CVS
and successfully run some OTA files referenced below. Time to buy a USRP!
Below, "Gentoo emerge" is Gentoo parlance for "install" a particula
There was earlier some discussion surrounding why Numeric cannot be
found during the build tests
http://lists.gnu.org/archive/html/discuss-gnuradio/2005-04/msg00135.html
The problem is manifested by a console message to the effect
ImportError: No module named Numeric
I encountered the same prob
fyi
Offered as a data point for this platform, for contemporary users or
those of posterity...
Building from CVS for this platform
Linux cq 2.6.11-gentoo-r11 #3 Sat Jun 18 20:11:08 PDT 2005 i686 Pentium III
(Coppermine) GenuineIntel GNU/Linux
gcc v3.4.4
runs an equivalent test
$
On 21Jun, Eric Blossom wrote:
> On Tue, Jun 21, 2005 at 07:08:06AM -0700, Mark S Petrovic wrote:
> > I've deduced that there are things known about this issue, or a related
> > issue, as I saw similar discussion here
> >
> > http://lists.gnu.org/archive/html/discus
> > 2. Python 2.3.5 built from source with --enable-shared and linked with
> > -export-dynamic produces the following libraries
> >
> > $ find /usr/lib -name libpython\* |xargs ls -l
> > lrwxrwxrwx 1 root root 19 Jun 20 13:06 /usr/lib/libpython2.3.so ->
> > libpython2.3.so.1.0
> > -r-xr-xr
On 21Jun, Mark S Petrovic wrote:
> As a result, the python dev lib test program as seen in
> gnuradio-core/config.log
>
> gcc -o conftest -g -O2 -Wall -I/usr/include/python2.3 conftest.c
> -L/usr/lib/python2.3/config -lpython2
> .3 -lpthread -ldl -lutil >&5
I've deduced that there are things known about this issue, or a related
issue, as I saw similar discussion here
http://lists.gnu.org/archive/html/discuss-gnuradio/2005-05/msg00148.html
However, I provide what I believe may be related detail and
reproducibility that may be helpful.
In the course
10 matches
Mail list logo