From owner-freebsd-questions Wed Mar 20 20:18:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp015.mail.yahoo.com (smtp015.mail.yahoo.com [216.136.173.59]) by hub.freebsd.org (Postfix) with SMTP id C91C037B404 for ; Wed, 20 Mar 2002 20:18:42 -0800 (PST) Received: from chancedj (AUTH login) at adsl-78-129-91.mem.bellsouth.net (HELO SATAN) (chancedj@216.78.129.91) by smtp.mail.vip.sc5.yahoo.com with SMTP; 21 Mar 2002 04:18:42 -0000 From: "Daryl Chance (Stinkfist)" To: Subject: RE: Error in Makeworld (tag=RELENG_4_5) Date: Wed, 20 Mar 2002 22:20:47 -0600 Message-ID: <001a01c1d08f$c7a0a7e0$0200a8c0@SATAN> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: <20020320200110.A47474@xor.obsecurity.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks, found the problem. Had WARN_WERROR= yes in make.conf Not sure why I put it there in the first place. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Kris Kennaway Sent: Wednesday, March 20, 2002 10:01 PM To: Daryl Chance (Stinkfist) Cc: freebsd-questions@freebsd.org Subject: Re: Error in Makeworld (tag=RELENG_4_5) On Wed, Mar 20, 2002 at 09:49:35PM -0600, Daryl Chance (Stinkfist) wrote: > -Wswitch -Wshadow -c /usr/src/lib/libfetch/fetch.c -o fetch.o cc -O > -pipe -march=k6 -I. -DINET6 -I/usr/obj/usr/src/i386/usr/include -W > -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Wno-uninitialized -Werror -Wreturn-type -Wcast-qual -Wwrite-strings > -Wswitch -Wshadow -c /usr/src/lib/libfetch/common.c -o common.o > cc1: warnings being treated as errors It looks like something is spammed in your /usr/share/mk/ directory: this should be taken care of by NO_WERROR in the libfetch makefile, which removes -Werror from the compilation flags. Kris _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message