On Fri, Jul 21, 2006 at 10:26:43PM -0400, Eric Hill Matlis wrote: > I'm having issues getting the gnu-radio core libraries installed in the > correct location on my 64-bit installation of Fedora Core 5. The problem > appears to be the separation of the 32-bit and 64-bit libraries. I > compiled with: > ./for-all-dirs ../buildit -n --prefix=$HOME/z.research/z.gnuradio > > After compiling gnuradio-core successfully, gr-audio-alsa fails in the > check stage with this error: > > make[3]: Entering directory > `/home/matlis/z.research/z.gnuradio/gr-build/gr-audio-alsa/src' > Traceback (most recent call last): > File "./qa_alsa.py", line 23, in ? > from gnuradio import gr, gr_unittest > File > "/home/matlis/z.research/z.gnuradio/lib/python2.4/site-packages/gnuradio/gr/__init__.py", > > line 27, in ? > from gnuradio_swig_python import * > File > "/home/matlis/z.research/z.gnuradio/lib/python2.4/site-packages/gnuradio/gr/gnuradio_swig_python.py", > > line 4, in ? > import _gnuradio_swig_python > ImportError: No module named _gnuradio_swig_python > FAIL: run_tests > =================== > 1 of 1 tests failed > ===================
Eric, I just tried this on my X86_64 running SuSE 9.3. Worked fine for me on a fresh checkout from CVS. The output of $ ./for-all-dirs ../buildit --prefix=/home/eb/test/install 2>&1 | tee make.log is here: http://comsec.com/make.log Perhaps you can figure out what's different between the two runs? I suggest examining the output of configure for gnuradio-core and gr-audio-alsa. I didn't set any environment variables to special values. I just used buildit and the normal values I use for building with the default prefix (/usr/local). Here are my tool versions: $ uname -a Linux dee 2.6.11.4-21.12-smp #1 SMP Wed May 10 09:38:20 UTC 2006 x86_64 x86_64 x86_64 GNU/Linux $ g++ --version g++ (GCC) 3.3.5 20050117 (prerelease) (SUSE Linux) $ autoconf --version autoconf (GNU Autoconf) 2.59 $ automake --version automake (GNU automake) 1.9.5 $ libtool --version ltmain.sh (GNU libtool) 1.5.14 (1.1220.2.195 2005/02/12 12:12:33) Environment variables: PYTHONPATH=/usr/local/lib64/python2.4/site-packages:/home/eb/dtools/python PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig:/usr/local/lib/pkgconfig:/usr/lib64/pkgconfig:/opt/gnome/lib64/pkgconfig I do *NOT* have LD_LIBRARY_PATH set. FYI, I removed all GNU Radio stuff from /usr/local/* before doing this build with the non-default prefix. Eric _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio