discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] README buglet


From: Greg Troxel
Subject: [Discuss-gnuradio] README buglet
Date: Thu, 10 Aug 2006 15:53:14 -0400
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (berkeley-unix)

It seems that GNU make is required; compiling with BSD make gives "no
input files", a classic sign of a GNU make extension being used to set
a list of files.

This is not noted in README.  It could be in step 2 of how to build,
or probably in the list of prerequisites in step 1 that lists
autoconf/automake/libtool.  Probably just add GNU make and note that
on systems where it isn't native it is usually gmake (true of all BSDs
that I know of, and maybe Solaris).

I'm building on NetBSD/i386 3.99.23 and will let you know of any other
issues.

The next one is that the build (after doing a lot normally) ends up
with the following, which I haven't looked into.

I have python 2.4.3 and swig 1.3.29.

 g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. 
-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.3 -I. -I/usr/pkg/include -g -O2 -Wall 
-Woverloaded-virtual -pthread -MT gnuradio_swig_python.lo -MD -MP -MF 
.deps/gnuradio_swig_python.Tpo -c gnuradio_swig_python.cc  -fPIC -DPIC -o 
.libs/gnuradio_swig_python.o
gnuradio_swig_python.cc: In function 'int SWIG_AsPtr_std_string(PyObject*, 
std::string**)':
gnuradio_swig_python.cc:4604: warning: dereferencing type-punned pointer will 
break strict-aliasing rules
gnuradio_swig_python.cc: In function 'int SWIG_AsVal_bool(PyObject*, bool*)':
gnuradio_swig_python.cc:4785: warning: dereferencing type-punned pointer will 
break strict-aliasing rules
gnuradio_swig_python.cc:4788: warning: dereferencing type-punned pointer will 
break strict-aliasing rules
gnuradio_swig_python.cc: In function 'PyObject* 
_wrap_x_vector_gr_block_sptr_erase__SWIG_0(PyObject*, PyObject*)':
gnuradio_swig_python.cc:9693: warning: dereferencing type-punned pointer will 
break strict-aliasing rules
gnuradio_swig_python.cc: In function 'PyObject* 
_wrap_x_vector_gr_block_sptr_erase__SWIG_1(PyObject*, PyObject*)':
gnuradio_swig_python.cc:9735: warning: dereferencing type-punned pointer will 
break strict-aliasing rules
gnuradio_swig_python.cc:9746: warning: dereferencing type-punned pointer will 
break strict-aliasing rules
gnuradio_swig_python.cc: In function 'PyObject* 
_wrap_x_vector_gr_block_sptr_erase(PyObject*, PyObject*)':
gnuradio_swig_python.cc:9782: warning: dereferencing type-punned pointer will 
break strict-aliasing rules
gnuradio_swig_python.cc:9795: warning: dereferencing type-punned pointer will 
break strict-aliasing rules
gnuradio_swig_python.cc:9799: warning: dereferencing type-punned pointer will 
break strict-aliasing rules
gnuradio_swig_python.cc: In function 'PyObject* 
_wrap_x_vector_gr_block_sptr_insert__SWIG_0(PyObject*, PyObject*)':
gnuradio_swig_python.cc:10138: warning: dereferencing type-punned pointer will 
break strict-aliasing rules
gnuradio_swig_python.cc: In function 'PyObject* 
_wrap_x_vector_gr_block_sptr_insert__SWIG_1(PyObject*, PyObject*)':
gnuradio_swig_python.cc:10191: warning: dereferencing type-punned pointer will 
break strict-aliasing rules
gnuradio_swig_python.cc: In function 'PyObject* 
_wrap_x_vector_gr_block_sptr_insert(PyObject*, PyObject*)':
gnuradio_swig_python.cc:10239: warning: dereferencing type-punned pointer will 
break strict-aliasing rules
gnuradio_swig_python.cc:10256: warning: dereferencing type-punned pointer will 
break strict-aliasing rules
gnuradio_swig_python.cc: In static member function 'static int 
swig::traits_asptr_stdseq<Seq, T>::asptr(PyObject*, Seq**) [with Seq = 
std::vector<boost::shared_ptr<gr_block>, 
std::allocator<boost::shared_ptr<gr_block> > >, T = 
boost::shared_ptr<gr_block>]':
gnuradio_swig_python.cc:4447:   instantiated from 'static int 
swig::traits_asptr<std::vector<T, std::allocator<_CharT> > >::asptr(PyObject*, 
std::vector<T, std::allocator<_CharT> >**) [with T = 
boost::shared_ptr<gr_block>]'
gnuradio_swig_python.cc:3488:   instantiated from 'int swig::asptr(PyObject*, 
Type**) [with Type = std::vector<boost::shared_ptr<gr_block>, 
std::allocator<boost::shared_ptr<gr_block> > >]'
gnuradio_swig_python.cc:8894:   instantiated from here
gnuradio_swig_python.cc:4401: warning: dereferencing type-punned pointer will 
break strict-aliasing rules
gnuradio_swig_python.cc: In static member function 'static int 
swig::traits_asptr_stdseq<Seq, T>::asptr(PyObject*, Seq**) [with Seq = 
std::vector<double, std::allocator<double> >, T = double]':
gnuradio_swig_python.cc:4447:   instantiated from 'static int 
swig::traits_asptr<std::vector<T, std::allocator<_CharT> > >::asptr(PyObject*, 
std::vector<T, std::allocator<_CharT> >**) [with T = double]'
gnuradio_swig_python.cc:3488:   instantiated from 'int swig::asptr(PyObject*, 
Type**) [with Type = std::vector<double, std::allocator<double> >]'
gnuradio_swig_python.cc:14172:   instantiated from here
gnuradio_swig_python.cc:4401: warning: dereferencing type-punned pointer will 
break strict-aliasing rules
gnuradio_swig_python.cc: In static member function 'static int 
swig::traits_asptr_stdseq<Seq, T>::asptr(PyObject*, Seq**) [with Seq = 
std::vector<float, std::allocator<float> >, T = float]':
gnuradio_swig_python.cc:4447:   instantiated from 'static int 
swig::traits_asptr<std::vector<T, std::allocator<_CharT> > >::asptr(PyObject*, 
std::vector<T, std::allocator<_CharT> >**) [with T = float]'
gnuradio_swig_python.cc:3488:   instantiated from 'int swig::asptr(PyObject*, 
Type**) [with Type = std::vector<float, std::allocator<float> >]'
gnuradio_swig_python.cc:18017:   instantiated from here
gnuradio_swig_python.cc:4401: warning: dereferencing type-punned pointer will 
break strict-aliasing rules
gnuradio_swig_python.cc: In static member function 'static int 
swig::traits_asptr_stdseq<Seq, T>::asptr(PyObject*, Seq**) [with Seq = 
std::vector<unsigned char, std::allocator<unsigned char> >, T = unsigned char]':
gnuradio_swig_python.cc:4447:   instantiated from 'static int 
swig::traits_asptr<std::vector<T, std::allocator<_CharT> > >::asptr(PyObject*, 
std::vector<T, std::allocator<_CharT> >**) [with T = unsigned char]'
gnuradio_swig_python.cc:3488:   instantiated from 'int swig::asptr(PyObject*, 
Type**) [with Type = std::vector<unsigned char, std::allocator<unsigned char> 
>]'
gnuradio_swig_python.cc:43036:   instantiated from here
gnuradio_swig_python.cc:4401: warning: dereferencing type-punned pointer will 
break strict-aliasing rules
gnuradio_swig_python.cc: In static member function 'static int 
swig::traits_asptr_stdseq<Seq, T>::asptr(PyObject*, Seq**) [with Seq = 
std::vector<std::complex<float>, std::allocator<std::complex<float> > >, T = 
std::complex<float>]':
gnuradio_swig_python.cc:4447:   instantiated from 'static int 
swig::traits_asptr<std::vector<T, std::allocator<_CharT> > >::asptr(PyObject*, 
std::vector<T, std::allocator<_CharT> >**) [with T = std::complex<float>]'
gnuradio_swig_python.cc:3488:   instantiated from 'int swig::asptr(PyObject*, 
Type**) [with Type = std::vector<std::complex<float>, 
std::allocator<std::complex<float> > >]'
gnuradio_swig_python.cc:53454:   instantiated from here
gnuradio_swig_python.cc:4401: warning: dereferencing type-punned pointer will 
break strict-aliasing rules
gnuradio_swig_python.cc: In static member function 'static int 
swig::traits_asptr_stdseq<Seq, T>::asptr(PyObject*, Seq**) [with Seq = 
std::vector<int, std::allocator<int> >, T = int]':
gnuradio_swig_python.cc:4447:   instantiated from 'static int 
swig::traits_asptr<std::vector<T, std::allocator<_CharT> > >::asptr(PyObject*, 
std::vector<T, std::allocator<_CharT> >**) [with T = int]'
gnuradio_swig_python.cc:3488:   instantiated from 'int swig::asptr(PyObject*, 
Type**) [with Type = std::vector<int, std::allocator<int> >]'
gnuradio_swig_python.cc:56178:   instantiated from here
gnuradio_swig_python.cc:4401: warning: dereferencing type-punned pointer will 
break strict-aliasing rules
gnuradio_swig_python.cc: In static member function 'static int 
swig::traits_asptr_stdseq<Seq, T>::asptr(PyObject*, Seq**) [with Seq = 
std::vector<short int, std::allocator<short int> >, T = short int]':
gnuradio_swig_python.cc:4447:   instantiated from 'static int 
swig::traits_asptr<std::vector<T, std::allocator<_CharT> > >::asptr(PyObject*, 
std::vector<T, std::allocator<_CharT> >**) [with T = short int]'
gnuradio_swig_python.cc:3488:   instantiated from 'int swig::asptr(PyObject*, 
Type**) [with Type = std::vector<short int, std::allocator<short int> >]'
gnuradio_swig_python.cc:64573:   instantiated from here
gnuradio_swig_python.cc:4401: warning: dereferencing type-punned pointer will 
break strict-aliasing rules
gnuradio_swig_python.cc: In static member function 'static int 
swig::traits_asptr<Type>::asptr(PyObject*, Type**) [with Type = 
boost::shared_ptr<gr_block>]':
gnuradio_swig_python.cc:3488:   instantiated from 'int swig::asptr(PyObject*, 
Type**) [with Type = boost::shared_ptr<gr_block>]'
gnuradio_swig_python.cc:3610:   instantiated from 'static bool 
swig::traits_check<Type, swig::pointer_category>::check(PyObject*) [with Type = 
boost::shared_ptr<gr_block>]'
gnuradio_swig_python.cc:3617:   instantiated from 'bool swig::check(PyObject*) 
[with Type = boost::shared_ptr<gr_block>]'
gnuradio_swig_python.cc:4221:   instantiated from 'bool 
swig::PySequence_Cont<T>::check(bool) const [with T = 
boost::shared_ptr<gr_block>]'
gnuradio_swig_python.cc:4389:   instantiated from 'static int 
swig::traits_asptr_stdseq<Seq, T>::asptr(PyObject*, Seq**) [with Seq = 
std::vector<boost::shared_ptr<gr_block>, 
std::allocator<boost::shared_ptr<gr_block> > >, T = 
boost::shared_ptr<gr_block>]'
gnuradio_swig_python.cc:4447:   instantiated from 'static int 
swig::traits_asptr<std::vector<T, std::allocator<_CharT> > >::asptr(PyObject*, 
std::vector<T, std::allocator<_CharT> >**) [with T = 
boost::shared_ptr<gr_block>]'
gnuradio_swig_python.cc:3488:   instantiated from 'int swig::asptr(PyObject*, 
Type**) [with Type = std::vector<boost::shared_ptr<gr_block>, 
std::allocator<boost::shared_ptr<gr_block> > >]'
gnuradio_swig_python.cc:8894:   instantiated from here
gnuradio_swig_python.cc:3478: warning: dereferencing type-punned pointer will 
break strict-aliasing rules
gnuradio_swig_python.cc: In function 'PyObject* 
_wrap_x_vector_gr_block_sptr_rend(PyObject*, PyObject*)':
gnuradio_swig_python.cc:9571: warning: 'argv$0' may be used uninitialized in 
this function
gnuradio_swig_python.cc: In function 'PyObject* 
_wrap_x_vector_gr_block_sptr_rbegin(PyObject*, PyObject*)':
gnuradio_swig_python.cc:9492: warning: 'argv$0' may be used uninitialized in 
this function
gnuradio_swig_python.cc: In function 'PyObject* 
_wrap_x_vector_gr_block_sptr_begin(PyObject*, PyObject*)':
gnuradio_swig_python.cc:9334: warning: 'argv$0' may be used uninitialized in 
this function
gnuradio_swig_python.cc: In function 'PyObject* 
_wrap_x_vector_gr_block_sptr_end(PyObject*, PyObject*)':
gnuradio_swig_python.cc:9413: warning: 'argv$0' may be used uninitialized in 
this function
/var/tmp//ccWtqH2F.s: Assembler messages:
/var/tmp//ccWtqH2F.s:1447: Warning: .stabs: description field '1fa31' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:1448: Warning: .stabs: description field '1fa36' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:1449: Warning: .stabs: description field '1fa38' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:1450: Warning: .stabs: description field '1fa3b' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3449: Warning: .stabs: description field '1ed47' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3450: Warning: .stabs: description field '1ed47' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3456: Warning: .stabn: description field '1ed47' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3463: Warning: .stabn: description field '1ed49' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3475: Warning: .stabs: description field '1ed4a' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3476: Warning: .stabs: description field '1ed4a' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3480: Warning: .stabn: description field '1ed4a' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3487: Warning: .stabn: description field '1ed4c' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3499: Warning: .stabs: description field '1ed4d' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3500: Warning: .stabs: description field '1ed4d' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3504: Warning: .stabn: description field '1ed4d' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3511: Warning: .stabn: description field '1ed4f' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3523: Warning: .stabs: description field '1ed50' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3524: Warning: .stabs: description field '1ed50' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3528: Warning: .stabn: description field '1ed50' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3535: Warning: .stabn: description field '1ed52' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3547: Warning: .stabs: description field '1ed53' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3548: Warning: .stabs: description field '1ed53' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3552: Warning: .stabn: description field '1ed53' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3559: Warning: .stabn: description field '1ed55' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3571: Warning: .stabs: description field '1ed56' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3572: Warning: .stabs: description field '1ed56' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3576: Warning: .stabn: description field '1ed56' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3584: Warning: .stabn: description field '1ed57' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3590: Warning: .stabn: description field '1ed58' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3596: Warning: .stabs: description field '1ed56' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3602: Warning: .stabs: description field '1ed59' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3603: Warning: .stabs: description field '1ed59' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3607: Warning: .stabn: description field '1ed59' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3614: Warning: .stabn: description field '1ed5b' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3626: Warning: .stabs: description field '1ed5c' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3627: Warning: .stabs: description field '1ed5c' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3631: Warning: .stabn: description field '1ed5c' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3638: Warning: .stabn: description field '1ed5e' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3650: Warning: .stabs: description field '1ed5f' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3651: Warning: .stabs: description field '1ed5f' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3655: Warning: .stabn: description field '1ed5f' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3662: Warning: .stabn: description field '1ed61' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3674: Warning: .stabs: description field '1ed62' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3675: Warning: .stabs: description field '1ed62' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3679: Warning: .stabn: description field '1ed62' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3686: Warning: .stabn: description field '1ed64' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3698: Warning: .stabs: description field '1ed65' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3699: Warning: .stabs: description field '1ed65' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3703: Warning: .stabn: description field '1ed65' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3710: Warning: .stabn: description field '1ed67' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3722: Warning: .stabs: description field '1ed68' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3723: Warning: .stabs: description field '1ed68' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3727: Warning: .stabn: description field '1ed68' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3734: Warning: .stabn: description field '1ed6a' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3746: Warning: .stabs: description field '1ed6b' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3747: Warning: .stabs: description field '1ed6b' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3751: Warning: .stabn: description field '1ed6b' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3758: Warning: .stabn: description field '1ed6d' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3770: Warning: .stabs: description field '1ed6e' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3771: Warning: .stabs: description field '1ed6e' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3775: Warning: .stabn: description field '1ed6e' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3782: Warning: .stabn: description field '1ed70' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3794: Warning: .stabs: description field '1ed71' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3795: Warning: .stabs: description field '1ed71' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3799: Warning: .stabn: description field '1ed71' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3806: Warning: .stabn: description field '1ed73' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3818: Warning: .stabs: description field '1ed74' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3819: Warning: .stabs: description field '1ed74' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3823: Warning: .stabn: description field '1ed74' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3830: Warning: .stabn: description field '1ed76' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3842: Warning: .stabs: description field '1ed77' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3843: Warning: .stabs: description field '1ed77' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3847: Warning: .stabn: description field '1ed77' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3854: Warning: .stabn: description field '1ed79' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3866: Warning: .stabs: description field '1ed7a' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3867: Warning: .stabs: description field '1ed7a' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3871: Warning: .stabn: description field '1ed7a' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3878: Warning: .stabn: description field '1ed7c' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3890: Warning: .stabs: description field '1ed7d' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3891: Warning: .stabs: description field '1ed7d' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3895: Warning: .stabn: description field '1ed7d' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3902: Warning: .stabn: description field '1ed7f' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3914: Warning: .stabs: description field '1ed80' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3915: Warning: .stabs: description field '1ed80' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3919: Warning: .stabn: description field '1ed80' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3926: Warning: .stabn: description field '1ed82' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3938: Warning: .stabs: description field '1ed83' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3939: Warning: .stabs: description field '1ed83' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3943: Warning: .stabn: description field '1ed83' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3950: Warning: .stabn: description field '1ed85' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3962: Warning: .stabs: description field '1ed86' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3963: Warning: .stabs: description field '1ed86' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3967: Warning: .stabn: description field '1ed86' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3974: Warning: .stabn: description field '1ed88' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3986: Warning: .stabs: description field '1ed89' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3987: Warning: .stabs: description field '1ed89' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3991: Warning: .stabn: description field '1ed89' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:3998: Warning: .stabn: description field '1ed8b' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4010: Warning: .stabs: description field '1ed8c' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4011: Warning: .stabs: description field '1ed8c' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4015: Warning: .stabn: description field '1ed8c' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4022: Warning: .stabn: description field '1ed8e' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4034: Warning: .stabs: description field '1ed8f' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4035: Warning: .stabs: description field '1ed8f' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4039: Warning: .stabn: description field '1ed8f' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4046: Warning: .stabn: description field '1ed91' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4058: Warning: .stabs: description field '1ed92' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4059: Warning: .stabs: description field '1ed92' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4063: Warning: .stabn: description field '1ed92' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4070: Warning: .stabn: description field '1ed94' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4082: Warning: .stabs: description field '1ed95' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4083: Warning: .stabs: description field '1ed95' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4087: Warning: .stabn: description field '1ed95' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4094: Warning: .stabn: description field '1ed97' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4106: Warning: .stabs: description field '1ed98' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4107: Warning: .stabs: description field '1ed98' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4111: Warning: .stabn: description field '1ed98' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4118: Warning: .stabn: description field '1ed9a' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4130: Warning: .stabs: description field '1ed9b' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4131: Warning: .stabs: description field '1ed9b' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4135: Warning: .stabn: description field '1ed9b' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4142: Warning: .stabn: description field '1ed9d' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4154: Warning: .stabs: description field '1ed9e' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4155: Warning: .stabs: description field '1ed9e' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4159: Warning: .stabn: description field '1ed9e' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4166: Warning: .stabn: description field '1eda0' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4178: Warning: .stabs: description field '1eda1' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4179: Warning: .stabs: description field '1eda1' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4183: Warning: .stabn: description field '1eda1' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4191: Warning: .stabn: description field '1eda2' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4197: Warning: .stabn: description field '1eda3' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4203: Warning: .stabs: description field '1eda1' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4209: Warning: .stabs: description field '1eda4' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4210: Warning: .stabs: description field '1eda4' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4214: Warning: .stabn: description field '1eda4' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4221: Warning: .stabn: description field '1eda6' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4233: Warning: .stabs: description field '1eda7' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4234: Warning: .stabs: description field '1eda7' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4238: Warning: .stabn: description field '1eda7' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4245: Warning: .stabn: description field '1eda9' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4257: Warning: .stabs: description field '1edaa' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4258: Warning: .stabs: description field '1edaa' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4262: Warning: .stabn: description field '1edaa' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4269: Warning: .stabn: description field '1edac' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4281: Warning: .stabs: description field '1edad' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4282: Warning: .stabs: description field '1edad' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4286: Warning: .stabn: description field '1edad' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4293: Warning: .stabn: description field '1edaf' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4305: Warning: .stabs: description field '1edb0' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4306: Warning: .stabs: description field '1edb0' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4310: Warning: .stabn: description field '1edb0' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4317: Warning: .stabn: description field '1edb2' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4329: Warning: .stabs: description field '1edb3' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4330: Warning: .stabs: description field '1edb3' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4334: Warning: .stabn: description field '1edb3' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4341: Warning: .stabn: description field '1edb5' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4353: Warning: .stabs: description field '1edb6' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4354: Warning: .stabs: description field '1edb6' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4358: Warning: .stabn: description field '1edb6' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4365: Warning: .stabn: description field '1edb8' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4377: Warning: .stabs: description field '1edb9' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4378: Warning: .stabs: description field '1edb9' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4382: Warning: .stabn: description field '1edb9' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4389: Warning: .stabn: description field '1edbb' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4401: Warning: .stabs: description field '1edbc' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4402: Warning: .stabs: description field '1edbc' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4406: Warning: .stabn: description field '1edbc' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4413: Warning: .stabn: description field '1edbe' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4425: Warning: .stabs: description field '1edbf' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4426: Warning: .stabs: description field '1edbf' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4430: Warning: .stabn: description field '1edbf' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4437: Warning: .stabn: description field '1edc1' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4449: Warning: .stabs: description field '1edc2' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4450: Warning: .stabs: description field '1edc2' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4454: Warning: .stabn: description field '1edc2' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4461: Warning: .stabn: description field '1edc4' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4473: Warning: .stabs: description field '1edc5' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4474: Warning: .stabs: description field '1edc5' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4478: Warning: .stabn: description field '1edc5' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4485: Warning: .stabn: description field '1edc7' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4497: Warning: .stabs: description field '1edc8' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4498: Warning: .stabs: description field '1edc8' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4502: Warning: .stabn: description field '1edc8' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4509: Warning: .stabn: description field '1edca' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4521: Warning: .stabs: description field '1edcb' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4522: Warning: .stabs: description field '1edcb' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4526: Warning: .stabn: description field '1edcb' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4533: Warning: .stabn: description field '1edcd' too big, 
try a different debug format
/var/tmp//ccWtqH2F.s:4545: Warning: .stabs: description field '1edce' too big, 
try a different debug format


-- 
    Greg Troxel <address@hidden>

Attachment: pgpenEax_202R.pgp
Description: PGP signature


reply via email to

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