Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Oct 2000 16:01:20 -0800
From:      Kent Stewart <kstewart@urx.com>
To:        obrien@FreeBSD.ORG
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src Makefile.inc1 src/gnu/lib/csu  Makefilesrc/lib/csu/alpha crti.S crtn.S Makefile crt1.c  src/lib/csu/commoncrtbrand.c crtbegin.c src/lib/csu/i386-elf Makefile  crt1.c crti.Scrtn.S src/contrib/gcc/config/alpha freebsd.h
Message-ID:  <39FE0BD0.CBA8135F@urx.com>
References:  <200010302032.MAA36956@freefall.freebsd.org> <39FE0077.B1CA6AE6@urx.com> <20001030153633.C62186@dragon.nuxi.com>

next in thread | previous in thread | raw e-mail | index | archive | help


David O'Brien wrote:
> 
> On Mon, Oct 30, 2000 at 03:12:55PM -0800, Kent Stewart wrote:
> > /usr/lib/crtbegin.o: In function `_init':
> > /usr/lib/crtbegin.o(.init+0x0): multiple definition of `_init'
> > /usr/lib/crti.o(.init+0x0): first defined here
> > /usr/lib/crtbegin.o: In function `_fini':
> > /usr/lib/crtbegin.o(.fini+0x0): multiple definition of `_fini'
> > /usr/lib/crti.o(.fini+0x0): first defined here
> 
> Was this with `make -DNOCLEAN' by chance?  I got simular results on one
> of my Alpha's.  I'm not sure -DNOCLEAN is safe at the moment.  I would
> rm -rf /usr/obj/* and then cd /usr/src && make cleandir.

Making the kernel didn't help. It is stopping in /usr/lib. I am doing
the rm -rf and cleandir. That didn't help. It is like some files have
been removed. I tried making just the lib's but that didn't help
either.

What I am seeing now is

--------------------------------------------------------------
>>> stage 1: bootstrap tools
--------------------------------------------------------------
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/i386 
DESTDIR=/usr/obj/usr/src/i386  INSTALL="sh /usr/src/too
ls/install.sh"  MACHINE_ARCH=i386  TOOLS_PREFIX=/usr/obj/usr/src/i386 
PATH=/usr/obj/usr/src/i386/usr/sbin:/
usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
make -f Makefile.
inc1 -DNOMAN -DNOINFO -DNOHTML bootstrap-tools
cd /usr/src/games/fortune/strfile;  make obj;  make depend;  make
all;  make install
/usr/obj/usr/src/i386/usr/src/games/fortune/strfile created for
/usr/src/games/fortune/strfile
rm -f .depend
mkdep -f .depend -a    -I/usr/obj/usr/src/i386/usr/include 
/usr/src/games/fortune/strfile/strfile.c
cd /usr/src/games/fortune/strfile; make _EXTRADEPEND
echo strfile: /usr/obj/usr/src/i386/usr/lib/libc.a  >> .depend
cc -O -pipe -march=i686 -Wall   -I/usr/obj/usr/src/i386/usr/include -c
/usr/src/games/fortune/strfile/strfil
e.c
cc -O -pipe -march=i686 -Wall   -I/usr/obj/usr/src/i386/usr/include 
-o strfile strfile.o  
/usr/lib/crtbegin.o: In function `_init':
/usr/lib/crtbegin.o(.init+0x0): multiple definition of `_init'
/usr/lib/crti.o(.init+0x0): first defined here
/usr/lib/crtbegin.o: In function `_fini':
/usr/lib/crtbegin.o(.fini+0x0): multiple definition of `_fini'
/usr/lib/crti.o(.fini+0x0): first defined here
*** Error code 1

Stop in /usr/src/games/fortune/strfile.
*** Error code 1


Kent

-- 
Kent Stewart
Richland, WA

mailto:kbstew99@hotmail.com
http://kstewart.urx.com/kstewart/index.html
FreeBSD News http://daily.daemonnews.org/


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39FE0BD0.CBA8135F>