Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 May 1997 10:20:48 -0700 (PDT)
From:      petry@netmasters.com
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   conf/3577: eBones and OBJLINK=yes fails to build
Message-ID:  <199705111720.KAA05308@hub.freebsd.org>
Resent-Message-ID: <199705111730.KAA05631@hub.freebsd.org>

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

>Number:         3577
>Category:       conf
>Synopsis:       eBones and OBJLINK=yes fails to build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 11 10:30:00 PDT 1997
>Last-Modified:
>Originator:     Michael Petry
>Organization:
>Release:        3.0-Current
>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.
>Audit-Trail:
>Unformatted:



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