public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* Can't build on PowerPC-64
@ 2005-07-06 21:47 Paul Gilliam
  2005-07-06 21:55 ` Daniel Jacobowitz
  2005-07-06 21:55 ` Paul Gilliam
  0 siblings, 2 replies; 6+ messages in thread
From: Paul Gilliam @ 2005-07-06 21:47 UTC (permalink / raw)
  To: gdb

On a linux system, running a 64-bit PowerPC kernel, I get the following when I try to build the latest CVS snapshot:

	<snip>
	gcc -m64 -DHAVE_CONFIG_H -I. -I../../src/bfd -I. -I. -I../../src/bfd -I../../src/bfd/../include -I../../src/bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c ../../src/bfd/elf64-ppc.c -o elf64-ppc.o
	../../src/bfd/elf64-ppc.c: In function `ppc64_elf_get_sec_type_attr':
	../../src/bfd/elf64-ppc.c:2525: warning: duplicate `const'
	make[3]: *** [elf64-ppc.lo] Error 1
	make[3]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd'
	make[2]: *** [all-recursive] Error 1
	make[2]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd'
	make[1]: *** [all] Error 2
	make[1]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd'
	make: *** [all-bfd] Error 2

Same thing for 'gcc -m32'.

If I do a cvs update first, I get this:

	<snip>
	Making all in po
	make[3]: Entering directory `/home/gdb-ppc64-testing/nightly-runs/6.3.50.20050705-20050706/build-64/bfd/po'
	file=../../../src/bfd/po/`echo fr | sed 's,.*/,,'`.gmo \
	  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../src/bfd/po/fr.po
	file=../../../src/bfd/po/`echo tr | sed 's,.*/,,'`.gmo \
	  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../src/bfd/po/tr.po
	file=../../../src/bfd/po/`echo ja | sed 's,.*/,,'`.gmo \
	  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../src/bfd/po/ja.po
	file=../../../src/bfd/po/`echo es | sed 's,.*/,,'`.gmo \
	  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../src/bfd/po/es.po
	file=../../../src/bfd/po/`echo sv | sed 's,.*/,,'`.gmo \
	  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../src/bfd/po/sv.po
	file=../../../src/bfd/po/`echo da | sed 's,.*/,,'`.gmo \
	  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../src/bfd/po/da.po
	file=../../../src/bfd/po/`echo zh_CN | sed 's,.*/,,'`.gmo \
	  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../src/bfd/po/zh_CN.po
	file=../../../src/bfd/po/`echo ro | sed 's,.*/,,'`.gmo \
	  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../src/bfd/po/ro.po
	file=../../../src/bfd/po/`echo rw | sed 's,.*/,,'`.gmo \
	  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../src/bfd/po/rw.po
	make[3]: *** No rule to make target `vi.po', needed by `vi.gmo'.  Stop.
	make[3]: Leaving directory `/home/gdb-ppc64-testing/nightly-runs/6.3.50.20050705-20050706/build-64/bfd/po'
	make[2]: *** [all-recursive] Error 1
	make[2]: Leaving directory `/home/gdb-ppc64-testing/nightly-runs/6.3.50.20050705-20050706/build-64/bfd'
	make[1]: *** [all] Error 2
	make[1]: Leaving directory `/home/gdb-ppc64-testing/nightly-runs/6.3.50.20050705-20050706/build-64/bfd'
	make: *** [all-bfd] Error 2

Is someone actively working on gdb's bfd tree?  

What can I do to work-around this?

-=# Paul #=-

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Can't build on PowerPC-64
  2005-07-06 21:47 Can't build on PowerPC-64 Paul Gilliam
@ 2005-07-06 21:55 ` Daniel Jacobowitz
  2005-07-07  0:03   ` Paul Gilliam
  2005-07-06 21:55 ` Paul Gilliam
  1 sibling, 1 reply; 6+ messages in thread
From: Daniel Jacobowitz @ 2005-07-06 21:55 UTC (permalink / raw)
  To: Paul Gilliam; +Cc: gdb

On Wed, Jul 06, 2005 at 03:03:26PM -0700, Paul Gilliam wrote:
> On a linux system, running a 64-bit PowerPC kernel, I get the following when I try to build the latest CVS snapshot:
> 
> 	../../src/bfd/elf64-ppc.c:2525: warning: duplicate `const'

Already fixed.

> 	make[3]: *** No rule to make target `vi.po', needed by `vi.gmo'.  Stop.

Check your cvs tree again.  This file should be there.

-- 
Daniel Jacobowitz
CodeSourcery, LLC

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Can't build on PowerPC-64
  2005-07-06 21:47 Can't build on PowerPC-64 Paul Gilliam
  2005-07-06 21:55 ` Daniel Jacobowitz
@ 2005-07-06 21:55 ` Paul Gilliam
  1 sibling, 0 replies; 6+ messages in thread
From: Paul Gilliam @ 2005-07-06 21:55 UTC (permalink / raw)
  To: gdb

