Skip site navigation (1)Skip section navigation (2)
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
Message-ID:  <Mutt.19970211223804.j@uriah.heep.sax.de>
In-Reply-To: <199702111359.IAA28740@shell.monmouth.com>; from Bill/Carolyn Pechter on Feb 11, 1997 08:58:59 -0500
References:  <199702111359.IAA28740@shell.monmouth.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Mutt.19970211223804.j>