bugGNU Octave - Bugs: bug #32545, Communications package 1.0.10...

 
 

bug #32545: Communications package 1.0.10 failure to build on Ubuntu Maverick

Submitter:  César López Ramírez <cesarlr>
Submitted:  Sun 20 Feb 2011 05:25:05 PM UTC
   
 
Category:  Libraries Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Octave Forge Assigned to:  None
Originator Name:  César López Ramírez Open/Closed:  * Closed
Release:  * 3.4.0 Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 16 Mar 2011 05:09:01 PM UTC, comment #1: 

This looks like a problem with an Octave Forge package, not a bug
in Octave.  The correct place to report this problem is the
Octave Forge mailing list, octave-dev@lists.sourceforge.net.

A copy of this update to the bug report is being sent to that
list so that they are aware of it.  Please follow up there.

Rik <rik5>
Group administrator
Sun 20 Feb 2011 05:25:05 PM UTC, original submission:  

cyclpoly.cc: In function ‘Array<int> filter_gf2(const Array<int>&, const Array<int>&, const Array<int>&, const int&)’:
cyclpoly.cc:45: warning: ‘Array<T>::Array(octave_idx_type, const T&) [with T = int]’ is deprecated (declared at /usr/local/include/octave-3.4.0/octave/../octave/Array.h:179)
cyclpoly.cc:46: warning: ‘Array<T>::Array(octave_idx_type, const T&) [with T = int]’ is deprecated (declared at /usr/local/include/octave-3.4.0/octave/../octave/Array.h:179)
cyclpoly.cc: In function ‘bool do_is_cyclic_polynomial(const long long unsigned int&, const int&, const int&)’:
cyclpoly.cc:76: warning: ‘Array<T>::Array(octave_idx_type, const T&) [with T = int]’ is deprecated (declared at /usr/local/include/octave-3.4.0/octave/../octave/Array.h:179)
cyclpoly.cc:77: warning: ‘Array<T>::Array(octave_idx_type, const T&) [with T = int]’ is deprecated (declared at /usr/local/include/octave-3.4.0/octave/../octave/Array.h:179)
cyclpoly.cc:78: warning: ‘Array<T>::Array(octave_idx_type, const T&) [with T = int]’ is deprecated (declared at /usr/local/include/octave-3.4.0/octave/../octave/Array.h:179)
cyclpoly.cc:86: warning: ‘void Array<T>::resize(octave_idx_type, octave_idx_type, const T&) [with T = int]’ is deprecated (declared at /usr/local/include/octave-3.4.0/octave/../octave/Array.h:456)
cyclpoly.cc:87: warning: ‘Array<T>::Array(octave_idx_type, const T&) [with T = int]’ is deprecated (declared at /usr/local/include/octave-3.4.0/octave/../octave/Array.h:179)
cyclgen.cc: In function ‘Array<int> filter_gf2(const Array<int>&, const Array<int>&, const Array<int>&, const int&)’:
cyclgen.cc:37: warning: ‘Array<T>::Array(octave_idx_type, const T&) [with T = int]’ is deprecated (declared at /usr/local/include/octave-3.4.0/octave/../octave/Array.h:179)
cyclgen.cc:38: warning: ‘Array<T>::Array(octave_idx_type, const T&) [with T = int]’ is deprecated (declared at /usr/local/include/octave-3.4.0/octave/../octave/Array.h:179)
cyclgen.cc: In function ‘bool do_is_cyclic_polynomial(const Array<int>&, const int&, const int&)’:
cyclgen.cc:68: warning: ‘Array<T>::Array(octave_idx_type, const T&) [with T = int]’ is deprecated (declared at /usr/local/include/octave-3.4.0/octave/../octave/Array.h:179)
cyclgen.cc:69: warning: ‘Array<T>::Array(octave_idx_type, const T&) [with T = int]’ is deprecated (declared at /usr/local/include/octave-3.4.0/octave/../octave/Array.h:179)
cyclgen.cc:75: warning: ‘void Array<T>::resize(octave_idx_type, octave_idx_type, const T&) [with T = int]’ is deprecated (declared at /usr/local/include/octave-3.4.0/octave/../octave/Array.h:456)
cyclgen.cc:76: warning: ‘Array<T>::Array(octave_idx_type, const T&) [with T = int]’ is deprecated (declared at /usr/local/include/octave-3.4.0/octave/../octave/Array.h:179)
cyclgen.cc: In function ‘octave_value_list Fcyclgen(const octave_value_list&, int)’:
cyclgen.cc:144: warning: ‘void Array<T>::resize(octave_idx_type, octave_idx_type, const T&) [with T = int]’ is deprecated (declared at /usr/local/include/octave-3.4.0/octave/../octave/Array.h:456)
syndtable.cc:34: error: expected constructor, destructor, or type conversion before ‘<’ token
make: * [syndtable.oct] Error 1
'make' returned the following error: make: Entering directory `/tmp/oct-V3vWyV/communications-1.0.10/src'
Depending genqamdemod.cc
rm -f genqamdemod.d
g++ -M -I/usr/local/include/octave-3.4.0/octave/.. -I/usr/local/include/octave-3.4.0/octave -I/usr/local/include -mieee-fp -I/usr/include/freetype2 -march=pentium4 -DHAVE_OCTAVE_34 -DGALOIS_DISP_PRIVATES genqamdemod.cc | /bin/sed -e 's,^[^:]*/\(.*\.o\):,:,' -e 's,genqamdemod\.o,pic/& & genqamdemod.d,g' > genqamdemod.d-t && mv genqamdemod.d-t genqamdemod.d
Depending _gfweight_.cc
rm -f _gfweight_.d
g++ -M -I/usr/local/include/octave-3.4.0/octave/.. -I/usr/local/include/octave-3.4.0/octave -I/usr/local/include -mieee-fp -I/usr/include/freetype2 -march=pentium4 -DHAVE_OCTAVE_34 -DGALOIS_DISP_PRIVATES _gfweight_.cc | /bin/sed -e 's,^[^:]*/\(.*\.o\):,:,' -e 's,__gfweight__\.o,pic/& & _gfweight_.d,g' > _gfweight_.d-t && mv _gfweight_.d-t _gfweight_.d
Depending syndtable.cc
rm -f syndtable.d
g++ -M -I/usr/local/include/octave-3.4.0/octave/.. -I/usr/local/include/octave-3.4.0/octave -I/usr/local/include -mieee-fp -I/usr/include/freetype2 -march=pentium4 -DHAVE_OCTAVE_34 -DGALOIS_DISP_PRIVATES syndtable.cc | /bin/sed -e 's,^[^:]*/\(.*\.o\):,:,' -e 's,syndtable\.o,pic/& & syndtable.d,g' > syndtable.d-t && mv syndtable.d-t syndtable.d
Depending cyclgen.cc
rm -f cyclgen.d
g++ -M -I/usr/local/include/octave-3.4.0/octave/.. -I/usr/local/include/octave-3.4.0/octave -I/usr/local/include -mieee-fp -I/usr/include/freetype2 -march=pentium4 -DHAVE_OCTAVE_34 -DGALOIS_DISP_PRIVATES cyclgen.cc | /bin/sed -e 's,^[^:]*/\(.*\.o\):,:,' -e 's,cyclgen\.o,pic/& & cyclgen.d,g' > cyclgen.d-t && mv cyclgen.d-t cyclgen.d
Depending cyclpoly.cc
rm -f cyclpoly.d
g++ -M -I/usr/local/include/octave-3.4.0/octave/.. -I/usr/local/include/octave-3.4.0/octave -I/usr/local/include -mieee-fp -I/usr/include/freetype2 -march=pentium4 -DHAVE_OCTAVE_34 -DGALOIS_DISP_PRIVATES cyclpoly.cc | /bin/sed -e 's,^[^:]*/\(.*\.o\):,:,' -e 's,cyclpoly\.o,pic/& & cyclpoly.d,g' > cyclpoly.d-t && mv cyclpoly.d-t cyclpoly.d
Depending _errcore_.cc
rm -f _errcore_.d
g++ -M -I/usr/local/include/octave-3.4.0/octave/.. -I/usr/local/include/octave-3.4.0/octave -I/usr/local/include -mieee-fp -I/usr/include/freetype2 -march=pentium4 -DHAVE_OCTAVE_34 -DGALOIS_DISP_PRIVATES _errcore_.cc | /bin/sed -e 's,^[^:]*/\(.*\.o\):,:,' -e 's,__errcore__\.o,pic/& & _errcore_.d,g' > _errcore_.d-t && mv _errcore_.d-t _errcore_.d
Depending isprimitive.cc
rm -f isprimitive.d
g++ -M -I/usr/local/include/octave-3.4.0/octave/.. -I/usr/local/include/octave-3.4.0/octave -I/usr/local/include -mieee-fp -I/usr/include/freetype2 -march=pentium4 -DHAVE_OCTAVE_34 -DGALOIS_DISP_PRIVATES isprimitive.cc | /bin/sed -e 's,^[^:]*/\(.*\.o\):,:,' -e 's,isprimitive\.o,pic/& & isprimitive.d,g' > isprimitive.d-t && mv isprimitive.d-t isprimitive.d
Depending primpoly.cc
rm -f primpoly.d
g++ -M -I/usr/local/include/octave-3.4.0/octave/.. -I/usr/local/include/octave-3.4.0/octave -I/usr/local/include -mieee-fp -I/usr/include/freetype2 -march=pentium4 -DHAVE_OCTAVE_34 -DGALOIS_DISP_PRIVATES primpoly.cc | /bin/sed -e 's,^[^:]*/\(.*\.o\):,:,' -e 's,primpoly\.o,pic/& & primpoly.d,g' > primpoly.d-t && mv primpoly.d-t primpoly.d
Depending ov-galois.cc
rm -f ov-galois.d
g++ -M -I/usr/local/include/octave-3.4.0/octave/.. -I/usr/local/include/octave-3.4.0/octave -I/usr/local/include -mieee-fp -I/usr/include/freetype2 -march=pentium4 -DHAVE_OCTAVE_34 -DGALOIS_DISP_PRIVATES ov-galois.cc | /bin/sed -e 's,^[^:]*/\(.*\.o\):,:,' -e 's,ov-galois\.o,pic/& & ov-galois.d,g' > ov-galois.d-t && mv ov-galois.d-t ov-galois.d
Depending op-s-gm.cc
rm -f op-s-gm.d
g++ -M -I/usr/local/include/octave-3.4.0/octave/.. -I/usr/local/include/octave-3.4.0/octave -I/usr/local/include -mieee-fp -I/usr/include/freetype2 -march=pentium4 -DHAVE_OCTAVE_34 -DGALOIS_DISP_PRIVATES op-s-gm.cc | /bin/sed -e 's,^[^:]*/\(.*\.o\):,:,' -e 's,op-s-gm\.o,pic/& & op-s-gm.d,g' > op-s-gm.d-t && mv op-s-gm.d-t op-s-gm.d
Depending op-m-gm.cc
rm -f op-m-gm.d
g++ -M -I/usr/local/include/octave-3.4.0/octave/.. -I/usr/local/include/octave-3.4.0/octave -I/usr/local/include -mieee-fp -I/usr/include/freetype2 -march=pentium4 -DHAVE_OCTAVE_34 -DGALOIS_DISP_PRIVATES op-m-gm.cc | /bin/sed -e 's,^[^:]*/\(.*\.o\):,:,' -e 's,op-m-gm\.o,pic/& & op-m-gm.d,g' > op-m-gm.d-t && mv op-m-gm.d-t op-m-gm.d
Depending op-gm-s.cc
rm -f op-gm-s.d
g++ -M -I/usr/local/include/octave-3.4.0/octave/.. -I/usr/local/include/octave-3.4.0/octave -I/usr/local/include -mieee-fp -I/usr/include/freetype2 -march=pentium4 -DHAVE_OCTAVE_34 -DGALOIS_DISP_PRIVATES op-gm-s.cc | /bin/sed -e 's,^[^:]*/\(.*\.o\):,:,' -e 's,op-gm-s\.o,pic/& & op-gm-s.d,g' > op-gm-s.d-t && mv op-gm-s.d-t op-gm-s.d
Depending op-gm-m.cc
rm -f op-gm-m.d
g++ -M -I/usr/local/include/octave-3.4.0/octave/.. -I/usr/local/include/octave-3.4.0/octave -I/usr/local/include -mieee-fp -I/usr/include/freetype2 -march=pentium4 -DHAVE_OCTAVE_34 -DGALOIS_DISP_PRIVATES op-gm-m.cc | /bin/sed -e 's,^[^:]*/\(.*\.o\):,:,' -e 's,op-gm-m\.o,pic/& & op-gm-m.d,g' > op-gm-m.d-t && mv op-gm-m.d-t op-gm-m.d
Depending op-gm-gm.cc
rm -f op-gm-gm.d
g++ -M -I/usr/local/include/octave-3.4.0/octave/.. -I/usr/local/include/octave-3.4.0/octave -I/usr/local/include -mieee-fp -I/usr/include/freetype2 -march=pentium4 -DHAVE_OCTAVE_34 -DGALOIS_DISP_PRIVATES op-gm-gm.cc | /bin/sed -e 's,^[^:]*/\(.*\.o\):,:,' -e 's,op-gm-gm\.o,pic/& & op-gm-gm.d,g' > op-gm-gm.d-t && mv op-gm-gm.d-t op-gm-gm.d
Depending gf.cc
rm -f gf.d
g++ -M -I/usr/local/include/octave-3.4.0/octave/.. -I/usr/local/include/octave-3.4.0/octave -I/usr/local/include -mieee-fp -I/usr/include/freetype2 -march=pentium4 -DHAVE_OCTAVE_34 -DGALOIS_DISP_PRIVATES gf.cc | /bin/sed -e 's,^[^:]*/\(.*\.o\):,:,' -e 's,gf\.o,pic/& & gf.d,g' > gf.d-t && mv gf.d-t gf.d
Depending galoisfield.cc
rm -f galoisfield.d
g++ -M -I/usr/local/include/octave-3.4.0/octave/.. -I/usr/local/include/octave-3.4.0/octave -I/usr/local/include -mieee-fp -I/usr/include/freetype2 -march=pentium4 -DHAVE_OCTAVE_34 -DGALOIS_DISP_PRIVATES galoisfield.cc | /bin/sed -e 's,^[^:]*/\(.*\.o\):,:,' -e 's,galoisfield\.o,pic/& & galoisfield.d,g' > galoisfield.d-t && mv galoisfield.d-t galoisfield.d
Depending galois-def.cc
rm -f galois-def.d
g++ -M -I/usr/local/include/octave-3.4.0/octave/.. -I/usr/local/include/octave-3.4.0/octave -I/usr/local/include -mieee-fp -I/usr/include/freetype2 -march=pentium4 -DHAVE_OCTAVE_34 -DGALOIS_DISP_PRIVATES galois-def.cc | /bin/sed -e 's,^[^:]*/\(.*\.o\):,:,' -e 's,galois-def\.o,pic/& & galois-def.d,g' > galois-def.d-t && mv galois-def.d-t galois-def.d
Depending galois.cc
rm -f galois.d
g++ -M -I/usr/local/include/octave-3.4.0/octave/.. -I/usr/local/include/octave-3.4.0/octave -I/usr/local/include -mieee-fp -I/usr/include/freetype2 -march=pentium4 -DHAVE_OCTAVE_34 -DGALOIS_DISP_PRIVATES galois.cc | /bin/sed -e 's,^[^:]*/\(.*\.o\):,:,' -e 's,galois\.o,pic/& & galois.d,g' > galois.d-t && mv galois.d-t galois.d
make: Leaving directory `/tmp/oct-V3vWyV/communications-1.0.10/src'
make: Entering directory `/tmp/oct-V3vWyV/communications-1.0.10/src'
/usr/local/bin/mkoctfile-3.4.0 -DHAVE_OCTAVE_34 -v primpoly.cc
g++ -c -fPIC -I/usr/local/include/octave-3.4.0/octave/.. -I/usr/local/include/octave-3.4.0/octave -I/usr/local/include -mieee-fp -I/usr/include/freetype2 -march=pentium4 -DHAVE_OCTAVE_34 primpoly.cc -o primpoly.o
g++ -shared -Wl,-Bsymbolic -o primpoly.oct primpoly.o -L/usr/local/lib/octave-3.4.0 -L/usr/local/lib -loctinterp -loctave -lcruft -llapack -lblas -lfftw3 -lfftw3f -lm -L/usr/lib/gcc/i686-linux-gnu/4.4.5 -L/usr/lib/gcc/i686-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i686-linux-gnu/4.4.5/../../.. -L/usr/lib/i686-linux-gnu -lgfortranbegin -lgfortran -lm
/usr/local/bin/mkoctfile-3.4.0 -DHAVE_OCTAVE_34 -v isprimitive.cc
g++ -c -fPIC -I/usr/local/include/octave-3.4.0/octave/.. -I/usr/local/include/octave-3.4.0/octave -I/usr/local/include -mieee-fp -I/usr/include/freetype2 -march=pentium4 -DHAVE_OCTAVE_34 isprimitive.cc -o isprimitive.o
g++ -shared -Wl,-Bsymbolic -o isprimitive.oct isprimitive.o -L/usr/local/lib/octave-3.4.0 -L/usr/local/lib -loctinterp -loctave -lcruft -llapack -lblas -lfftw3 -lfftw3f -lm -L/usr/lib/gcc/i686-linux-gnu/4.4.5 -L/usr/lib/gcc/i686-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i686-linux-gnu/4.4.5/../../.. -L/usr/lib/i686-linux-gnu -lgfortranbegin -lgfortran -lm
/usr/local/bin/mkoctfile-3.4.0 -DHAVE_OCTAVE_34 -v _errcore_.cc
g++ -c -fPIC -I/usr/local/include/octave-3.4.0/octave/.. -I/usr/local/include/octave-3.4.0/octave -I/usr/local/include -mieee-fp -I/usr/include/freetype2 -march=pentium4 -DHAVE_OCTAVE_34 _errcore_.cc -o _errcore_.o
g++ -shared -Wl,-Bsymbolic -o _errcore_.oct _errcore_.o -L/usr/local/lib/octave-3.4.0 -L/usr/local/lib -loctinterp -loctave -lcruft -llapack -lblas -lfftw3 -lfftw3f -lm -L/usr/lib/gcc/i686-linux-gnu/4.4.5 -L/usr/lib/gcc/i686-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i686-linux-gnu/4.4.5/../../.. -L/usr/lib/i686-linux-gnu -lgfortranbegin -lgfortran -lm
/usr/local/bin/mkoctfile-3.4.0 -DHAVE_OCTAVE_34 -v cyclpoly.cc
g++ -c -fPIC -I/usr/local/include/octave-3.4.0/octave/.. -I/usr/local/include/octave-3.4.0/octave -I/usr/local/include -mieee-fp -I/usr/include/freetype2 -march=pentium4 -DHAVE_OCTAVE_34 cyclpoly.cc -o cyclpoly.o
g++ -shared -Wl,-Bsymbolic -o cyclpoly.oct cyclpoly.o -L/usr/local/lib/octave-3.4.0 -L/usr/local/lib -loctinterp -loctave -lcruft -llapack -lblas -lfftw3 -lfftw3f -lm -L/usr/lib/gcc/i686-linux-gnu/4.4.5 -L/usr/lib/gcc/i686-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i686-linux-gnu/4.4.5/../../.. -L/usr/lib/i686-linux-gnu -lgfortranbegin -lgfortran -lm
/usr/local/bin/mkoctfile-3.4.0 -DHAVE_OCTAVE_34 -v cyclgen.cc
g++ -c -fPIC -I/usr/local/include/octave-3.4.0/octave/.. -I/usr/local/include/octave-3.4.0/octave -I/usr/local/include -mieee-fp -I/usr/include/freetype2 -march=pentium4 -DHAVE_OCTAVE_34 cyclgen.cc -o cyclgen.o
g++ -shared -Wl,-Bsymbolic -o cyclgen.oct cyclgen.o -L/usr/local/lib/octave-3.4.0 -L/usr/local/lib -loctinterp -loctave -lcruft -llapack -lblas -lfftw3 -lfftw3f -lm -L/usr/lib/gcc/i686-linux-gnu/4.4.5 -L/usr/lib/gcc/i686-linux-gnu/4.4.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i686-linux-gnu/4.4.5/../../.. -L/usr/lib/i686-linux-gnu -lgfortranbegin -lgfortran -lm
/usr/local/bin/mkoctfile-3.4.0 -DHAVE_OCTAVE_34 -v syndtable.cc
g++ -c -fPIC -I/usr/local/include/octave-3.4.0/octave/.. -I/usr/local/include/octave-3.4.0/octave -I/usr/local/include -mieee-fp -I/usr/include/freetype2 -march=pentium4 -DHAVE_OCTAVE_34 syndtable.cc -o syndtable.o
make: Leaving directory `/tmp/oct-V3vWyV/communications-1.0.10/src'
error: called from `pkg>configure_make' in file /usr/local/share/octave/3.4.0/m/pkg/pkg.m near line 1332, column 9

César López Ramírez <cesarlr>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by cesarlr (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-03-16 rik5 Open/ClosedOpen Closed
        Carbon-Copy- Added -email is unavailable-
    2011-03-16 rik5 StatusNone Octave Forge

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code