Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jul 2003 18:46:50 -0400
From:      John <jwd@bsdwins.com>
To:        Current List <freebsd-current@freebsd.org>
Subject:   gcc related -current upgrade problems
Message-ID:  <20030725224650.GA20382@BSDWins.Com>

next in thread | raw e-mail | index | archive | help
hi,

   I'm attempting to upgrade a few month old -current:

FreeBSD 8ball.rtp.freebsd.org. 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Thu Apr 24 23:27:15

rm -rf src obj 
cd /usr
cvs -Rqd /home/ncvs co -P src
cd src
make buildkernel
.
.
.
/usr/src/gnu/usr.bin/cc/cc_tools/freebsd-native.h:62:25: attempt to use poisoned "malloc"
/usr/src/gnu/usr.bin/cc/cc_tools/freebsd-native.h:63:25: attempt to use poisoned "calloc"
/usr/src/gnu/usr.bin/cc/cc_tools/freebsd-native.h:64:25: attempt to use poisoned "realloc"
/usr/src/gnu/usr.bin/cc/cc_tools/freebsd-native.h:65:25: attempt to use poisoned "strdup"
mkdep: compile failed
*** Error code 1

Stop in /usr/src/gnu/usr.bin/cc/cc1plus.
*** Error code 1

Stop in /usr/src/gnu/usr.bin/cc.
*** Error code 1


   This is with a newly checked out /usr/src and empty /usr/obj. UPDATING
only mentions not using -DNOCLEAN and removing obj.

   Any ideas before I sink much more time into this?

Thanks,
John



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