From owner-freebsd-current Tue Feb 11 13:52:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA21654 for current-outgoing; Tue, 11 Feb 1997 13:52:49 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id NAA21640 for ; Tue, 11 Feb 1997 13:52:31 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id WAA21131; Tue, 11 Feb 1997 22:51:54 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.6.9) id WAA25889; Tue, 11 Feb 1997 22:38:04 +0100 (MET) Message-ID: Date: Tue, 11 Feb 1997 22:38:04 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: pechter@shell.monmouth.com (Bill/Carolyn Pechter) Cc: freebsd-current@FreeBSD.ORG Subject: Re: 2.2-BETA-->2.2GAMMA fails References: <199702111359.IAA28740@shell.monmouth.com> X-Mailer: Mutt 0.55-PL10 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199702111359.IAA28740@shell.monmouth.com>; from Bill/Carolyn Pechter on Feb 11, 1997 08:58:59 -0500 Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Bill/Carolyn Pechter wrote: > Anyone ever see this failure in make world. > > I'm going from -BETA (built clean) to -GAMMA > and this was the only failure. > > archive.c did not change -- did the system includes...? > > > cc -O2 -m486 -pipe -I/usr/src/gnu/usr.bin/gdb/bfd/. -I/usr/src/gnu/usr.bin/gdb/bfd/../gdb/. -DDEFAULT_VECTOR=i386freebsd_vec -DSELECT_VECS='&i386freebsd_vec,&i386bsd_vec' -DSELECT_ARCHITECTURES='&bfd_i386_arch' -DTRAD_CORE -I/usr/src/gnu/usr.bin/gdb/bfd/../../../../contrib/gdb/include/. -I/usr/src/gnu/usr.bin/gdb/bfd/../../../../contrib/gdb/gdb/. -I/usr/src/gnu/usr.bin/gdb/bfd/../../../../contrib/gdb/bfd/. -I/usr/src/gnu/usr.bin/gdb/bfd/../../../../contrib/gdb/libiberty/. -I/usr/src/gnu/usr.bin/gdb/bfd/../../../../contrib/gdb/gdb/config/. -DHAVE_CONFIG_H -I/usr/src/gnu/usr.bin/gdb/bfd/../../../../contrib/gdb/include/. -I/usr/src/gnu/usr.bin/gdb/bfd/../../../../contrib/gdb/gdb/. -I/usr/src/gnu/usr.bin/gdb/bfd/../../../../contrib/gdb/bfd/. -I/usr/src/gnu/usr.bin/gdb/bfd/../../../../contrib/gdb/libiberty/. -I/usr/src/gnu/usr.bin/gdb/bfd/../../../../contrib/gdb/gdb/config/. -DHAVE_CONFIG_H -c archive.c -o archive.o > In file included from archive.c:130: > libbfd.h:366: warning: duplicate `const' > libbfd.h:371: warning: duplicate `const' > archive.c:562: parse error before `->' Do a ``make cleandir obj depend'' before. The structure of gdb has been drastically changed, due to its move out to /usr/src/contrib. If you've got CVS, it's probably best to rm -rf the entire gdb source dir, and re-checkout. Make sure the stale subdirs from gdb/gdb/ are no longer there, to the least. It would pick up the wrong source files otherwise. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)