similar to: files conflict after CVS update

Displaying 20 results from an estimated 500 matches similar to: "files conflict after CVS update"

2005 Aug 26
3
bug tracker bug?
Cant submit bugs - error 1303, invalid value for field when submitting a new issue. Bug info Failure on build with 1.2beta1 on fresh FC4 install ast_expr2f.c:1784: warning: no previous prototype for ?ast_yyget_column? ast_expr2f.c:1860: warning: no previous prototype for ?ast_yyset_column? ast_expr2f.c:1259: warning: ?yyunput? defined but not used gcc -g -o asterisk -Wl,-E io.o
2006 Dec 13
1
Problem with asterisk 1.4 Installation (undefined reference to `ast_copy_string')
Hi. After successfully running ./configure I run make. When running make I get the following error.. [CC] ast_expr2f.c -> ast_expr2f.o [CC] ast_expr2.c -> ast_expr2.o [CC] strcompat.c -> strcompat.o [LD] aelparse.o aelbison.o pbx_ael.o ael_main.o ast_expr2f.o ast_expr2.o strcompat.o -> aelparse aelparse.o(.text+0x3029): In function `ael_yylex':
2007 Apr 07
2
Cannot compile 1.4.2 on Slackware 7
Hi All, I am trying to upgrade an old Asterisk installation to 1.4.2 (it's currently running CVS-08/02/04-15:15:26) but have hit a couple of problems. The first was easily fixed. I got "storage size of sin isn't known" errors whilst compiling streamplayer.c, but after seeing http://bugs.digium.com/view.php?id=4908#32012 I manually added "#include <netinet/in.h>"
2010 Apr 06
1
testexpr2
I'm trying to build it and run into all sorts of problems. First, "make testexpr2" doesn't work at top level, nor in the "main" subdirectory. If I manually try the commands for it in main/Makefile, it doesn't have a "main" and calls "ast_log". If use -DSTANDALONE2 instead, those go away, but then: ast_expr2f.o: In function
2005 Oct 10
2
Errors with new fetched Asterisk cvs
Below is my try of installation to the latest CVS. I have not updated 3 months. What do I miss since last time? bye Ronald /usr/local/src/asterisk # make clean; make update; make install build_tools/make_version_h > include/asterisk/version.h.tmp if cmp -s include/asterisk/version.h.tmp include/asterisk/version.h ; then echo; else \ mv include/asterisk/version.h.tmp
2005 Aug 29
2
Asterisk Compile error - x86_64
Asterisk has this error on compile: flex ast_expr2.fl "ast_expr2.fl", line 50: unrecognized %option: reentrant "ast_expr2.fl", line 51: unrecognized %option: bison-bridge "ast_expr2.fl", line 52: unrecognized %option: bison-locations make: *** [ast_expr2f.c] Error 1 2.6.12-1.1447_FC4smp #1 SMP bison (GNU Bison) 2.0 Written by Robert Corbett and Richard Stallman.
2005 Aug 29
2
Compile problem with 1.2 beta 1
Has anyone else got 1.2 compiled from cvs ? I've posted the question below to the -dev list but got no answers: 1) No-one else is trying beta 1 2) No-one else is having any issues (I must be the idiot) 3) No-one else saw my message :) I have been trying to compile 1.2 beta 1 on a centos 4 box, to no avail. The "make" command seems to compile ok, but "make install"
2012 Jan 18
1
Compile error 1.8.8.1
Hi, While compiling 1.8.8.1, I met the following error: [AR] hash/hash.o hash/hash_bigkey.o hash/hash_buf.o hash/hash_func.o hash/hash_log2.o hash/hash_page.o hash/ndbm.o btree/bt_close.o btree/bt_conv.o btree/bt_debug.o btree/bt_delete.o btree/bt_get.o btree/bt_open.o btree/bt_overflow.o btree/bt_page.o btree/bt_put.o btree/bt_search.o btree/bt_seq.o btree/bt_split.o btree/bt_utils.o db/db.o
2005 Sep 01
1
Loop error when compiling CVS version of 1.2-Beta
I am still getting an error compiling the 1.2-Beta version. The tarball works fine, but I have never been able to compile the 1.2beta from CVS. I have been compiling CVS-HEAD on the machine for quite some time. It goes into this loop: if cmp -s include/asterisk/version.h.tmp include/asterisk/version.h ; then echo; else \ mv include/asterisk/version.h.tmp include/asterisk/version.h ; \
2005 Jul 19
2
Installation
Hi there , I am a new user of Asterisk. When I downloaded it and was trying to compile it, i got the following error message after it run for a while. This error came after I run make. __________________________________________ gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686
2011 Mar 07
1
[1.8.3] Error compiling Asterisk: __sync_fetch_and_add
Hello all, mmm a bit embarrassing about not having a clue as to why we're getting this error on make of 1.8.3 [AR] hash/hash.o hash/hash_bigkey.o hash/hash_buf.o hash/hash_func.o hash/hash_log2.o hash/hash_page.o hash/ndbm.o btree/bt_close.o btree/bt_conv.o btree/bt_debug.o btree/bt_delete.o btree/bt_get.o btree/bt_open.o btree/bt_overflow.o btree/bt_page.o btree/bt_put.o btree/bt_search.o
2004 Jul 13
1
asterisk compile problem
Hello all As of 5pm PST today (7/13), I pulled Asterisk down off of cvs.digium.com:/usr/cvsroot and tried to compile it on Linux ES 2.1 Actually, I pulled down zaptel, libri & asterisk and compiled them in that order as per my install guide. When I try to compile asterisk with "make clean; make install", it runs okay for a bit and then I get the following error: (ignore Outlooks
2004 Jul 14
2
RE: [Asterisk-User] asterisk compile problem
From: "Nik Martin" <nmartin@radiancetech.com>> To: <asterisk-users@lists.digium.com>> Subject: RE: [Asterisk-Users] asterisk compile problem Date: Wed, 14 Jul 2004 09:22:38 -0500 Organization: Radiance Technologies, Inc. Reply-To: asterisk-users@lists.digium.com Fletcher Bonds wrote: >> Hello all >> >> As of 5pm PST today (7/13), I pulled
2004 Jul 07
3
Problems installing asterisk.
When installing asterisk, I follow de "Getting Started" manual and i get the following error while compilig asterisk: if [ -d CVS ] && ! [ -f .version ]; then echo CVS-HEAD-08/06/04-09:53:57 > .version; fi bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c make: *** [ast_expr.c] broken pipe Just this, nothing else. Zaptel and Libpri installed without any problem and system
2004 Apr 03
2
STABLE 1.0 Branch CVS repository
-Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\"CVS-04/03/04-10:19:04\" -DINSTALL_PREFIX=\"\" -DASTETCDIR=\"/etc/asterisk\" -DASTLIBDIR=\"/usr/lib/asterisk\" -DASTVARLIBDIR=\"/var/lib/asterisk\" -DASTVARRUNDIR=\"/var/run\" -DASTSPOOLDIR=\"/var/spool/asterisk\"
2004 Jan 25
1
Ne machine, build is breaking
Hello. I'm not sure what this problem is. Probably one of my libraries. Any clues ?? ---------------cd ../asterisk then make clean ; make install gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\"CVS-01/25/04-16:37:41\"
2005 Jun 02
2
bison/flex version warning
Hi, (I seem to be having some trouble getting messages to post on the list so I may be duplicating an earlier post. Apologies if this is the case.) I am compiling CVS tip Asterisk on a fresh CentOS 3.4 install. I got this warning: make ast_expr.a make[1]: Entering directory `/usr/src/asterisk' bison -v -d --name-prefix=ast_yy ast_expr.y -o ast_expr.c
2005 Sep 22
2
Recently reported ASTCC audio issues
I'm running Asterisk CVS-v1-0-06/06/05-17:29:02 built by root@............... on a i686 running Linux. I just spent some time in testing this. I tested the local and IAX2 trunks. Both worked flawlessly. Any comments? Darren Wiebe darren@aleph-com.net
2007 Jul 15
0
choppy sound when transcoding (after os update)
after recompilling asterisk (trunk-r75109) after system (mandriva cooker) update (new glibc 2.6, gcc 4.2.1), sound starts very choppy, when codec translation is performed, if translation isn't needed, it sounds OK any idea? until update, everything worked fine. I'm using ztdummy as clock source. during compile, I got lot of errors... ael_main.c: In function ?ast_context_add_ignorepat2?:
2006 Jan 30
2
RE: [Asterisk-Announce] Asterisk 1.2.4 and Zaptel 1.2.3
Does anyone know what date this memory leak was introduced and/or how to check source code for it? I am running a pre-1.2 CVS head version and would like to know if the potential problem exists. > -----Original Message----- > From: asterisk-announce-bounces@lists.digium.com [mailto:asterisk- > announce-bounces@lists.digium.com] On Behalf Of The Asterisk Development > Team > Sent: