Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Mar 1999 10:53:23 +0100 (MET)
From:      Wolfram Schneider <wosch@freebsd.first.gmd.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/10522: make world died due -Werror
Message-ID:  <199903100953.KAA08676@freebsd.first.gmd.de>

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

>Number:         10522
>Category:       bin
>Synopsis:       make world died due -Werror
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 10 02:00:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Wolfram Schneider
>Release:        FreeBSD 4.0-current
>Organization:
>Environment:

I tried to build `make world' without cc optimizing compilation 
(option -O). make world died in libskey due the gcc -Werror flag. 


cd /usr/src/lib/libskey; /usr/obj/usr/src/tmp/usr/bin/make all;
+/usr/obj/usr/src/tmp/usr/bin/make -B install
cc -pipe -DPERMIT_CONSOLE -D_SKEY_INTERNAL -I/usr/src/lib/libskey -W -Wall
+-Werror -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/lib/libskey/skeyaccess.c
+-o skeyaccess.o
cc1: warnings being treated as errors
/usr/obj/usr/src/tmp/usr/include/stdio.h:354: 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
+not used
/usr/obj/usr/src/tmp/usr/include/ctype.h:167: warning: `__tolower' defined but
+not used
*** Error code 1
 
Stop.
*** Error code 1
 

>Description:
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:


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




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