Date: Sat, 6 Jul 2002 01:19:33 -0700 From: "Seamus.Venasse" <Seamus.Venasse@polaris.ca> To: <stable@FreeBSD.ORG> Subject: Buildworld fails when compiling gcc Message-ID: <005b01c224c5$dc71d4c0$8b7b7ed8@tornado> In-Reply-To: <001401c22439$255a35c0$828ec8d5@xp1>
next in thread | previous in thread | raw e-mail | index | archive | help
For the last week now, I have been unable to do a buildworld it fails when building gcc: /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.c: In function `rest_of_compilation': /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.c:3810: `rtx_equal_function_value_matters' undeclared (first use in this function) /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.c:3810: (Each undeclared identifier is reported only once /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.c:3810: for each function it appears in.) I placed an "extern int rtx_equal_function_value_matters;" at the beginning of toplev.c and I was able to compile without any problems. However, as soon as I did another CVSUP, the toplev.c was reverted back without the extern declaration. I have tried blowing away my src tree and re-CVSUPing. I have tried other CVSUP servers to no avail. I have even looked at the cvsweb for the FreeBSD source and noticed that the extern removal occurred 2002-02-06! Here is my /etc/make.conf: CFLAGS= -O -pipe NOPROFILE= true MASTER_SITE_BACKUP?= \ ftp://ftp.ca.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ MASTER_SITE_OVERRIDE?= ${MASTER_SITE_BACKUP} NOGAMES=true COMPAT3X=yes COMPAT4X=yes NO_X=yes My last successful buildworld was June 19th. Any help would be greatly appreciated. Seamus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?005b01c224c5$dc71d4c0$8b7b7ed8>