From nobody  Sun May 11 10:20:48 1997
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.5/8.8.5) id KAA05308;
          Sun, 11 May 1997 10:20:48 -0700 (PDT)
Message-Id: <199705111720.KAA05308@hub.freebsd.org>
Date: Sun, 11 May 1997 10:20:48 -0700 (PDT)
From: petry@netmasters.com
To: freebsd-gnats-submit@freebsd.org
Subject: eBones and OBJLINK=yes fails to build
X-Send-Pr-Version: www-1.0

>Number:         3577
>Category:       conf
>Synopsis:       eBones and OBJLINK=yes fails to build
>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:   Sun May 11 10:30:00 PDT 1997
>Closed-Date:    Tue Mar 23 09:55:36 PST 1999
>Last-Modified:  Tue Mar 23 09:56:24 PST 1999
>Originator:     Michael Petry
>Release:        3.0-Current
>Organization:
>Environment:
FreeBSD netwolf.NetMasters.Com 3.0-CURRENT FreeBSD 3.0-CURRENT #1: Sat May 10 15:22:53 EDT 1997     petry@:/usr/src/sys/compile/PC.SMP  i386

>Description:
using make with the OBJLINK flag turned on fails on the build
oc the eBones/lib/libkrb library.  Removing the OBJLINK flag and the
make world goes fine.
>How-To-Repeat:
It can be isolated and reproduced by setting up the obj directory,
setting the OBJLINK flag, and running make in just that part of the tree.

cd /usr/src/eBones/lib/libkrb

# make
test -e /usr/src/eBones/lib/libkrb/obj/../../lib/libkrb/krb_err.et || ln -s /usr/src/eBones/lib/libkrb/../../lib/libkrb/krb_err.et /usr/src/eBones/lib/libkrb/obj/../../lib/libkrb
cd /usr/src/eBones/lib/libkrb/obj/../../lib/libkrb; compile_et krb_err.et
cd: can't cd to /usr/src/eBones/lib/libkrb/obj/../../lib/libkrb
*** Error code 2

Stop.

>Fix:
Stumped.  SInce a cut and past of the generated commands work,
it feels like it's inside make.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: sheldonh 
State-Changed-When: Tue Mar 23 09:55:36 PST 1999 
State-Changed-Why:  
OBJLINK support was just removed from current. 
>Unformatted:
