Bug 8040 - Makefile has had "-Werror" for a long time, kills "make world"
Summary: Makefile has had "-Werror" for a long time, kills "make world"
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 3.0-CURRENT
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1998-09-24 17:20 UTC by karl
Modified: 1998-12-10 01:45 UTC (History)
0 users

See Also:


Attachments
file.diff (331 bytes, patch)
1998-09-24 17:20 UTC, karl
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description karl 1998-09-24 17:20:01 UTC
	The Makefile for "libskey" has had the "-Werror" flag for the last
	six to eight months.  There are macros in some of the included files
	which are not used; this generates warnings, and -Werror causes 
	the build to fail

Fix: The following patch comments out the "-Werror" for i386 machines.  When the
authors of libskey do a better fix, this can be backed out.

PLEASE COMMIT THIS!  I've been carping about this problem for months.

	
How-To-Repeat: 
	Grab current, type "make world", watch it stop at libskey.
Comment 1 Steve Price freebsd_committer freebsd_triage 1998-12-10 01:44:59 UTC
State Changed
From-To: open->closed

Works for me with a -current just hours old.  Check out some more recent 
and see if the problem still exists.