[asterisk-users] Latest Debian and latest zaptel
John covici
covici at ccs.covici.com
Fri Nov 10 14:54:06 MST 2006
Why don't you just fix the error and try again -- I bet it is fixed
further in the branch.
on Friday 11/10/2006 Christian(christian08 at tdcmail.se) wrote
> Hello,
> OK, this is what i have done. This is a newly installed Debian the l=
atest testversion.
> Everything is done as root.
> Before I did this I upgraded the system to the latest by doing:
> apt-get dist-upgrade
> Rebooted.
> apt-get build-dep asterisk
> Downloaded the latest zaptel 1.4 Beta2 tarball from Digiums ftp.
> Everything is unpacked in the zaptel-1.4.0-beta2 directory in root h=
ome directory.
> ./configure
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...=20
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking how to run the C preprocessor... gcc -E
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether ln -s works... yes
> checking for GNU make... make
> checking for grep... /bin/grep
> checking for sh... /bin/sh
> checking for ln... /bin/ln
> checking for grep that handles long lines and -e... (cached) /bin/gr=
ep
> checking for egrep... /bin/grep -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking for initscr in -lcurses... yes
> checking curses.h usability... yes
> checking curses.h presence... yes
> checking for curses.h... yes
> checking for initscr in -lncurses... yes
> checking for curses.h... (cached) yes
> checking for newtBell in -lnewt... yes
> checking newt.h usability... yes
> checking newt.h presence... yes
> checking for newt.h... yes
> configure: creating ./config.status
> config.status: creating build=5Ftools/menuselect-deps
> config.status: creating makeopts
> configure: *** Zaptel build successfully configured ***
> make
> make[1]: Entering directory `/root/zaptel-1.4.0-beta2/menuselect'
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...=20
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking for GNU make... make
> checking for asprintf... yes
> checking for getloadavg... yes
> checking for setenv... yes
> checking for strcasestr... yes
> checking for strndup... yes
> checking for strnlen... yes
> checking for strsep... yes
> checking for strtoq... yes
> checking for unsetenv... yes
> checking for vasprintf... yes
> checking how to run the C preprocessor... gcc -E
> checking for grep that handles long lines and -e... /bin/grep
> checking for egrep... /bin/grep -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking for initscr in -lcurses... yes
> checking curses.h usability... yes
> checking curses.h presence... yes
> checking for curses.h... yes
> checking for initscr in -lncurses... yes
> checking for curses.h... (cached) yes
> configure: creating ./config.status
> config.status: creating makeopts
> config.status: creating autoconfig.h
> =3D=3D=3D configuring in mxml (/root/zaptel-1.4.0-beta2/menuselect/m=
xml)
> configure: running /bin/sh ./configure --prefix=3D/usr/local 'CC=3D=
gcc' 'CFLAGS=3D' --cache-file=3D/dev/null --srcdir=3D.
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...=20
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking for g++... g++
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for ranlib... ranlib
> checking for ar... /usr/bin/ar
> checking for cp... /bin/cp
> checking for ln... /bin/ln
> checking for mkdir... /bin/mkdir
> checking for nroff... /usr/bin/nroff
> checking for rm... /bin/rm
> checking for strdup... yes
> checking for vsnprintf... yes
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating mxml.list
> config.status: creating mxml.pc
> config.status: creating config.h
> configure: Menuselect build configuration successfully completed
> make[2]: Entering directory `/root/zaptel-1.4.0-beta2/menuselect'
> make[3]: Entering directory `/root/zaptel-1.4.0-beta2/menuselect/mxm=
l'
> gcc -O -Wall -c mxml-attr.c
> gcc -O -Wall -c mxml-entity.c
> gcc -O -Wall -c mxml-file.c
> gcc -O -Wall -c mxml-index.c
> gcc -O -Wall -c mxml-node.c
> gcc -O -Wall -c mxml-search.c
> gcc -O -Wall -c mxml-set.c
> gcc -O -Wall -c mxml-private.c
> gcc -O -Wall -c mxml-string.c
> /bin/rm -f libmxml.a
> /usr/bin/ar crvs libmxml.a mxml-attr.o mxml-entity.o mxml-file.o mxm=
l-index.o mxml-node.o mxml-search.o mxml-set.o mxml-private.o mxml-stri=
ng.o
> a - mxml-attr.o
> a - mxml-entity.o
> a - mxml-file.o
> a - mxml-index.o
> a - mxml-node.o
> a - mxml-search.o
> a - mxml-set.o
> a - mxml-private.o
> a - mxml-string.o
> ranlib libmxml.a
> make[3]: Leaving directory `/root/zaptel-1.4.0-beta2/menuselect/mxml=
'
> gcc -Wall -o menuselect.o -g -c -D=5FGNU=5FSOURCE menuselect.c
> gcc -Wall -o menuselect=5Fcurses.o -g -c -D=5FGNU=5FSOURCE menusel=
ect=5Fcurses.c
> gcc -Wall -o strcompat.o -g -c -D=5FGNU=5FSOURCE strcompat.c
> gcc -g -Wall -o menuselect menuselect.o menuselect=5Fcurses.o strcom=
pat.o mxml/libmxml.a -lncurses=20
> make[2]: Leaving directory `/root/zaptel-1.4.0-beta2/menuselect'
> make[1]: Leaving directory `/root/zaptel-1.4.0-beta2/menuselect'
> make[1]: Entering directory `/root/zaptel-1.4.0-beta2'
> gcc gendigits.c -lm -o gendigits
> ./gendigits > tones.h
> gcc makefw.c -o makefw
> ./makefw tormenta2.rbt tor2fw > tor2fw.h
> Loaded 69900 bytes from file
> ./makefw pciradio.rbt radfw > radfw.h
> Loaded 42096 bytes from file
> make -C /lib/modules/2.6.17-2-686/build SUBDIRS=3D/root/zaptel-1.4.0=
-beta2 modules
> make[2]: Entering directory `/usr/src/linux-headers-2.6.17-2-686'
> CC [M] /root/zaptel-1.4.0-beta2/pciradio.o
> CC [M] /root/zaptel-1.4.0-beta2/tor2.o
> CC [M] /root/zaptel-1.4.0-beta2/torisa.o
> /root/zaptel-1.4.0-beta2/torisa.c:1143: warning: =91set=5Ftor=5Fbase=
=92 defined but not used
> CC [M] /root/zaptel-1.4.0-beta2/wcfxo.o
> CC [M] /root/zaptel-1.4.0-beta2/wct1xxp.o
> CC [M] /root/zaptel-1.4.0-beta2/wctdm.o
> CC [M] /root/zaptel-1.4.0-beta2/wctdm24xxp.o
> CC [M] /root/zaptel-1.4.0-beta2/wcte11xp.o
> CC [M] /root/zaptel-1.4.0-beta2/wcusb.o
> CC [M] /root/zaptel-1.4.0-beta2/zaptel.o
> /root/zaptel-1.4.0-beta2/zaptel.c:226: warning: =91fcstab=92 defined=
but not used
> CC [M] /root/zaptel-1.4.0-beta2/ztd-eth.o
> /root/zaptel-1.4.0-beta2/ztd-eth.c:199: warning: initialization from=
incompatible pointer type
> CC [M] /root/zaptel-1.4.0-beta2/ztd-loc.o
> CC [M] /root/zaptel-1.4.0-beta2/ztdummy.o
> CC [M] /root/zaptel-1.4.0-beta2/ztdynamic.o
> CC [M] /root/zaptel-1.4.0-beta2/zttranscode.o
> CC [M] /root/zaptel-1.4.0-beta2/wct4xxp/base.o
> HOSTCC /root/zaptel-1.4.0-beta2/wct4xxp/fw2h
> /root/zaptel-1.4.0-beta2/wct4xxp/fw2h /root/zaptel-1.4.0-beta2/wct4x=
xp/OCT6114-128D.ima /root/zaptel-1.4.0-beta2/wct4xxp/vpm450m=5Ffw.h
> CC [M] /root/zaptel-1.4.0-beta2/wct4xxp/vpm450m.o
> CC [M] /root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/o=
ct6100api/oct6100=5Fapi/oct6100=5Fadpcm=5Fchan.o
> CC [M] /root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/o=
ct6100api/oct6100=5Fapi/oct6100=5Fchannel.o
> CC [M] /root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/o=
ct6100api/oct6100=5Fapi/oct6100=5Fchip=5Fopen.o
> CC [M] /root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/o=
ct6100api/oct6100=5Fapi/oct6100=5Fchip=5Fstats.o
> CC [M] /root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/o=
ct6100api/oct6100=5Fapi/oct6100=5Fconf=5Fbridge.o
> CC [M] /root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/o=
ct6100api/oct6100=5Fapi/oct6100=5Fdebug.o
> CC [M] /root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/o=
ct6100api/oct6100=5Fapi/oct6100=5Fevents.o
> CC [M] /root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/o=
ct6100api/oct6100=5Fapi/oct6100=5Finterrupts.o
> CC [M] /root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/o=
ct6100api/oct6100=5Fapi/oct6100=5Fmemory.o
> CC [M] /root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/o=
ct6100api/oct6100=5Fapi/oct6100=5Fmiscellaneous.o
> CC [M] /root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/o=
ct6100api/oct6100=5Fapi/oct6100=5Fmixer.o
> CC [M] /root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/o=
ct6100api/oct6100=5Fapi/oct6100=5Fphasing=5Ftsst.o
> CC [M] /root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/o=
ct6100api/oct6100=5Fapi/oct6100=5Fplayout=5Fbuf.o
> CC [M] /root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/o=
ct6100api/oct6100=5Fapi/oct6100=5Fremote=5Fdebug.o
> CC [M] /root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/o=
ct6100api/oct6100=5Fapi/oct6100=5Ftlv.o
> CC [M] /root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/o=
ct6100api/oct6100=5Fapi/oct6100=5Ftone=5Fdetection.o
> CC [M] /root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/o=
ct6100api/oct6100=5Fapi/oct6100=5Ftsi=5Fcnct.o
> CC [M] /root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/o=
ct6100api/oct6100=5Fapi/oct6100=5Ftsst.o
> CC [M] /root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/apilib/bt/octa=
pi=5Fbt0.o
> CC [M] /root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/apilib/largmat=
h/octapi=5Flargmath.o
> CC [M] /root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/apilib/llman/o=
ctapi=5Fllman.o
> LD [M] /root/zaptel-1.4.0-beta2/wct4xxp/wct4xxp.o
> CC [M] /root/zaptel-1.4.0-beta2/xpp/card=5Ffxo.o
> CC [M] /root/zaptel-1.4.0-beta2/xpp/slic.o
> CC [M] /root/zaptel-1.4.0-beta2/xpp/card=5Ffxs.o
> CC [M] /root/zaptel-1.4.0-beta2/xpp/xbus-core.o
> CC [M] /root/zaptel-1.4.0-beta2/xpp/xpp=5Fzap.o
> /root/zaptel-1.4.0-beta2/xpp/xpp=5Fzap.c:187:2: warning: #warning "x=
pp=5Ftimer must be sampled EXACTLY 1000/per second"
> /root/zaptel-1.4.0-beta2/xpp/xpp=5Fzap.c:187:2: warning: #warning "x=
pp=5Ftimer must be sampled EXACTLY 1000/per second"
> CC [M] /root/zaptel-1.4.0-beta2/xpp/xproto.o
> CC [M] /root/zaptel-1.4.0-beta2/xpp/card=5Fglobal.o
> LD [M] /root/zaptel-1.4.0-beta2/xpp/xpp.o
> CC [M] /root/zaptel-1.4.0-beta2/xpp/xpp=5Fusb.o
> LD [M] /root/zaptel-1.4.0-beta2/xpp/xpd=5Ffxs.o
> LD [M] /root/zaptel-1.4.0-beta2/xpp/xpd=5Ffxo.o
> Building modules, stage 2.
> MODPOST
> WARNING: /root/zaptel-1.4.0-beta2/xpp/xpd=5Ffxs: 'slic=5Fcmd=5Fdirec=
t=5Fwrite' exported twice. Previous export was in /root/zaptel-1.4.0-be=
ta2/xpp/xpd=5Ffxo.ko
> WARNING: /root/zaptel-1.4.0-beta2/xpp/xpd=5Ffxs: 'slic=5Fcmd=5Fdirec=
t=5Fread' exported twice. Previous export was in /root/zaptel-1.4.0-bet=
a2/xpp/xpd=5Ffxo.ko
> WARNING: /root/zaptel-1.4.0-beta2/xpp/xpd=5Ffxs: 'slic=5Fcmd=5Findir=
ect=5Fwrite' exported twice. Previous export was in /root/zaptel-1.4.0-=
beta2/xpp/xpd=5Ffxo.ko
> WARNING: /root/zaptel-1.4.0-beta2/xpp/xpd=5Ffxs: 'slic=5Fcmd=5Findir=
ect=5Fread' exported twice. Previous export was in /root/zaptel-1.4.0-b=
eta2/xpp/xpd=5Ffxo.ko
> WARNING: /root/zaptel-1.4.0-beta2/xpp/xpd=5Ffxs: 'dump=5Fslic=5Fcmd'=
exported twice. Previous export was in /root/zaptel-1.4.0-beta2/xpp/xp=
d=5Ffxo.ko
> CC /root/zaptel-1.4.0-beta2/pciradio.mod.o
> LD [M] /root/zaptel-1.4.0-beta2/pciradio.ko
> CC /root/zaptel-1.4.0-beta2/tor2.mod.o
> LD [M] /root/zaptel-1.4.0-beta2/tor2.ko
> CC /root/zaptel-1.4.0-beta2/torisa.mod.o
> LD [M] /root/zaptel-1.4.0-beta2/torisa.ko
> CC /root/zaptel-1.4.0-beta2/wcfxo.mod.o
> LD [M] /root/zaptel-1.4.0-beta2/wcfxo.ko
> CC /root/zaptel-1.4.0-beta2/wct1xxp.mod.o
> LD [M] /root/zaptel-1.4.0-beta2/wct1xxp.ko
> CC /root/zaptel-1.4.0-beta2/wct4xxp/wct4xxp.mod.o
> LD [M] /root/zaptel-1.4.0-beta2/wct4xxp/wct4xxp.ko
> CC /root/zaptel-1.4.0-beta2/wctdm.mod.o
> LD [M] /root/zaptel-1.4.0-beta2/wctdm.ko
> CC /root/zaptel-1.4.0-beta2/wctdm24xxp.mod.o
> LD [M] /root/zaptel-1.4.0-beta2/wctdm24xxp.ko
> CC /root/zaptel-1.4.0-beta2/wcte11xp.mod.o
> LD [M] /root/zaptel-1.4.0-beta2/wcte11xp.ko
> CC /root/zaptel-1.4.0-beta2/wcusb.mod.o
> LD [M] /root/zaptel-1.4.0-beta2/wcusb.ko
> CC /root/zaptel-1.4.0-beta2/xpp/xpd=5Ffxo.mod.o
> LD [M] /root/zaptel-1.4.0-beta2/xpp/xpd=5Ffxo.ko
> CC /root/zaptel-1.4.0-beta2/xpp/xpd=5Ffxs.mod.o
> LD [M] /root/zaptel-1.4.0-beta2/xpp/xpd=5Ffxs.ko
> CC /root/zaptel-1.4.0-beta2/xpp/xpp.mod.o
> LD [M] /root/zaptel-1.4.0-beta2/xpp/xpp.ko
> CC /root/zaptel-1.4.0-beta2/xpp/xpp=5Fusb.mod.o
> LD [M] /root/zaptel-1.4.0-beta2/xpp/xpp=5Fusb.ko
> CC /root/zaptel-1.4.0-beta2/zaptel.mod.o
> LD [M] /root/zaptel-1.4.0-beta2/zaptel.ko
> CC /root/zaptel-1.4.0-beta2/ztd-eth.mod.o
> LD [M] /root/zaptel-1.4.0-beta2/ztd-eth.ko
> CC /root/zaptel-1.4.0-beta2/ztd-loc.mod.o
> LD [M] /root/zaptel-1.4.0-beta2/ztd-loc.ko
> CC /root/zaptel-1.4.0-beta2/ztdummy.mod.o
> LD [M] /root/zaptel-1.4.0-beta2/ztdummy.ko
> CC /root/zaptel-1.4.0-beta2/ztdynamic.mod.o
> LD [M] /root/zaptel-1.4.0-beta2/ztdynamic.ko
> CC /root/zaptel-1.4.0-beta2/zttranscode.mod.o
> LD [M] /root/zaptel-1.4.0-beta2/zttranscode.ko
> make[2]: Leaving directory `/usr/src/linux-headers-2.6.17-2-686'
> gcc -I. -O4 -g -Wall -DBUILDING=5FTONEZONE -DSTANDALONE=5FZAPATA =
-DZAPTEL=5FCONFIG=3D\"/etc/zaptel.conf\" -DHOTPLUG=5FFIRMWARE -I. -O4 -=
g -Wall -DBUILDING=5FTONEZONE -DSTANDALONE=5FZAPATA -DZAPTEL=5FCONFI=
G=3D\"/etc/zaptel.conf\" -DHOTPLUG=5FFIRMWARE -o fxotune.o -c fxotune.c=
> gcc -I. -O4 -g -Wall -DBUILDING=5FTONEZONE -DSTANDALONE=5FZAPATA =
-DZAPTEL=5FCONFIG=3D\"/etc/zaptel.conf\" -DHOTPLUG=5FFIRMWARE -I. -O4 -=
g -Wall -DBUILDING=5FTONEZONE -DSTANDALONE=5FZAPATA -DZAPTEL=5FCONFI=
G=3D\"/etc/zaptel.conf\" -DHOTPLUG=5FFIRMWARE -o fxotune fxotune.o -lm=
> gcc -I. -O4 -g -Wall -DBUILDING=5FTONEZONE -DSTANDALONE=5FZAPATA =
-DZAPTEL=5FCONFIG=3D\"/etc/zaptel.conf\" -DHOTPLUG=5FFIRMWARE -I. -O4 -=
g -Wall -DBUILDING=5FTONEZONE -DSTANDALONE=5FZAPATA -DZAPTEL=5FCONFI=
G=3D\"/etc/zaptel.conf\" -DHOTPLUG=5FFIRMWARE -c -o ztcfg.o ztcfg.c
> gcc -I. -O4 -g -Wall -DBUILDING=5FTONEZONE -DSTANDALONE=5FZAPATA =
-DZAPTEL=5FCONFIG=3D\"/etc/zaptel.conf\" -DHOTPLUG=5FFIRMWARE -I. -O4 -=
g -Wall -DBUILDING=5FTONEZONE -DSTANDALONE=5FZAPATA -DZAPTEL=5FCONFI=
G=3D\"/etc/zaptel.conf\" -DHOTPLUG=5FFIRMWARE -c -o zonedata.o zoneda=
ta.c
> gcc -I. -O4 -g -Wall -DBUILDING=5FTONEZONE -DSTANDALONE=5FZAPATA =
-DZAPTEL=5FCONFIG=3D\"/etc/zaptel.conf\" -DHOTPLUG=5FFIRMWARE -I. -O4 -=
g -Wall -DBUILDING=5FTONEZONE -DSTANDALONE=5FZAPATA -DZAPTEL=5FCONFI=
G=3D\"/etc/zaptel.conf\" -DHOTPLUG=5FFIRMWARE -c -o tonezone.o tonezo=
ne.c
> ar rcs libtonezone.a zonedata.o tonezone.o
> ranlib libtonezone.a
> gcc -o ztcfg ztcfg.o libtonezone.a -lm
> gcc -I. -O4 -g -Wall -DBUILDING=5FTONEZONE -DSTANDALONE=5FZAPATA =
-DZAPTEL=5FCONFIG=3D\"/etc/zaptel.conf\" -DHOTPLUG=5FFIRMWARE -I. -O4 -=
g -Wall -DBUILDING=5FTONEZONE -DSTANDALONE=5FZAPATA -DZAPTEL=5FCONFI=
G=3D\"/etc/zaptel.conf\" -DHOTPLUG=5FFIRMWARE -o ztmonitor.o -c ztmonit=
or.c
> gcc -I. -O4 -g -Wall -DBUILDING=5FTONEZONE -DSTANDALONE=5FZAPATA =
-DZAPTEL=5FCONFIG=3D\"/etc/zaptel.conf\" -DHOTPLUG=5FFIRMWARE -I. -O4 -=
g -Wall -DBUILDING=5FTONEZONE -DSTANDALONE=5FZAPATA -DZAPTEL=5FCONFI=
G=3D\"/etc/zaptel.conf\" -DHOTPLUG=5FFIRMWARE -o ztmonitor ztmonitor.o =
=20
> gcc -o ztspeed.o -c ztspeed.c
> gcc -o ztspeed ztspeed.o =20
> gcc -I. -O4 -g -Wall -DBUILDING=5FTONEZONE -DSTANDALONE=5FZAPATA =
-DZAPTEL=5FCONFIG=3D\"/etc/zaptel.conf\" -DHOTPLUG=5FFIRMWARE -I. -O4 -=
g -Wall -DBUILDING=5FTONEZONE -DSTANDALONE=5FZAPATA -DZAPTEL=5FCONFI=
G=3D\"/etc/zaptel.conf\" -DHOTPLUG=5FFIRMWARE -o zttest.o -c zttest.c
> gcc -I. -O4 -g -Wall -DBUILDING=5FTONEZONE -DSTANDALONE=5FZAPATA =
-DZAPTEL=5FCONFIG=3D\"/etc/zaptel.conf\" -DHOTPLUG=5FFIRMWARE -I. -O4 -=
g -Wall -DBUILDING=5FTONEZONE -DSTANDALONE=5FZAPATA -DZAPTEL=5FCONFI=
G=3D\"/etc/zaptel.conf\" -DHOTPLUG=5FFIRMWARE -o zttest zttest.o =20
> gcc -g -c -I. -O4 -g -Wall -DBUILDING=5FTONEZONE -DSTANDALONE=5F=
ZAPATA -DZAPTEL=5FCONFIG=3D\"/etc/zaptel.conf\" -DHOTPLUG=5FFIRMWARE -I=
. -O4 -g -Wall -DBUILDING=5FTONEZONE -DSTANDALONE=5FZAPATA -DZAPTEL=5F=
CONFIG=3D\"/etc/zaptel.conf\" -DHOTPLUG=5FFIRMWARE -o zttool.o zttool.c=
> gcc zttool.o -lnewt -o zttool
> gcc -c -fPIC -I. -O4 -g -Wall -DBUILDING=5FTONEZONE -DSTANDALONE=5F=
ZAPATA -DZAPTEL=5FCONFIG=3D\"/etc/zaptel.conf\" -DHOTPLUG=5FFIRMWARE -I=
. -O4 -g -Wall -DBUILDING=5FTONEZONE -DSTANDALONE=5FZAPATA -DZAPTEL=5F=
CONFIG=3D\"/etc/zaptel.conf\" -DHOTPLUG=5FFIRMWARE -DBUILDING=5FTONEZON=
E -o zonedata.lo zonedata.c
> gcc -c -fPIC -I. -O4 -g -Wall -DBUILDING=5FTONEZONE -DSTANDALONE=5F=
ZAPATA -DZAPTEL=5FCONFIG=3D\"/etc/zaptel.conf\" -DHOTPLUG=5FFIRMWARE -I=
. -O4 -g -Wall -DBUILDING=5FTONEZONE -DSTANDALONE=5FZAPATA -DZAPTEL=5F=
CONFIG=3D\"/etc/zaptel.conf\" -DHOTPLUG=5FFIRMWARE -DBUILDING=5FTONEZON=
E -o tonezone.lo tonezone.c
> gcc -shared -Wl,-soname,libtonezone.so.1.0 -o libtonezone.so zonedat=
a.lo tonezone.lo -lm
> make[1]: Leaving directory `/root/zaptel-1.4.0-beta2'
> make install
> make[1]: Entering directory `/root/zaptel-1.4.0-beta2'
> make -C /lib/modules/2.6.17-2-686/build SUBDIRS=3D/root/zaptel-1.4.0=
-beta2 modules
> make[2]: Entering directory `/usr/src/linux-headers-2.6.17-2-686'
> Building modules, stage 2.
> MODPOST
> WARNING: /root/zaptel-1.4.0-beta2/xpp/xpd=5Ffxs: 'slic=5Fcmd=5Fdirec=
t=5Fwrite' exported twice. Previous export was in /root/zaptel-1.4.0-be=
ta2/xpp/xpd=5Ffxo.ko
> WARNING: /root/zaptel-1.4.0-beta2/xpp/xpd=5Ffxs: 'slic=5Fcmd=5Fdirec=
t=5Fread' exported twice. Previous export was in /root/zaptel-1.4.0-bet=
a2/xpp/xpd=5Ffxo.ko
> WARNING: /root/zaptel-1.4.0-beta2/xpp/xpd=5Ffxs: 'slic=5Fcmd=5Findir=
ect=5Fwrite' exported twice. Previous export was in /root/zaptel-1.4.0-=
beta2/xpp/xpd=5Ffxo.ko
> WARNING: /root/zaptel-1.4.0-beta2/xpp/xpd=5Ffxs: 'slic=5Fcmd=5Findir=
ect=5Fread' exported twice. Previous export was in /root/zaptel-1.4.0-b=
eta2/xpp/xpd=5Ffxo.ko
> WARNING: /root/zaptel-1.4.0-beta2/xpp/xpd=5Ffxs: 'dump=5Fslic=5Fcmd'=
exported twice. Previous export was in /root/zaptel-1.4.0-beta2/xpp/xp=
d=5Ffxo.ko
> make[2]: Leaving directory `/usr/src/linux-headers-2.6.17-2-686'
> make[1]: Leaving directory `/root/zaptel-1.4.0-beta2'
> build=5Ftools/genudevrules > /etc/udev/rules.d/zaptel.rules
> if [ -d /usr/lib/hotplug/firmware ]; then \
> =09=09/usr/bin/install -c -m 644 wct4xxp/*.ima /usr/lib/hotplug/firm=
ware; \
> =09fi
> if [ -d /lib/firmware ]; then \
> =09=09/usr/bin/install -c -m 644 wct4xxp/*.ima /lib/firmware; \
> =09fi
> Installed firmware
> /usr/bin/install -c -D -m 755 libtonezone.a /usr/lib/libtonezone.a
> /usr/bin/install -c -D -m 755 libtonezone.so /usr/lib/libtonezone.so=
.1.0
> if [ -z "" -a `id -u` =3D 0 ]; then \
> =09=09/sbin/ldconfig || : ;\
> =09fi
> rm -f /usr/liblibtonezone.so
> /bin/ln -sf libtonezone.so.1.0 \
> =09=09/usr/lib/libtonezone.so.1
> /bin/ln -sf libtonezone.so.1.0 \
> =09=09/usr/lib/libtonezone.so
> if [ -z "" && -x /usr/sbin/sestatus ] && (/usr/sbin/sestatus | grep =
"SELinux status:" | grep -q "enabled") ; then restorecon -v /usr/lib/li=
btonezone.so; fi
> /bin/sh: line 0: [: missing `]'
> /usr/bin/install -c -D -m 644 zaptel.h /usr/include/zaptel/zaptel.h
> /usr/bin/install -c -D -m 644 tonezone.h /usr/include/zaptel/tonezon=
e.h
> /usr/bin/install: cannot create regular file `/usr/include/zaptel/to=
nezone.h': No such file or directory
> make: *** [install-include] Error 1
>=20
> I really hope that you are able to tell me what the problem is why i=
t doesn't want to install. Have been sitting with this for allmost thre=
e days now!
> All the best and many thanks,
> Christian
>=20
>=20
>=20
>=20
> On 2006-11-10 at 19:04 Tzafrir Cohen wrote:
>=20
> >On Fri, Nov 10, 2006 at 12:38:51AM +0100, Christian wrote:
> >> Hi all,
> >> Since i cant get latet beta of zaptel installed on the latest tes=
t=20
> >> version of Debian with kernel 2.6.17-2-686 can someone who is usi=
ng=20
> >> debian give me some tips on how to get it working and installed=3F=
> >> Many thanks,
> >> Christian
> >
> >I'm not sure what is the problem you have, but I'm waiting for a mo=
re
> >detailed report. Could you replicate the problem=3F As I stated, th=
e error
> >looked strange to me, and I have asked you to provide me more detai=
ls.
> >Could you please do that=3F
> >
> >BTW: the harmless warnings you got are already fixed in the latest =
1.4
> >SVN branch. Thanks russel and kpflemming.
> >
> >--=20
> > Tzafrir Cohen =20
> >icq#16849755 jabber:tzafrir at jabber.org
> >+972-50-7952406 mailto:tzafrir.cohen at xorcom.com =20
> >http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
> >=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=
=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=
> >--Bandwidth and Colocation provided by Easynews.com --
> >
> >asterisk-users mailing list
> >To UNSUBSCRIBE or update options visit:
> > http://lists.digium.com/mailman/listinfo/asterisk-users
> >
> >
> >=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F NOD32 1861 (20061110) Information =5F=
=5F=5F=5F=5F=5F=5F=5F=5F=5F
> >
> >This message was checked by NOD32 antivirus system.
> >http://www.eset.com
>=20
>=20
>=20
>=20
> =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=
=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=
> --Bandwidth and Colocation provided by Easynews.com --
>=20
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
--=20
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it=3F
John Covici
covici at ccs.covici.com
More information about the asterisk-users
mailing list