[Home]

Summary:ASTERISK-11467: Compile fails with "structure has no member named `tm_gmtoff'"
Reporter:Bruce McAlister (asgaroth)Labels:
Date Opened:2008-02-19 01:59:41.000-0600Date Closed:2008-02-20 12:24:35.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20080219__bug12022.diff.txt
( 1) configure.txt
( 2) gmake.txt
Description:I have been unable to build asterisk 1.4.17/1.4.18 on Solaris x86. The specific error message is as follows:

  [CC] stdtime/localtime.c -> stdtime/localtime.o
stdtime/localtime.c: In function `localsub':
stdtime/localtime.c:1136: error: structure has no member named `tm_gmtoff'
gmake[1]: *** [stdtime/localtime.o] Error 1
gmake: *** [main] Error 2

I am not too sure how far back this change was made that breaks a build on Solaris, I can say with certainty that the last version I built successfully was 1.4.13 (Without the above error). I have not tried building .14/.15 or .16 editions.

****** STEPS TO REPRODUCE ******

[1] Extract 1.4.18 (or 1.4.17) sources
[2] Setup the following environment variables:

PATH=/usr/bin:/usr/sbin:/usr/sfw/bin:/usr/ccs/bin:/opt/sfw/bin
export PATH

PKG_CONFIG='/usr/bin/pkg-config'
CC='/usr/sfw/bin/gcc'
CXX='/usr/sfw/bin/g++'
export CC CXX PKG_CONFIG

[3] Run "./configure"
[4] Run "gmake"



****** ADDITIONAL INFORMATION ******

The output of the "configure" and "gmake" is below:

----------------------------------------------------------------------------------
./configure
checking build system type... i386-pc-solaris2.10
checking host system type... i386-pc-solaris2.10
checking for gcc... /usr/sfw/bin/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 /usr/sfw/bin/gcc accepts -g... yes
checking for /usr/sfw/bin/gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... /usr/sfw/bin/gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for AIX... no
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for uname... /usr/bin/uname
checking for gcc... (cached) /usr/sfw/bin/gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/sfw/bin/gcc accepts -g... (cached) yes
checking for /usr/sfw/bin/gcc option to accept ISO C89... (cached) none needed
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/sfw/bin/g++ accepts -g... yes
checking how to run the C preprocessor... /usr/sfw/bin/gcc -E
checking how to run the C++ preprocessor... /usr/sfw/bin/g++ -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by /usr/sfw/bin/gcc... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking for a BSD-compatible install... ./install-sh -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for GNU make... gmake
checking for strip... /usr/ccs/bin/strip
checking for ar... /usr/ccs/bin/ar
checking for awk... /usr/bin/awk
checking for grep... (cached) /usr/bin/grep
checking for find... /usr/bin/find
checking for compress... /usr/bin/compress
checking for basename... /usr/bin/basename
checking for id... /usr/bin/id
checking for dirname... /usr/bin/dirname
checking for sh... /bin/bash
checking for ln... /usr/bin/ln
checking for dot... :
checking for wget... /usr/sfw/bin/wget
checking for soxmix... no
checking whether pthreads work with -pthreads... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_REENTRANT
checking for working alloca.h... yes
checking for alloca... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for stdbool.h that conforms to C99... no
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for uid_t in sys/types.h... yes
checking for inline... inline
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for struct stat.st_blksize... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working volatile... yes
checking for ptrdiff_t... yes
checking for unistd.h... (cached) yes
checking for working chown... yes
checking whether closedir returns void... no
checking for error_at_line... no
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking whether /usr/sfw/bin/gcc needs -traditional... no
checking for working memcmp... yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for utime.h... (cached) yes
checking for alarm... yes
checking for working mktime... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for function prototypes... yes
checking whether setvbuf arguments are reversed... no
checking return type of signal handlers... void
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for working strcoll... yes
checking for strftime... yes
checking for working strnlen... no
checking for working strtod... yes
checking whether utime accepts a null argument... yes
checking for vprintf... yes
checking for _doprnt... yes
checking for asprintf... no
checking for atexit... yes
checking for bzero... yes
checking for dup2... yes
checking for endpwent... yes
checking for floor... no
checking for ftruncate... yes
checking for getcwd... yes
checking for gethostbyname... no
checking for gethostname... yes
checking for getloadavg... yes
checking for gettimeofday... yes
checking for inet_ntoa... no
checking for isascii... yes
checking for localtime_r... yes
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for munmap... yes
checking for pow... no
checking for putenv... yes
checking for re_comp... yes
checking for regcomp... yes
checking for rint... no
checking for select... yes
checking for setenv... yes
checking for socket... no
checking for sqrt... no
checking for strcasecmp... yes
checking for strcasestr... no
checking for strchr... yes
checking for strcspn... yes
checking for strdup... yes
checking for strerror... yes
checking for strlcat... yes
checking for strlcpy... yes
checking for strncasecmp... yes
checking for strndup... no
checking for strnlen... no
checking for strrchr... yes
checking for strsep... no
checking for strspn... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoq... no
checking for unsetenv... yes
checking for utime... yes
checking for vasprintf... no
checking for library containing gethostbyname_r... -lnsl
checking for gethostbyname_r with 6 arguments... no
checking for gethostbyname_r with 5 arguments... yes
checking for PTHREAD_RWLOCK_INITIALIZER... yes
checking for PTHREAD_RWLOCK_PREFER_WRITER_NP... no
checking for compiler atomic operations... no
checking for compiler 'attribute pure' support... yes
checking for compiler 'attribute malloc' support... yes
checking for compiler 'attribute const' support... yes
checking for compiler 'attribute unused' support... yes
checking for compiler 'attribute always_inline' support... yes
checking for compiler 'attribute deprecated' support... yes
checking for -ffunction-sections support... yes
checking for --gc-sections support... no
checking for -Wdeclaration-after-statement support... yes
checking for res_ninit... no
checking for RTLD_NOLOAD... yes
checking for IP_MTU_DISCOVER... no
checking libkern/OSAtomic.h usability... no
checking libkern/OSAtomic.h presence... no
checking for libkern/OSAtomic.h... no
checking for int... yes
checking size of int... 4
checking for snd_spcm_init in -lasound... no
checking for initscr in -lcurses... yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking for gsm_create in -lgsm... no
checking for iks_start_sasl in -liksemel... no
checking for UW IMAP Toolkit c-client library... no
checking for lt_dlinit in -lltdl... no
checking for crashHandler in -lkdecore... no
checking for mISDN_open in -lmISDN... no
checking for nbs_connect in -lnbs... no
checking for initscr in -lncurses... no
checking for net-snmp-config... /usr/sfw/bin/net-snmp-config
checking for snmp_register_callback in -lnetsnmp... yes
checking for newtBell in -lnewt... no
checking for SQLConnect in -lodbc... no
checking for ogg_sync_init in -logg... yes
checking linux/soundcard.h usability... no
checking linux/soundcard.h presence... no
checking for linux/soundcard.h... no
checking sys/soundcard.h usability... no
checking sys/soundcard.h presence... no
checking for sys/soundcard.h... no
checking for oss_ioctl_mixer in -lossaudio... no
checking for pg_config... /usr/bin/pg_config
checking for PQescapeStringConn in -lpq... yes
checking for poptStrerror in -lpopt... yes
checking popt.h usability... yes
checking popt.h presence... yes
checking for popt.h... yes
checking for pri_keypad_facility in -lpri... no
checking /export/home/vzhsxn/pwlib/include/ptlib.h usability... no
checking /export/home/vzhsxn/pwlib/include/ptlib.h presence... no
checking for /export/home/vzhsxn/pwlib/include/ptlib.h... no
checking /usr/local/include/ptlib.h usability... no
checking /usr/local/include/ptlib.h presence... no
checking for /usr/local/include/ptlib.h... no
checking /usr/include/ptlib.h usability... no
checking /usr/include/ptlib.h presence... no
checking for /usr/include/ptlib.h... no
checking for rc_read_config in -lradiusclient-ng... no
checking for speex_encode in -lspeex... no
checking for speex_preprocess_ctl in -lspeexdsp... no
checking for sqlite_exec in -lsqlite... no
checking for ssl2_connect in -lssl... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for OSPPCryptoDecrypt in -losptk... no
checking for tds_version in -ltds... no
checking for tgetent in -ltermcap... yes
checking for tgetent in -ltinfo... no
checking for tone_zone_find in -ltonezone... no
checking for usb_init in -lusb... yes
checking usb.h usability... yes
checking usb.h presence... yes
checking for usb.h... yes
checking for vorbis_info_init in -lvorbis... yes
checking vorbis/codec.h usability... yes
checking vorbis/codec.h presence... yes
checking for vorbis/codec.h... yes
checking for vpb_open in -lvpb... no
checking for compress in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for ZT_DIAL_OP_CANCEL in zaptel/zaptel.h... no
checking h323.h usability... no
checking h323.h presence... no
checking for h323.h... no
checking linux/compiler.h usability... no
checking linux/compiler.h presence... no
checking for linux/compiler.h... no
checking for linux/ixjuser.h... no
checking for gtk-config... gtk-config
checking for pkg-config... pkg-config
checking for curl-config... no
configure: creating ./config.status
config.status: creating build_tools/menuselect-deps
config.status: creating makeopts
config.status: creating channels/h323/Makefile
config.status: creating include/asterisk/autoconfig.h

              .$$$$$$$$$$$$$$$=..      
           .$7$7..          .7$$7:.    
         .$$:.                 ,$7.7  
       .$7.     7$$$$           .$$77  
    ..$$.       $$$$$            .$$$7
   ..7$   .?.   $$$$$   .?.       7$$$.
  $.$.   .$$$7. $$$$7 .7$$$.      .$$$.
.777.   .$$$$$$77$$$77$$$$$7.      $$$,
$$$~      .7$$$$$$$$$$$$$7.       .$$$.
.$$7          .7$$$$$$$7:          ?$$$.
$$$          ?7$$$$$$$$$$I        .$$$7
$$$       .7$$$$$$$$$$$$$$$$      :$$$.
$$$       $$$$$$7$$$$$$$$$$$$    .$$$.  
$$$        $$$   7$$$7  .$$$    .$$$.  
$$$$             $$$$7         .$$$.    
7$$$7            7$$$$        7$$$      
$$$$$                        $$$      
 $$$$7.                       $$  (TM)    
  $$$$$$$.           .7$$$$$$  $$      
    $$$$$$$$$$$$7$$$$$$$$$.$$$$$$      
      $$$$$$$$$$$$$$$$.                

configure: Package configured for:
configure: OS type  : solaris2.10
configure: Host CPU : i386
----------------------------------------------------------------------------------