[-- Attachment #1: Type: text/plain, Size: 230 bytes --]

On Wednesday 06 July 2005 15:03, Paul Gilliam wrote:
> On a linux system, running a 64-bit PowerPC kernel, I get the following when I try to build the latest CVS snapshot:
> 

Here are a couple of transcripts I forgot to attach:


[-- Attachment #2: typescript-32.bz2 --]
[-- Type: application/x-bzip2, Size: 7246 bytes --]

[-- Attachment #3: typescript-64.bz2 --]
[-- Type: application/x-bzip2, Size: 9043 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Can't build on PowerPC-64
  2005-07-06 21:55 ` Daniel Jacobowitz
@ 2005-07-07  0:03   ` Paul Gilliam
  2005-07-07  0:21     ` Daniel Jacobowitz
  0 siblings, 1 reply; 6+ messages in thread
From: Paul Gilliam @ 2005-07-07  0:03 UTC (permalink / raw)
  To: gdb; +Cc: Daniel Jacobowitz

[-- Attachment #1: Type: text/plain, Size: 997 bytes --]

On Wednesday 06 July 2005 14:55, Daniel Jacobowitz wrote:
> On Wed, Jul 06, 2005 at 03:03:26PM -0700, Paul Gilliam wrote:
> > On a linux system, running a 64-bit PowerPC kernel, I get the following when I try to build the latest CVS snapshot:
> > 
> > 	../../src/bfd/elf64-ppc.c:2525: warning: duplicate `const'
> 
> Already fixed.
> 
> > 	make[3]: *** No rule to make target `vi.po', needed by `vi.gmo'.  Stop.
> 
> Check your cvs tree again.  This file should be there.
> 

Yes it was there, but make couldn't find it for some reason.

I tried it all again just now with the same results:  what am I doing wrong?

I have attached the typescript of the session inwhich I
1) downloaded the latest CVS snapshot
2) unpacked it
3) did a cvs update
4) created a build directory
5) ran configure
6) did 'make'
And got the same error.  

Then I did this:
gdb-ppc64-testing@dufur:~/adhoc-testing> find . -name vi.po
./src/opcodes/po/vi.po

So, the file is there and make is not finding it.

-=# Paul #=-

