osdir.com
mailing list archive

Subject: binutils build error - msg#00047

List: t2.devel

Date: Prev Next Index Thread: Prev Next Index
hello

as requested , here is the error log of binutils with t2-trunk

Command Wrapper Debug: running 'gcc --version' ..
gcc is
/TOOLCHAIN/build/t5700-8.0-trunk-generic-x86-i686/TOOLCHAIN/tools.chroot/wrapper/gcc
Old Command: gcc --version
ENVPREFIX = 'CMD'
OTHERS = 'ccache'
INSERT = '--help?:-pipe -O2 -march=i686'
REMOVE = '-O -O[0-9s] -mtune* -march* -mcpu* -g* -Werror'
APPEND = '-s */X11R6/include?-I/usr/X11/include */X11R6/lib?-L/usr/X11/lib
*/X11R6/lib64?-L/usr/X11/lib64'
FILTER = ''
conditonal arg: --help?:-pipe.
conditonal: --help, lhs: , rhs: -pipe.
Insert: -pipe
Insert: -O2
Insert: -march=i686
Copy: --version
Append: -s
conditonal arg: */X11R6/include?-I/usr/X11/include.
conditonal: */X11R6/include, lhs: -I/usr/X11/include, rhs: .
conditonal arg: */X11R6/lib?-L/usr/X11/lib.
conditonal: */X11R6/lib, lhs: -L/usr/X11/lib, rhs: .
conditonal arg: */X11R6/lib64?-L/usr/X11/lib64.
conditonal: */X11R6/lib64, lhs: -L/usr/X11/lib64, rhs: .
Running external wrapper: ccache
ccache gcc -pipe -O2 -march=i686 --version -s
Old Command: gcc -pipe -O2 -march=i686 --version -s
ENVPREFIX = 'CMD'
OTHERS = 'ccache'
OTHERS DONE = 'ccache'
INSERT = '--help?:-pipe -O2 -march=i686'
REMOVE = '-O -O[0-9s] -mtune* -march* -mcpu* -g* -Werror'
APPEND = '-s */X11R6/include?-I/usr/X11/include */X11R6/lib?-L/usr/X11/lib
*/X11R6/lib64?-L/usr/X11/lib64'
FILTER = ''
conditonal arg: --help?:-pipe.
conditonal: --help, lhs: , rhs: -pipe.
Insert: -pipe
Insert: -O2
Insert: -march=i686
Copy: -pipe
Remove: -O2
Remove: -march=i686
Copy: --version
Copy: -s
Append: -s
conditonal arg: */X11R6/include?-I/usr/X11/include.
conditonal: */X11R6/include, lhs: -I/usr/X11/include, rhs: .
conditonal arg: */X11R6/lib?-L/usr/X11/lib.
conditonal: */X11R6/lib, lhs: -L/usr/X11/lib, rhs: .
conditonal arg: */X11R6/lib64?-L/usr/X11/lib64.
conditonal: */X11R6/lib64, lhs: -L/usr/X11/lib64, rhs: .
Old PATH:
/TOOLCHAIN/build/t5700-8.0-trunk-generic-x86-i686/TOOLCHAIN/tools.chroot/wrapper:/TOOLCHAIN/build/t5700-8.0-trunk-generic-x86-i686/TOOLCHAIN/tools.chroot/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
New PATH:
/TOOLCHAIN/build/t5700-8.0-trunk-generic-x86-i686/TOOLCHAIN/tools.chroot/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
New Command: gcc -pipe -O2 -march=i686 -pipe --version -s -s
gcc (GCC) 4.2.1
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[ writing debug log to
/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/cmd_wrapper.log
]
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/archdir/binutils-2.18.50.0.1.tar.bz2'
-> `/TOOLCHAIN/download/mirror/b/binutils-2.18.50.0.1.tar.bz2'
Running main build function 'build_this_package' ...
Extracting binutils-2.18.50.0.1.tar.bz2 (--use-compress-program=bzip2 -xf) ...
Fixing ownership and permissions ...
Removing CVS, .svn, {arch} and .arch-ids directories ...
Changeing into
/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1
...
Apply patch /TOOLCHAIN/package/base/binutils/have_stdlib.patch ...
patching file libiberty/cplus-dem.c
Hunk #1 succeeded at 49 with fuzz 2 (offset 1 line).
Apply patch /TOOLCHAIN/package/base/binutils/ld-glob.patch ...
patching file ld/emultempl/elf32.em
Hunk #1 succeeded at 728 (offset 95 lines).
Hunk #3 succeeded at 783 with fuzz 2 (offset 95 lines).
Creating /usr/<..> if required ...
Autodetection for option impossible: --disable-debug passed thru.
Autodetection for option impossible: --with-libpam passed thru.
Autodetection for option impossible: --with-pam passed thru.
Autodetection for option impossible: --enable-libpam passed thru.
Autodetection for option impossible: --enable-pam passed thru.
Running ../configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin
--libdir=/usr/lib --datadir=/usr/share --includedir=/usr/include
--infodir=/usr/info --mandir=/usr/man --sysconfdir=/etc --localstatedir=/var
--disable-debug --with-libpam --with-pam --enable-libpam --enable-pam
--build=i686-t2-linux-gnu --host=i686-t2-linux-gnu --enable-shared
checking build system type... i686-t2-linux-gnu
checking host system type... i686-t2-linux-gnu
checking target system type... i686-t2-linux-gnu
checking for a BSD-compatible install...
/TOOLCHAIN/build/t5700-8.0-trunk-generic-x86-i686/TOOLCHAIN/tools.chroot/wrapper/install
-c
checking whether ln works... yes
checking whether ln -s works... yes
checking for i686-t2-linux-gnu-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 i686-t2-linux-gnu-g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for i686-t2-linux-gnu-gnatbind... no
checking for gnatbind... no
checking for i686-t2-linux-gnu-gnatmake... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1
$$f2
checking for bison... bison -y
checking for bison... bison
checking for gm4... no
checking for gnum4... no
checking for m4... m4
checking for flex... flex
checking for flex... flex
checking for makeinfo... makeinfo
checking for expect... no
checking for runtest... no
checking for ar... (cached) ar
checking for i686-t2-linux-gnu-ar... (cached) ar
checking for as... (cached) as
checking for i686-t2-linux-gnu-as... (cached) as
checking for i686-t2-linux-gnu-dlltool... no
checking for dlltool... no
checking for ld... (cached) ld
checking for i686-t2-linux-gnu-ld... (cached) ld
checking for i686-t2-linux-gnu-lipo... no
checking for lipo... no
checking for nm... (cached) nm
checking for i686-t2-linux-gnu-nm... (cached) nm
checking for ranlib... (cached) ranlib
checking for i686-t2-linux-gnu-ranlib... (cached) ranlib
checking for strip... (cached) strip
checking for i686-t2-linux-gnu-strip... (cached) strip
checking for i686-t2-linux-gnu-windres... no
checking for windres... no
checking for i686-t2-linux-gnu-windmc... no
checking for windmc... no
checking for objcopy... (cached) objcopy
checking for i686-t2-linux-gnu-objcopy... (cached) objcopy
checking for objdump... (cached) objdump
checking for i686-t2-linux-gnu-objdump... (cached) objdump
checking for cc... cc
checking for c++... c++
checking for gcc... gcc
checking for gcj... no
checking for gfortran... no
checking for ar... ar
checking for as... as
checking for dlltool... no
checking for ld... ld
checking for lipo... no
checking for nm... nm
checking for objdump... objdump
checking for ranlib... ranlib
checking for strip... strip
checking for windres... no
checking for windmc... no
checking where to find the target ar... just compiled
checking where to find the target as... just compiled
checking where to find the target cc... host tool
checking where to find the target c++... host tool
checking where to find the target c++ for libstdc++... host tool
checking where to find the target dlltool... just compiled
checking where to find the target gcc... host tool
checking where to find the target gcj... host tool
checking where to find the target gfortran... host tool
checking where to find the target ld... just compiled
checking where to find the target lipo... host tool
checking where to find the target nm... just compiled
checking where to find the target objdump... just compiled
checking where to find the target ranlib... just compiled
checking where to find the target strip... just compiled
checking where to find the target windres... just compiled
checking where to find the target windmc... just compiled
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether -fkeep-inline-functions is supported... yes
configure: creating ./config.status
config.status: creating Makefile
Running make CC=gcc CPP=cpp CXX=g++ prefix=/usr
make[1]: Entering directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir'
mkdir -p -- ./intl
Configuring in ./intl
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install...
/TOOLCHAIN/build/t5700-8.0-trunk-generic-x86-i686/TOOLCHAIN/tools.chroot/wrapper/install
-c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for i686-t2-linux-gnu-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 build system type... i686-t2-linux-gnu
checking host system type... i686-t2-linux-gnu
checking for i686-t2-linux-gnu-ranlib... ranlib
checking for library containing strerror... none required
checking how to run the C preprocessor... cpp
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
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 off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether integer division by zero raises SIGFPE... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... done
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.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 nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getc_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for __fsetlocking... yes
checking for iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft,
char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 2.3, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
mkdir -p -- ./libiberty
Configuring in ./libiberty
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo...
/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/missing
makeinfo --split-size=5000000
configure: WARNING:
*** Makeinfo is missing. Info documentation will not be built.
checking for perl... perl
checking build system type... i686-t2-linux-gnu
checking host system type... i686-t2-linux-gnu
checking for i686-t2-linux-gnu-ar... ar
checking for i686-t2-linux-gnu-ranlib... ranlib
checking for i686-t2-linux-gnu-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 how to run the C preprocessor... cpp
checking whether gcc supports -W... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wc++-compat... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -pedantic ... yes
checking whether gcc and cc understand -c and -o together... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for a BSD-compatible install...
/TOOLCHAIN/build/t5700-8.0-trunk-generic-x86-i686/TOOLCHAIN/tools.chroot/wrapper/install
-c
Appending ../../libiberty/../config/mh-x86pic to xhost-mkfrag
checking for sys/file.h... yes
checking for sys/param.h... yes
checking for limits.h... yes
checking for stdlib.h... yes
checking for malloc.h... yes
checking for string.h... yes
checking for unistd.h... yes
checking for strings.h... yes
checking for sys/time.h... yes
checking for time.h... yes
checking for sys/resource.h... yes
checking for sys/stat.h... yes
checking for sys/mman.h... yes
checking for fcntl.h... yes
checking for alloca.h... yes
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
checking for sys/systemcfg.h... no
checking for stdint.h... yes
checking for stdio_ext.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... yes
checking for strings.h... (cached) yes
checking for inttypes.h... yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for int... yes
checking size of int... 4
checking for uintptr_t... yes
checking for a 64-bit type... uint64_t
checking for pid_t... yes
checking for library containing strerror... none required
checking for asprintf... yes
checking for atexit... yes
checking for basename... yes
checking for bcmp... yes
checking for bcopy... yes
checking for bsearch... yes
checking for bzero... yes
checking for calloc... yes
checking for clock... yes
checking for ffs... yes
checking for getcwd... yes
checking for getpagesize... yes
checking for gettimeofday... yes
checking for index... yes
checking for insque... yes
checking for memchr... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmove... yes
checking for mempcpy... yes
checking for memset... yes
checking for mkstemps... no
checking for putenv... yes
checking for random... yes
checking for rename... yes
checking for rindex... yes
checking for setenv... yes
checking for snprintf... yes
checking for sigsetmask... yes
checking for stpcpy... yes
checking for stpncpy... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strndup... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for strverscmp... yes
checking for tmpnam... yes
checking for vasprintf... yes
checking for vfprintf... yes
checking for vprintf... yes
checking for vsnprintf... yes
checking for vsprintf... yes
checking for waitpid... yes
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... -1
checking for unistd.h... (cached) yes
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 _doprnt... no
checking for sys_errlist... yes
checking for sys_nerr... yes
checking for sys_siglist... yes
checking for external symbol _system_configuration... no
checking for getrusage... yes
checking for on_exit... yes
checking for psignal... yes
checking for strerror... yes
checking for strsignal... yes
checking for sysconf... yes
checking for times... yes
checking for sbrk... yes
checking for gettimeofday... (cached) yes
checking for realpath... yes
checking for canonicalize_file_name... yes
checking for pstat_getstatic... no
checking for pstat_getdynamic... no
checking for sysmp... no
checking for getsysinfo... no
checking for table... no
checking for sysctl... yes
checking for wait3... yes
checking for wait4... yes
checking for __fsetlocking... yes
checking whether basename is declared... no
checking whether ffs is declared... yes
checking whether asprintf is declared... no
checking whether vasprintf is declared... no
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... yes
checking whether strverscmp is declared... no
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... yes
updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
mkdir -p -- ./bfd
Configuring in ./bfd
configure: creating cache ./config.cache
checking build system type... i686-t2-linux-gnu
checking host system type... i686-t2-linux-gnu
checking target system type... i686-t2-linux-gnu
checking for i686-t2-linux-gnu-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 library containing strerror... none required
checking for a BSD-compatible install...
/TOOLCHAIN/build/t5700-8.0-trunk-generic-x86-i686/TOOLCHAIN/tools.chroot/wrapper/install
-c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for i686-t2-linux-gnu-ar... ar
checking for i686-t2-linux-gnu-ranlib... ranlib
checking for i686-t2-linux-gnu-gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for fgrep... grep -F
checking for ld used by gcc... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) 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 "+="... yes
checking for ld option to reload object files... -r
checking how to recognize dependent libraries... pass_all
checking for i686-t2-linux-gnu-ar... (cached) ar
checking for i686-t2-linux-gnu-strip... strip
checking for i686-t2-linux-gnu-ranlib... (cached) ranlib
checking command to parse nm output from gcc object... ok
checking how to run the C preprocessor... cpp
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 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 (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
Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes
-Werror
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether to install libbfd... yes
checking whether NLS is requested... yes
checking for catalogs to be installed... da es fr ja ro rw sv tr vi zh_CN
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for a BSD-compatible install...
/TOOLCHAIN/build/t5700-8.0-trunk-generic-x86-i686/TOOLCHAIN/tools.chroot/wrapper/install
-c
checking for long long... yes
checking for long long... yes
checking size of long long... 8
checking for void *... yes
checking size of void *... 4
checking for long... yes
checking size of long... 4
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for uintptr_t... yes
checking for int_least32_t... yes
checking for int_fast32_t... yes
checking for uint64_t... yes
checking what to include in bfd_stdint.h... stdint.h (already complete)
checking whether time.h and sys/time.h may both be included... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether string.h and strings.h may both be included... yes
checking for fcntl... yes
checking for getpagesize... yes
checking for setitimer... yes
checking for sysconf... yes
checking for fdopen... yes
checking for getuid... yes
checking for getgid... yes
checking for strtoull... yes
checking whether basename is declared... yes
checking whether ftello is declared... yes
checking whether ftello64 is declared... yes
checking whether fseeko is declared... yes
checking whether fseeko64 is declared... yes
checking whether ffs is declared... yes
checking whether free is declared... yes
checking whether getenv is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether stpcpy is declared... yes
checking whether strstr is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking sys/procfs.h usability... yes
checking sys/procfs.h presence... yes
checking for sys/procfs.h... yes
checking for prstatus_t in sys/procfs.h... yes
checking for prstatus32_t in sys/procfs.h... no
checking for prstatus_t.pr_who in sys/procfs.h... no
checking for prstatus32_t.pr_who in sys/procfs.h... no
checking for pstatus_t in sys/procfs.h... no
checking for pxstatus_t in sys/procfs.h... no
checking for pstatus32_t in sys/procfs.h... no
checking for prpsinfo_t in sys/procfs.h... yes
checking for prpsinfo32_t in sys/procfs.h... no
checking for psinfo_t in sys/procfs.h... no
checking for psinfo32_t in sys/procfs.h... no
checking for lwpstatus_t in sys/procfs.h... no
checking for lwpxstatus_t in sys/procfs.h... no
checking for lwpstatus_t.pr_context in sys/procfs.h... no
checking for lwpstatus_t.pr_reg in sys/procfs.h... no
checking for win32_pstatus_t in sys/procfs.h... no
checking for ftello... yes
checking for ftello64... yes
checking for fseeko... yes
checking for fseeko64... yes
checking for fopen64... yes
checking for off_t... yes
checking size of off_t... 4
checking file_ptr type... BFD_HOST_64_BIT
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for madvise... yes
checking for mprotect... yes
updating cache ./config.cache
configure: creating ./config.status
config.status: creating ../binutils.spec
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating bfd-in3.h
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing bfd_stdint.h commands
config.status: executing default commands
make[2]: Entering directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/libiberty'
if [ x"-fpic" != x ] && [ ! -d pic ]; then \
mkdir pic; \
else true; fi
touch stamp-picdir
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/regex.c -o pic/regex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/regex.c -o regex.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/cplus-dem.c -o cplus-dem.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/cp-demangle.c -o cp-demangle.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/md5.c -o pic/md5.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/md5.c -o md5.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/alloca.c -o pic/alloca.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/alloca.c -o alloca.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/argv.c -o pic/argv.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/argv.c -o argv.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/choose-temp.c -o pic/choose-temp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/choose-temp.c -o choose-temp.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/concat.c -o pic/concat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/concat.c -o concat.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/cp-demint.c -o pic/cp-demint.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/cp-demint.c -o cp-demint.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/dyn-string.c -o pic/dyn-string.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/dyn-string.c -o dyn-string.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/fdmatch.c -o pic/fdmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/fdmatch.c -o fdmatch.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/fibheap.c -o pic/fibheap.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/fibheap.c -o fibheap.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/filename_cmp.c -o pic/filename_cmp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/filename_cmp.c -o filename_cmp.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/floatformat.c -o pic/floatformat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/floatformat.c -o floatformat.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/fnmatch.c -o pic/fnmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/fnmatch.c -o fnmatch.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/fopen_unlocked.c -o fopen_unlocked.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/getopt.c -o pic/getopt.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/getopt.c -o getopt.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/getopt1.c -o pic/getopt1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/getopt1.c -o getopt1.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/getpwd.c -o pic/getpwd.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/getpwd.c -o getpwd.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/getruntime.c -o pic/getruntime.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/getruntime.c -o getruntime.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/hashtab.c -o hashtab.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/hex.c -o pic/hex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/hex.c -o hex.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/lbasename.c -o pic/lbasename.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/lbasename.c -o lbasename.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/lrealpath.c -o pic/lrealpath.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/lrealpath.c -o lrealpath.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/make-relative-prefix.c -o make-relative-prefix.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/make-temp-file.c -o make-temp-file.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/objalloc.c -o pic/objalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/objalloc.c -o objalloc.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/obstack.c -o pic/obstack.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/obstack.c -o obstack.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/partition.c -o pic/partition.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/partition.c -o partition.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/pexecute.c -o pic/pexecute.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/pexecute.c -o pexecute.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/physmem.c -o pic/physmem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/physmem.c -o physmem.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/pex-common.c -o pic/pex-common.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/pex-common.c -o pex-common.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/pex-one.c -o pic/pex-one.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/pex-one.c -o pex-one.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/pex-unix.c -o pic/pex-unix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/pex-unix.c -o pex-unix.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/safe-ctype.c -o safe-ctype.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/sort.c -o pic/sort.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/sort.c -o sort.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/spaces.c -o pic/spaces.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/spaces.c -o spaces.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/splay-tree.c -o pic/splay-tree.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/splay-tree.c -o splay-tree.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/strerror.c -o pic/strerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/strerror.c -o strerror.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/strsignal.c -o pic/strsignal.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/strsignal.c -o strsignal.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/xatexit.c -o pic/xatexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/xatexit.c -o xatexit.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/xexit.c -o pic/xexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/xexit.c -o xexit.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/xmalloc.c -o pic/xmalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/xmalloc.c -o xmalloc.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/xmemdup.c -o pic/xmemdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/xmemdup.c -o xmemdup.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/xstrdup.c -o pic/xstrdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/xstrdup.c -o xstrdup.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/xstrerror.c -o pic/xstrerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/xstrerror.c -o xstrerror.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/xstrndup.c -o pic/xstrndup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/xstrndup.c -o xstrndup.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W
-Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic
../../libiberty/mkstemps.c -o pic/mkstemps.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic
../../libiberty/mkstemps.c -o mkstemps.o
rm -f ./libiberty.a pic/./libiberty.a
ar rc ./libiberty.a \
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o
./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o
./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o
./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o
./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o
./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o
./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o
./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o
./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mkstemps.o
ranlib ./libiberty.a
if [ x"-fpic" != x ]; then \
cd pic; \
ar rc ./libiberty.a \
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o
./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o
./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o
./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o
./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o
./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o
./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o
./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o
./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mkstemps.o; \
ranlib ./libiberty.a; \
cd ..; \
else true; fi
rm -f needed-list; touch needed-list; \
for f in atexit calloc memchr memcmp memcpy memmove memset rename
strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf
vfork waitpid bcmp bcopy bzero; do \
for g in ./mkstemps.o ; do \
case "$g" in \
*$f*) echo $g >> needed-list ;; \
esac; \
done; \
done
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o
./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o
./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o
./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o
./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o
./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o
./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o
./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o
./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
make[3]: Entering directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/libiberty/testsuite'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/libiberty/testsuite'
make[2]: Leaving directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/libiberty'
make[2]: Entering directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/intl'
make[2]: Entering directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd'
Making info in doc
make[3]: Entering directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
make chew
make[4]: Entering directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
gcc -o chew.$$ ../../../bfd/doc/chew.c \
-g -O2 \
-I.. -I../../../bfd/doc/.. -I../../../bfd/doc/../../include
-I../../../bfd/doc/../../intl -I../../intl; \
/bin/sh ../../../bfd/doc/../../move-if-change chew.$$ chew
make[4]: Leaving directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
./chew -f ../../../bfd/doc/doc.str <../../../bfd/doc/../aoutx.h >aoutx.tmp
/bin/sh ../../../bfd/doc/../../move-if-change aoutx.tmp aoutx.texi
make chew
make[4]: Entering directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
make[4]: `chew' is up to date.
make[4]: Leaving directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
./chew -f ../../../bfd/doc/doc.str <../../../bfd/doc/../archive.c >archive.tmp
/bin/sh ../../../bfd/doc/../../move-if-change archive.tmp archive.texi
make chew
make[4]: Entering directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
make[4]: `chew' is up to date.
make[4]: Leaving directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
./chew -f ../../../bfd/doc/doc.str < ../../../bfd/doc/../archures.c
>archures.tmp
/bin/sh ../../../bfd/doc/../../move-if-change archures.tmp archures.texi
make chew
make[4]: Entering directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
make[4]: `chew' is up to date.
make[4]: Leaving directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
./chew -f ../../../bfd/doc/doc.str < ../../../bfd/doc/../bfd.c >bfd.tmp
/bin/sh ../../../bfd/doc/../../move-if-change bfd.tmp bfdt.texi
make chew
make[4]: Entering directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
make[4]: `chew' is up to date.
make[4]: Leaving directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
./chew -f ../../../bfd/doc/doc.str < ../../../bfd/doc/../cache.c >cache.tmp
/bin/sh ../../../bfd/doc/../../move-if-change cache.tmp cache.texi
make chew
make[4]: Entering directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
make[4]: `chew' is up to date.
make[4]: Leaving directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
./chew -f ../../../bfd/doc/doc.str <../../../bfd/doc/../coffcode.h >coffcode.tmp
/bin/sh ../../../bfd/doc/../../move-if-change coffcode.tmp coffcode.texi
make chew
make[4]: Entering directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
make[4]: `chew' is up to date.
make[4]: Leaving directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
./chew -f ../../../bfd/doc/doc.str <../../../bfd/doc/../corefile.c >core.tmp
/bin/sh ../../../bfd/doc/../../move-if-change core.tmp core.texi
make chew
make[4]: Entering directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
make[4]: `chew' is up to date.
make[4]: Leaving directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
./chew -f ../../../bfd/doc/doc.str <../../../bfd/doc/../elf.c >elf.tmp
/bin/sh ../../../bfd/doc/../../move-if-change elf.tmp elf.texi
make chew
make[4]: Entering directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
make[4]: `chew' is up to date.
make[4]: Leaving directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
./chew -f ../../../bfd/doc/doc.str <../../../bfd/doc/../elfcode.h >elfcode.tmp
/bin/sh ../../../bfd/doc/../../move-if-change elfcode.tmp elfcode.texi
make chew
make[4]: Entering directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
make[4]: `chew' is up to date.
make[4]: Leaving directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
./chew -f ../../../bfd/doc/doc.str <../../../bfd/doc/../format.c >format.tmp
/bin/sh ../../../bfd/doc/../../move-if-change format.tmp format.texi
make chew
make[4]: Entering directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
make[4]: `chew' is up to date.
make[4]: Leaving directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
./chew -f ../../../bfd/doc/doc.str < ../../../bfd/doc/../libbfd.c >libbfd.tmp
/bin/sh ../../../bfd/doc/../../move-if-change libbfd.tmp libbfd.texi
make chew
make[4]: Entering directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
make[4]: `chew' is up to date.
make[4]: Leaving directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
./chew -f ../../../bfd/doc/doc.str < ../../../bfd/doc/../bfdwin.c >bfdwin.tmp
/bin/sh ../../../bfd/doc/../../move-if-change bfdwin.tmp bfdwin.texi
make chew
make[4]: Entering directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
make[4]: `chew' is up to date.
make[4]: Leaving directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
./chew -f ../../../bfd/doc/doc.str < ../../../bfd/doc/../bfdio.c >bfdio.tmp
/bin/sh ../../../bfd/doc/../../move-if-change bfdio.tmp bfdio.texi
make chew
make[4]: Entering directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
make[4]: `chew' is up to date.
make[4]: Leaving directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
./chew -f ../../../bfd/doc/doc.str <../../../bfd/doc/../opncls.c >opncls.tmp
/bin/sh ../../../bfd/doc/../../move-if-change opncls.tmp opncls.texi
make chew
make[4]: Entering directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
make[4]: `chew' is up to date.
make[4]: Leaving directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
./chew -f ../../../bfd/doc/doc.str <../../../bfd/doc/../reloc.c >reloc.tmp
/bin/sh ../../../bfd/doc/../../move-if-change reloc.tmp reloc.texi
make chew
make[4]: Entering directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
make[4]: `chew' is up to date.
make[4]: Leaving directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
./chew -f ../../../bfd/doc/doc.str <../../../bfd/doc/../section.c >section.tmp
/bin/sh ../../../bfd/doc/../../move-if-change section.tmp section.texi
make chew
make[4]: Entering directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
make[4]: `chew' is up to date.
make[4]: Leaving directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
./chew -f ../../../bfd/doc/doc.str <../../../bfd/doc/../syms.c >syms.tmp
/bin/sh ../../../bfd/doc/../../move-if-change syms.tmp syms.texi
make chew
make[4]: Entering directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
make[4]: `chew' is up to date.
make[4]: Leaving directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
./chew -f ../../../bfd/doc/doc.str <../../../bfd/doc/../targets.c >targets.tmp
/bin/sh ../../../bfd/doc/../../move-if-change targets.tmp targets.texi
make chew
make[4]: Entering directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
make[4]: `chew' is up to date.
make[4]: Leaving directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
./chew -f ../../../bfd/doc/doc.str <../../../bfd/doc/../init.c >init.tmp
/bin/sh ../../../bfd/doc/../../move-if-change init.tmp init.texi
make chew
make[4]: Entering directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
make[4]: `chew' is up to date.
make[4]: Leaving directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
./chew -f ../../../bfd/doc/doc.str <../../../bfd/doc/../hash.c >hash.tmp
/bin/sh ../../../bfd/doc/../../move-if-change hash.tmp hash.texi
make chew
make[4]: Entering directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
make[4]: `chew' is up to date.
make[4]: Leaving directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
./chew -f ../../../bfd/doc/doc.str <../../../bfd/doc/../linker.c >linker.tmp
/bin/sh ../../../bfd/doc/../../move-if-change linker.tmp linker.texi
make chew
make[4]: Entering directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
make[4]: `chew' is up to date.
make[4]: Leaving directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
./chew -f ../../../bfd/doc/doc.str <../../../bfd/doc/../mmo.c >mmo.tmp
/bin/sh ../../../bfd/doc/../../move-if-change mmo.tmp mmo.texi
creating bfdver.texi
restore=: && backupdir=".am$$" && \
rm -rf $backupdir && mkdir $backupdir && \
if
(/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/missing
makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1;
then \
for f in bfd.info bfd.info-[0-9] bfd.info-[0-9][0-9] bfd.i[0-9]
bfd.i[0-9][0-9]; do \
if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
else :; fi && \
if
/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/missing
makeinfo --split-size=5000000 --split-size=5000000 -I ../../../bfd/doc \
-o bfd.info `test -f 'bfd.texinfo' || echo
'../../../bfd/doc/'`bfd.texinfo; \
then \
rc=0; \
else \
rc=$?; \
$restore $backupdir/* `echo "./bfd.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
WARNING: `makeinfo' is missing on your system. You should only need it if
you modified a `.texi' or `.texinfo' file, or any other file
indirectly affecting the aspect of the manual. The spurious
call might also be the consequence of using a buggy `make' (AIX,
DU, IRIX). You might want to install the `Texinfo' package or
the `GNU make' package. Grab either from any GNU archive site.
make[3]: *** [bfd.info] Error 1
make[3]: Leaving directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/doc'
Making info in po
make[3]: Entering directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/po'
( if test 'x../../../bfd/po' != 'x.'; then \
posrcprefix='../../../bfd/'; \
else \
posrcprefix="../"; \
fi; \
rm -f SRC-POTFILES-t SRC-POTFILES \
&& (sed -e '/^#/d' \
-e '/^[ ]*$/d' \
-e "s@.*@ $posrcprefix& \\\\@" <
../../../bfd/po/SRC-POTFILES.in \
| sed -e '$s/\\$//') > SRC-POTFILES-t \
&& chmod a-w SRC-POTFILES-t \
&& mv SRC-POTFILES-t SRC-POTFILES )
( rm -f BLD-POTFILES-t BLD-POTFILES \
&& (sed -e '/^#/d' \
-e '/^[ ]*$/d' \
-e "s@.*@ ../& \\\\@" < ../../../bfd/po/BLD-POTFILES.in \
| sed -e '$s/\\$//') > BLD-POTFILES-t \
&& chmod a-w BLD-POTFILES-t \
&& mv BLD-POTFILES-t BLD-POTFILES )
cd .. \
&& CONFIG_FILES=po/Makefile.in:po/Make-in \
CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating po/Makefile.in
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing bfd_stdint.h commands
config.status: executing default commands
make[3]: Leaving directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/po'
make[3]: Entering directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/po'
make[3]: Nothing to be done for `info'.
make[3]: Leaving directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd/po'
make[3]: Entering directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd'
make[3]: Nothing to be done for `info-am'.
make[3]: Leaving directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd'
make[2]: *** [info-recursive] Error 1
make[2]: Leaving directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir/bfd'
make[1]: *** [all-bfd] Error 2
make[1]: Leaving directory
`/TOOLCHAIN/src.binutils.t5700.20070929.182121.24873.localhost.localdomain/binutils-2.18.50.0.1/objdir'
make: *** [all] Error 2
Due to previous errors, no 2-binutils.log file!
(Try enabling xtrace in the config to track an error inside the build system.)
--- BUILD ERROR ---
Creating file list and doing final adaptions ...
Searching for orphaned files ...
Found 156 files for this package.
Found 150 orphaned files for this package.
Clear (old) md5sums ...
Calculating package dependencies ...
Creating md5sum files ... done.
Creating package description ...
Making post-install adaptions.
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
lists@xxxxxxxxxxxxxx with a subject of: unsubscribe t2
Was this page helpful?
Yes No
Thread at a glance:

Previous Message by Date: click to view message preview

Build Error

>>But know i have another problem, i can't download linux-2.6.21-rc7-ul.diff.gz. Now it's working because i downloaded the file manually. Unfortunenatly there are other errors: 1. If "This is a cross-build" is marked then i got the error at stage 1 package pkgconfig: phthread_mutex_trylock is posix like .. 2. If "This is a cross-build" is not marked then busybox will not configure at stage 1 I will try other configurations... Yours, Hansjoerg

Next Message by Date: click to view message preview

Re: binutils build error

On Saturday 29 September 2007 18:56:40 Martin Papadopoulos wrote: > hello > > as requested , here is the error log of binutils with t2-trunk Heh, didn't I wrote private or compressed, or so? Thing is - such big mails usually scare non-broadband people away :-) I can reproduce this on a clean trunk build, however strangely it is not happening in my automated cross build tests. I'll continue to bisect this down later "tonight". Yours, -- Renà Rebe - ExactCODE GmbH - Europe, Germany, Berlin GeschÃftsfÃhrer: Susanne Klaus, Renà Rebe Sitz: Berlin, Amtsgericht Charlottenburg HRB 105 123 B USt-IdNr.: DE251602478 http://exactcode.de | http://t2-project.org | http://rene.rebe.name ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to lists@xxxxxxxxxxxxxx with a subject of: unsubscribe t2

Previous Message by Thread: click to view message preview

forgot to attach

sorry balance.tar.gz Description: application/gzip ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to lists@xxxxxxxxxxxxxx with a subject of: unsubscribe t2

Next Message by Thread: click to view message preview

Re: binutils build error

On Saturday 29 September 2007 18:56:40 Martin Papadopoulos wrote: > hello > > as requested , here is the error log of binutils with t2-trunk Heh, didn't I wrote private or compressed, or so? Thing is - such big mails usually scare non-broadband people away :-) I can reproduce this on a clean trunk build, however strangely it is not happening in my automated cross build tests. I'll continue to bisect this down later "tonight". Yours, -- Renà Rebe - ExactCODE GmbH - Europe, Germany, Berlin GeschÃftsfÃhrer: Susanne Klaus, Renà Rebe Sitz: Berlin, Amtsgericht Charlottenburg HRB 105 123 B USt-IdNr.: DE251602478 http://exactcode.de | http://t2-project.org | http://rene.rebe.name ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to lists@xxxxxxxxxxxxxx with a subject of: unsubscribe t2
Sign up for updates to this mailing list. email:
Loading Comments...
Home | News | Patents | Sitemap | FAQ | advertise

Advertising by