----------------------------------------------------------------------------------
gmake
gmake[1]: Entering directory `/export/home/vzhsxn/build/asterisk-1.4.18/menuselect'
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 whether we are using the GNU C++ compiler... yes
checking whether /usr/sfw/bin/g++ accepts -g... yes
checking for a BSD-compatible install... ./install-sh -c
checking for ranlib... ranlib
checking for ar... /usr/ccs/bin/ar
checking for cp... /usr/bin/cp
checking for ln... /usr/bin/ln
checking for mkdir... /usr/bin/mkdir
checking for nroff... /usr/bin/nroff
checking for rm... /usr/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
gmake[1]: Leaving directory `/export/home/vzhsxn/build/asterisk-1.4.18/menuselect'
gmake[1]: Entering directory `/export/home/vzhsxn/build/asterisk-1.4.18/menuselect'
gmake[2]: Entering directory `/export/home/vzhsxn/build/asterisk-1.4.18/menuselect'
gcc -g -c -D_GNU_SOURCE -Wall -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -c -o menuselect.o menuselect.c
menuselect.c: In function `process_deps':
menuselect.c:475: warning: implicit declaration of function `strsep'
menuselect.c: In function `process_prev_failed_deps':
menuselect.c:780: warning: assignment makes pointer from integer without a cast
menuselect.c:781: warning: assignment makes pointer from integer without a cast
menuselect.c: In function `parse_existing_config':
menuselect.c:845: warning: assignment makes pointer from integer without a cast
menuselect.c:858: warning: assignment makes pointer from integer without a cast
menuselect.c: In function `generate_makeopts_file':
menuselect.c:1010: warning: assignment makes pointer from integer without a cast
menuselect.c:1012: warning: assignment makes pointer from integer without a cast
menuselect.c:1020: warning: assignment makes pointer from integer without a cast
menuselect.c:1022: warning: assignment makes pointer from integer without a cast
gcc -g -c -D_GNU_SOURCE -Wall -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -c -o strcompat.o strcompat.c
strcompat.c: In function `strcasestr':
strcompat.c:107: warning: implicit declaration of function `alloca'
strcompat.c: In function `strtoq':
strcompat.c:278: warning: integer constant is too large for "long" type
strcompat.c:278: warning: integer constant is too large for "long" type
strcompat.c:278: warning: integer constant is too large for "long" type
strcompat.c:278: warning: integer constant is too large for "long" type
strcompat.c:301: warning: integer constant is too large for "long" type
strcompat.c:301: warning: integer constant is too large for "long" type
gcc -g -c -D_GNU_SOURCE -Wall -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -c -o menuselect_curses.o menuselect_curses.c
menuselect_curses.c: In function `show_help':
menuselect_curses.c:110: warning: passing arg 2 of `waddstr' discards qualifiers from pointer target type
menuselect_curses.c: In function `display_mem_info':
menuselect_curses.c:195: warning: passing arg 2 of `waddstr' discards qualifiers from pointer target type
menuselect_curses.c: In function `draw_title_window':
menuselect_curses.c:432: warning: passing arg 2 of `waddstr' discards qualifiers from pointer target type
gmake[3]: Entering directory `/export/home/vzhsxn/build/asterisk-1.4.18/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
/usr/bin/rm -f libmxml.a
/usr/ccs/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
ar: writing libmxml.a
ranlib libmxml.a
gmake[3]: Leaving directory `/export/home/vzhsxn/build/asterisk-1.4.18/menuselect/mxml'
gcc -o menuselect menuselect.o strcompat.o menuselect_curses.o mxml/libmxml.a mxml/libmxml.a -lcurses
gmake[2]: Leaving directory `/export/home/vzhsxn/build/asterisk-1.4.18/menuselect'
gmake[1]: Leaving directory `/export/home/vzhsxn/build/asterisk-1.4.18/menuselect'
menuselect/menuselect --check-deps   menuselect.makeopts
build_tools/make_buildopts_h: md5sum: not found
Generating embedded module rules ...
  [CC] smsq.c -> smsq.o
  [CC] strcompat.c -> strcompat.o
  [LD] smsq.o strcompat.o -> smsq
  [CC] stereorize.c -> stereorize.o
  [CC] frame.c -> frame.o
  [LD] stereorize.o frame.o -> stereorize
  [CC] streamplayer.c -> streamplayer.o
  [LD] streamplayer.o -> streamplayer
  [CC] aelparse.c -> aelparse.o
  [CC] aelbison.c -> aelbison.o
  [CC] pbx_ael.c -> pbx_ael.o
  [CC] ael_main.c -> ael_main.o
  [CC] ast_expr2f.c -> ast_expr2f.o
  [CC] ast_expr2.c -> ast_expr2.o
  [LD] aelparse.o aelbison.o pbx_ael.o ael_main.o ast_expr2f.o ast_expr2.o strcompat.o -> aelparse
  [CC] eagi-test.c -> eagi-test.o
  [CC] strcompat.c -> strcompat.o
  [LD] eagi-test.o strcompat.o -> eagi-test
  [CC] eagi-sphinx-test.c -> eagi-sphinx-test.o
  [LD] eagi-sphinx-test.o -> eagi-sphinx-test
  [CC] res_adsi.c -> res_adsi.o
  [LD] res_adsi.o -> res_adsi.so
  [CC] res_agi.c -> res_agi.o
  [LD] res_agi.o -> res_agi.so
  [CC] res_clioriginate.c -> res_clioriginate.o
  [LD] res_clioriginate.o -> res_clioriginate.so
  [CC] res_config_pgsql.c -> res_config_pgsql.o
  [LD] res_config_pgsql.o -> res_config_pgsql.so
  [CC] res_convert.c -> res_convert.o
  [LD] res_convert.o -> res_convert.so
  [CC] res_crypto.c -> res_crypto.o
  [LD] res_crypto.o -> res_crypto.so
  [CC] res_features.c -> res_features.o
  [LD] res_features.o -> res_features.so
  [CC] res_indications.c -> res_indications.o
  [LD] res_indications.o -> res_indications.so
  [CC] res_monitor.c -> res_monitor.o
  [LD] res_monitor.o -> res_monitor.so
  [CC] res_musiconhold.c -> res_musiconhold.o
  [LD] res_musiconhold.o -> res_musiconhold.so
  [CC] res_smdi.c -> res_smdi.o
  [LD] res_smdi.o -> res_smdi.so
  [CC] res_snmp.c -> res_snmp.o
  [CC] snmp/agent.c -> snmp/agent.o
  [LD] res_snmp.o snmp/agent.o -> res_snmp.so
  [CC] res_speech.c -> res_speech.o
  [LD] res_speech.o -> res_speech.so
  [CC] chan_agent.c -> chan_agent.o
  [LD] chan_agent.o -> chan_agent.so
  [CC] chan_iax2.c -> chan_iax2.o
  [CC] iax2-parser.c -> iax2-parser.o
  [CC] iax2-provision.c -> iax2-provision.o
  [LD] chan_iax2.o iax2-parser.o iax2-provision.o -> chan_iax2.so
  [CC] chan_local.c -> chan_local.o
  [LD] chan_local.o -> chan_local.so
  [CC] chan_mgcp.c -> chan_mgcp.o
  [LD] chan_mgcp.o -> chan_mgcp.so
  [CC] chan_sip.c -> chan_sip.o
  [LD] chan_sip.o -> chan_sip.so
  [CC] chan_skinny.c -> chan_skinny.o
  [LD] chan_skinny.o -> chan_skinny.so
  [CC] pbx_ael.c -> pbx_ael.o
  [CC] ael/ael.tab.c -> ael/ael.tab.o
  [CC] ael/ael_lex.c -> ael/ael_lex.o
  [LD] pbx_ael.o ael/ael.tab.o ael/ael_lex.o -> pbx_ael.so
  [CC] pbx_config.c -> pbx_config.o
  [LD] pbx_config.o -> pbx_config.so
  [CC] pbx_dundi.c -> pbx_dundi.o
  [CC] dundi-parser.c -> dundi-parser.o
  [LD] pbx_dundi.o dundi-parser.o -> pbx_dundi.so
  [CC] pbx_loopback.c -> pbx_loopback.o
  [LD] pbx_loopback.o -> pbx_loopback.so
  [CC] pbx_realtime.c -> pbx_realtime.o
  [LD] pbx_realtime.o -> pbx_realtime.so
  [CC] pbx_spool.c -> pbx_spool.o
  [LD] pbx_spool.o -> pbx_spool.so
  [CC] app_adsiprog.c -> app_adsiprog.o
  [LD] app_adsiprog.o -> app_adsiprog.so
  [CC] app_alarmreceiver.c -> app_alarmreceiver.o
  [LD] app_alarmreceiver.o -> app_alarmreceiver.so
  [CC] app_amd.c -> app_amd.o
  [LD] app_amd.o -> app_amd.so
  [CC] app_authenticate.c -> app_authenticate.o
  [LD] app_authenticate.o -> app_authenticate.so
  [CC] app_cdr.c -> app_cdr.o
  [LD] app_cdr.o -> app_cdr.so
  [CC] app_chanisavail.c -> app_chanisavail.o
  [LD] app_chanisavail.o -> app_chanisavail.so
  [CC] app_channelredirect.c -> app_channelredirect.o
  [LD] app_channelredirect.o -> app_channelredirect.so
  [CC] app_chanspy.c -> app_chanspy.o
  [LD] app_chanspy.o -> app_chanspy.so
  [CC] app_controlplayback.c -> app_controlplayback.o
  [LD] app_controlplayback.o -> app_controlplayback.so
  [CC] app_db.c -> app_db.o
  [LD] app_db.o -> app_db.so
  [CC] app_dial.c -> app_dial.o
  [LD] app_dial.o -> app_dial.so
  [CC] app_dictate.c -> app_dictate.o
  [LD] app_dictate.o -> app_dictate.so
  [CC] app_directed_pickup.c -> app_directed_pickup.o
  [LD] app_directed_pickup.o -> app_directed_pickup.so
  [CC] app_directory.c -> app_directory.o
  [LD] app_directory.o -> app_directory.so
  [CC] app_disa.c -> app_disa.o
  [LD] app_disa.o -> app_disa.so
  [CC] app_dumpchan.c -> app_dumpchan.o
  [LD] app_dumpchan.o -> app_dumpchan.so
  [CC] app_echo.c -> app_echo.o
  [LD] app_echo.o -> app_echo.so
  [CC] app_exec.c -> app_exec.o
  [LD] app_exec.o -> app_exec.so
  [CC] app_externalivr.c -> app_externalivr.o
  [LD] app_externalivr.o -> app_externalivr.so
  [CC] app_festival.c -> app_festival.o
  [LD] app_festival.o -> app_festival.so
  [CC] app_followme.c -> app_followme.o
  [LD] app_followme.o -> app_followme.so
  [CC] app_forkcdr.c -> app_forkcdr.o
  [LD] app_forkcdr.o -> app_forkcdr.so
  [CC] app_getcpeid.c -> app_getcpeid.o
  [LD] app_getcpeid.o -> app_getcpeid.so
  [CC] app_hasnewvoicemail.c -> app_hasnewvoicemail.o
  [LD] app_hasnewvoicemail.o -> app_hasnewvoicemail.so
  [CC] app_ices.c -> app_ices.o
  [LD] app_ices.o -> app_ices.so
  [CC] app_image.c -> app_image.o
  [LD] app_image.o -> app_image.so
  [CC] app_lookupblacklist.c -> app_lookupblacklist.o
  [LD] app_lookupblacklist.o -> app_lookupblacklist.so
  [CC] app_lookupcidname.c -> app_lookupcidname.o
  [LD] app_lookupcidname.o -> app_lookupcidname.so
  [CC] app_macro.c -> app_macro.o
  [LD] app_macro.o -> app_macro.so
  [CC] app_milliwatt.c -> app_milliwatt.o
  [LD] app_milliwatt.o -> app_milliwatt.so
  [CC] app_mixmonitor.c -> app_mixmonitor.o
  [LD] app_mixmonitor.o -> app_mixmonitor.so
  [CC] app_morsecode.c -> app_morsecode.o
  [LD] app_morsecode.o -> app_morsecode.so
  [CC] app_mp3.c -> app_mp3.o
  [LD] app_mp3.o -> app_mp3.so
  [CC] app_nbscat.c -> app_nbscat.o
  [LD] app_nbscat.o -> app_nbscat.so
  [CC] app_parkandannounce.c -> app_parkandannounce.o
  [LD] app_parkandannounce.o -> app_parkandannounce.so
  [CC] app_playback.c -> app_playback.o
  [LD] app_playback.o -> app_playback.so
  [CC] app_privacy.c -> app_privacy.o
  [LD] app_privacy.o -> app_privacy.so
  [CC] app_queue.c -> app_queue.o
  [LD] app_queue.o -> app_queue.so
  [CC] app_random.c -> app_random.o
  [LD] app_random.o -> app_random.so
  [CC] app_read.c -> app_read.o
  [LD] app_read.o -> app_read.so
  [CC] app_readfile.c -> app_readfile.o
  [LD] app_readfile.o -> app_readfile.so
  [CC] app_realtime.c -> app_realtime.o
  [LD] app_realtime.o -> app_realtime.so
  [CC] app_record.c -> app_record.o
  [LD] app_record.o -> app_record.so
  [CC] app_sayunixtime.c -> app_sayunixtime.o
  [LD] app_sayunixtime.o -> app_sayunixtime.so
  [CC] app_senddtmf.c -> app_senddtmf.o
  [LD] app_senddtmf.o -> app_senddtmf.so
  [CC] app_sendtext.c -> app_sendtext.o
  [LD] app_sendtext.o -> app_sendtext.so
  [CC] app_setcallerid.c -> app_setcallerid.o
  [LD] app_setcallerid.o -> app_setcallerid.so
  [CC] app_setcdruserfield.c -> app_setcdruserfield.o
  [LD] app_setcdruserfield.o -> app_setcdruserfield.so
  [CC] app_settransfercapability.c -> app_settransfercapability.o
  [LD] app_settransfercapability.o -> app_settransfercapability.so
  [CC] app_sms.c -> app_sms.o
  [LD] app_sms.o -> app_sms.so
  [CC] app_softhangup.c -> app_softhangup.o
  [LD] app_softhangup.o -> app_softhangup.so
  [CC] app_speech_utils.c -> app_speech_utils.o
  [LD] app_speech_utils.o -> app_speech_utils.so
  [CC] app_stack.c -> app_stack.o
  [LD] app_stack.o -> app_stack.so
  [CC] app_system.c -> app_system.o
  [LD] app_system.o -> app_system.so
  [CC] app_talkdetect.c -> app_talkdetect.o
  [LD] app_talkdetect.o -> app_talkdetect.so
  [CC] app_test.c -> app_test.o
  [LD] app_test.o -> app_test.so
  [CC] app_transfer.c -> app_transfer.o
  [LD] app_transfer.o -> app_transfer.so
  [CC] app_url.c -> app_url.o
  [LD] app_url.o -> app_url.so
  [CC] app_userevent.c -> app_userevent.o
  [LD] app_userevent.o -> app_userevent.so
  [CC] app_verbose.c -> app_verbose.o
  [LD] app_verbose.o -> app_verbose.so
  [CC] app_voicemail.c -> app_voicemail.o
  [LD] app_voicemail.o -> app_voicemail.so
  [CC] app_waitforring.c -> app_waitforring.o
  [LD] app_waitforring.o -> app_waitforring.so
  [CC] app_waitforsilence.c -> app_waitforsilence.o
  [LD] app_waitforsilence.o -> app_waitforsilence.so
  [CC] app_while.c -> app_while.o
  [LD] app_while.o -> app_while.so
  [CC] app_zapateller.c -> app_zapateller.o
  [LD] app_zapateller.o -> app_zapateller.so
  [CC] codec_a_mu.c -> codec_a_mu.o
  [LD] codec_a_mu.o -> codec_a_mu.so
  [CC] codec_adpcm.c -> codec_adpcm.o
  [LD] codec_adpcm.o -> codec_adpcm.so
  [CC] codec_alaw.c -> codec_alaw.o
  [LD] codec_alaw.o -> codec_alaw.so
  [CC] codec_g726.c -> codec_g726.o
  [LD] codec_g726.o -> codec_g726.so
  [CC] codec_gsm.c -> codec_gsm.o
  [CC] src/add.c -> src/add.o
  [CC] src/code.c -> src/code.o
  [CC] src/debug.c -> src/debug.o
  [CC] src/decode.c -> src/decode.o
  [CC] src/long_term.c -> src/long_term.o
  [CC] src/lpc.c -> src/lpc.o
  [CC] src/preprocess.c -> src/preprocess.o
  [CC] src/rpe.c -> src/rpe.o
  [CC] src/gsm_destroy.c -> src/gsm_destroy.o
  [CC] src/gsm_decode.c -> src/gsm_decode.o
  [CC] src/gsm_encode.c -> src/gsm_encode.o
  [CC] src/gsm_explode.c -> src/gsm_explode.o
  [CC] src/gsm_implode.c -> src/gsm_implode.o
  [CC] src/gsm_create.c -> src/gsm_create.o
  [CC] src/gsm_print.c -> src/gsm_print.o
  [CC] src/gsm_option.c -> src/gsm_option.o
  [CC] src/short_term.c -> src/short_term.o
  [CC] src/table.c -> src/table.o
  [AR] src/add.o src/code.o src/debug.o src/decode.o src/long_term.o src/lpc.o src/preprocess.o src/rpe.o src/gsm_destroy.o src/gsm_decode.o src/gsm_encode.o src/gsm_explode.o src/gsm_implode.o src/gsm_create.o src/gsm_print.o src/gsm_option.o src/short_term.o src/table.o -> lib/libgsm.a
  [LD] codec_gsm.o gsm/lib/libgsm.a -> codec_gsm.so
  [CC] codec_ilbc.c -> codec_ilbc.o
  [CC] anaFilter.c -> anaFilter.o
  [CC] iCBSearch.c -> iCBSearch.o
  [CC] packing.c -> packing.o
  [CC] constants.c -> constants.o
  [CC] gainquant.c -> gainquant.o
  [CC] iLBC_decode.c -> iLBC_decode.o
  [CC] StateConstructW.c -> StateConstructW.o
  [CC] createCB.c -> createCB.o
  [CC] getCBvec.c -> getCBvec.o
  [CC] iLBC_encode.c -> iLBC_encode.o
  [CC] StateSearchW.c -> StateSearchW.o
  [CC] doCPLC.c -> doCPLC.o
  [CC] helpfun.c -> helpfun.o
  [CC] syntFilter.c -> syntFilter.o
  [CC] enhancer.c -> enhancer.o
  [CC] hpInput.c -> hpInput.o
  [CC] LPCdecode.c -> LPCdecode.o
  [CC] filter.c -> filter.o
  [CC] hpOutput.c -> hpOutput.o
  [CC] LPCencode.c -> LPCencode.o
  [CC] FrameClassify.c -> FrameClassify.o
  [CC] iCBConstruct.c -> iCBConstruct.o
  [CC] lsf.c -> lsf.o
  [AR] anaFilter.o iCBSearch.o packing.o constants.o gainquant.o iLBC_decode.o StateConstructW.o createCB.o getCBvec.o iLBC_encode.o StateSearchW.o doCPLC.o helpfun.o syntFilter.o enhancer.o hpInput.o LPCdecode.o filter.o hpOutput.o LPCencode.o FrameClassify.o iCBConstruct.o lsf.o -> libilbc.a
  [LD] codec_ilbc.o ilbc/libilbc.a -> codec_ilbc.so
  [CC] codec_lpc10.c -> codec_lpc10.o
  [CC] f2clib.c -> f2clib.o
  [CC] analys.c -> analys.o
  [CC] bsynz.c -> bsynz.o
  [CC] chanwr.c -> chanwr.o
  [CC] dcbias.c -> dcbias.o
  [CC] decode.c -> decode.o
  [CC] deemp.c -> deemp.o
  [CC] difmag.c -> difmag.o
  [CC] dyptrk.c -> dyptrk.o
  [CC] encode.c -> encode.o
  [CC] energy.c -> energy.o
  [CC] ham84.c -> ham84.o
  [CC] hp100.c -> hp100.o
  [CC] invert.c -> invert.o
  [CC] irc2pc.c -> irc2pc.o
  [CC] ivfilt.c -> ivfilt.o
  [CC] lpcdec.c -> lpcdec.o
  [CC] lpcenc.c -> lpcenc.o
  [CC] lpcini.c -> lpcini.o
  [CC] lpfilt.c -> lpfilt.o
  [CC] median.c -> median.o
  [CC] mload.c -> mload.o
  [CC] onset.c -> onset.o
  [CC] pitsyn.c -> pitsyn.o
  [CC] placea.c -> placea.o
  [CC] placev.c -> placev.o
  [CC] preemp.c -> preemp.o
  [CC] prepro.c -> prepro.o
  [CC] random.c -> random.o
  [CC] rcchk.c -> rcchk.o
  [CC] synths.c -> synths.o
  [CC] tbdm.c -> tbdm.o
  [CC] voicin.c -> voicin.o
  [CC] vparms.c -> vparms.o
  [AR] f2clib.o analys.o bsynz.o chanwr.o dcbias.o decode.o deemp.o difmag.o dyptrk.o encode.o energy.o ham84.o hp100.o invert.o irc2pc.o ivfilt.o lpcdec.o lpcenc.o lpcini.o lpfilt.o median.o mload.o onset.o pitsyn.o placea.o placev.o preemp.o prepro.o random.o rcchk.o synths.o tbdm.o voicin.o vparms.o -> liblpc10.a
  [LD] codec_lpc10.o lpc10/liblpc10.a -> codec_lpc10.so
  [CC] codec_ulaw.c -> codec_ulaw.o
  [LD] codec_ulaw.o -> codec_ulaw.so
  [CC] format_g723.c -> format_g723.o
  [LD] format_g723.o -> format_g723.so
  [CC] format_g726.c -> format_g726.o
  [LD] format_g726.o -> format_g726.so
  [CC] format_g729.c -> format_g729.o
  [LD] format_g729.o -> format_g729.so
  [CC] format_gsm.c -> format_gsm.o
  [LD] format_gsm.o -> format_gsm.so
  [CC] format_h263.c -> format_h263.o
  [LD] format_h263.o -> format_h263.so
  [CC] format_h264.c -> format_h264.o
  [LD] format_h264.o -> format_h264.so
  [CC] format_ilbc.c -> format_ilbc.o
  [LD] format_ilbc.o -> format_ilbc.so
  [CC] format_jpeg.c -> format_jpeg.o
  [LD] format_jpeg.o -> format_jpeg.so
  [CC] format_ogg_vorbis.c -> format_ogg_vorbis.o
  [LD] format_ogg_vorbis.o -> format_ogg_vorbis.so
  [CC] format_pcm.c -> format_pcm.o
  [LD] format_pcm.o -> format_pcm.so
  [CC] format_sln.c -> format_sln.o
  [LD] format_sln.o -> format_sln.so
  [CC] format_vox.c -> format_vox.o
  [LD] format_vox.o -> format_vox.so
  [CC] format_wav.c -> format_wav.o
  [LD] format_wav.o -> format_wav.so
  [CC] format_wav_gsm.c -> format_wav_gsm.o
  [LD] format_wav_gsm.o -> format_wav_gsm.so
  [CC] cdr_csv.c -> cdr_csv.o
  [LD] cdr_csv.o -> cdr_csv.so
  [CC] cdr_custom.c -> cdr_custom.o
  [LD] cdr_custom.o -> cdr_custom.so
  [CC] cdr_manager.c -> cdr_manager.o
  [LD] cdr_manager.o -> cdr_manager.so
  [CC] cdr_pgsql.c -> cdr_pgsql.o
  [LD] cdr_pgsql.o -> cdr_pgsql.so
  [CC] func_base64.c -> func_base64.o
  [LD] func_base64.o -> func_base64.so
  [CC] func_callerid.c -> func_callerid.o
  [LD] func_callerid.o -> func_callerid.so
  [CC] func_cdr.c -> func_cdr.o
  [LD] func_cdr.o -> func_cdr.so
  [CC] func_channel.c -> func_channel.o
  [LD] func_channel.o -> func_channel.so
  [CC] func_cut.c -> func_cut.o
  [LD] func_cut.o -> func_cut.so
  [CC] func_db.c -> func_db.o
  [LD] func_db.o -> func_db.so
  [CC] func_enum.c -> func_enum.o
  [LD] func_enum.o -> func_enum.so
  [CC] func_env.c -> func_env.o
  [LD] func_env.o -> func_env.so
  [CC] func_global.c -> func_global.o
  [LD] func_global.o -> func_global.so
  [CC] func_groupcount.c -> func_groupcount.o
  [LD] func_groupcount.o -> func_groupcount.so
  [CC] func_language.c -> func_language.o
  [LD] func_language.o -> func_language.so
  [CC] func_logic.c -> func_logic.o
  [LD] func_logic.o -> func_logic.so
  [CC] func_math.c -> func_math.o
  [LD] func_math.o -> func_math.so
  [CC] func_md5.c -> func_md5.o
  [LD] func_md5.o -> func_md5.so
  [CC] func_moh.c -> func_moh.o
  [LD] func_moh.o -> func_moh.so
  [CC] func_rand.c -> func_rand.o
  [LD] func_rand.o -> func_rand.so
  [CC] func_realtime.c -> func_realtime.o
  [LD] func_realtime.o -> func_realtime.so
  [CC] func_sha1.c -> func_sha1.o
  [LD] func_sha1.o -> func_sha1.so
  [CC] func_strings.c -> func_strings.o
  [LD] func_strings.o -> func_strings.so
  [CC] func_timeout.c -> func_timeout.o
  [LD] func_timeout.o -> func_timeout.so
  [CC] func_uri.c -> func_uri.o
  [LD] func_uri.o -> func_uri.so
  [CC] abstract_jb.c -> abstract_jb.o
  [CC] acl.c -> acl.o
  [CC] aescrypt.c -> aescrypt.o
  [CC] aeskey.c -> aeskey.o
  [CC] aestab.c -> aestab.o
  [CC] alaw.c -> alaw.o
  [CC] app.c -> app.o
  [CC] ast_expr2.c -> ast_expr2.o
  [CC] ast_expr2f.c -> ast_expr2f.o
  [CC] asterisk.c -> asterisk.o
  [CC] astmm.c -> astmm.o
  [CC] astobj2.c -> astobj2.o
  [CC] audiohook.c -> audiohook.o
  [CC] autoservice.c -> autoservice.o
  [CC] callerid.c -> callerid.o
  [CC] cdr.c -> cdr.o
  [CC] channel.c -> channel.o
  [CC] chanvars.c -> chanvars.o
  [CC] cli.c -> cli.o
  [CC] config.c -> config.o
  [CC] cryptostub.c -> cryptostub.o
  [CC] db.c -> db.o
  [CC] devicestate.c -> devicestate.o
  [CC] dial.c -> dial.o
  [CC] dns.c -> dns.o
  [CC] dnsmgr.c -> dnsmgr.o
  [CC] dsp.c -> dsp.o
  [CC] enum.c -> enum.o
  [CC] file.c -> file.o
  [CC] fixedjitterbuf.c -> fixedjitterbuf.o
  [CC] frame.c -> frame.o
  [CC] fskmodem.c -> fskmodem.o
  [CC] global_datastores.c -> global_datastores.o
  [CC] http.c -> http.o
  [CC] image.c -> image.o
  [CC] indications.c -> indications.o
  [CC] io.c -> io.o
  [CC] jitterbuf.c -> jitterbuf.o
  [CC] loader.c -> loader.o
  [CC] logger.c -> logger.o
  [CC] manager.c -> manager.o
  [CC] md5.c -> md5.o
  [CC] netsock.c -> netsock.o
  [CC] pbx.c -> pbx.o
  [CC] plc.c -> plc.o
  [CC] privacy.c -> privacy.o
  [CC] rtp.c -> rtp.o
  [CC] say.c -> say.o
  [CC] sched.c -> sched.o
  [CC] sha1.c -> sha1.o
  [CC] slinfactory.c -> slinfactory.o
  [CC] srv.c -> srv.o
  [CC] stdtime/localtime.c -> stdtime/localtime.o
