From kws@kstreet.interlog.com  Fri Oct 16 14:27:03 1998
Received: from kstreet.interlog.com (kstreet.interlog.com [198.53.146.171])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA20211
          for <FreeBSD-gnats-submit@freebsd.org>; Fri, 16 Oct 1998 14:26:48 -0700 (PDT)
          (envelope-from kws@kstreet.interlog.com)
Received: (from kws@localhost)
	by kstreet.interlog.com (8.9.1/8.9.1) id RAA00526;
	Fri, 16 Oct 1998 17:26:13 -0400 (EDT)
	(envelope-from kws)
Message-Id: <199810162126.RAA00526@kstreet.interlog.com>
Date: Fri, 16 Oct 1998 17:26:13 -0400 (EDT)
From: street@iname.com
Reply-To: street@iname.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: /usr/lib/compat build issues in 3.0 RELEASE
X-Send-Pr-Version: 3.2

>Number:         8347
>Category:       bin
>Synopsis:       /usr/lib/compat build issues in 3.0 RELEASE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 16 14:30:00 PDT 1998
>Closed-Date:    Mon Aug 14 07:14:56 PDT 2000
>Last-Modified:  Mon Aug 14 07:15:48 PDT 2000
>Originator:     Kevin Street
>Release:        FreeBSD 3.0-RELEASE i386
>Organization:
>Environment:
Using the RELENG_3_0_0_RELEASE src tree and make buildworld/installworld.
CVSUP around Oct 16, 13:00 GMT -0400.
System is ELF.
 
>Description:

Most of the compat libs are built in /usr/lib/compat rather than 
 /usr/lib/compat/aout.
  
Only these libs are put in /usr/lib/compat/aout : 
    libgnumalloc.so.2.0
    libresolv.so.2.0
    liby.so.2.0	

also these symlinks in /usr/lib/compat/aout look strange:

  libtermcap.so.3.0@ -> /usr/lib/aout/libtermcap.so.2.1
  libtermlib.so.3.0@ -> /usr/lib/aout/libtermlib.so.2.1 
  
Neither libtermcap.so.2.1 or libtermlib.so.2.1 exist.  There are 
1.1 libs built in /usr/lib/compat though. Either the symlinks are
wrong, or the 1.1 base libs should really be 2.1 or the 2.1 libs are not
being built. 

>How-To-Repeat:
  make world

>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: johan 
State-Changed-When: Mon Aug 14 07:14:56 PDT 2000 
State-Changed-Why:  
Fixed in rev 1.5 of src/lib/compat/Makefile.inc. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=8347 
>Unformatted:
