Not sure if it's only happening in my environment but I get an error in sipXpark. This issue did not happen at revision 16891 (Monday Oct 19, 2009). Looks like a compiler warning being treated as an error.
I suspect this submission might be the culprit since it was submitted last night in sipXpark: -bash-3.2$ pwd /home/sipxchange/WORKING2/main/sipXpark/src -bash-3.2$ svn log ------------------------------------------------------------------------ r16913 | dworley | 2009-10-20 21:57:18 -0400 (Tue, 20 Oct 2009) | 5 lines Merged revisions 16759-16761,16764-16817,16819-16869,16871-16885,16887-16905 via svnmerge from https://sipxecs.sipfoundry.org/rep/sipXecs/branches/user_dworley_TLS First functional version of TLS support. ------------------------------------------------------------------------ -bash-3.2$ svn info Path: . URL: http://sipxecs.sipfoundry.org/rep/sipXecs/main Repository Root: http://sipxecs.sipfoundry.org/rep/sipXecs Repository UUID: ab1d8caa-1f67-47f1-9e81-24633a41865c Revision: 16920 Node Kind: directory Schedule: normal Last Changed Author: paul.mossman Last Changed Rev: 16920 Last Changed Date: 2009-10-21 09:11:13 -0400 (Wed, 21 Oct 2009) =====> here are the only file changes in my source tree -bash-3.2$ mychanges M sipXpbx/bin/sipx-snapshot.in M sipXopenfire/sipxopenfire-initdb.sql M sipXopenfire/sipxopenfire-setup.sh.in M sipXopenfire/openfire.xml -bash-3.2$ cdb;cd sipXpark -bash-3.2$ make all install Generating BUILDSTAMP: 2009-10-21T13:43:48 bcmdesk2180.ca.nortel.com sipxchange make all-recursive make[1]: Entering directory `/home/sipxchange/WORKING2/BUILD/sipXpark' Making all in . make[2]: Entering directory `/home/sipxchange/WORKING2/BUILD/sipXpark' make[2]: Leaving directory `/home/sipxchange/WORKING2/BUILD/sipXpark' Making all in src make[2]: Entering directory `/home/sipxchange/WORKING2/BUILD/sipXpark/src' g++ -DHAVE_CONFIG_H -I. -I/home/sipxchange/WORKING2/main/sipXpark/src -I.. -I../config -DSIPX_LOGDIR=\"/home/sipxchange/WORKING2/INSTALL/var/log/sipxpbx\" -DSIPX_RUNDIR=\"/home/sipxchange/WORKING2/INSTALL/var/run/sipxpbx\" -DSIPX_TMPDIR=\"/home/sipxchange/WORKING2/INSTALL/var/sipxdata/tmp\" -DSIPX_CONFDIR=\"/home/sipxchange/WORKING2/INSTALL/etc/sipxpbx\" -DSIPX_VARDIR=\"/home/sipxchange/WORKING2/INSTALL/var/sipxdata\" -I/home/sipxchange/WORKING2/INSTALL/include -I/home/sipxchange/WORKING2/INSTALL/include -I/usr/include -I/home/sipxchange/WORKING2/INSTALL/include -g -O2 -D__pingtel_on_posix__ -D_linux_ -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fmessage-length=0 -Wall -Wformat -Wwrite-strings -Wpointer-arith -Wno-strict-aliasing -fno-strict-aliasing -Werror -I/usr/include -MT sipxpark-sipxpark-buildstamp.o -MD -MP -MF .deps/sipxpark-sipxpark-buildstamp.Tpo -c -o sipxpark-sipxpark-buildstamp.o `test -f '../config/sipxpark-buildstamp.cpp' || echo '/home/sipxchange/WORKING2/main/sipXpark/src/'`../config/sipxpark-builds tamp.cpp mv -f .deps/sipxpark-sipxpark-buildstamp.Tpo .deps/sipxpark-sipxpark-buildstamp.Po g++ -DHAVE_CONFIG_H -I. -I/home/sipxchange/WORKING2/main/sipXpark/src -I.. -I../config -DSIPX_LOGDIR=\"/home/sipxchange/WORKING2/INSTALL/var/log/sipxpbx\" -DSIPX_RUNDIR=\"/home/sipxchange/WORKING2/INSTALL/var/run/sipxpbx\" -DSIPX_TMPDIR=\"/home/sipxchange/WORKING2/INSTALL/var/sipxdata/tmp\" -DSIPX_CONFDIR=\"/home/sipxchange/WORKING2/INSTALL/etc/sipxpbx\" -DSIPX_VARDIR=\"/home/sipxchange/WORKING2/INSTALL/var/sipxdata\" -I/home/sipxchange/WORKING2/INSTALL/include -I/home/sipxchange/WORKING2/INSTALL/include -I/usr/include -I/home/sipxchange/WORKING2/INSTALL/include -g -O2 -D__pingtel_on_posix__ -D_linux_ -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fmessage-length=0 -Wall -Wformat -Wwrite-strings -Wpointer-arith -Wno-strict-aliasing -fno-strict-aliasing -Werror -I/usr/include -MT sipxpark-main.o -MD -MP -MF .deps/sipxpark-main.Tpo -c -o sipxpark-main.o `test -f 'main.cpp' || echo '/home/sipxchange/WORKING2/main/sipXpark/src/'`main.cpp cc1plus: warnings being treated as errors /home/sipxchange/WORKING2/main/sipXpark/src/main.cpp: In function : /home/sipxchange/WORKING2/main/sipXpark/src/main.cpp:379: error: may be used uninitialized in this function make[2]: *** [sipxpark-main.o] Error 1 make[2]: Leaving directory `/home/sipxchange/WORKING2/BUILD/sipXpark/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/sipxchange/WORKING2/BUILD/sipXpark' make: *** [all] Error 2 -bash-3.2$
_______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
