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: Greg Troxel
Subject: Re: [Discuss-gnuradio] All reported bugs in new build have been fixed as of r3267
Date: Mon, 14 Aug 2006 09:33:35 -0400
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (berkeley-unix)

  While Michael is fixing an issue in the gr-error-correcting-codes, this
  component has been removed from the build.

I just did a build and it still looks included, both by behavior and
on inspection.  I'm at revision 3278.  It still fails, I think due to
gcc 4.1.2 being stricter and refusing to initialize a non-const
reference from a const object.

ecc.cc: In function 'PyObject* 
_wrap_metrics_decode_viterbi_full_block(PyObject*, PyObject*)':
ecc.cc:8581: error: invalid initialization of reference of type 
'std::vector<int, std::allocator<int> >&' from expression of type 'const 
std::vector<int, std::allocator<int> >'
./ecc_metrics_decode_viterbi_full_block.h:45: error: in passing argument 5 of 
'ecc_metrics_decode_viterbi_full_block_sptr 
ecc_make_metrics_decode_viterbi_full_block(int, int, int, int, std::vector<int, 
std::allocator<int> >&, bool, int, int)'

ecc.cc: In function 'PyObject* 
_wrap_ecc_make_metrics_decode_viterbi_full_block_feedback(PyObject*, 
PyObject*)':
ecc.cc:8687: error: invalid initialization of reference of type 
'std::vector<int, std::allocator<int> >&' from expression of type 'const 
std::vector<int, std::allocator<int> >'
./ecc_metrics_decode_viterbi_full_block.h:57: error: in passing argument 5 of 
'ecc_metrics_decode_viterbi_full_block_feedback_sptr 
ecc_make_metrics_decode_viterbi_full_block_feedback(int, int, int, int, 
std::vector<int, std::allocator<int> >&, std::vector<int, std::allocator<int> 
>&, bool, int, int)'



  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.

Here's the result of 'make -k' after doing 'make -k' once to build all
the stuff that works.  Doing 'gmake -k' after that results in an ok
build except for gr-error-correcting-codes.  I'll try to file a Trac
bug for this.

Mon Aug 14 08:59:44 EDT 2006
make  all-recursive
Making all in config
Making all in gnuradio-core
Making all in src
Making all in gen_interpolator_taps
Making all in lib
Making all in missing
Making all in runtime
Making all in filter
make  all-am
Making all in general
make  all-am
Making all in g72x
Making all in reed-solomon
Making all in omnithread
Making all in io
Making all in .
Making all in swig
if /usr/pkg/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/pkg/include  
-I/usr/pkg/include/python2.4 -I. -MMD -MF gnuradio_swig_python.Td -module 
gnuradio_swig_python -o gnuradio_swig_python.cc  ; then if test 
netbsdelf3.99.23 = 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 (continuing)
`all' not remade because of errors.
Making all in tests
Making all in python
Making all in gnuradio
Making all in gr
Making all in gru
Making all in gruimpl
Making all in blks
Making all in blksimpl
Making all in bin
Making all in doc
Making all in other
Making all in xml
mkdir -p html
Making all in gnuradio-examples
Making all in python
Making all in audio
Making all in channel-coding
Making all in digital_voice
Making all in gmsk2
Making all in mc4020
Making all in multi_usrp
Making all in usrp
Making all in usrp
Making all in host
Making all in misc
Making all in lib
make  all-am
Making all in swig
/usr/pkg/bin/swig -c++ -fvirtual -python -modern -I../../../usrp/host/lib  
-I../../../usrp/firmware/include              -I/usr/pkg/include/python2.4      
      -I. -module usrp_prims -o prims.cc 
Must specify an input file. Use -help for available options.
*** Error code 1 (continuing)
/usr/pkg/bin/swig -c++ -fvirtual -python -modern -I../../../usrp/host/lib  
-I../../../usrp/firmware/include              -I/usr/pkg/include/python2.4      
      -I. -module usrp_prims -o prims.cc 
Must specify an input file. Use -help for available options.
*** Error code 1 (continuing)
`all' not remade because of errors.
Making all in apps
Making all in firmware
Making all in include
Making all in lib
make: "/usr/home/gdt/ADROIT-public/gnuradio/usrp/firmware/lib/Makefile" line 
530: warning: duplicate script for target "%.rel" ignored
make: "/usr/home/gdt/ADROIT-public/gnuradio/usrp/firmware/lib/Makefile" line 
527: warning: using previous script for "%.rel" defined here
make: don't know how to make delay.rel(continuing)
make: don't know how to make fx2utils.rel(continuing)
make: don't know how to make i2c.rel(continuing)
make: don't know how to make isr.rel(continuing)
make: don't know how to make timer.rel(continuing)
make: don't know how to make usb_common.rel(continuing)
`all' not remade because of errors.
Making all in src
Making all in common
Making all in usrp2
make: "/usr/home/gdt/ADROIT-public/gnuradio/usrp/firmware/src/usrp2/Makefile" 
line 634: warning: duplicate script for target "%.rel" ignored
make: "/usr/home/gdt/ADROIT-public/gnuradio/usrp/firmware/src/usrp2/Makefile" 
line 631: warning: using previous script for "%.rel" defined here
make: "/usr/home/gdt/ADROIT-public/gnuradio/usrp/firmware/src/usrp2/Makefile" 
line 637: warning: duplicate script for target "%.rel" ignored
make: "/usr/home/gdt/ADROIT-public/gnuradio/usrp/firmware/src/usrp2/Makefile" 
line 631: warning: using previous script for "%.rel" defined here
make: "/usr/home/gdt/ADROIT-public/gnuradio/usrp/firmware/src/usrp2/Makefile" 
line 638: warning: duplicate script for target "%.rel" ignored
make: "/usr/home/gdt/ADROIT-public/gnuradio/usrp/firmware/src/usrp2/Makefile" 
line 631: warning: using previous script for "%.rel" defined here
make: don't know how to make eeprom_boot.rel(continuing)
make: don't know how to make eeprom_init.rel(continuing)
make: don't know how to make _startup.rel(continuing)
make: don't know how to make ../../lib/libfx2.lib(continuing)
make: don't know how to make vectors.rel(continuing)
make: don't know how to make usrp_common.rel(continuing)
make: don't know how to make board_specific.rel(continuing)
make: don't know how to make fpga_load.rel(continuing)
make: don't know how to make fpga_rev2.rel(continuing)
make: don't know how to make init_gpif.rel(continuing)
make: don't know how to make usrp_gpif.rel(continuing)
make: don't know how to make usb_descriptors.rel(continuing)
make: don't know how to make spi.rel(continuing)
make: don't know how to make eeprom_io.rel(continuing)
`all' not remade because of errors.
Making all in fpga
Making all in rbf
Making all in doc
Making all in other
mkdir -p html
Making all in gr-usrp
Making all in src
/usr/pkg/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/pkg/include   -I../../usrp/host/lib  -I../../usrp/firmware/include 
-module usrp1 -o usrp1.cc 
Must specify an input file. Use -help for available options.
*** Error code 1 (continuing)
/usr/pkg/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/pkg/include   -I../../usrp/host/lib  -I../../usrp/firmware/include 
-module usrp1 -o usrp1.cc 
Must specify an input file. Use -help for available options.
*** Error code 1 (continuing)
`all' not remade because of errors.
Making all in gr-audio-oss
Making all in src
/usr/pkg/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/pkg/include  -module audio_oss -o audio_oss.cc 
Must specify an input file. Use -help for available options.
*** Error code 1 (continuing)
/usr/pkg/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/pkg/include  -module audio_oss -o audio_oss.cc 
Must specify an input file. Use -help for available options.
*** Error code 1 (continuing)
`all' not remade because of errors.
Making all in gr-atsc
Making all in src
Making all in lib
/usr/pkg/bin/swig -c++ -fvirtual -python -modern -I/usr/pkg/include/python2.4   
-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/pkg/include  -module atsc -o atsc.cc 
Must specify an input file. Use -help for available options.
*** Error code 1 (continuing)
/usr/pkg/bin/swig -c++ -fvirtual -python -modern -I/usr/pkg/include/python2.4   
-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/pkg/include  -module atsc -o atsc.cc 
Must specify an input file. Use -help for available options.
*** Error code 1 (continuing)
`all' not remade because of errors.
Making all in python
Making all in gr-error-correcting-codes
Making all in src
Making all in lib
/usr/pkg/bin/swig -c++ -fvirtual -python -modern -I/usr/pkg/include/python2.4   
-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/pkg/include  -module ecc -o ecc.cc 
Must specify an input file. Use -help for available options.
*** Error code 1 (continuing)
/usr/pkg/bin/swig -c++ -fvirtual -python -modern -I/usr/pkg/include/python2.4   
-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/pkg/include  -module ecc -o ecc.cc 
Must specify an input file. Use -help for available options.
*** Error code 1 (continuing)
`all' not remade because of errors.
Making all in python
Making all in gr-gsm-fr-vocoder
Making all in src
Making all in lib
/usr/pkg/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/pkg/include  -module gsm_full_rate -o gsm_full_rate.cc 
Must specify an input file. Use -help for available options.
*** Error code 1 (continuing)
/usr/pkg/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/pkg/include  -module gsm_full_rate -o gsm_full_rate.cc 
Must specify an input file. Use -help for available options.
*** Error code 1 (continuing)
`all' not remade because of errors.
Making all in python
Making all in gr-radar
Making all in src
Making all in lib
make  all-am
Making all in python
Making all in doc
Making all in gr-radio-astronomy
Making all in src
Making all in lib
/usr/pkg/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/pkg/include  -module ra -o ra.cc 
Must specify an input file. Use -help for available options.
*** Error code 1 (continuing)
/usr/pkg/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/pkg/include  -module ra -o ra.cc 
Must specify an input file. Use -help for available options.
*** Error code 1 (continuing)
`all' not remade because of errors.
Making all in python
Making all in gr-video-sdl
Making all in src
/usr/pkg/bin/swig -c++ -fvirtual -python -modern -I/usr/pkg/include/python2.4  
-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/pkg/include  -module video_sdl -o video_sdl.cc 
Must specify an input file. Use -help for available options.
*** Error code 1 (continuing)
/usr/pkg/bin/swig -c++ -fvirtual -python -modern -I/usr/pkg/include/python2.4  
-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/pkg/include  -module video_sdl -o video_sdl.cc 
Must specify an input file. Use -help for available options.
*** Error code 1 (continuing)
`all' not remade because of errors.
Making all in gr-wxgui
Making all in src
Making all in python
Making all in pmt
Making all in src
Making all in lib
make  all-am
Making all in gr-trellis
Making all in src
Making all in lib
/usr/pkg/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/pkg/include  -module trellis -o trellis.cc 
Must specify an input file. Use -help for available options.
*** Error code 1 (continuing)
/usr/pkg/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/pkg/include  -module trellis -o trellis.cc 
Must specify an input file. Use -help for available options.
*** Error code 1 (continuing)
`all' not remade because of errors.
Making all in python
Mon Aug 14 08:59:48 EDT 2006
-- 
    Greg Troxel <address@hidden>

Attachment: pgpR1l83hNJYt.pgp
Description: PGP signature


reply via email to

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