Bug#335432: marked as done (unable to install zaptel-source as a module)

Debian Bug Tracking System owner at bugs.debian.org
Mon Oct 24 01:06:52 UTC 2005


Your message dated Sun, 23 Oct 2005 19:50:08 -0500
with message-id <1130115009.10379.7.camel at nomada.avatar.com.co>
and subject line Bug#335432: unable to install zaptel-source as a module
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 23 Oct 2005 23:21:42 +0000
>From root at prelude.brendon.com Sun Oct 23 16:21:42 2005
Return-path: <root at prelude.brendon.com>
Received: from adsl-68-126-236-38.dsl.pltn13.pacbell.net (prelude.brendon.com) [68.126.236.38] (postfix)
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1ETp9q-0004MU-00; Sun, 23 Oct 2005 16:21:42 -0700
Received: by prelude.brendon.com (Postfix, from userid 0)
	id EC8F68213; Sun, 23 Oct 2005 16:21:40 -0700 (PDT)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: brendon <brendon at brendon.com>
To: Debian Bug Tracking System <submit at bugs.debian.org>
Subject: unable to install zaptel-source as a module
X-Mailer: reportbug 2.63
Date: Sun, 23 Oct 2005 16:21:40 -0700
Message-Id: <20051023232140.EC8F68213 at prelude.brendon.com>
Delivered-To: submit at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: zaptel-source
Version: 1:1.1.9.0beta1-1
Severity: important
Justification: fails to build from source

I use module assistant for this.

# cat  /var/cache/modass/zaptel-source.buildlog.2.6.12-a.1130108808 
dh_testdir
dh_testroot
rm -f build-*-stamp configure-stamp
# Add here commands to clean up after the build process.
rm -rf modexamples
/usr/bin/make clean
make[1]: Entering directory `/usr/src/modules/zaptel'
rm -f torisatool makefw tor2fw.h radfw.h
rm -f ztcfg sethdlc-new ztmonitor ztspeed  zttest fxotune
rm -f *.o ztcfg tzdriver sethdlc sethdlc-new
rm -f zonedata.lo tonezone.lo libtonezone.so *.lo
rm -f *.ko *.mod.c .*o.cmd
rm -rf .tmp_versions
rm -f gendigits tones.h
rm -f libtonezone*
rm -f tor2ee
rm -f fxotune
rm -f core
rm -f ztcfg-shared fxstest
make[1]: Leaving directory `/usr/src/modules/zaptel'
#rm -f debian/manpage.links  debian/manpage.refs debian/*.8
dh_clean
/usr/bin/make  -f debian/rules kdist_clean kdist_config binary-modules
make[1]: Entering directory `/usr/src/modules/zaptel'
dh_testdir
dh_testroot
rm -f build-*-stamp configure-stamp
# Add here commands to clean up after the build process.
rm -rf modexamples
/usr/bin/make clean
make[2]: Entering directory `/usr/src/modules/zaptel'
rm -f torisatool makefw tor2fw.h radfw.h
rm -f ztcfg sethdlc-new ztmonitor ztspeed  zttest fxotune
rm -f *.o ztcfg tzdriver sethdlc sethdlc-new
rm -f zonedata.lo tonezone.lo libtonezone.so *.lo
rm -f *.ko *.mod.c .*o.cmd
rm -rf .tmp_versions
rm -f gendigits tones.h
rm -f libtonezone*
rm -f tor2ee
rm -f fxotune
rm -f core
rm -f ztcfg-shared fxstest
make[2]: Leaving directory `/usr/src/modules/zaptel'
#rm -f debian/manpage.links  debian/manpage.refs debian/*.8
dh_clean
/usr/bin/gcc-3.3
for templ in ; do \
    cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.12-evms/g'` ; \
  done
for templ in `ls debian/*.modules.in` ; do \
    test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in} ${templ%.modules.in}.backup 2>/dev/null || true; \
    sed -e 's/##KVERS##/2.6.12-evms/g ;s/#KVERS#/2.6.12-evms/g ; s/_KVERS_/2.6.12-evms/g ; s/##KDREV##//g ; s/#KDREV#//g ; s/_KDREV_//g' < $templ > ${templ%.modules.in}; \
  done
dh_testdir
dh_testroot
dh_clean -k
make modules KERNEL_SOURCES=/usr/src/kernel-headers-2.6.12-evms MODVERSIONS=detect KERNEL=linux-2.6.12-evms
make[2]: Entering directory `/usr/src/modules/zaptel'
gcc-3.3 -I. -O4 -g -Wall -DBUILDING_TONEZONE    -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\"  -lm  gendigits.c   -o gendigits
gendigits.c:4:19: stdio.h: No such file or directory
gendigits.c:5:18: math.h: No such file or directory
gendigits.c:6:20: string.h: No such file or directory
gendigits.c:7:20: unistd.h: No such file or directory
gendigits.c:8:20: stdlib.h: No such file or directory
gendigits.c:98: error: syntax error before '*' token
gendigits.c: In function `process':
gendigits.c:105: error: `z' undeclared (first use in this function)
gendigits.c:105: error: (Each undeclared identifier is reported only once
gendigits.c:105: error: for each function it appears in.)
gendigits.c:112: warning: implicit declaration of function `pow'
gendigits.c:112: error: `low_tone_level' undeclared (first use in this function)
gendigits.c:113: warning: implicit declaration of function `cos'
gendigits.c:113: error: `M_PI' undeclared (first use in this function)
gendigits.c:114: warning: implicit declaration of function `sin'
gendigits.c:117: error: `high_tone_level' undeclared (first use in this function)
gendigits.c:122: warning: implicit declaration of function `fprintf'
gendigits.c:122: error: `f' undeclared (first use in this function)
gendigits.c:122: error: `label' undeclared (first use in this function)
gendigits.c: In function `main':
gendigits.c:144: error: `FILE' undeclared (first use in this function)
gendigits.c:144: error: `f' undeclared (first use in this function)
gendigits.c:146: warning: implicit declaration of function `fopen'
gendigits.c:156: warning: implicit declaration of function `fclose'
gendigits.c:158: error: `stderr' undeclared (first use in this function)
make[2]: *** [gendigits] Error 1
make[2]: Leaving directory `/usr/src/modules/zaptel'
make[1]: *** [binary-modules] Error 2
make[1]: Leaving directory `/usr/src/modules/zaptel'
make: *** [kdist_build] Error 2

# 
-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.12-evms
Locale: LANG=C, LC_CTYPE=C

Versions of packages zaptel-source depends on:
ii  bzip2                         1.0.2-1    A high-quality block-sorting file 
ii  debhelper                     4.2.20     helper programs for debian/rules
ii  dpatch                        2.0.10     patch maintenance system for Debia
ii  module-assistant              0.9.10     tool to make module package creati

-- no debconf information

---------------------------------------
Received: (at 335432-done) by bugs.debian.org; 24 Oct 2005 00:49:53 +0000
>From santiago at unicauca.edu.co Sun Oct 23 17:49:52 2005
Return-path: <santiago at unicauca.edu.co>
Received: from (nomada.avatar.com.co) [208.195.215.158] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1ETqXA-0000Jw-00; Sun, 23 Oct 2005 17:49:52 -0700
Received: from santiago by nomada.avatar.com.co with local (Exim 4.50)
	id 1ETqXR-0002or-Bh; Sun, 23 Oct 2005 19:50:09 -0500
Subject: RE: Bug#335432: unable to install zaptel-source as a module
From: Santiago =?ISO-8859-1?Q?Jos=E9?= Ruano =?ISO-8859-1?Q?Rinc=F3n?= <santiago at unicauca.edu.co>
To: Brendon Baumgartner <brendon at brendon.com>, 335432-done at bugs.debian.org
In-Reply-To: <000f01c5d831$67cf4080$1405050a at c6>
References: <000f01c5d831$67cf4080$1405050a at c6>
Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-aQdsH5pp8cFzcgEMIcb+"
Date: Sun, 23 Oct 2005 19:50:08 -0500
Message-Id: <1130115009.10379.7.camel at nomada.avatar.com.co>
Mime-Version: 1.0
X-Mailer: Evolution 2.2.3 
Delivered-To: 335432-done at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-4.0 required=4.0 tests=BAYES_20,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02


--=-aQdsH5pp8cFzcgEMIcb+
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

El dom, 23-10-2005 a las 17:25 -0700, Brendon Baumgartner escribi=F3:
>=20
> Thanks for the response!
>=20
> sources.list:
> deb http://rapid.dotsrc.org/ experimental/
>=20

Are you using debian or xorcom rapid?=20

you have reported this bug to the debian bug tracking system, report
this to the xorcom's one, and, if you prefer, use the debian
repositories:

deb http://ftp.us.debian.org/debian/ ../project/experimental main

grettings,
--=20
Santiago Ruano Rinc=F3n
Grupo GNU/Linux de la Universidad del Cauca
http://gluc.unicauca.edu.co

Huella digital llave GPG:=20
3821 4FB5 774A 611D 31E4  B268 414B 8423 6FEC CDE0

-----

 http://www.el-directorio.org
 El Directorio de linux y el Software Libre de Colombia

--=-aQdsH5pp8cFzcgEMIcb+
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQBDXC/AQUuEI2/szeARAhqBAJ9nuqefoVdh0pSDr979NI6AnqQ5lACgh1eY
I9NpLlngiBE4N/AnyQS2OhY=
=TF7Y
-----END PGP SIGNATURE-----

--=-aQdsH5pp8cFzcgEMIcb+--



More information about the Pkg-voip-maintainers mailing list