ben@ben-desktop:~$ /scratchbox/login Welcome to Scratchbox, the cross-compilation toolkit! Use 'sb-menu' to change your compilation target. See /scratchbox/doc/ for documentation. [sbox-DIABLO_X86: ~] > cd mysql-5.1.38 [sbox-DIABLO_X86: ~/mysql-5.1.38] > ./configure checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /scratchbox/tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /scratchbox/tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking "character sets"... default: latin1, collation: latin1_swedish_ci; compiled in: latin1 latin1 utf8 checking whether to compile national Unicode collations... yes checking for doxygen... no checking for pdflatex... no checking for makeindex... no checking whether build environment is sane... yes checking whether make sets $(MAKE)... (cached) yes checking for gawk... (cached) gawk 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 style of include used by make... GNU checking dependency style of gcc... gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C preprocessor... gcc -E checking "C Compiler version"... "gcc sbox-i686-linux-gcc (GCC) 3.4.4 (release) (CodeSourcery ARM 2005q3-2)" checking "C++ compiler version"... "g++ sbox-i686-linux-g++ (GCC) 3.4.4 (release) (CodeSourcery ARM 2005q3-2)" checking for ranlib... ranlib checking for a sed that does not truncate output... /scratchbox/tools/bin/sed checking for grep that handles long lines and -e... /scratchbox/tools/bin/grep checking for egrep... /scratchbox/tools/bin/grep -E checking for fgrep... /scratchbox/tools/bin/grep -F checking for ld used by gcc... /scratchbox/compilers/cs2005q3.2-glibc2.5-i386/i686-linux/bin/ld checking if the linker (/scratchbox/compilers/cs2005q3.2-glibc2.5-i386/i686-linux/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /scratchbox/compilers/bin/nm -B checking the name lister (/scratchbox/compilers/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 98304 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking for /scratchbox/compilers/cs2005q3.2-glibc2.5-i386/i686-linux/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... (cached) ranlib checking command to parse /scratchbox/compilers/bin/nm -B output from gcc object... ok 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 dlfcn.h... yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking how to run the C++ preprocessor... g++ -E checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/scratchbox/compilers/cs2005q3.2-glibc2.5-i386/i686-linux/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for ld used by g++... /scratchbox/compilers/cs2005q3.2-glibc2.5-i386/i686-linux/bin/ld checking if the linker (/scratchbox/compilers/cs2005q3.2-glibc2.5-i386/i686-linux/bin/ld) is GNU ld... yes checking whether the g++ linker (/scratchbox/compilers/cs2005q3.2-glibc2.5-i386/i686-linux/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/scratchbox/compilers/cs2005q3.2-glibc2.5-i386/i686-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for a BSD-compatible install... /scratchbox/tools/bin/install -c checking for bison... bison -y -p MYSQL checking for pdftex... no checking for tex... no checking "return type of sprintf"... "int" checking for uname... /scratchbox/tools/bin/uname checking operating system... Linux checking for ar... ar checking if we should use 'skip-external-locking' as default for linux-gnu... yes checking for ln... /scratchbox/tools/bin/ln checking for ln... /scratchbox/tools/bin/ln checking for mv... /scratchbox/tools/bin/mv checking for rm... /scratchbox/tools/bin/rm checking for cp... /scratchbox/tools/bin/cp checking for sed... (cached) /scratchbox/tools/bin/sed checking for cmp... /scratchbox/tools/bin/cmp checking for chmod... /scratchbox/tools/bin/chmod checking for hostname... /scratchbox/tools/bin/hostname checking for diff... /scratchbox/tools/bin/diff checking for gnutar... no checking for gtar... no checking for tar... tar checking for perl... /scratchbox/tools/bin/perl 0 checking for ps... /scratchbox/tools/bin/ps checking "how to check if pid exists"... "/scratchbox/tools/bin/ps wwwp $$PID | grep -v " grep" | grep -v mysqld_safe | grep -- "$$MYSQLD" > /dev/null" checking for kill... /scratchbox/tools/bin/kill checking "for kill switches"... "/scratchbox/tools/bin/kill -0 $$PID > /dev/null 2> /dev/null" checking for gcc option to accept ANSI C... checking dependency style of gcc... gcc3 checking whether --noexecstack is desirable for .S files... yes checking for nm... /scratchbox/compilers/bin/nm -B /scratchbox/compilers/cs2005q3.2-glibc2.5-i386/bin/sbox-i686-linux-nm: old_atexit.o: no symbols /scratchbox/compilers/cs2005q3.2-glibc2.5-i386/bin/sbox-i686-linux-nm: udiv_qrnnd.o: no symbols /scratchbox/compilers/cs2005q3.2-glibc2.5-i386/bin/sbox-i686-linux-nm: mp_clz_tab.o: no symbols /scratchbox/compilers/cs2005q3.2-glibc2.5-i386/bin/sbox-i686-linux-nm: getopt_init.o: no symbols /scratchbox/compilers/cs2005q3.2-glibc2.5-i386/bin/sbox-i686-linux-nm: get_child_max.o: no symbols /scratchbox/compilers/cs2005q3.2-glibc2.5-i386/bin/sbox-i686-linux-nm: init-posix.o: no symbols /scratchbox/compilers/cs2005q3.2-glibc2.5-i386/bin/sbox-i686-linux-nm: lseek64.o: no symbols /scratchbox/compilers/cs2005q3.2-glibc2.5-i386/bin/sbox-i686-linux-nm: oldgetrlimit64.o: no symbols /scratchbox/compilers/cs2005q3.2-glibc2.5-i386/bin/sbox-i686-linux-nm: libc_multiple_threads.o: no symbols /scratchbox/compilers/cs2005q3.2-glibc2.5-i386/bin/sbox-i686-linux-nm: getutmpx.o: no symbols checking whether features provided by the user community should be included.... yes checking if we should use assembler functions... no checking if SHOW PROFILE should be enabled.... yes checking If we should should enable LOAD DATA LOCAL by default... no checking If we should should enable init-file... yes checking for getconf... getconf checking for CFLAGS value to request large file support... -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 checking for LDFLAGS value to request large file support... checking for LIBS value to request large file support... checking for _FILE_OFFSET_BITS... 64 checking for _LARGEFILE_SOURCE... 1 checking for _LARGE_FILES... no checking for size_t... 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 fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking fenv.h usability... yes checking fenv.h presence... yes checking for fenv.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking floatingpoint.h usability... no checking floatingpoint.h presence... no checking for floatingpoint.h... no checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for memory.h... (cached) yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking select.h usability... no checking select.h presence... no checking for select.h... no checking for stdlib.h... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for strings.h... (cached) yes checking for string.h... (cached) yes checking synch.h usability... no checking synch.h presence... no checking for synch.h... no checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking for sys/types.h... (cached) yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking sys/vadvise.h usability... no checking sys/vadvise.h presence... no checking for sys/vadvise.h... no checking for sys/wait.h... (cached) yes checking term.h usability... yes checking term.h presence... yes checking for term.h... yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking sys/utime.h usability... no checking sys/utime.h presence... no checking for sys/utime.h... no checking termio.h usability... yes checking termio.h presence... yes checking for termio.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking sched.h usability... yes checking sched.h presence... yes checking for sched.h... yes checking crypt.h usability... yes checking crypt.h presence... yes checking for crypt.h... yes checking alloca.h usability... yes checking alloca.h presence... yes checking for alloca.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking sys/malloc.h usability... no checking sys/malloc.h presence... no checking for sys/malloc.h... no checking sys/ipc.h usability... yes checking sys/ipc.h presence... yes checking for sys/ipc.h... yes checking sys/shm.h usability... yes checking sys/shm.h presence... yes checking for sys/shm.h... yes checking linux/config.h usability... yes checking linux/config.h presence... yes checking for linux/config.h... yes checking sys/prctl.h usability... yes checking sys/prctl.h presence... yes checking for sys/prctl.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking port.h usability... no checking port.h presence... no checking for port.h... no checking for ieeefp.h... (cached) no checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking xfs/xfs.h usability... no checking xfs/xfs.h presence... no checking for xfs/xfs.h... no checking for floor in -lm... yes checking for gethostbyname_r in -lnsl_r... no checking for gethostbyname_r in -lnsl... yes checking for gethostbyname_r... yes checking for library containing setsockopt... none required checking for library containing bind... none required checking for library containing crypt... -lcrypt checking for library containing inet_aton... none required checking for library containing sched_yield... none required checking for zlib compression library... ok checking whether SHM_HUGETLB is declared... yes checking if we should use pstack... no checking for int8... no checking for uint8... no checking for int16... no checking for uint16... no checking for int32... no checking for uint32... no checking for int64... no checking for uint64... no checking for uchar... no checking for uint... yes checking for ulong... yes checking for in_addr_t... yes checking for fp_except... no checking "Linux threads"... "starting" checking "getconf GNU_LIBPTHREAD_VERSION"... "NPTL" "no need to check headers" checking "for pthread_create in -lpthread"... "yes" checking "named thread libs:"... "-lpthread" checking for strtok_r in -lpthread... yes checking for strtok_r... yes checking for dlopen in -ldl... yes checking for dlopen... yes checking for dlerror... yes checking for restartable system calls... yes checking whether the compiler provides atomic builtins... no checking "need of special linking flags"... "-rdynamic" checking for an ANSI C-conforming const... yes checking for inline... inline checking for off_t... yes checking for struct stat.st_rdev... 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 needs mysys_new helpers... no checking size of char... 1 checking size of char*... 4 checking size of short... 2 checking size of int... 4 checking size of long... 4 checking size of long long... 8 checking size of off_t... 8 checking if time_t is unsigned... no checking the need for #pragma interface/implementation... no checking whether byte ordering is bigendian... no checking base type of last arg to accept... socklen_t checking struct type to use with setrlimit... struct rlimit checking stack direction for C alloca... -1 checking for working alloca.h... (cached) yes checking for alloca... yes checking if struct timespec has a ts_sec member... no checking if we have tzname variable... yes checking if g++ supports bool types... yes checking if conversion of longlong to float works... yes checking for sigset_t... yes checking for off_t... (cached) yes checking for size_t... (cached) yes checking for u_int32_t... yes checking if pthread_yield takes zero arguments... yes checking if pthread_yield takes 1 argument... no checking for malloc.h... (cached) yes checking sys/cdefs.h usability... yes checking sys/cdefs.h presence... yes checking for sys/cdefs.h... yes checking for working alloca.h... yes checking for alloca... (cached) yes checking whether gcc needs -traditional... no checking return type of signal handlers... void checking for re_comp... yes checking for regcomp... yes checking for strdup... yes checking vis.h usability... no checking vis.h presence... no checking for vis.h... no checking for strlcat... no checking for strlcpy... no checking for issetugid... no checking for fgetln... no checking for getline... yes checking for flockfile... yes checking varargs.h usability... no checking varargs.h presence... no checking for varargs.h... no checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking ndir.h usability... no checking ndir.h presence... no checking for ndir.h... no checking sys/dir.h usability... yes checking sys/dir.h presence... yes checking for sys/dir.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/ndir.h usability... no checking sys/ndir.h presence... no checking for sys/ndir.h... no checking sys/ptem.h usability... no checking sys/ptem.h presence... no checking for sys/ptem.h... no checking sys/pte.h usability... no checking sys/pte.h presence... no checking for sys/pte.h... no checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/stream.h usability... no checking sys/stream.h presence... no checking for sys/stream.h... no checking for sys/mman.h... (cached) yes checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking termcap.h usability... yes checking termcap.h presence... yes checking for termcap.h... yes checking for termio.h... (cached) yes checking termbits.h usability... no checking termbits.h presence... no checking for termbits.h... no checking asm/termbits.h usability... yes checking asm/termbits.h presence... yes checking for asm/termbits.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking semaphore.h usability... yes checking semaphore.h presence... yes checking for semaphore.h... yes checking for lstat... yes checking for putenv... yes checking for select... yes checking for setenv... yes checking for setlocale... yes checking for strcoll... yes checking for tcgetattr... yes checking whether stat file-mode macros are broken... no checking for type of signal functions... posix checking whether programs are able to redeclare getpw functions... yes checking for TIOCGWINSZ in sys/ioctl.h... yes checking for FIONREAD in sys/ioctl.h... yes checking for TIOCSTAT in sys/ioctl.h... no checking if struct dirent has a d_ino member... yes checking if struct dirent has a d_namlen member... no checking whether signal handlers are of type void... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking for mbrlen... yes checking for mbscmp... no checking for mbsrtowcs... yes checking for wcrtomb... yes checking for mbrtowc... yes checking for wcscoll... yes checking for wcsdup... yes checking for wcwidth... yes checking for wctype... yes checking for mbstate_t... yes checking for iswlower... yes checking for iswupper... yes checking for towlower... yes checking for towupper... yes checking for iswctype... yes checking for nl_langinfo and CODESET... yes checking for wchar_t in wchar.h... yes checking for wctype_t in wctype.h... yes checking for wint_t in wctype.h... yes checking for tgetent in -lncursesw... yes checking for termcap functions library... -lncursesw checking whether tgoto is declared... yes checking for strunvis... no checking for strvis... no checking for strlcpy... (cached) no checking for strlcat... (cached) no checking for fgetln... (cached) no checking return type of signal handlers... (cached) void checking return type of qsort... void checking for utime.h... (cached) yes checking whether utime accepts a null argument... yes checking for vprintf... yes checking for _doprnt... no checking for alarm... yes checking for bcmp... yes checking for bfill... no checking for bmove... no checking for bsearch... yes checking for bzero... yes checking for chsize... no checking for cuserid... yes checking for fchmod... yes checking for fcntl... yes checking for fconvert... no checking for fdatasync... yes checking for fesetround... yes checking for finite... yes checking for fpresetsticky... no checking for fpsetmask... no checking for fsync... yes checking for ftruncate... yes checking for getcwd... yes checking for gethostbyaddr_r... yes checking for gethostbyname_r... (cached) yes checking for getpass... yes checking for getpassphrase... no checking for getpwnam... yes checking for getpwuid... yes checking for getrlimit... yes checking for getrusage... yes checking for getwd... yes checking for index... yes checking for initgroups... yes checking for isnan... yes checking for localtime_r... yes checking for gethrtime... no checking for gmtime_r... yes checking for locking... no checking for longjmp... yes checking for lrand48... yes checking for madvise... yes checking for mallinfo... yes checking for memcpy... yes checking for memmove... yes checking for mkstemp... yes checking for mlockall... yes checking for perror... yes checking for poll... yes checking for pread... yes checking for pthread_attr_create... no checking for mmap... yes checking for mmap64... yes checking for getpagesize... yes checking for pthread_attr_getstacksize... yes checking for pthread_attr_setprio... no checking for pthread_attr_setschedparam... yes checking for pthread_attr_setstacksize... yes checking for pthread_condattr_create... no checking for pthread_getsequence_np... no checking for pthread_key_delete... yes checking for pthread_rwlock_rdlock... yes checking for pthread_setprio... no checking for pthread_setprio_np... no checking for pthread_setschedparam... yes checking for pthread_sigmask... yes checking for readlink... yes checking for realpath... yes checking for rename... yes checking for rint... yes checking for rwlock_init... no checking for setupterm... no checking for shmget... yes checking for shmat... yes checking for shmdt... yes checking for shmctl... yes checking for sigaction... yes checking for sigemptyset... yes checking for sigaddset... yes checking for sighold... yes checking for sigset... yes checking for sigthreadmask... no checking for port_create... no checking for sleep... yes checking for snprintf... yes checking for socket... yes checking for stpcpy... yes checking for strcasecmp... yes checking for strerror... yes checking for strsignal... yes checking for strnlen... yes checking for strpbrk... yes checking for strstr... yes checking for strtol... yes checking for strtoll... yes checking for strtoul... yes checking for strtoull... yes checking for tell... no checking for tempnam... yes checking for thr_setconcurrency... no checking for vidattr... no checking for posix_fallocate... yes checking for backtrace... yes checking for backtrace_symbols... yes checking for backtrace_symbols_fd... yes checking for clock_gettime... no checking for pthread_setschedprio... yes checking for isinf in ... yes checking whether isinf() is safe to use in C code... yes checking whether isinf() can be used in C++ code... yes checking for fseeko... yes checking style of gethost* routines... checking whether madvise is declared... yes other checking style of gethostbyname_r routines... glibc2 checking 3 argument to gethostbyname_r routines... char checking "args to pthread_getspecific"... POSIX checking "args to pthread_mutex_init"... POSIX checking "args to readdir_r"... POSIX checking "style of sigwait"... POSIX checking "for pthread_attr_setscope"... yes checking "can netinet files be included"... "yes" checking support for weak symbols... yes checking whether __bss_start is defined... yes checking cxxabi.h usability... yes checking cxxabi.h presence... yes checking for cxxabi.h... yes checking for abi::__cxa_demangle... yes checking for big tables support... no checking max indexes per table... 64 checking for SSL... disabled checking qlgusr.h usability... no checking qlgusr.h presence... no checking for qlgusr.h... no checking whether to use Partition Support... no checking whether to use Daemon Example Plugin... plugin checking whether to use Simple Parser... plugin checking whether to use Archive Storage Engine... plugin checking whether to use Blackhole Storage Engine... plugin checking whether to use CSV Storage Engine... yes checking whether to use Example Storage Engine... plugin checking whether to use Federated Storage Engine... plugin checking whether to use Memory Storage Engine... yes checking whether to use IBM DB2 for i Storage Engine... no checking whether to use InnoDB Storage Engine... plugin checking whether to use InnoDB Storage Engine... plugin checking whether to use MyISAM Storage Engine... yes checking whether to use MyISAM MERGE Engine... yes checking whether to use Cluster Storage Engine... no checking for aio_read in -lrt... yes checking aio.h usability... yes checking aio.h presence... yes checking for aio.h... yes checking for sched.h... (cached) yes checking size of int... (cached) 4 checking size of long... (cached) 4 checking size of void*... 4 checking for sched_yield... yes checking for fdatasync... (cached) yes checking for localtime_r... (cached) yes checking whether byte ordering is bigendian... (cached) no checking for sched.h... (cached) yes checking size of int... (cached) 4 checking size of long... (cached) 4 checking size of void*... (cached) 4 checking for sched_yield... (cached) yes checking for fdatasync... (cached) yes checking for localtime_r... (cached) yes checking whether byte ordering is bigendian... (cached) no checking whether pthread_t can be used by GCC atomic builtins... no checking whether HAVE_ATOMIC_PTHREAD_T is declared... no checking whether HAVE_SOLARIS_ATOMICS is declared... no checking for x86 PAUSE instruction... yes checking "for man pages to remove"... dropping ndbcluster embedded configure: creating ./config.status config.status: creating libmysql/libmysql.ver config.status: creating zlib/Makefile config.status: creating extra/yassl/Makefile config.status: creating extra/yassl/taocrypt/Makefile config.status: creating extra/yassl/taocrypt/benchmark/Makefile config.status: creating extra/yassl/taocrypt/src/Makefile config.status: creating extra/yassl/taocrypt/test/Makefile config.status: creating extra/yassl/src/Makefile config.status: creating extra/yassl/testsuite/Makefile config.status: creating plugin/daemon_example/Makefile config.status: creating plugin/fulltext/Makefile config.status: creating storage/archive/Makefile config.status: creating storage/blackhole/Makefile config.status: creating storage/csv/Makefile config.status: creating storage/example/Makefile config.status: creating storage/federated/Makefile config.status: creating storage/heap/Makefile config.status: creating storage/ibmdb2i/Makefile config.status: creating storage/innobase/Makefile config.status: creating storage/innodb_plugin/Makefile config.status: creating storage/myisam/Makefile config.status: creating storage/myisammrg/Makefile config.status: creating storage/ndb/Makefile config.status: creating storage/ndb/docs/Makefile config.status: creating storage/ndb/include/Makefile config.status: creating storage/ndb/src/Makefile config.status: creating storage/ndb/src/common/Makefile config.status: creating storage/ndb/src/common/debugger/Makefile config.status: creating storage/ndb/src/common/debugger/signaldata/Makefile config.status: creating storage/ndb/src/common/logger/Makefile config.status: creating storage/ndb/src/common/mgmcommon/Makefile config.status: creating storage/ndb/src/common/portlib/Makefile config.status: creating storage/ndb/src/common/transporter/Makefile config.status: creating storage/ndb/src/common/util/Makefile config.status: creating storage/ndb/src/cw/Makefile config.status: creating storage/ndb/src/cw/cpcd/Makefile config.status: creating storage/ndb/src/kernel/Makefile config.status: creating storage/ndb/src/kernel/blocks/Makefile config.status: creating storage/ndb/src/kernel/blocks/backup/Makefile config.status: creating storage/ndb/src/kernel/blocks/dbdict/Makefile config.status: creating storage/ndb/src/kernel/blocks/dbdih/Makefile config.status: creating storage/ndb/src/kernel/blocks/dblqh/Makefile config.status: creating storage/ndb/src/kernel/blocks/dbtup/Makefile config.status: creating storage/ndb/src/kernel/error/Makefile config.status: creating storage/ndb/src/kernel/vm/Makefile config.status: creating storage/ndb/src/mgmapi/Makefile config.status: creating storage/ndb/src/mgmclient/Makefile config.status: creating storage/ndb/src/mgmsrv/Makefile config.status: creating storage/ndb/src/ndbapi/Makefile config.status: creating storage/ndb/test/Makefile config.status: creating storage/ndb/test/ndbapi/Makefile config.status: creating storage/ndb/test/ndbapi/bank/Makefile config.status: creating storage/ndb/test/run-test/Makefile config.status: creating storage/ndb/test/src/Makefile config.status: creating storage/ndb/test/tools/Makefile config.status: creating storage/ndb/tools/Makefile config.status: creating pstack/Makefile config.status: creating pstack/aout/Makefile config.status: creating cmd-line-utils/readline/Makefile config.status: creating Makefile config.status: creating extra/Makefile config.status: creating mysys/Makefile config.status: creating unittest/Makefile config.status: creating unittest/mytap/Makefile config.status: creating unittest/mytap/t/Makefile config.status: creating unittest/mysys/Makefile config.status: creating unittest/examples/Makefile config.status: creating strings/Makefile config.status: creating regex/Makefile config.status: creating storage/Makefile config.status: creating man/Makefile config.status: creating BUILD/Makefile config.status: creating vio/Makefile config.status: creating libmysql/Makefile config.status: creating libmysql_r/Makefile config.status: creating client/Makefile config.status: creating sql/Makefile config.status: creating sql/share/Makefile config.status: creating sql/sql_builtin.cc config.status: creating sql-common/Makefile config.status: creating dbug/Makefile config.status: creating scripts/Makefile config.status: creating include/Makefile config.status: creating tests/Makefile config.status: creating Docs/Makefile config.status: creating support-files/Makefile config.status: creating support-files/MacOSX/Makefile config.status: creating support-files/RHEL4-SElinux/Makefile config.status: creating server-tools/Makefile config.status: creating server-tools/instance-manager/Makefile config.status: creating cmd-line-utils/Makefile config.status: creating cmd-line-utils/libedit/Makefile config.status: creating libmysqld/Makefile config.status: creating libmysqld/examples/Makefile config.status: creating mysql-test/Makefile config.status: creating mysql-test/lib/My/SafeProcess/Makefile config.status: creating netware/Makefile config.status: creating sql-bench/Makefile config.status: creating include/mysql_version.h config.status: creating plugin/Makefile config.status: creating win/Makefile config.status: creating include/config.h config.status: include/config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands /scratchbox/tools/bin/rm: cannot remove `libtoolT': No such file or directory config.status: executing default commands MySQL has a Web site at http://www.mysql.com/ which carries details on the latest release, upcoming features, and other information to make your work or play with MySQL more productive. There you can also find information about mailing lists for MySQL discussion. Remember to check the platform specific part of the reference manual for hints about installing MySQL on your platform. Also have a look at the files in the Docs directory. Thank you for choosing MySQL! [sbox-DIABLO_X86: ~/mysql-5.1.38] > make Making all in . make[1]: Entering directory `/home/ben/mysql-5.1.38' make abi_headers="include/mysql/plugin.h include/mysql.h" do_abi_check make[2]: Entering directory `/home/ben/mysql-5.1.38' set -ex; \ for file in include/mysql/plugin.h include/mysql.h; do \ gcc -E -nostdinc -dI \ -I./include \ -I./include/mysql \ -I./sql \ -I./include \ -I./include/mysql \ -I./sql \ $file 2>/dev/null | \ /scratchbox/tools/bin/sed -e '/^# /d' \ -e '/^[ ]*$/d' \ -e '/^#pragma GCC set_debug_pwd/d' \ -e '/^#ident/d' > \ ./abi_check.out; \ /scratchbox/tools/bin/diff -w $file.pp ./abi_check.out; \ /scratchbox/tools/bin/rm ./abi_check.out; \ done + gcc -E -nostdinc -dI -I./include -I./include/mysql -I./sql -I./include -I./include/mysql -I./sql include/mysql/plugin.h + /scratchbox/tools/bin/sed -e '/^# /d' -e '/^[ ]*$/d' -e '/^#pragma GCC set_debug_pwd/d' -e '/^#ident/d' + /scratchbox/tools/bin/diff -w include/mysql/plugin.h.pp ./abi_check.out + /scratchbox/tools/bin/rm ./abi_check.out + gcc -E -nostdinc -dI -I./include -I./include/mysql -I./sql -I./include -I./include/mysql -I./sql include/mysql.h + /scratchbox/tools/bin/sed -e '/^# /d' -e '/^[ ]*$/d' -e '/^#pragma GCC set_debug_pwd/d' -e '/^#ident/d' + /scratchbox/tools/bin/diff -w include/mysql.h.pp ./abi_check.out 1a2,268 > #include > #include > #include > #include > #include > #include > #include > #include > #include > #include > typedef unsigned char __u_char; > typedef unsigned short int __u_short; > typedef unsigned int __u_int; > typedef unsigned long int __u_long; > typedef signed char __int8_t; > typedef unsigned char __uint8_t; > typedef signed short int __int16_t; > typedef unsigned short int __uint16_t; > typedef signed int __int32_t; > typedef unsigned int __uint32_t; > __extension__ typedef signed long long int __int64_t; > __extension__ typedef unsigned long long int __uint64_t; > __extension__ typedef long long int __quad_t; > __extension__ typedef unsigned long long int __u_quad_t; > #include > __extension__ typedef __u_quad_t __dev_t; > __extension__ typedef unsigned int __uid_t; > __extension__ typedef unsigned int __gid_t; > __extension__ typedef unsigned long int __ino_t; > __extension__ typedef __u_quad_t __ino64_t; > __extension__ typedef unsigned int __mode_t; > __extension__ typedef unsigned int __nlink_t; > __extension__ typedef long int __off_t; > __extension__ typedef __quad_t __off64_t; > __extension__ typedef int __pid_t; > __extension__ typedef struct { int __val[2]; } __fsid_t; > __extension__ typedef long int __clock_t; > __extension__ typedef unsigned long int __rlim_t; > __extension__ typedef __u_quad_t __rlim64_t; > __extension__ typedef unsigned int __id_t; > __extension__ typedef long int __time_t; > __extension__ typedef unsigned int __useconds_t; > __extension__ typedef long int __suseconds_t; > __extension__ typedef int __daddr_t; > __extension__ typedef long int __swblk_t; > __extension__ typedef int __key_t; > __extension__ typedef int __clockid_t; > __extension__ typedef void * __timer_t; > __extension__ typedef long int __blksize_t; > __extension__ typedef long int __blkcnt_t; > __extension__ typedef __quad_t __blkcnt64_t; > __extension__ typedef unsigned long int __fsblkcnt_t; > __extension__ typedef __u_quad_t __fsblkcnt64_t; > __extension__ typedef unsigned long int __fsfilcnt_t; > __extension__ typedef __u_quad_t __fsfilcnt64_t; > __extension__ typedef int __ssize_t; > typedef __off64_t __loff_t; > typedef __quad_t *__qaddr_t; > typedef char *__caddr_t; > __extension__ typedef int __intptr_t; > __extension__ typedef unsigned int __socklen_t; > typedef __u_char u_char; > typedef __u_short u_short; > typedef __u_int u_int; > typedef __u_long u_long; > typedef __quad_t quad_t; > typedef __u_quad_t u_quad_t; > typedef __fsid_t fsid_t; > typedef __loff_t loff_t; > typedef __ino_t ino_t; > typedef __dev_t dev_t; > typedef __gid_t gid_t; > typedef __mode_t mode_t; > typedef __nlink_t nlink_t; > typedef __uid_t uid_t; > typedef __off_t off_t; > typedef __pid_t pid_t; > typedef __id_t id_t; > typedef __ssize_t ssize_t; > typedef __daddr_t daddr_t; > typedef __caddr_t caddr_t; > typedef __key_t key_t; > #include > #include > typedef __time_t time_t; > #include > typedef __clockid_t clockid_t; > #include > typedef __timer_t timer_t; > #include > typedef unsigned long int ulong; > typedef unsigned short int ushort; > typedef unsigned int uint; > typedef int int8_t __attribute__ ((__mode__ (__QI__))); > typedef int int16_t __attribute__ ((__mode__ (__HI__))); > typedef int int32_t __attribute__ ((__mode__ (__SI__))); > typedef int int64_t __attribute__ ((__mode__ (__DI__))); > typedef unsigned int u_int8_t __attribute__ ((__mode__ (__QI__))); > typedef unsigned int u_int16_t __attribute__ ((__mode__ (__HI__))); > typedef unsigned int u_int32_t __attribute__ ((__mode__ (__SI__))); > typedef unsigned int u_int64_t __attribute__ ((__mode__ (__DI__))); > typedef int register_t __attribute__ ((__mode__ (__word__))); > #include > #include > #include > #include > #include > #include > #include > #include > typedef int __sig_atomic_t; > typedef struct > { > unsigned long int __val[(1024 / (8 * sizeof (unsigned long int)))]; > } __sigset_t; > typedef __sigset_t sigset_t; > #include > #include > struct timespec > { > __time_t tv_sec; > long int tv_nsec; > }; > #include > #include > struct timeval > { > __time_t tv_sec; > __suseconds_t tv_usec; > }; > typedef __suseconds_t suseconds_t; > typedef long int __fd_mask; > typedef struct > { > __fd_mask __fds_bits[1024 / (8 * sizeof (__fd_mask))]; > } fd_set; > typedef __fd_mask fd_mask; > extern int select (int __nfds, fd_set *__restrict __readfds, > fd_set *__restrict __writefds, > fd_set *__restrict __exceptfds, > struct timeval *__restrict __timeout); > extern int pselect (int __nfds, fd_set *__restrict __readfds, > fd_set *__restrict __writefds, > fd_set *__restrict __exceptfds, > const struct timespec *__restrict __timeout, > const __sigset_t *__restrict __sigmask); > #include > #include > __extension__ > extern __inline unsigned int gnu_dev_major (unsigned long long int __dev) > __attribute__ ((__nothrow__)); > __extension__ > extern __inline unsigned int gnu_dev_minor (unsigned long long int __dev) > __attribute__ ((__nothrow__)); > __extension__ > extern __inline unsigned long long int gnu_dev_makedev (unsigned int __major, > unsigned int __minor) > __attribute__ ((__nothrow__)); > __extension__ extern __inline unsigned int > __attribute__ ((__nothrow__)) gnu_dev_major (unsigned long long int __dev) > { > return ((__dev >> 8) & 0xfff) | ((unsigned int) (__dev >> 32) & ~0xfff); > } > __extension__ extern __inline unsigned int > __attribute__ ((__nothrow__)) gnu_dev_minor (unsigned long long int __dev) > { > return (__dev & 0xff) | ((unsigned int) (__dev >> 12) & ~0xff); > } > __extension__ extern __inline unsigned long long int > __attribute__ ((__nothrow__)) gnu_dev_makedev (unsigned int __major, unsigned int __minor) > { > return ((__minor & 0xff) | ((__major & 0xfff) << 8) > | (((unsigned long long int) (__minor & ~0xff)) << 12) > | (((unsigned long long int) (__major & ~0xfff)) << 32)); > } > typedef __blkcnt_t blkcnt_t; > typedef __fsblkcnt_t fsblkcnt_t; > typedef __fsfilcnt_t fsfilcnt_t; > #include > typedef unsigned long int pthread_t; > typedef union > { > char __size[36]; > long int __align; > } pthread_attr_t; > typedef struct __pthread_internal_slist > { > struct __pthread_internal_slist *__next; > } __pthread_slist_t; > typedef union > { > struct __pthread_mutex_s > { > int __lock; > unsigned int __count; > int __owner; > int __kind; > unsigned int __nusers; > __extension__ union > { > int __spins; > __pthread_slist_t __list; > }; > } __data; > char __size[24]; > long int __align; > } pthread_mutex_t; > typedef union > { > char __size[4]; > long int __align; > } pthread_mutexattr_t; > typedef union > { > struct > { > int __lock; > unsigned int __futex; > __extension__ unsigned long long int __total_seq; > __extension__ unsigned long long int __wakeup_seq; > __extension__ unsigned long long int __woken_seq; > void *__mutex; > unsigned int __nwaiters; > unsigned int __broadcast_seq; > } __data; > char __size[48]; > __extension__ long long int __align; > } pthread_cond_t; > typedef union > { > char __size[4]; > long int __align; > } pthread_condattr_t; > typedef unsigned int pthread_key_t; > typedef int pthread_once_t; > typedef union > { > struct > { > int __lock; > unsigned int __nr_readers; > unsigned int __readers_wakeup; > unsigned int __writer_wakeup; > unsigned int __nr_readers_queued; > unsigned int __nr_writers_queued; > unsigned int __flags; > int __writer; > } __data; > char __size[32]; > long int __align; > } pthread_rwlock_t; > typedef union > { > char __size[8]; > long int __align; > } pthread_rwlockattr_t; > typedef volatile int pthread_spinlock_t; > typedef union > { > char __size[20]; > long int __align; > } pthread_barrier_t; > typedef union > { > char __size[4]; > int __align; > } pthread_barrierattr_t; make[2]: *** [do_abi_check] Error 1 make[2]: Leaving directory `/home/ben/mysql-5.1.38' make[1]: *** [abi_check] Error 2 make[1]: Leaving directory `/home/ben/mysql-5.1.38' make: *** [all-recursive] Error 1 [sbox-DIABLO_X86: ~/mysql-5.1.38] >