From mark@grondar.za  Sat Jan 21 08:54:45 1995
Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id IAA17647 for <FreeBSD-gnats-submit@freebsd.org>; Sat, 21 Jan 1995 08:54:27 -0800
Received: (from mark@localhost) by grunt.grondar.za (8.6.9/8.6.9) id SAA02699; Sat, 21 Jan 1995 18:54:09 +0200
Message-Id: <199501211654.SAA02699@grunt.grondar.za>
Date: Sat, 21 Jan 1995 18:54:09 +0200
From: Mark Murray <mark@grondar.za>
Reply-To: mark@grondar.za
To: FreeBSD-gnats-submit@freebsd.org
Subject: Lib's won't compile (AGAIN)
X-Send-Pr-Version: 3.2

>Number:         156
>Category:       conf
>Synopsis:       Lib's won't compile (AGAIN)
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs (FreeBSD bugs mailing list)
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 21 09:00:01 1995
>Closed-Date:    Sat Jan 21 15:02:28 PST 1995
>Last-Modified:
>Originator:     Mark Murray
>Release:        FreeBSD 2.1.0-Development i386
>Organization:
GTA
>Environment:

FreeBSD-current SUPping

>Description:

Make in /usr/src/libraries fails...

>How-To-Repeat:

Try to build libraries

>Fix:
	
Apply this patch to your source tree:
(Sorry about the previous one, it was a bit premature...)


*** Makefile.ORG	Fri Jan 20 05:00:05 1995
--- Makefile	Sat Jan 21 18:34:02 1995
***************
*** 219,224 ****
--- 219,226 ----
  .if defined(WANT_MSUN)
  	cd ${.CURDIR}/lib/msun &&		${MAKE} beforeinstall
  .endif
+ 	cd ${.CURDIR}/lib/libcom_err &&		${MAKE} beforeinstall
+ 	cd ${.CURDIR}/lib/libss &&		${MAKE} beforeinstall
  	cd ${.CURDIR}/lib/librpcsvc &&		${MAKE} beforeinstall
  	cd ${.CURDIR}/lib/libskey &&		${MAKE} beforeinstall
  	cd ${.CURDIR}/lib/libtermcap &&		${MAKE}	beforeinstall
*** lib/Makefile.ORG	Fri Jan 20 05:08:36 1995
--- lib/Makefile	Sat Jan 21 13:22:03 1995
***************
*** 12,18 ****
  # XXX MISSING:		libmp libplot
  SUBDIR+=	libc libcompat libcrypt libcurses libedit libf2c libforms \
  	libkvm libmd libmytinfo libncurses libresolv librpcsvc libskey \
! 	libss libtelnet libtermcap libutil liby
  
  .if !defined(WANT_MSUN)
  SUBDIR+= libm
--- 12,18 ----
  # XXX MISSING:		libmp libplot
  SUBDIR+=	libc libcompat libcrypt libcurses libedit libf2c libforms \
  	libkvm libmd libmytinfo libncurses libresolv librpcsvc libskey \
! 	libcom_err libss libtelnet libtermcap libutil liby
  
  .if !defined(WANT_MSUN)
  SUBDIR+= libm
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: wollman 
State-Changed-When: Sat Jan 21 15:02:28 PST 1995 
State-Changed-Why:  
Fixed by rev 1.37 of /usr/src/Makefile. 
>Unformatted:



