Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Mar 2000 00:10:07 +0200 (CEST)
From:      Jacob Bohn Lorensen <jacob.lorensen@e-postboks.dk>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   misc/17672: make buildworld (RELENG_4 src) fails on RELENG_3 system (crypto)
Message-ID:  <200003292210.AAA24461@pippin.jblhome.ping.dk>

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

>Number:         17672
>Category:       misc
>Synopsis:       compile_et fails in kerberosIV
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 29 14:20:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Jacob Bohn Lorensen
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
>Environment:
FreeBSD 3.4-STABLE i386

Error output from make buildworld:

[...]
cd /home/jacob/FreeBSD/src/kerberosIV/lib/libkadm;      make beforeinstall
test -e /usr/obj/home/jacob/FreeBSD/src/kerberosIV/lib/libkadm/../../lib/libkadm/kadm_err.et || ln -s /home/jacob/FreeBSD/src/kerberosIV/lib/libkadm/../../../crypto/kerberosIV/lib/kadm/kadm_err.et /usr/obj/home/jacob/FreeBSD/src/kerberosIV/lib/libkadm/../../lib/libkadm
cd /usr/obj/home/jacob/FreeBSD/src/kerberosIV/lib/libkadm/../../lib/libkadm; compile_et kadm_err.et
syntax error
Line number 61; last token was 'Attempt do delete immutable principal'
[...]

>Description:

The build of kerberosIV is dependent on the version of com_err
(compile_et) installed in the system (/usr/bin). It probably should
use a version built from the one in the source tree.

During make buildworld, in kerberosIV, the version of compile_et used
to build the error table is taken from /usr/bin. Thus it is not up to
date.

>How-To-Repeat:

On a 3.4-stable system, cvsup RELENG_4, including cvs-crypto. cd
/usr/src and make buildworld.

>Fix:

Make and install the upgraded compile_et before make buildworld, or
make buildworld without crypto sources first.

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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