Well, I was thinking if you fixed the missing right bracket that it was complaining about, it might work -- worth a shot, anyway.
on Friday 11/10/2006 Christian([EMAIL PROTECTED]) wrote > Hi, > But what is the problem, why doesnt it install? > I am a little new to this so still learning. > Many thanks, > Christian > > > On 2006-11-10 at 16:54 John covici wrote: > > >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([EMAIL PROTECTED]) wrote > > > Hello, > > > OK, this is what i have done. This is a newly installed Debian the > >latest 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 home > >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... > > > 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/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 > > > 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_tools/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... > > > 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 > > > === configuring in mxml (/root/zaptel-1.4.0-beta2/menuselect/mxml) > > > configure: running /bin/sh ./configure --prefix=/usr/local 'CC=gcc' > >'CFLAGS=' --cache-file=/dev/null --srcdir=. > > > 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... > > > 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/mxml' > > > 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 > >mxml-index.o mxml-node.o mxml-search.o mxml-set.o mxml-private.o > >mxml-string.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_GNU_SOURCE menuselect.c > > > gcc -Wall -o menuselect_curses.o -g -c -D_GNU_SOURCE > >menuselect_curses.c > > > gcc -Wall -o strcompat.o -g -c -D_GNU_SOURCE strcompat.c > > > gcc -g -Wall -o menuselect menuselect.o menuselect_curses.o strcompat.o > >mxml/libmxml.a -lncurses > > > 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=/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: ?set_tor_base? 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: ?fcstab? 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/wct4xxp/OCT6114-128D.ima > >/root/zaptel-1.4.0-beta2/wct4xxp/vpm450m_fw.h > > > CC [M] /root/zaptel-1.4.0-beta2/wct4xxp/vpm450m.o > > > CC [M] > >/root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_adpcm_chan.o > > > CC [M] > >/root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_channel.o > > > CC [M] > >/root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_open.o > > > CC [M] > >/root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.o > > > CC [M] > >/root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_conf_bridge.o > > > CC [M] > >/root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_debug.o > > > CC [M] > >/root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_events.o > > > CC [M] > >/root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_interrupts.o > > > CC [M] > >/root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_memory.o > > > CC [M] > >/root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_miscellaneous.o > > > CC [M] > >/root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_mixer.o > > > CC [M] > >/root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_phasing_tsst.o > > > CC [M] > >/root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_playout_buf.o > > > CC [M] > >/root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_remote_debug.o > > > CC [M] > >/root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_tlv.o > > > CC [M] > >/root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_tone_detection.o > > > CC [M] > >/root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_tsi_cnct.o > > > CC [M] > >/root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_tsst.o > > > CC [M] > >/root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/apilib/bt/octapi_bt0.o > > > CC [M] > >/root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/apilib/largmath/octapi_largmath.o > > > CC [M] > >/root/zaptel-1.4.0-beta2/wct4xxp/../oct612x/apilib/llman/octapi_llman.o > > > LD [M] /root/zaptel-1.4.0-beta2/wct4xxp/wct4xxp.o > > > CC [M] /root/zaptel-1.4.0-beta2/xpp/card_fxo.o > > > CC [M] /root/zaptel-1.4.0-beta2/xpp/slic.o > > > CC [M] /root/zaptel-1.4.0-beta2/xpp/card_fxs.o > > > CC [M] /root/zaptel-1.4.0-beta2/xpp/xbus-core.o > > > CC [M] /root/zaptel-1.4.0-beta2/xpp/xpp_zap.o > > > /root/zaptel-1.4.0-beta2/xpp/xpp_zap.c:187:2: warning: #warning > >"xpp_timer must be sampled EXACTLY 1000/per second" > > > /root/zaptel-1.4.0-beta2/xpp/xpp_zap.c:187:2: warning: #warning > >"xpp_timer 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_global.o > > > LD [M] /root/zaptel-1.4.0-beta2/xpp/xpp.o > > > CC [M] /root/zaptel-1.4.0-beta2/xpp/xpp_usb.o > > > LD [M] /root/zaptel-1.4.0-beta2/xpp/xpd_fxs.o > > > LD [M] /root/zaptel-1.4.0-beta2/xpp/xpd_fxo.o > > > Building modules, stage 2. > > > MODPOST > > > WARNING: /root/zaptel-1.4.0-beta2/xpp/xpd_fxs: 'slic_cmd_direct_write' > >exported twice. Previous export was in > >/root/zaptel-1.4.0-beta2/xpp/xpd_fxo.ko > > > WARNING: /root/zaptel-1.4.0-beta2/xpp/xpd_fxs: 'slic_cmd_direct_read' > >exported twice. Previous export was in > >/root/zaptel-1.4.0-beta2/xpp/xpd_fxo.ko > > > WARNING: /root/zaptel-1.4.0-beta2/xpp/xpd_fxs: > >'slic_cmd_indirect_write' exported twice. Previous export was in > >/root/zaptel-1.4.0-beta2/xpp/xpd_fxo.ko > > > WARNING: /root/zaptel-1.4.0-beta2/xpp/xpd_fxs: 'slic_cmd_indirect_read' > >exported twice. Previous export was in > >/root/zaptel-1.4.0-beta2/xpp/xpd_fxo.ko > > > WARNING: /root/zaptel-1.4.0-beta2/xpp/xpd_fxs: 'dump_slic_cmd' exported > >twice. Previous export was in /root/zaptel-1.4.0-beta2/xpp/xpd_fxo.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_fxo.mod.o > > > LD [M] /root/zaptel-1.4.0-beta2/xpp/xpd_fxo.ko > > > CC /root/zaptel-1.4.0-beta2/xpp/xpd_fxs.mod.o > > > LD [M] /root/zaptel-1.4.0-beta2/xpp/xpd_fxs.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_usb.mod.o > > > LD [M] /root/zaptel-1.4.0-beta2/xpp/xpp_usb.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_TONEZONE -DSTANDALONE_ZAPATA > >-DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DHOTPLUG_FIRMWARE -I. -O4 -g -Wall > >-DBUILDING_TONEZONE -DSTANDALONE_ZAPATA > >-DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DHOTPLUG_FIRMWARE -o fxotune.o -c > >fxotune.c > > > gcc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA > >-DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DHOTPLUG_FIRMWARE -I. -O4 -g -Wall > >-DBUILDING_TONEZONE -DSTANDALONE_ZAPATA > >-DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DHOTPLUG_FIRMWARE -o fxotune > >fxotune.o -lm > > > gcc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA > >-DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DHOTPLUG_FIRMWARE -I. -O4 -g -Wall > >-DBUILDING_TONEZONE -DSTANDALONE_ZAPATA > >-DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DHOTPLUG_FIRMWARE -c -o ztcfg.o > >ztcfg.c > > > gcc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA > >-DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DHOTPLUG_FIRMWARE -I. -O4 -g -Wall > >-DBUILDING_TONEZONE -DSTANDALONE_ZAPATA > >-DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DHOTPLUG_FIRMWARE -c -o zonedata.o > >zonedata.c > > > gcc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA > >-DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DHOTPLUG_FIRMWARE -I. -O4 -g -Wall > >-DBUILDING_TONEZONE -DSTANDALONE_ZAPATA > >-DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DHOTPLUG_FIRMWARE -c -o tonezone.o > >tonezone.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_TONEZONE -DSTANDALONE_ZAPATA > >-DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DHOTPLUG_FIRMWARE -I. -O4 -g -Wall > >-DBUILDING_TONEZONE -DSTANDALONE_ZAPATA > >-DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DHOTPLUG_FIRMWARE -o ztmonitor.o -c > >ztmonitor.c > > > gcc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA > >-DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DHOTPLUG_FIRMWARE -I. -O4 -g -Wall > >-DBUILDING_TONEZONE -DSTANDALONE_ZAPATA > >-DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DHOTPLUG_FIRMWARE -o ztmonitor > >ztmonitor.o > > > gcc -o ztspeed.o -c ztspeed.c > > > gcc -o ztspeed ztspeed.o > > > gcc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA > >-DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DHOTPLUG_FIRMWARE -I. -O4 -g -Wall > >-DBUILDING_TONEZONE -DSTANDALONE_ZAPATA > >-DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DHOTPLUG_FIRMWARE -o zttest.o -c > >zttest.c > > > gcc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA > >-DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DHOTPLUG_FIRMWARE -I. -O4 -g -Wall > >-DBUILDING_TONEZONE -DSTANDALONE_ZAPATA > >-DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DHOTPLUG_FIRMWARE -o zttest zttest.o > > > > > gcc -g -c -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA > >-DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DHOTPLUG_FIRMWARE -I. -O4 -g -Wall > >-DBUILDING_TONEZONE -DSTANDALONE_ZAPATA > >-DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DHOTPLUG_FIRMWARE -o zttool.o > >zttool.c > > > gcc zttool.o -lnewt -o zttool > > > gcc -c -fPIC -I. -O4 -g -Wall -DBUILDING_TONEZONE > >-DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" > >-DHOTPLUG_FIRMWARE -I. -O4 -g -Wall -DBUILDING_TONEZONE > >-DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" > >-DHOTPLUG_FIRMWARE -DBUILDING_TONEZONE -o zonedata.lo zonedata.c > > > gcc -c -fPIC -I. -O4 -g -Wall -DBUILDING_TONEZONE > >-DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" > >-DHOTPLUG_FIRMWARE -I. -O4 -g -Wall -DBUILDING_TONEZONE > >-DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" > >-DHOTPLUG_FIRMWARE -DBUILDING_TONEZONE -o tonezone.lo tonezone.c > > > gcc -shared -Wl,-soname,libtonezone.so.1.0 -o libtonezone.so > >zonedata.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=/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_fxs: 'slic_cmd_direct_write' > >exported twice. Previous export was in > >/root/zaptel-1.4.0-beta2/xpp/xpd_fxo.ko > > > WARNING: /root/zaptel-1.4.0-beta2/xpp/xpd_fxs: 'slic_cmd_direct_read' > >exported twice. Previous export was in > >/root/zaptel-1.4.0-beta2/xpp/xpd_fxo.ko > > > WARNING: /root/zaptel-1.4.0-beta2/xpp/xpd_fxs: > >'slic_cmd_indirect_write' exported twice. Previous export was in > >/root/zaptel-1.4.0-beta2/xpp/xpd_fxo.ko > > > WARNING: /root/zaptel-1.4.0-beta2/xpp/xpd_fxs: 'slic_cmd_indirect_read' > >exported twice. Previous export was in > >/root/zaptel-1.4.0-beta2/xpp/xpd_fxo.ko > > > WARNING: /root/zaptel-1.4.0-beta2/xpp/xpd_fxs: 'dump_slic_cmd' exported > >twice. Previous export was in /root/zaptel-1.4.0-beta2/xpp/xpd_fxo.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_tools/genudevrules > /etc/udev/rules.d/zaptel.rules > > > if [ -d /usr/lib/hotplug/firmware ]; then \ > > > /usr/bin/install -c -m 644 wct4xxp/*.ima > > > /usr/lib/hotplug/firmware; \ > > > fi > > > if [ -d /lib/firmware ]; then \ > > > /usr/bin/install -c -m 644 wct4xxp/*.ima /lib/firmware; \ > > > fi > > > 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` = 0 ]; then \ > > > /sbin/ldconfig || : ;\ > > > fi > > > rm -f /usr/liblibtonezone.so > > > /bin/ln -sf libtonezone.so.1.0 \ > > > /usr/lib/libtonezone.so.1 > > > /bin/ln -sf libtonezone.so.1.0 \ > > > /usr/lib/libtonezone.so > > > if [ -z "" && -x /usr/sbin/sestatus ] && (/usr/sbin/sestatus | grep > >"SELinux status:" | grep -q "enabled") ; then restorecon -v > >/usr/lib/libtonezone.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/tonezone.h > > > /usr/bin/install: cannot create regular file > >`/usr/include/zaptel/tonezone.h': No such file or directory > > > make: *** [install-include] Error 1 > > > > > > I really hope that you are able to tell me what the problem is why it > >doesn't want to install. Have been sitting with this for allmost three > >days now! > > > All the best and many thanks, > > > Christian > > > > > > > > > > > > > > > On 2006-11-10 at 19:04 Tzafrir Cohen wrote: > > > > > > >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 test > > > >> version of Debian with kernel 2.6.17-2-686 can someone who is using > > > >> debian give me some tips on how to get it working and installed? > > > >> Many thanks, > > > >> Christian > > > > > > > >I'm not sure what is the problem you have, but I'm waiting for a more > > > >detailed report. Could you replicate the problem? As I stated, the > >error > > > >looked strange to me, and I have asked you to provide me more details. > > > >Could you please do that? > > > > > > > >BTW: the harmless warnings you got are already fixed in the latest 1.4 > > > >SVN branch. Thanks russel and kpflemming. > > > > > > > >-- > > > > Tzafrir Cohen > > > >icq#16849755 jabber:[EMAIL PROTECTED] > > > >+972-50-7952406 mailto:[EMAIL PROTECTED] > > > >http://www.xorcom.com iax:[EMAIL PROTECTED]/tzafrir > > > >_______________________________________________ > > > >--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 > > > > > > > > > > > >__________ NOD32 1861 (20061110) Information __________ > > > > > > > >This message was checked by NOD32 antivirus system. > > > >http://www.eset.com > > > > > > > > > > > > > > > _______________________________________________ > > > --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 > > > >-- > >Your life is like a penny. You're going to lose it. The question is: > >How do > >you spend it? > > > > John Covici > > [EMAIL PROTECTED] > >_______________________________________________ > >--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 > > > > > >__________ NOD32 1861 (20061110) Information __________ > > > >This message was checked by NOD32 antivirus system. > >http://www.eset.com > > > > -- Your life is like a penny. You're going to lose it. The question is: How do you spend it? John Covici [EMAIL PROTECTED] _______________________________________________ --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
