Bug#304258: yate: ftbfs [sparc] /usr/src/modules/zaptel/zaptel.h: No such file or directory

Blars Blarson Blars Blarson <blarson@blars.org>, 304258@bugs.debian.org
Mon, 11 Apr 2005 15:47:13 -0700


Package: yate
Version: 0.8.7-2
Severity: serious
Tags: sid
Justification: fails to build from source

yate fails to build from source on sparc and other buildds, duplicated on
sparc pbuilder.  Same error expeced on i386 pbuilder.

T_CHECK  -export-dynamic -shared -Wl,--retain-symbols-file,/dev/null -L.. -lyate
 -o zapchan.yate -lpri zapchan.cpp 
zapchan.cpp:27:44: /usr/src/modules/zaptel/zaptel.h: No such file or directory
zapchan.cpp: In function `int zt_get_event(int)':
zapchan.cpp:70: error: `ZT_GETEVENT' undeclared (first use this function)
zapchan.cpp:70: error: (Each undeclared identifier is reported only once for 
   each function it appears in.)
zapchan.cpp: In function `int zt_open(int, bool, unsigned int)':
zapchan.cpp:97: error: `ZT_CHANNO' undeclared (first use this function)
zapchan.cpp:97: error: `ZT_SPECIFY' undeclared (first use this function)
zapchan.cpp:104: error: `ZT_SET_BLOCKSIZE' undeclared (first use this function)
zapchan.cpp: In function `bool zt_set_law(int, int)':
zapchan.cpp:117: error: `ZT_SETLINEAR' undeclared (first use this function)
zapchan.cpp:120: error: `ZT_SETLAW' undeclared (first use this function)
zapchan.cpp: At global scope:
zapchan.cpp:317: error: `ZT_LAW_DEFAULT' was not declared in this scope
zapchan.cpp:318: error: `ZT_LAW_MULAW' was not declared in this scope
zapchan.cpp:319: error: `ZT_LAW_ALAW' was not declared in this scope
zapchan.cpp: In static member function `static pri* PriSpan::makePri(int, int, 
   int, int, bool, int)':
zapchan.cpp:555: error: `ZT_PARAMS' undeclared (first use this function)
zapchan.cpp:555: error: parse error before `;' token
zapchan.cpp:556: error: `ZT_GET_PARAMS' undeclared (first use this function)
zapchan.cpp:556: error: `par' undeclared (first use this function)
zapchan.cpp:561: error: `ZT_SIG_HDLCFCS' undeclared (first use this function)
zapchan.cpp:565: error: `ZT_BUFFERINFO' undeclared (first use this function)
zapchan.cpp:565: error: parse error before `;' token
zapchan.cpp:566: error: `bi' undeclared (first use this function)
zapchan.cpp:566: error: `ZT_POLICY_IMMEDIATE' undeclared (first use this 
   function)
zapchan.cpp:570: error: `ZT_SET_BUFINFO' undeclared (first use this function)
zapchan.cpp: In member function `void PriSpan::ringChan(int, pri_event_ring&)':
zapchan.cpp:816: error: `ZT_LAW_ALAW' undeclared (first use this function)
zapchan.cpp:819: error: `ZT_LAW_MULAW' undeclared (first use this function)
make[2]: *** [zapchan.yate] Error 1
make[2]: Leaving directory `/tmp/buildd/yate-0.8.7/modules'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/tmp/buildd/yate-0.8.7'
make: *** [build-stamp] Error 2