discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] All reported bugs in new build have been fixed as


From: LRK
Subject: Re: [Discuss-gnuradio] All reported bugs in new build have been fixed as of r3267
Date: Sun, 13 Aug 2006 13:59:02 -0500
User-agent: Mutt/1.4.2.2i

On Sat, Aug 12, 2006 at 06:54:33PM -0700, Johnathan Corgan wrote:
> All reported bugs in the new build system are fixed as of r3267.
 
Hate to see you sitting around with nothing to do. :)


> There is one potential issue with BSD make that Greg Troxel reported on
> the email list but hasn't filed a bug yet in Trac.


Until I get up to speed on the bug reporting, here is one of the 
'BSD make' errors:

(cd .libs && rm -f libgnuradio-core.so && ln -s libgnuradio-core.so.0 
libgnuradio-core.so)
creating libgnuradio-core.la
(cd .libs && rm -f libgnuradio-core.la && ln -s ../libgnuradio-core.la 
libgnuradio-core.la)
/bin/sh ../../../libtool --tag=CXX --mode=link g++   -g -O2 -Wall 
-Woverloaded-virtual -D_THREAD_SAFE -pthread  -L/usr/local/lib -o 
libgnuradio-core-qa.la -rpath /usr/gr/svn/gnuradio/local/lib  -version-info 
0:0:0   bug_work_around_6.lo filter/libfilter-qa.la              
general/libgeneral-qa.la        runtime/libruntime-qa.la        
missing/libmissing.la           libgnuradio-core.la             
-L/usr/local/lib -lcppunit 
g++ -shared -nostdlib /usr/lib/crti.o /usr/lib/crtbeginS.o  
.libs/bug_work_around_6.o -Wl,--whole-archive filter/.libs/libfilter-qa.a 
general/.libs/libgeneral-qa.a runtime/.libs/libruntime-qa.a 
missing/.libs/libmissing.a -Wl,--no-whole-archive  -Wl,--rpath 
-Wl,/usr/gr/svn/gnuradio/gnuradio-core/src/lib/.libs -Wl,--rpath 
-Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/gr/svn/gnuradio/local/lib -Wl,--rpath 
-Wl,/usr/local/lib -L/usr/local/lib -pthread ./.libs/libgnuradio-core.so 
/usr/local/lib/libcppunit.so -L/usr/lib -lstdc++ -lm -lgcc_pic 
/usr/lib/crtendS.o /usr/lib/crtn.o  -pthread -pthread -pthread -Wl,-soname 
-Wl,libgnuradio-core-qa.so.0 -o .libs/libgnuradio-core-qa.so.0
(cd .libs && rm -f libgnuradio-core-qa.so && ln -s libgnuradio-core-qa.so.0 
libgnuradio-core-qa.so)
(cd .libs && rm -f libgnuradio-core-qa.so && ln -s libgnuradio-core-qa.so.0 
libgnuradio-core-qa.so)
creating libgnuradio-core-qa.la
(cd .libs && rm -f libgnuradio-core-qa.la && ln -s ../libgnuradio-core-qa.la 
libgnuradio-core-qa.la)
Making all in swig
if /usr/local/bin/swig -c++ -fvirtual -python -modern  
-I../../../../gnuradio-core/src/lib/runtime  
-I../../../../gnuradio-core/src/lib/general  
-I../../../../gnuradio-core/src/lib/general  
-I../../../../gnuradio-core/src/lib/filter  
-I../../../../gnuradio-core/src/lib/filter  
-I../../../../gnuradio-core/src/lib/reed-solomon  
-I../../../../gnuradio-core/src/lib/io  
-I../../../../gnuradio-core/src/lib/g72x  
-I../../../../gnuradio-core/src/lib/omnithread  
-I../../../../gnuradio-core/src/lib/swig  
-I../../../../gnuradio-core/src/lib/swig  -I/usr/local/include  
-I/usr/local/include/python2.4 -I. -MMD -MF gnuradio_swig_python.Td -module 
gnuradio_swig_python -o gnuradio_swig_python.cc  ; then if test freebsd6.1 = 
mingw32;  then sed 's,\\\\,/,g' <gnuradio_swig_python.Td 
>gnuradio_swig_python.d; rm -f gnuradio_swig_python.Td;  else mv -f 
gnuradio_swig_python.Td gnuradio_swig_python.d; fi  else rm -f 
gnuradio_swig_python.Td; exit 1; fi
Must specify an input file. Use -help for available options.
*** Error code 1

Stop in /usr/gr/svn/gnuradio/gnuradio-core/src/lib/swig.
*** Error code 1


The missing input file name is due to the way it is specified.


Also 'make clean' fails in usrp due to '$(RM)' not being defined. I do
not find anywhere it gets defined in the Makefiles so this may be a
default in gmake.



-- 
LRK
address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]