Date: Fri, 5 Mar 1999 13:17:56 +1100 From: "John Saunders" <john.saunders@scitec.com.au> To: "FreeBSD stable" <freebsd-stable@FreeBSD.ORG> Subject: make world failure Message-ID: <000601be66ae$61e25c80$6cb611cb@saruman.scitec.com.au>
next in thread | raw e-mail | index | archive | help
What is going on in 3.1-stable?
Source is 3.1-stable cvsupped 1pm May 4th GMT time. These warning
are littered through the make world log file, however it fails
because /usr/src/lib/libskey/Makefile uses -Werror to treat
warnings as errors. <on sarcasm> I thought the trend in FreeBSD
was to remove warnings from the code, given what is happening
in -stable and -current (which is far worse) it seems that the
trend is to try and generate more warnings than lines of code
exist in the tree <off sarcasm>
I haven't seen anybody else email on this issue, why?
Thanks.
cc -pipe -DPERMIT_CONSOLE -D_SKEY_INTERNAL -I/usr/src/lib/libskey -W -Wall -
Werr
or -I/usr/obj/usr/src/tmp/usr/include -c
/usr/src/lib/libskey/skeyaccess.c -o sk
eyaccess.o
cc1: warnings being treated as errors
/usr/obj/usr/src/tmp/usr/include/stdio.h:352: warning: `__sputc' defined but
not
used
/usr/obj/usr/src/tmp/usr/include/ctype.h:146: warning: `__maskrune' defined
but
not used
/usr/obj/usr/src/tmp/usr/include/ctype.h:160: warning: `__toupper' defined
but n
ot used
/usr/obj/usr/src/tmp/usr/include/ctype.h:167: warning: `__tolower' defined
but n
ot used
*** Error code 1
Stop.
-- . +-------------------------------------------------------+
,--_|\ | John Saunders mailto:John.Saunders@scitec.com.au |
/ Oz \ | SCITEC LIMITED Phone +61294289563 Fax +61294289933 |
\_,--\_/ | "By the time you make ends meet, they move the ends." |
v +-------------------------------------------------------+
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?000601be66ae$61e25c80$6cb611cb>
