Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Sep 1997 19:54:33 +0200 (CEST)
From:      andreas@FreeBSD.ORG
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   misc/4614: make world fails to build in eBones if OBJLINK=yes in make.conf
Message-ID:  <199709231754.TAA23787@klemm.gtn.com>
Resent-Message-ID: <199709231820.LAA25314@hub.freebsd.org>

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

>Number:         4614
>Category:       misc
>Synopsis:       make world fails to build in eBones if OBJLINK=yes in make.conf
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 23 11:20:01 PDT 1997
>Last-Modified:
>Originator:     Andreas Klemm
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	FreeBSD-current of this week, with new kerberos IV
	But the "make world" build error already exists with
	prioe version of eBones.

>Description:

install -C -o bin -g bin -m 444 /home/src/eBones/include/krb.h  /usr/obj/home/src/tmp/usr/include/kerberosIV/krb.h
install -C -o bin -g bin -m 444 /home/src/eBones/include/krb_db.h  /usr/obj/home/src/tmp/usr/include/kerberosIV/krb_db.h
cd /home/src/eBones/lib/libkrb &&       /usr/obj/home/src/tmp/usr/bin/make beforeinstall
test -e /home/src/eBones/lib/libkrb/obj/../../lib/libkrb/krb_err.et || ln -s /home/src/eBones/lib/libkrb/../../lib/libkrb/krb_err.et /home/src/eBones/lib/libkrb/obj/../../lib/libkrb
cd /home/src/eBones/lib/libkrb/obj/../../lib/libkrb; compile_et krb_err.et
cd: can't cd to /home/src/eBones/lib/libkrb/obj/../../lib/libkrb
*** Error code 2

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1


>How-To-Repeat:

	Enable both in /etc/make.conf:
	OBJLINK=yes
	MAKE_EBONES=yes
	cd /usr/src
	make world >& world.log &
	And after a while you'll see that make world stopped to
	build with the above error message

>Fix:
	
	Sorry, no idea.

>Audit-Trail:
>Unformatted:



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