Script started on Tue 17 Nov 2009 03:26:10 PM PST svn -q -r HEAD co http://svn.digium.com/svn/asterisk/trunk /home/philipp/kernel/dl/asterisk-rHEAD (cd /home/philipp/kernel/dl/asterisk-rHEAD ; LANG=C svn info | awk -F': ' '/^Revision:/ { print $2 }') > /home/philipp/kernel/dl/asterisk-rHEAD/.revision find /home/philipp/kernel/dl/asterisk-rHEAD -name ".svn" -prune -print0 | xargs -0 rm -rf tar -zcf /home/philipp/kernel/dl/asterisk-rHEAD.tar.gz -C /home/philipp/kernel/dl asterisk-rHEAD rm -rf /home/philipp/kernel/dl/asterisk-rHEAD zcat /home/philipp/kernel/dl/asterisk-rHEAD.tar.gz | tar -C /home/philipp/kernel/build_i586 -xf - touch /home/philipp/kernel/build_i586/asterisk-rHEAD/.source toolchain/patch-kernel.sh /home/philipp/kernel/build_i586/asterisk-rHEAD package/asterisk/ asterisk-trunk-\*.patch Applying asterisk-trunk-cleandep.patch using plaintext: patching file Makefile cp -p package/asterisk/Makefile.module /home/philipp/kernel/build_i586/asterisk-rHEAD/Makefile.module touch /home/philipp/kernel/build_i586/asterisk-rHEAD/.patched ... (cd /home/philipp/kernel/build_i586/asterisk-rHEAD; rm -rf config.cache configure; \ ./bootstrap.sh; \ PATH=/home/philipp/kernel/build_i586/staging_dir/bin:/home/philipp/kernel/toolchain_build_i586/bin:/bin:/sbin:/usr/bin:/usr/sbin AR=/home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-ar AS=/home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-as LD=/home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-ld NM=/home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-nm CC=/home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-gcc GCC=/home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-gcc CXX=/home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-g++ CPP=/home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-cpp RANLIB=/home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-ranlib OBJCOPY=/home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-objcopy ac_cv_sizeof_char=1 ac_cv_sizeof_unsigned_char=1 ac_cv_sizeof_short=2 ac_cv_sizeof_short_int=2 ac_cv_sizeof_unsigned_short=2 ac_cv_sizeof_unsigned_short_int=2 ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_sizeof_long_int=4 ac_cv_sizeof_unsigned=4 ac_cv_sizeof_unsigned_int=4 ac_cv_sizeof_unsigned_long=4 ac_cv_sizeof_unsigned_long_int=4 ac_cv_sizeof_off_t=4 ac_cv_sizeof_size_t=4 ac_cv_sizeof_char_p=4 ac_cv_sizeof_unsigned_char_p=4 ac_cv_sizeof_voidp=4 ac_cv_sizeof_long_long=8 ac_cv_sizeof_long_long_int=8 ac_cv_sizeof_unsigned_long_long=8 ac_cv_sizeof_unsigned_long_long_int=8 ac_cv_sizeof_off64_t=8 ac_cv_sizeof_loff_t=8 ac_cv_pthread_rwlock_timedwrlock=no ac_cv_linux_vers=2 \ ./configure \ --target=i586-linux \ --host=i586-linux \ --build=x86_64-pc-linux-gnu \ --prefix=/usr \ --exec-prefix=/usr \ --datadir=/usr/share \ --sysconfdir=/etc \ --without-pwlib \ --with-ltdl=/home/philipp/kernel/build_i586/staging_dir/usr \ --without-iconv --disable-xmldoc --without-sdl --with-imap="/home/philipp/kernel/build_i586/imap-2007e" --with-netsnmp="/home/philipp/kernel/build_i586/staging_dir" --with-dahdi="/home/philipp/kernel/build_i586/staging_dir/usr" --with-tonezone="/home/philipp/kernel/build_i586/staging_dir/usr" --with-curl="/home/philipp/kernel/build_i586/staging_dir" --with-libcurl="/home/philipp/kernel/build_i586/staging_dir" \ USE_GETIFADDRS=no CONFIG_NETSNMP="/home/philipp/kernel/build_i586/staging_dir/usr/bin/net-snmp-config" LIBCURL="-lcurl -lz -lssl" _libcurl_config="/home/philipp/kernel/build_i586/staging_dir/usr/bin/curl-config" \ CC_FOR_BUILD=gcc \ CC=/home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-gcc \ CFLAGS='-Os -pipe -fomit-frame-pointer -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps -fno-align-labels -iwithprefix /include -iwithprefix /usr/include' \ LDFLAGS='--sysroot=/home/philipp/kernel/build_i586/root --sysroot=/home/philipp/kernel/build_i586/staging_dir' \ LIBS=' -lssl -lz' \ ) Generating the configure script ... checking build system type... x86_64-pc-linux-gnu checking host system type... i586-pc-linux-gnu checking for i586-linux-gcc... /home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-gcc accepts -g... yes checking for /home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... /home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-cpp 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 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 i586-linux-uname... no checking for uname... /bin/uname configure: WARNING: using cross tools not prefixed with host triplet checking for i586-linux-gcc... (cached) /home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-gcc checking for i586-linux-g++... /home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-g++ checking for i586-linux-ld... /home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-ld checking for i586-linux-ranlib... /home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-ranlib checking for i586-linux-gcc... (cached) /home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-gcc accepts -g... (cached) yes checking for /home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-gcc option to accept ISO C89... (cached) none needed checking whether we are using the GNU C++ compiler... yes checking whether /home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-g++ accepts -g... yes checking how to run the C preprocessor... /home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-cpp checking how to run the C++ preprocessor... /home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-g++ -E checking for a sed that does not truncate output... /home/philipp/kernel/toolchain_build_i586/bin/sed checking for egrep... grep -E checking for ld used by /home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-gcc... /home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-ld checking if the linker (/home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-ld) is GNU ld... yes checking for gawk... gawk checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for i586-linux-ranlib... (cached) /home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-ranlib checking for GNU make... make checking for i586-linux-strip... /home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-strip checking for i586-linux-ar... /home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-ar checking for grep... (cached) /bin/grep checking for find... /bin/find checking for compress... : checking for basename... /bin/basename checking for id... /usr/bin/id checking for dirname... /usr/bin/dirname checking for sh... /bin/sh checking for ln... /bin/ln checking for dot... : checking for wget... /usr/bin/wget checking for curl... /usr/bin/curl checking for rubber... : checking for kpsewhich... /usr/bin/kpsewhich checking for xmlstarlet... : checking for i586-linux-soxmix... no checking for soxmix... no checking for md5... no checking for md5sum... md5sum checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no 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... no checking libintl.h presence... no checking for libintl.h... no 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 arpa/nameser.h usability... yes checking arpa/nameser.h presence... yes checking for arpa/nameser.h... yes checking sys/io.h usability... yes checking sys/io.h presence... yes checking for sys/io.h... yes checking winsock.h usability... no checking winsock.h presence... no checking for winsock.h... no checking winsock2.h usability... no checking winsock2.h presence... no checking for winsock2.h... no checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.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... yes 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 long double with more range or precision than double... yes 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... no checking whether closedir returns void... yes checking for error_at_line... yes 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... cross configure: WARNING: result yes guessed because of cross compilation checking for working vfork... (cached) yes checking for _LARGEFILE_SOURCE value needed for large files... no checking whether /home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-gcc needs -traditional... no checking for working memcmp... no checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... no 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 return type of signal handlers... void checking whether lstat dereferences a symlink specified with a trailing slash... no checking whether stat accepts an empty string... yes checking for working strcoll... no checking for strftime... yes checking for working strnlen... no checking for working strtod... no checking for pow... no checking for pow in -lm... yes checking for utime.h... (cached) yes checking whether utime accepts a null argument... no checking for vprintf... yes checking for _doprnt... no checking for asprintf... yes checking for atexit... yes checking for closefrom... no checking for dup2... yes checking for eaccess... no checking for endpwent... yes checking for euidaccess... no checking for ftruncate... yes checking for getcwd... yes checking for gethostbyname... yes checking for gethostname... yes checking for getloadavg... no checking for gettimeofday... yes checking for glob... yes checking for htonll... no checking for ioperm... yes checking for inet_ntoa... yes 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 ntohll... no checking for putenv... yes checking for re_comp... yes checking for regcomp... yes checking for select... yes checking for setenv... yes checking for socket... yes checking for strcasecmp... yes checking for strcasestr... yes 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... yes checking for strnlen... yes checking for strrchr... yes checking for strsep... yes checking for strspn... yes checking for strstr... yes checking for strtod... (cached) no checking for strtol... yes checking for strtold... yes checking for strtoq... yes checking for unsetenv... yes checking for utime... yes checking for vasprintf... yes checking for getpeereid... no checking for sysctl... yes checking for swapctl... no checking for sqrt in -lm... yes checking for exp2... no checking for log2... no checking for exp10... no checking for log10... yes checking for sin... yes checking for cos... yes checking for tan... yes checking for asin... yes checking for acos... yes checking for atan... yes checking for atan2... yes checking for pow... (cached) no checking for rint... yes checking for exp... yes checking for log... yes checking for remainder... yes checking for fmod... yes checking for round... yes checking for trunc... yes checking for floor... yes checking for ceil... yes checking for exp2l... no checking for log2l... no checking for exp10l... no checking for log10l... no checking for sinl... no checking for cosl... no checking for tanl... no checking for asinl... no checking for acosl... no checking for atanl... no checking for atan2l... no checking for powl... no checking for sqrtl... no checking for rintl... no checking for expl... no checking for logl... no checking for remainderl... no checking for fmodl... no checking for roundl... no checking for truncl... no checking for floorl... no checking for ceill... no checking for timersub in time.h... yes checking for sys/poll.h... (cached) yes checking for funopen... no checking for fopencookie... yes checking for inet_aton... yes checking for IP_PKTINFO... yes checking for library containing gethostbyname_r... none required checking for gethostbyname_r with 6 arguments... yes checking for gethostbyname_r with 5 arguments... no checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking for __swap16 variant of byteswapping macros... no checking for bswap16 variant of byteswapping macros... no checking for PTHREAD_RWLOCK_INITIALIZER in pthread.h... yes checking for PTHREAD_RWLOCK_PREFER_WRITER_NP in pthread.h... yes checking for PTHREAD_MUTEX_RECURSIVE_NP in pthread.h... yes checking for pthread_rwlock_timedwrlock() in pthread.h... no checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP in pthread.h... yes checking for compiler atomic operations... yes 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 compiler 'attribute sentinel' support... yes checking for compiler 'attribute warn_unused_result' support... yes checking for compiler 'attribute weakref' support... yes checking for compiler 'attribute weak_import' support... no checking for -ffunction-sections support... yes checking for --gc-sections support... yes checking for -Wdeclaration-after-statement support... yes checking for _FORTIFY_SOURCE support... yes checking for -fno-strict-overflow... yes checking for -Wshadow... yes checking for sysinfo... yes checking for library containing res_9_ninit... no checking for res_ninit... no checking for GLOB_NOMAGIC in glob.h... yes checking for GLOB_BRACE in glob.h... yes checking for IP_MTU_DISCOVER in netinet/in.h... yes checking libkern/OSAtomic.h usability... no checking libkern/OSAtomic.h presence... no checking for libkern/OSAtomic.h... no checking size of int... (cached) 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 cap_from_text in -lcap... no checking for DAHDI_CODE in dahdi/user.h... yes checking for DAHDI_POLICY_HALF_FULL in dahdi/user.h... no checking for enhanced dahdi vmwi support... no checking if "int foo = DAHDI_ECHOCANCEL_FAX_MODE" compiles using dahdi/user.h... no checking for timerfd support... no checking for gsm_create in -lgsm... no checking for icaltimezone_new in -lical... no checking for iks_start_sasl in -liksemel... no checking for UW IMAP Toolkit c-client library... yes checking for SQLConnect in -liodbc... no checking for inotify_init in -lc... yes checking sys/inotify.h usability... yes checking sys/inotify.h presence... yes checking for sys/inotify.h... yes checking for jack_activate in -ljack... no checking for lt_dlinit in -lltdl... yes checking ltdl.h usability... yes checking ltdl.h presence... yes checking for ltdl.h... yes checking for ldap_initialize in -lldap... no checking for mISDN_open in -lmISDN... yes checking mISDNuser/mISDNlib.h usability... no checking mISDNuser/mISDNlib.h presence... no checking for mISDNuser/mISDNlib.h... no checking for i586-linux-mysql_config... no checking for mysql_config... mysql_config checking for nbs_connect in -lnbs... no checking for initscr in -lncurses... yes checking for curses.h... (cached) yes checking for i586-linux-neon-config... no checking for neon-config... no checking for i586-linux-net-snmp-config... /home/philipp/kernel/build_i586/staging_dir/usr/bin/net-snmp-config checking for newtBell in -lnewt... yes checking newt.h usability... no checking newt.h presence... no checking for newt.h... no checking for SQLConnect in -lodbc... no checking for ogg_sync_init in -logg... no checking for backtrace in -lexecinfo... no checking for backtrace in -lc... no checking for ba2str in -lbluetooth... no checking linux/soundcard.h usability... yes checking linux/soundcard.h presence... yes checking for linux/soundcard.h... yes checking for i586-linux-pg_config... no checking for pg_config... /usr/bin/pg_config checking for PQescapeStringConn in -lpq... no checking for poptStrerror in -lpopt... no checking for Pa_GetDeviceCount in -lportaudio... no checking for pri_connected_line_update in -lpri... no checking for pri_sr_set_called_subaddress in -lpri... no checking for pri_hold_enable in -lpri... no checking for pri_reroute_enable in -lpri... no checking for pri_sr_set_keypad_digits in -lpri... no checking for pri_progress_with_cause in -lpri... yes checking libpri.h usability... no checking libpri.h presence... no checking for libpri.h... no checking for pri_set_inbanddisconnect in -lpri... yes checking for libpri.h... (cached) no checking for pri_maintenance_service in -lpri... no checking for pri_sr_set_reversecharge in -lpri... no checking for resample_open in -lresample... no checking for minimum version of SpanDSP... no checking for ss7_pollflags in -lss7... no checking for openr2_chan_new in -lopenr2... no checking for luaL_newstate in -llua5.1... no checking for luaL_register in -llua... no checking for rc_read_config in -lradiusclient-ng... no checking for saClmInitialize in -lSaClm... no checking for speex_encode in -lspeex... no checking for speex_preprocess_ctl in -lspeex... no checking for speex_preprocess_ctl in -lspeexdsp... no checking for sqlite_exec in -lsqlite... no checking for sqlite3_open in -lsqlite3... no checking for AES_encrypt in -lcrypto... yes checking openssl/aes.h usability... yes checking openssl/aes.h presence... yes checking for openssl/aes.h... yes 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 osp/osp.h usability... no checking osp/osp.h presence... no checking for osp/osp.h... no checking for i586-linux-gmime-config... no checking for gmime-config... no checking for malloc in -lhoard... no checking for dbinit in -lsybdb... no checking for tgetent in -ltermcap... no checking for tgetent in -ltinfo... no checking for tone_zone_find_by_num in -ltonezone... yes checking for tone_zone_find in -ltonezone... yes checking dahdi/tonezone.h usability... yes checking dahdi/tonezone.h presence... yes checking for dahdi/tonezone.h... yes checking for usb_init in -lusb... yes checking usb.h usability... no checking usb.h presence... no checking for usb.h... no checking for vorbis_info_init in -lvorbis... no 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 h323.h usability... no checking h323.h presence... no checking for h323.h... no checking linux/compiler.h usability... yes checking linux/compiler.h presence... yes checking for linux/compiler.h... yes checking for linux/ixjuser.h... yes checking for IMG_Load in -lSDL_image... no checking for sws_getContext in -lavcodec... no checking linux/videodev.h usability... yes checking linux/videodev.h presence... yes checking for linux/videodev.h... yes checking for XOpenDisplay in -lX11... no checking for XOpenDisplay in -lX11... (cached) no checking for i586-linux-gtk-config... no checking for gtk-config... no checking for i586-linux-pkg-config... no checking for pkg-config... pkg-config checking for gawk... (cached) gawk checking for curl-config... /home/philipp/kernel/build_i586/staging_dir/usr/bin/curl-config checking for the version of libcurl... 7.19.5 checking for libcurl >= version 7.10.1... yes checking whether libcurl is usable... yes checking for curl_free... yes checking for LOG_AUTH in syslog.h... yes checking for LOG_AUTHPRIV in syslog.h... yes checking for LOG_CRON in syslog.h... yes checking for LOG_DAEMON in syslog.h... yes checking for LOG_FTP in syslog.h... yes checking for LOG_KERN in syslog.h... yes checking for LOG_LPR in syslog.h... yes checking for LOG_MAIL in syslog.h... yes checking for LOG_NEWS in syslog.h... yes checking for LOG_SYSLOG in syslog.h... yes checking for LOG_UUCP in syslog.h... yes checking for mandatory modules: CURL DAHDI IMAP_TK LTDL NETSNMP TONEZONE... ok 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 : linux-gnu configure: Host CPU : i586 configure: build-cpu:vendor:os: x86_64 : pc : linux-gnu : configure: host-cpu:vendor:os: i586 : pc : linux-gnu : configure: Cross Compilation = YES make -j1 -C /home/philipp/kernel/build_i586/asterisk-rHEAD/menuselect menuselect make[1]: Entering directory `/home/philipp/kernel/build_i586/asterisk-rHEAD/menuselect' checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-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 newtBell in -lnewt... no 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 pkg-config... pkg-config configure: creating ./config.status config.status: creating makeopts config.status: creating autoconfig.h === configuring in mxml (/home/philipp/kernel/build_i586/asterisk-rHEAD/menuselect/mxml) configure: running /bin/sh ./configure '--prefix=/usr/local' 'CC=' 'LD=' 'AR=' '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 cc -g -c -D_GNU_SOURCE -Wall -c -o menuselect.o menuselect.c cc -g -c -D_GNU_SOURCE -Wall -c -o strcompat.o strcompat.c cc -g -c -D_GNU_SOURCE -Wall -c -o menuselect_stub.o menuselect_stub.c make[2]: Entering directory `/home/philipp/kernel/build_i586/asterisk-rHEAD/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[2]: Leaving directory `/home/philipp/kernel/build_i586/asterisk-rHEAD/menuselect/mxml' cc -o menuselect menuselect.o strcompat.o menuselect_stub.o mxml/libmxml.a make[1]: Leaving directory `/home/philipp/kernel/build_i586/asterisk-rHEAD/menuselect' make -j1 -C /home/philipp/kernel/build_i586/asterisk-rHEAD menuselect.makeopts make[1]: Entering directory `/home/philipp/kernel/build_i586/asterisk-rHEAD' Generating input for menuselect ... menuselect/menuselect --check-deps menuselect.makeopts /home/philipp/.asterisk.makeopts make[1]: Leaving directory `/home/philipp/kernel/build_i586/asterisk-rHEAD' touch /home/philipp/kernel/build_i586/asterisk-rHEAD/.configured cp /home/philipp/kernel/build_i586/staging_dir/include/dlfcn.h /home/philipp/kernel/build_i586/staging_dir/usr/include/dlfcn.h # Can I do this? make -j1 -C /home/philipp/kernel/build_i586/asterisk-rHEAD PATH=/home/philipp/kernel/build_i586/staging_dir/bin:/home/philipp/kernel/toolchain_build_i586/bin:/bin:/sbin:/usr/bin:/usr/sbin AR=/home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-ar AS=/home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-as LD=/home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-ld NM=/home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-nm CC=/home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-gcc GCC=/home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-gcc CXX=/home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-g++ CPP=/home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-cpp RANLIB=/home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-ranlib OBJCOPY=/home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-objcopy ac_cv_sizeof_char=1 ac_cv_sizeof_unsigned_char=1 ac_cv_sizeof_short=2 ac_cv_sizeof_short_int=2 ac_cv_sizeof_unsigned_short=2 ac_cv_sizeof_unsigned_short_int=2 ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_sizeof_long_int=4 ac_cv_sizeof_unsigned=4 ac_cv_sizeof_unsigned_int=4 ac_cv_sizeof_unsigned_long=4 ac_cv_sizeof_unsigned_long_int=4 ac_cv_sizeof_off_t=4 ac_cv_sizeof_size_t=4 ac_cv_sizeof_char_p=4 ac_cv_sizeof_unsigned_char_p=4 ac_cv_sizeof_voidp=4 ac_cv_sizeof_long_long=8 ac_cv_sizeof_long_long_int=8 ac_cv_sizeof_unsigned_long_long=8 ac_cv_sizeof_unsigned_long_long_int=8 ac_cv_sizeof_off64_t=8 ac_cv_sizeof_loff_t=8 ac_cv_pthread_rwlock_timedwrlock=no ac_cv_linux_vers=2 \ GLOBAL_MAKEOPTS=/home/philipp/kernel/asterisk.makeopts \ ASTVARRUNDIR=/var/run/asterisk HOSTCC=gcc make[1]: Entering directory `/home/philipp/kernel/build_i586/asterisk-rHEAD' make[2]: Entering directory `/home/philipp/kernel/build_i586/asterisk-rHEAD' rm -f defaults.h rm -f include/asterisk/build.h rm -f main/version.c rm -f include/asterisk/version.h make[3]: Entering directory `/home/philipp/kernel/build_i586/asterisk-rHEAD/menuselect' rm -f menuselect cmenuselect gmenuselect nmenuselect menuselect.o strcompat.o menuselect_stub.o menuselect_curses.o menuselect_gtk.o make[4]: Entering directory `/home/philipp/kernel/build_i586/asterisk-rHEAD/menuselect/mxml' /bin/rm -f mxmldoc.o testmxml.o 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 libmxml.a mxmldoc doc/mxml.3 doc/mxmldoc.1 testmxml mxml.xml /bin/rm -f mxmldoc-static libmxml.a /bin/rm -f *.bck *.bak /bin/rm -f config.cache config.log config.status config.h /bin/rm -f -r autom4te*.cache make[4]: Leaving directory `/home/philipp/kernel/build_i586/asterisk-rHEAD/menuselect/mxml' make[3]: Leaving directory `/home/philipp/kernel/build_i586/asterisk-rHEAD/menuselect' cp -f .cleancount .lastclean make[2]: Leaving directory `/home/philipp/kernel/build_i586/asterisk-rHEAD' rm -f defaults.h rm -f include/asterisk/build.h rm -f main/version.c rm -f include/asterisk/version.h make[2]: Entering directory `/home/philipp/kernel/build_i586/asterisk-rHEAD/menuselect' rm -f menuselect cmenuselect gmenuselect nmenuselect menuselect.o strcompat.o menuselect_stub.o menuselect_curses.o menuselect_gtk.o make[3]: Entering directory `/home/philipp/kernel/build_i586/asterisk-rHEAD/menuselect/mxml' /bin/rm -f mxmldoc.o testmxml.o 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 libmxml.a mxmldoc doc/mxml.3 doc/mxmldoc.1 testmxml mxml.xml /bin/rm -f mxmldoc-static libmxml.a /bin/rm -f *.bck *.bak /bin/rm -f config.cache config.log config.status config.h /bin/rm -f -r autom4te*.cache make[3]: Leaving directory `/home/philipp/kernel/build_i586/asterisk-rHEAD/menuselect/mxml' make[2]: Leaving directory `/home/philipp/kernel/build_i586/asterisk-rHEAD/menuselect' cp -f .cleancount .lastclean build_tools/make_version_c > main/version.c.tmp cmp -s main/version.c.tmp main/version.c || mv main/version.c.tmp main/version.c rm -f main/version.c.tmp build_tools/make_version_h > include/asterisk/version.h.tmp cmp -s include/asterisk/version.h.tmp include/asterisk/version.h || mv include/asterisk/version.h.tmp include/asterisk/version.h rm -f include/asterisk/version.h.tmp build_tools/make_build_h > include/asterisk/build.h.tmp cmp -s include/asterisk/build.h.tmp include/asterisk/build.h || mv include/asterisk/build.h.tmp include/asterisk/build.h rm -f include/asterisk/build.h.tmp CC="cc" CXX="/home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" menuselect make[2]: Entering directory `/home/philipp/kernel/build_i586/asterisk-rHEAD/menuselect' /home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-gcc -g -c -D_GNU_SOURCE -Wall -c -o menuselect.o menuselect.c /home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-gcc -g -c -D_GNU_SOURCE -Wall -c -o strcompat.o strcompat.c /home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-gcc -g -c -D_GNU_SOURCE -Wall -c -o menuselect_stub.o menuselect_stub.c make[3]: Entering directory `/home/philipp/kernel/build_i586/asterisk-rHEAD/menuselect/mxml' if test -f config.status; then \ ./config.status --recheck; \ ./config.status; \ else \ ./configure; \ fi checking for gcc... /home/philipp/kernel/build_i586/staging_dir/bin/i586-linux-uclibc-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... configure: error: cannot run C compiled programs. If you meant to cross compile, use `--host'. See `config.log' for more details. make[3]: *** [config.h] Error 1 make[3]: Leaving directory `/home/philipp/kernel/build_i586/asterisk-rHEAD/menuselect/mxml' make[2]: *** [mxml/libmxml.a] Error 2 make[2]: Leaving directory `/home/philipp/kernel/build_i586/asterisk-rHEAD/menuselect' make[1]: *** [menuselect/menuselect] Error 2 make[1]: Leaving directory `/home/philipp/kernel/build_i586/asterisk-rHEAD' make: *** [/home/philipp/kernel/build_i586/asterisk-rHEAD/main/asterisk] Error 2 Script done on Tue 17 Nov 2009 03:28:00 PM PST