stdtime/localtime.c: In function `localsub':
stdtime/localtime.c:1136: error: structure has no member named `tm_gmtoff'
gmake[1]: *** [stdtime/localtime.o] Error 1
gmake: *** [main] Error 2
----------------------------------------------------------------------------------
Comments:By: Bruce McAlister (asgaroth) 2008-02-19 02:03:33.000-0600

I uploaded the output of "configure" and "gmake" as I originally tried to put it in the "Additional Information" text box, but it seems to have been lost in the submission.

If you need anything else from me, please don't hesitate to ask.

By: snuffy (snuffy) 2008-02-19 02:18:54.000-0600

It appears this was broken in 1.4 as of r85921, addressing issue ASTERISK-10547
Which would mean after 1.4.13 it wouldn't compile. next release was r89339



By: Tilghman Lesher (tilghman) 2008-02-19 09:57:47.000-0600

Please verify that this fix works.

By: Bruce McAlister (asgaroth) 2008-02-20 02:02:41.000-0600

This patch does allow the build process to move past the localtime compilation error.

How can I verify that Asterisk will still print the GMT offset correctly though?

By: Bruce McAlister (asgaroth) 2008-02-20 07:04:03.000-0600

I think I have found another issue with the compilation that is holding up the build of 1.4.18. It has to do with a "u_int32_t" failure, do I need to log another bug, or can I post it here?