[-- Attachment #2: typescript --]
[-- Type: text/plain, Size: 66346 bytes --]

Script started on Wed 06 Jul 2005 04:27:44 PM PDT
gdb-ppc64-testing@dufur:~/adhoc-testing> ftp ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb-weekly-CVS-6.3.50.20050705.tar.bz2
Connected to sourceware.org.
220 FTP Server ready.
331 Anonymous login ok, send your complete email address as your password.
230-
                *** Welcome to the ftp server for sourcware.org/gcc.gnu.org ***
 
     You are user 6 out of a maximum of 30 authorized anonymous logins.
     The current time here is Wed Jul  6 23:19:46 2005.
     If you experience any problems here, contact : overseers at this site
 
 
230 Anonymous login ok, restrictions apply.
Remote system type is UNIX.
Using binary mode to transfer files.
200 Type set to I
250 CWD command successful
250 CWD command successful
250-
 	    GDB and INSIGHT Snapshot directory.
 
        ftp://sources.redhat.com/pub/gdb/snapshots/
 
 
 See also:
 	 
 	http://sources.redhat.com/gdb
 	http://sources.redhat.com/insight
 
 
 To unpack a snap-shot you will need the BZIP2 program.  See:
 
 	http://sources.redhat.com/bzip2/
   and	ftp://sources.redhat.com/pub/bzip2
 
 
 For rebuilding GDB snapshots, several useful utilities (especially
 automake) are available:
 
 	ftp://sources.redhat.com/pub/gdb/infrastructure/
   and	ftp://sources.redhat.com/pub/binutils/
 
 
 The following snapshots are available:
 
     branch		Taken from the most recent release branch
     current		Taken from the current head of GDB's mainline
 
 For each snapshot, the following archives are made available:
 
     gdb+dejagnu*	Contains GDB and DEJAGNU
 
     insight+dejagnu*	Containts INSIGHT, DEJAGNU and TCL/TK.
 
     *.tar.bz2		A bzip2 tar archive
 
     *.diff.bz2		Differences between two snapshots.
 
     *-CVS-*.tar.bz2	Checkout of the CVS tree (made weekly)
 			may be faster than `cvs -z9 co ...`
250-CWD command successful
 Please read the file README
250    it was last modified on Tue Mar  5 05:36:32 2002 - 1219 days ago
250-CWD command successful
 Please read the file README
250    it was last modified on Tue Mar  9 01:58:33 2004 - 483 days ago
local: gdb-weekly-CVS-6.3.50.20050705.tar.bz2 remote: gdb-weekly-CVS-6.3.50.20050705.tar.bz2
229 Entering Extended Passive Mode (|||45070|)
150 Opening BINARY mode data connection for gdb-weekly-CVS-6.3.50.20050705.tar.bz2 (12838533 bytes)

  0% |                                           |     0       0.00 KB/s    --:-- ETA
  2% |                                           |   336 KB  335.66 KB/s    00:36 ETA
  6% |**                                         |   876 KB  437.51 KB/s    00:26 ETA
 11% |****                                       |  1446 KB  481.70 KB/s    00:23 ETA
 16% |******                                     |  2026 KB  506.12 KB/s    00:20 ETA
 20% |********                                   |  2544 KB  508.30 KB/s    00:19 ETA
 24% |**********                                 |  3116 KB  518.80 KB/s    00:18 ETA
 29% |************                               |  3674 KB  524.41 KB/s    00:16 ETA
 33% |**************                             |  4244 KB  529.95 KB/s    00:15 ETA
 38% |****************                           |  4773 KB  529.83 KB/s    00:14 ETA
 42% |******************                         |  5328 KB  532.25 KB/s    00:13 ETA
 46% |*******************                        |  5801 KB  526.85 KB/s    00:12 ETA
 50% |*********************                      |  6356 KB  529.12 KB/s    00:11 ETA
 54% |***********************                    |  6858 KB  527.05 KB/s    00:10 ETA
 59% |*************************                  |  7441 KB  530.98 KB/s    00:09 ETA
 63% |***************************                |  8004 KB  533.06 KB/s    00:08 ETA
 68% |*****************************              |  8542 KB  533.37 KB/s    00:07 ETA
 72% |******************************             |  9092 KB  534.28 KB/s    00:06 ETA
 77% |*********************************          |  9680 KB  537.23 KB/s    00:05 ETA
 81% |**********************************         | 10241 KB  538.47 KB/s    00:04 ETA
 86% |************************************       | 10798 KB  539.38 KB/s    00:03 ETA
 90% |**************************************     | 11305 KB  537.80 KB/s    00:02 ETA
 94% |****************************************   | 11878 KB  539.39 KB/s    00:01 ETA
 97% |*****************************************  | 12198 KB  529.84 KB/s    00:00 ETA
100% |*******************************************| 12537 KB  529.96 KB/s    00:00 ETA
226 Transfer complete.
12838533 bytes received in 00:23 (527.58 KB/s)
221 Goodbye.
gdb-ppc64-testing@dufur:~/adhoc-testing> tar jxf gdb-weekly-CVS-6.3.50.20050705.tar.bz2
gdb-ppc64-testing@dufur:~/adhoc-testing> cd src
gdb-ppc64-testing@dufur:~/adhoc-testing/src> cvs update
cvs update: warning: failed to open /home/gdb-ppc64-testing/.cvspass for reading: No such file or directory
cvs update: Updating .
cvs update: Updating bfd
P bfd/ChangeLog
P bfd/archive.c
P bfd/bfd-in.h
P bfd/bfd-in2.h
P bfd/coff-alpha.c
P bfd/coff-rs6000.c
P bfd/coff64-rs6000.c
P bfd/config.bfd
P bfd/configure
P bfd/configure.in
P bfd/dwarf2.c
P bfd/ecoff.c
P bfd/elf-vxworks.c
P bfd/elf.c
P bfd/elf32-arm.c
P bfd/elf32-m32r.c
P bfd/elf32-m68hc11.c
P bfd/elf32-m68hc12.c
P bfd/elf32-mcore.c
P bfd/elf32-ppc.c
P bfd/elf32-s390.c
P bfd/elf32-sh64.c
P bfd/elf32-v850.c
P bfd/elf32-xtensa.c
P bfd/elf64-alpha.c
P bfd/elf64-hppa.c
P bfd/elf64-ppc.c
P bfd/elf64-s390.c
P bfd/elf64-sh64.c
P bfd/elf64-x86-64.c
P bfd/elfxx-ia64.c
P bfd/elfxx-mips.c
P bfd/elfxx-sparc.c
P bfd/libbfd-in.h
P bfd/libbfd.c
P bfd/libbfd.h
P bfd/opncls.c
P bfd/targets.c
P bfd/version.h
cvs update: Updating bfd/doc
cvs update: Updating bfd/hosts
cvs update: Updating bfd/po
P bfd/po/SRC-POTFILES.in
cvs update: Updating config
cvs update: Updating contrib
cvs update: Updating cpu
P cpu/ChangeLog
P cpu/iq2000.cpu
P cpu/iq2000.opc
P cpu/ms1.opc
cvs update: Updating etc
cvs update: Updating gdb
P gdb/ChangeLog
P gdb/eval.c
P gdb/f-exp.y
P gdb/fork-child.c
P gdb/infcmd.c
P gdb/inferior.h
P gdb/inflow.c
P gdb/nto-procfs.c
P gdb/valarith.c
U gdb/version.in
P gdb/win32-nat.c
cvs update: Updating gdb/cli
cvs update: Updating gdb/config
cvs update: Updating gdb/config/alpha
cvs update: Updating gdb/config/arm
cvs update: Updating gdb/config/avr
cvs update: Updating gdb/config/cris
cvs update: Updating gdb/config/d10v
cvs update: Updating gdb/config/djgpp
cvs update: Updating gdb/config/frv
cvs update: Updating gdb/config/h8300
cvs update: Updating gdb/config/i386
cvs update: Updating gdb/config/ia64
cvs update: Updating gdb/config/iq2000
cvs update: Updating gdb/config/m32r
cvs update: Updating gdb/config/m68hc11
cvs update: Updating gdb/config/m68k
cvs update: Updating gdb/config/m88k
cvs update: Updating gdb/config/mips
cvs update: Updating gdb/config/mn10300
cvs update: Updating gdb/config/pa
cvs update: Updating gdb/config/powerpc
cvs update: Updating gdb/config/rs6000
cvs update: Updating gdb/config/s390
cvs update: Updating gdb/config/sh
cvs update: Updating gdb/config/sparc
cvs update: Updating gdb/config/v850
cvs update: Updating gdb/config/vax
cvs update: Updating gdb/config/xstormy16
cvs update: Updating gdb/doc
P gdb/doc/ChangeLog
P gdb/doc/gdb.texinfo
cvs update: Updating gdb/gdbserver
cvs update: Updating gdb/mi
P gdb/mi/mi-cmd-env.c
P gdb/mi/mi-cmds.c
P gdb/mi/mi-cmds.h
cvs update: Updating gdb/nlm
cvs update: Updating gdb/osf-share
cvs update: Updating gdb/osf-share/AT386
cvs update: Updating gdb/osf-share/HP800
cvs update: Updating gdb/osf-share/RIOS
cvs update: Updating gdb/po
cvs update: Updating gdb/rdi-share
cvs update: Updating gdb/regformats
cvs update: Updating gdb/signals
cvs update: Updating gdb/testsuite
P gdb/testsuite/ChangeLog
cvs update: Updating gdb/testsuite/config
cvs update: Updating gdb/testsuite/gdb.ada
cvs update: Updating gdb/testsuite/gdb.ada/exec_changed
cvs update: Updating gdb/testsuite/gdb.ada/fixed_points
cvs update: Updating gdb/testsuite/gdb.ada/null_record
cvs update: Updating gdb/testsuite/gdb.ada/packed_array
cvs update: Updating gdb/testsuite/gdb.ada/start
cvs update: Updating gdb/testsuite/gdb.arch
cvs update: Updating gdb/testsuite/gdb.asm
cvs update: Updating gdb/testsuite/gdb.base
cvs update: Updating gdb/testsuite/gdb.cp
cvs update: Updating gdb/testsuite/gdb.disasm
cvs update: Updating gdb/testsuite/gdb.dwarf2
cvs update: Updating gdb/testsuite/gdb.fortran
P gdb/testsuite/gdb.fortran/exprs.exp
cvs update: Updating gdb/testsuite/gdb.gdb
cvs update: Updating gdb/testsuite/gdb.hp
cvs update: Updating gdb/testsuite/gdb.hp/gdb.aCC
cvs update: Updating gdb/testsuite/gdb.hp/gdb.base-hp
cvs update: Updating gdb/testsuite/gdb.hp/gdb.compat
cvs update: Updating gdb/testsuite/gdb.hp/gdb.defects
cvs update: Updating gdb/testsuite/gdb.hp/gdb.objdbg
cvs update: Updating gdb/testsuite/gdb.hp/gdb.objdbg/objdbg01
cvs update: Updating gdb/testsuite/gdb.hp/gdb.objdbg/objdbg02
cvs update: Updating gdb/testsuite/gdb.hp/gdb.objdbg/objdbg03
cvs update: Updating gdb/testsuite/gdb.hp/gdb.objdbg/objdbg04
cvs update: Updating gdb/testsuite/gdb.hp/gdb.objdbg/tools
cvs update: Updating gdb/testsuite/gdb.hp/tools
cvs update: Updating gdb/testsuite/gdb.java
cvs update: Updating gdb/testsuite/gdb.mi
P gdb/testsuite/gdb.mi/mi-basics.exp
cvs update: Updating gdb/testsuite/gdb.objc
cvs update: Updating gdb/testsuite/gdb.server
cvs update: Updating gdb/testsuite/gdb.stabs
cvs update: Updating gdb/testsuite/gdb.threads
cvs update: Updating gdb/testsuite/gdb.trace
cvs update: Updating gdb/testsuite/lib
cvs update: Updating gdb/tui
P gdb/tui/tui-win.c
cvs update: Updating gdb/vx-share
cvs update: Updating include
cvs update: Updating include/aout
cvs update: Updating include/coff
cvs update: Updating include/elf
cvs update: Updating include/gdb
cvs update: Updating include/nlm
cvs update: Updating include/opcode
P include/opcode/ChangeLog
P include/opcode/i386.h
cvs update: Updating libiberty
cvs update: Updating libiberty/config
cvs update: Updating libiberty/testsuite
cvs update: Updating opcodes
P opcodes/ChangeLog
P opcodes/Makefile.am
P opcodes/Makefile.in
P opcodes/i386-dis.c
P opcodes/iq2000-asm.c
P opcodes/m32r-asm.c
P opcodes/ms1-asm.c
cvs update: Updating opcodes/po
P opcodes/po/POTFILES.in
cvs update: Updating readline
cvs update: Updating readline/cross-build
cvs update: Updating readline/doc
cvs update: Updating readline/examples
cvs update: Updating readline/shlib
cvs update: Updating readline/support
cvs update: Updating sim
cvs update: Updating sim/arm
cvs update: Updating sim/common
cvs update: Updating sim/cris
cvs update: Updating sim/d10v
cvs update: Updating sim/erc32
cvs update: Updating sim/frv
cvs update: Updating sim/h8300
cvs update: Updating sim/igen
cvs update: Updating sim/iq2000
cvs update: Updating sim/m32r
cvs update: Updating sim/m68hc11
cvs update: Updating sim/mcore
cvs update: Updating sim/mips
cvs update: Updating sim/mn10300
cvs update: Updating sim/ppc
cvs update: Updating sim/sh
cvs update: Updating sim/testsuite
cvs update: Updating sim/testsuite/common
cvs update: Updating sim/testsuite/config
cvs update: Updating sim/testsuite/d10v-elf
cvs update: Updating sim/testsuite/frv-elf
cvs update: Updating sim/testsuite/lib
cvs update: Updating sim/testsuite/m32r-elf
cvs update: Updating sim/testsuite/mips64el-elf
cvs update: Updating sim/testsuite/sim
cvs update: Updating sim/testsuite/sim/arm
cvs update: Updating sim/testsuite/sim/arm/iwmmxt
cvs update: Updating sim/testsuite/sim/arm/thumb
cvs update: Updating sim/testsuite/sim/arm/xscale
cvs update: Updating sim/testsuite/sim/fr30
cvs update: Updating sim/testsuite/sim/frv
cvs update: Updating sim/testsuite/sim/frv/fr400
cvs update: Updating sim/testsuite/sim/frv/fr500
cvs update: Updating sim/testsuite/sim/frv/fr550
cvs update: Updating sim/testsuite/sim/frv/interrupts
cvs update: Updating sim/testsuite/sim/h8300
cvs update: Updating sim/testsuite/sim/m32r
cvs update: Updating sim/testsuite/sim/mips
cvs update: Updating sim/testsuite/sim/sh
cvs update: Updating sim/v850
cvs update: Updating texinfo
gdb-ppc64-testing@dufur:~/adhoc-testing/src> mkdir ../build-64
gdb-ppc64-testing@dufur:~/adhoc-testing/src> cd ../build-64
gdb-ppc64-testing@dufur:~/adhoc-testing/build-64> CC='gcc -m64' ../src/configure
creating cache ./config.cache
checking host system type... powerpc64-unknown-linux-gnu
checking target system type... powerpc64-unknown-linux-gnu
checking build system type... powerpc64-unknown-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for gcc... gcc -m64
checking whether the C compiler (gcc -m64  ) works... yes
checking whether the C compiler (gcc -m64  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc -m64 accepts -g... yes
checking for gnatbind... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for correct version of gmp.h... yes
checking for MPFR... no
checking for bison... bison
checking for bison... bison -y
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 powerpc64-unknown-linux-gnu-ar... no
checking for ar... ar
checking for powerpc64-unknown-linux-gnu-as... no
checking for as... as
checking for powerpc64-unknown-linux-gnu-dlltool... no
checking for dlltool... dlltool
checking for powerpc64-unknown-linux-gnu-ld... /usr/lib/gcc-lib/powerpc-suse-linux/3.3.3/../../../../powerpc-suse-linux/bin/ld
checking for powerpc64-unknown-linux-gnu-nm... no
checking for nm... nm
checking for powerpc64-unknown-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for powerpc64-unknown-linux-gnu-windres... no
checking for windres... windres
checking for powerpc64-unknown-linux-gnu-objcopy... no
checking for objcopy... objcopy
checking for powerpc64-unknown-linux-gnu-objdump... no
checking for objdump... objdump
checking for powerpc64-unknown-linux-gnu-ar... no
checking for ar... ar
checking for powerpc64-unknown-linux-gnu-as... no
checking for as... as
checking for powerpc64-unknown-linux-gnu-dlltool... no
checking for dlltool... dlltool
checking for powerpc64-unknown-linux-gnu-ld... no
checking for ld... ld
checking for powerpc64-unknown-linux-gnu-nm... no
checking for nm... nm
checking for powerpc64-unknown-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for powerpc64-unknown-linux-gnu-windres... no
checking for windres... windres
checking whether to enable maintainer-specific portions of Makefiles... no
checking if symbolic links between directories work... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
gdb-ppc64-testing@dufur:~/adhoc-testing/build-64> make
mkdir -p -- ./libiberty
Configuring in ./libiberty
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo
checking for perl... perl
checking build system type... powerpc64-unknown-linux-gnu
checking host system type... powerpc64-unknown-linux-gnu
checking for powerpc64-unknown-linux-gnu-ar... ar
checking for powerpc64-unknown-linux-gnu-ranlib... ranlib
checking for powerpc64-unknown-linux-gnu-gcc... gcc -m64
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 -m64 accepts -g... yes
checking for gcc -m64 option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -m64 -E
checking whether gcc -m64 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... yes
checking for a BSD-compatible install... /usr/bin/install -c
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 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... powerpc64-unknown-linux-gnu
checking host system type... powerpc64-unknown-linux-gnu
checking target system type... powerpc64-unknown-linux-gnu
checking for powerpc64-unknown-linux-gnu-gcc... gcc -m64
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 -m64 accepts -g... yes
checking for gcc -m64 option to accept ANSI C... none needed
checking for library containing strerror... none required
checking for a BSD-compatible install... /usr/bin/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 -m64... gcc3
checking for powerpc64-unknown-linux-gnu-ar... ar
checking for powerpc64-unknown-linux-gnu-ranlib... ranlib
checking for ld used by GCC... /usr/lib/gcc-lib/powerpc-suse-linux/3.3.3/../../../../powerpc-suse-linux/bin/ld
checking if the linker (/usr/lib/gcc-lib/powerpc-suse-linux/3.3.3/../../../../powerpc-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/lib/gcc-lib/powerpc-suse-linux/3.3.3/../../../../powerpc-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... nm
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking for powerpc64-unknown-linux-gnu-ranlib... (cached) ranlib
checking for powerpc64-unknown-linux-gnu-strip... no
checking for strip... strip
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking for objdir... .libs
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
finding the maximum length of command line arguments... 49153
checking if gcc supports -c -o file.o... yes
checking if gcc supports -fno-rtti -fno-exceptions ... no
checking whether the linker (/usr/lib/gcc-lib/powerpc-suse-linux/3.3.3/../../../../powerpc-suse-linux/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking command to parse nm output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
creating libtool
updating cache ./config.cache
configure: loading cache ./config.cache
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 for powerpc64-unknown-linux-gnu-gcc... (cached) gcc -m64
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc -m64 accepts -g... (cached) yes
checking for gcc -m64 option to accept ANSI C... (cached) none needed
checking for powerpc64-unknown-linux-gnu-ranlib... (cached) ranlib
checking how to run the C preprocessor... gcc -m64 -E
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 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 for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking values.h usability... yes
checking values.h presence... yes
checking for values.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for getcwd... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for stpcpy... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for gettext in libc... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed...  fr tr ja es sv da zh_CN ro rw vi
checking for a BSD-compatible install... /usr/bin/install -c
checking for long long... yes
checking for long long... yes
checking size of long long... 8
checking for long... yes
checking size of long... 8
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
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... (cached) 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 gcc version with buggy 64-bit support... no
checking for ftello... yes
checking for ftello64... yes
checking for fseeko... yes
checking for fseeko64... yes
checking for off_t... (cached) yes
checking size of off_t... 8
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... (cached) yes
checking for madvise... yes
checking for mprotect... yes
updating cache ./config.cache
configure: creating ./config.status
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 default commands
make[1]: Entering directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/libiberty'
if [ x"" != x ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/regex.c -o pic/regex.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/regex.c -o regex.o
In file included from ../../src/include/xregex.h:26,
                 from ../../src/libiberty/regex.c:191:
../../src/include/xregex2.h:538: warning: ISO C90 does not support `static' or type qualifiers in parameter array declarators
../../src/libiberty/regex.c: In function `xre_comp':
../../src/libiberty/regex.c:7817: warning: return discards qualifiers from pointer target type
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/cplus-dem.c -o cplus-dem.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/cp-demangle.c -o cp-demangle.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/md5.c -o pic/md5.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/md5.c -o md5.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/alloca.c -o pic/alloca.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/alloca.c -o alloca.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/argv.c -o pic/argv.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/argv.c -o argv.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/choose-temp.c -o pic/choose-temp.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/choose-temp.c -o choose-temp.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/concat.c -o pic/concat.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/concat.c -o concat.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/cp-demint.c -o pic/cp-demint.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/cp-demint.c -o cp-demint.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/dyn-string.c -o pic/dyn-string.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/dyn-string.c -o dyn-string.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/fdmatch.c -o pic/fdmatch.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/fdmatch.c -o fdmatch.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/fibheap.c -o pic/fibheap.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/fibheap.c -o fibheap.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/floatformat.c -o pic/floatformat.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/floatformat.c -o floatformat.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/fnmatch.c -o pic/fnmatch.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/fnmatch.c -o fnmatch.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/fopen_unlocked.c -o fopen_unlocked.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/getopt.c -o pic/getopt.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/getopt.c -o getopt.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/getopt1.c -o pic/getopt1.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/getopt1.c -o getopt1.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/getpwd.c -o pic/getpwd.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/getpwd.c -o getpwd.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/getruntime.c -o pic/getruntime.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/getruntime.c -o getruntime.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/hashtab.c -o hashtab.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/hex.c -o pic/hex.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/hex.c -o hex.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/lbasename.c -o pic/lbasename.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/lbasename.c -o lbasename.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/lrealpath.c -o pic/lrealpath.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/lrealpath.c -o lrealpath.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/make-relative-prefix.c -o make-relative-prefix.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/make-temp-file.c -o make-temp-file.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/objalloc.c -o pic/objalloc.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/objalloc.c -o objalloc.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/obstack.c -o pic/obstack.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/obstack.c -o obstack.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/partition.c -o pic/partition.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/partition.c -o partition.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/pexecute.c -o pic/pexecute.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/pexecute.c -o pexecute.o
../../src/libiberty/pexecute.c: In function `pexecute':
../../src/libiberty/pexecute.c:50: warning: assignment discards qualifiers from pointer target type
../../src/libiberty/pexecute.c:61: warning: assignment discards qualifiers from pointer target type
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/physmem.c -o pic/physmem.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/physmem.c -o physmem.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/pex-common.c -o pic/pex-common.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/pex-common.c -o pex-common.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/pex-one.c -o pic/pex-one.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/pex-one.c -o pex-one.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/pex-unix.c -o pic/pex-unix.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/pex-unix.c -o pex-unix.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/safe-ctype.c -o safe-ctype.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/sort.c -o pic/sort.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/sort.c -o sort.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/spaces.c -o pic/spaces.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/spaces.c -o spaces.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/splay-tree.c -o pic/splay-tree.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/splay-tree.c -o splay-tree.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/strerror.c -o pic/strerror.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/strerror.c -o strerror.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/strsignal.c -o pic/strsignal.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/strsignal.c -o strsignal.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/ternary.c -o pic/ternary.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/ternary.c -o ternary.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/xatexit.c -o pic/xatexit.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/xatexit.c -o xatexit.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/xexit.c -o pic/xexit.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/xexit.c -o xexit.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/xmalloc.c -o pic/xmalloc.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/xmalloc.c -o xmalloc.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/xmemdup.c -o pic/xmemdup.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/xmemdup.c -o xmemdup.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/xstrdup.c -o pic/xstrdup.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/xstrdup.c -o xstrdup.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/xstrerror.c -o pic/xstrerror.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/xstrerror.c -o xstrerror.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/xstrndup.c -o pic/xstrndup.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/xstrndup.c -o xstrndup.o
if [ x"" != x ]; then \
  gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/mkstemps.c -o pic/mkstemps.o; \
else true; fi
gcc -m64 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/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 ./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 ./ternary.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"" != 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 ./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 ./ternary.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 ./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 ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
make[2]: Entering directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/libiberty/testsuite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/libiberty/testsuite'
make[1]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/libiberty'
make[1]: Entering directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd'
Making info in doc
make[2]: Entering directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
make chew
make[3]: Entering directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
gcc -m64 -o chew.$$ ../../../src/bfd/doc/chew.c \
     \
  -I.. -I../../../src/bfd/doc/.. -I../../../src/bfd/doc/../../include -I../../../src/bfd/doc/../../intl -I../../intl; \
/bin/sh ../../../src/bfd/doc/../../move-if-change chew.$$ chew
make[3]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
./chew -f ../../../src/bfd/doc/doc.str <../../../src/bfd/doc/../aoutx.h >aoutx.tmp
/bin/sh ../../../src/bfd/doc/../../move-if-change aoutx.tmp aoutx.texi
make chew
make[3]: Entering directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
make[3]: `chew' is up to date.
make[3]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
./chew -f ../../../src/bfd/doc/doc.str <../../../src/bfd/doc/../archive.c >archive.tmp
/bin/sh ../../../src/bfd/doc/../../move-if-change archive.tmp archive.texi
make chew
make[3]: Entering directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
make[3]: `chew' is up to date.
make[3]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
./chew -f ../../../src/bfd/doc/doc.str < ../../../src/bfd/doc/../archures.c >archures.tmp
/bin/sh ../../../src/bfd/doc/../../move-if-change archures.tmp archures.texi
make chew
make[3]: Entering directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
make[3]: `chew' is up to date.
make[3]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
./chew -f ../../../src/bfd/doc/doc.str < ../../../src/bfd/doc/../bfd.c >bfd.tmp
/bin/sh ../../../src/bfd/doc/../../move-if-change bfd.tmp bfdt.texi
make chew
make[3]: Entering directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
make[3]: `chew' is up to date.
make[3]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
./chew -f ../../../src/bfd/doc/doc.str < ../../../src/bfd/doc/../cache.c >cache.tmp
/bin/sh ../../../src/bfd/doc/../../move-if-change cache.tmp cache.texi
make chew
make[3]: Entering directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
make[3]: `chew' is up to date.
make[3]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
./chew -f ../../../src/bfd/doc/doc.str <../../../src/bfd/doc/../coffcode.h >coffcode.tmp
/bin/sh ../../../src/bfd/doc/../../move-if-change coffcode.tmp coffcode.texi
make chew
make[3]: Entering directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
make[3]: `chew' is up to date.
make[3]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
./chew -f ../../../src/bfd/doc/doc.str <../../../src/bfd/doc/../corefile.c >core.tmp
/bin/sh ../../../src/bfd/doc/../../move-if-change core.tmp core.texi
make chew
make[3]: Entering directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
make[3]: `chew' is up to date.
make[3]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
./chew -f ../../../src/bfd/doc/doc.str <../../../src/bfd/doc/../elf.c >elf.tmp
/bin/sh ../../../src/bfd/doc/../../move-if-change elf.tmp elf.texi
make chew
make[3]: Entering directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
make[3]: `chew' is up to date.
make[3]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
./chew -f ../../../src/bfd/doc/doc.str <../../../src/bfd/doc/../elfcode.h >elfcode.tmp
/bin/sh ../../../src/bfd/doc/../../move-if-change elfcode.tmp elfcode.texi
make chew
make[3]: Entering directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
make[3]: `chew' is up to date.
make[3]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
./chew -f ../../../src/bfd/doc/doc.str <../../../src/bfd/doc/../format.c >format.tmp
/bin/sh ../../../src/bfd/doc/../../move-if-change format.tmp format.texi
make chew
make[3]: Entering directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
make[3]: `chew' is up to date.
make[3]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
./chew -f ../../../src/bfd/doc/doc.str < ../../../src/bfd/doc/../libbfd.c >libbfd.tmp
/bin/sh ../../../src/bfd/doc/../../move-if-change libbfd.tmp libbfd.texi
make chew
make[3]: Entering directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
make[3]: `chew' is up to date.
make[3]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
./chew -f ../../../src/bfd/doc/doc.str < ../../../src/bfd/doc/../bfdwin.c >bfdwin.tmp
/bin/sh ../../../src/bfd/doc/../../move-if-change bfdwin.tmp bfdwin.texi
make chew
make[3]: Entering directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
make[3]: `chew' is up to date.
make[3]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
./chew -f ../../../src/bfd/doc/doc.str < ../../../src/bfd/doc/../bfdio.c >bfdio.tmp
/bin/sh ../../../src/bfd/doc/../../move-if-change bfdio.tmp bfdio.texi
make chew
make[3]: Entering directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
make[3]: `chew' is up to date.
make[3]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
./chew -f ../../../src/bfd/doc/doc.str  <../../../src/bfd/doc/../opncls.c >opncls.tmp
/bin/sh ../../../src/bfd/doc/../../move-if-change opncls.tmp opncls.texi
make chew
make[3]: Entering directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
make[3]: `chew' is up to date.
make[3]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
./chew -f ../../../src/bfd/doc/doc.str <../../../src/bfd/doc/../reloc.c >reloc.tmp
/bin/sh ../../../src/bfd/doc/../../move-if-change reloc.tmp reloc.texi
make chew
make[3]: Entering directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
make[3]: `chew' is up to date.
make[3]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
./chew -f ../../../src/bfd/doc/doc.str <../../../src/bfd/doc/../section.c >section.tmp
/bin/sh ../../../src/bfd/doc/../../move-if-change section.tmp section.texi
make chew
make[3]: Entering directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
make[3]: `chew' is up to date.
make[3]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
./chew -f ../../../src/bfd/doc/doc.str <../../../src/bfd/doc/../syms.c >syms.tmp
/bin/sh ../../../src/bfd/doc/../../move-if-change syms.tmp syms.texi
make chew
make[3]: Entering directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
make[3]: `chew' is up to date.
make[3]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
./chew -f ../../../src/bfd/doc/doc.str <../../../src/bfd/doc/../targets.c >targets.tmp
/bin/sh ../../../src/bfd/doc/../../move-if-change targets.tmp targets.texi
make chew
make[3]: Entering directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
make[3]: `chew' is up to date.
make[3]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
./chew -f ../../../src/bfd/doc/doc.str <../../../src/bfd/doc/../init.c >init.tmp
/bin/sh ../../../src/bfd/doc/../../move-if-change init.tmp init.texi
make chew
make[3]: Entering directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
make[3]: `chew' is up to date.
make[3]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
./chew -f ../../../src/bfd/doc/doc.str <../../../src/bfd/doc/../hash.c >hash.tmp
/bin/sh ../../../src/bfd/doc/../../move-if-change hash.tmp hash.texi
make chew
make[3]: Entering directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
make[3]: `chew' is up to date.
make[3]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
./chew -f ../../../src/bfd/doc/doc.str <../../../src/bfd/doc/../linker.c >linker.tmp
/bin/sh ../../../src/bfd/doc/../../move-if-change linker.tmp linker.texi
make chew
make[3]: Entering directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
make[3]: `chew' is up to date.
make[3]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
./chew -f ../../../src/bfd/doc/doc.str <../../../src/bfd/doc/../mmo.c >mmo.tmp
/bin/sh ../../../src/bfd/doc/../../move-if-change mmo.tmp mmo.texi
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && cd ../../../src/bfd/doc && \
rm -rf $backupdir && mkdir $backupdir && \
for f in ../../../src/bfd/doc/bfd.info ../../../src/bfd/doc/bfd.info-[0-9] ../../../src/bfd/doc/bfd.info-[0-9][0-9] ../../../src/bfd/doc/bfd.i[0-9] ../../../src/bfd/doc/bfd.i[0-9][0-9]; do \
  if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
cd "$am__cwd"; \
if makeinfo --split-size=5000000   -I ../../../src/bfd/doc \
 -o ../../../src/bfd/doc/bfd.info ../../../src/bfd/doc/bfd.texinfo; \
then \
  rc=0; \
  cd ../../../src/bfd/doc; \
else \
  rc=$?; \
  cd ../../../src/bfd/doc && \
  $restore $backupdir/* `echo "./../../../src/bfd/doc/bfd.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
make[2]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
Making info in po
make[2]: Entering directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/po'
( if test 'x../../../src/bfd/po' != 'x.'; then \
    posrcprefix='../../../src/bfd/'; \
  else \
    posrcprefix="../"; \
  fi; \
  rm -f SRC-POTFILES-t SRC-POTFILES \
    && (sed -e '/^#/d' \
            -e '/^[ 	]*$/d' \
	    -e "s@.*@	$posrcprefix& \\\\@" < ../../../src/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@.*@	../& \\\\@" < ../../../src/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 default commands
make[2]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/po'
make[2]: Entering directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/po'
make[2]: Nothing to be done for `info'.
make[2]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/po'
make[2]: Entering directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd'
make[2]: Nothing to be done for `info-am'.
make[2]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd'
make  all-recursive
make[2]: Entering directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd'
Making all in doc
make[3]: Entering directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/doc'
Making all in po
make[3]: Entering directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/po'
file=../../../src/bfd/po/`echo fr | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../src/bfd/po/fr.po
file=../../../src/bfd/po/`echo tr | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../src/bfd/po/tr.po
file=../../../src/bfd/po/`echo ja | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../src/bfd/po/ja.po
file=../../../src/bfd/po/`echo es | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../src/bfd/po/es.po
file=../../../src/bfd/po/`echo sv | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../src/bfd/po/sv.po
file=../../../src/bfd/po/`echo da | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../src/bfd/po/da.po
file=../../../src/bfd/po/`echo zh_CN | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../src/bfd/po/zh_CN.po
file=../../../src/bfd/po/`echo ro | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../src/bfd/po/ro.po
file=../../../src/bfd/po/`echo rw | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ../../../src/bfd/po/rw.po
make[3]: *** No rule to make target `vi.po', needed by `vi.gmo'.  Stop.
make[3]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd/po'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/gdb-ppc64-testing/adhoc-testing/build-64/bfd'
make: *** [all-bfd] Error 2
gdb-ppc64-testing@dufur:~/adhoc-testing/build-64> exit

Script done on Wed 06 Jul 2005 04:57:55 PM PDT

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Can't build on PowerPC-64
  2005-07-07  0:03   ` Paul Gilliam
@ 2005-07-07  0:21     ` Daniel Jacobowitz
  2005-07-07 20:38       ` Paul Gilliam
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Jacobowitz @ 2005-07-07  0:21 UTC (permalink / raw)
  To: Paul Gilliam; +Cc: gdb

On Wed, Jul 06, 2005 at 05:18:58PM -0700, Paul Gilliam wrote:
> Yes it was there, but make couldn't find it for some reason.
> 
> I tried it all again just now with the same results:  what am I doing wrong?
> 
> I have attached the typescript of the session inwhich I
> 1) downloaded the latest CVS snapshot
> 2) unpacked it
> 3) did a cvs update
> 4) created a build directory
> 5) ran configure
> 6) did 'make'
> And got the same error.  
> 
> Then I did this:
> gdb-ppc64-testing@dufur:~/adhoc-testing> find . -name vi.po
> ./src/opcodes/po/vi.po

There should be one in src/bfd/po/vi.po.

> gdb-ppc64-testing@dufur:~/adhoc-testing/src> cvs update
> cvs update: warning: failed to open /home/gdb-ppc64-testing/.cvspass for reading: No such file or directory

What cvsroot do the snapshots use?  Is it the wrong one?  Cuz, you
didn't get vi.po, but I did...


-- 
Daniel Jacobowitz
CodeSourcery, LLC

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Can't build on PowerPC-64
  2005-07-07  0:21     ` Daniel Jacobowitz
@ 2005-07-07 20:38       ` Paul Gilliam
  0 siblings, 0 replies; 6+ messages in thread
From: Paul Gilliam @ 2005-07-07 20:38 UTC (permalink / raw)
  To: gdb; +Cc: Daniel Jacobowitz

On Wednesday 06 July 2005 17:20, Daniel Jacobowitz wrote:
<snip>
> > Then I did this:
> > gdb-ppc64-testing@dufur:~/adhoc-testing> find . -name vi.po
> > ./src/opcodes/po/vi.po
> 
> There should be one in src/bfd/po/vi.po.
> 
> > gdb-ppc64-testing@dufur:~/adhoc-testing/src> cvs update
> > cvs update: warning: failed to open /home/gdb-ppc64-testing/.cvspass for reading: No such file or directory
> 
> What cvsroot do the snapshots use?  Is it the wrong one?  Cuz, you
> didn't get vi.po, but I did...
> 
> 

So I did this in the scr directory from the snapshot:
	 cat CVS/Root
and got:
	 :pserver:anoncvs@sources.redhat.com:/cvs/src
Then I did this in another directory:
	 cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src co gdb
and got the normal ton of messages.
Then I did this: 
	find src -name vi.po
and got:
	src/bfd/po/vi.po
	src/opcodes/po/vi.po

So that particular snapshot (gdb-weekly-CVS-6.3.50.20050705.tar.bz2) is messed up, for whatever reason, and doesn't contain 'src/bfd/po/vi.po'.

Now the strange part:
'cvs update' does not pick up the 'new' file.  But if I edit CVS/Entries and add a fake line for the file, then do a cvs update, remove
the file, and do another cvs update, and presto!  I have the file.

So I'm changing my automation to just use 'cvs checkout' instead of an 'ftp' of a snapshot and a 'cvs update'.

-=# Paul #=-

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-07-07 20:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-06 21:47 Can't build on PowerPC-64 Paul Gilliam
2005-07-06 21:55 ` Daniel Jacobowitz
2005-07-07  0:03   ` Paul Gilliam
2005-07-07  0:21     ` Daniel Jacobowitz
2005-07-07 20:38       ` Paul Gilliam
2005-07-06 21:55 ` Paul Gilliam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).