By: Tilghman Lesher (tilghman) 2008-02-20 09:06:39.000-0600

Ordinarily, you need to post another bug, but since this problem is already solved, and I don't think this one will be a big deal, go ahead.

By: Tilghman Lesher (tilghman) 2008-02-20 09:07:53.000-0600

In answer to the first question, if you're not using the gmt offset, then I wouldn't worry about it.  We can readily assign fault to Solaris for not including that element in the structure, which is the real problem.

By: Jason Parker (jparker) 2008-02-20 11:02:38.000-0600

This patch looks good.  The second problem (with u_int_32) was already reported by snuffy.  I say commit/close.

By: Digium Subversion (svnbot) 2008-02-20 11:49:39.000-0600

Repository: asterisk
Revision: 103845

U   branches/1.4/main/stdtime/localtime.c

------------------------------------------------------------------------
r103845 | tilghman | 2008-02-20 11:49:34 -0600 (Wed, 20 Feb 2008) | 7 lines

Compat fix for Solaris
(closes issue ASTERISK-11467)
Reported by: asgaroth
Patches:
      20080219__bug12022.diff.txt uploaded by Corydon76 (license 14)
Tested by: asgaroth

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=103845

By: Digium Subversion (svnbot) 2008-02-20 12:24:35.000-0600

Repository: asterisk
Revision: 103846

_U  trunk/
U   trunk/main/stdtime/localtime.c

------------------------------------------------------------------------
r103846 | tilghman | 2008-02-20 12:24:31 -0600 (Wed, 20 Feb 2008) | 15 lines

Merged revisions 103845 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r103845 | tilghman | 2008-02-20 11:53:00 -0600 (Wed, 20 Feb 2008) | 7 lines

Compat fix for Solaris
(closes issue ASTERISK-11467)
Reported by: asgaroth
Patches:
      20080219__bug12022.diff.txt uploaded by Corydon76 (license 14)
Tested by: asgaroth

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=103846