>Number: 178421 >Category: conf >Synopsis: [PATCH] compile_et needs to be built with bootstrap-tools for >buildworld when WITH_KERBEROS is set >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 May 08 15:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Garrett Cooper >Release: 10-CURRENT >Organization: EMC Isilon >Environment: FreeBSD fuji-current.local 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r+6a3d3f6-dirty: Sat Apr 27 16:03:39 PDT 2013 root@fuji-current.local:/usr/obj/usr/src/sys/FUJI i386 >Description: I've seen the following error when running make tinderbox with SRCCONF=/dev/null __MAKE_CONF=/dev/null on a system without kerberos on it:
compile_et /usr/src.svn/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1/asn1_err.et make: exec(compile_et) failed (No such file or directory) The issue can be resolved like so: Index: Makefile.inc1 =================================================================== --- Makefile.inc1 (revision 250324) +++ Makefile.inc1 (working copy) @@ -1176,7 +1180,8 @@ kerberos5/lib/libroken \ kerberos5/lib/libvers \ kerberos5/tools/asn1_compile \ - kerberos5/tools/slc + kerberos5/tools/slc \ + usr.bin/compile_et .endif >How-To-Repeat: make buildworld installworld -DWITHOUT_KERBEROS SRCCONF=/dev/null __MAKE_CONF=/dev/null make buildworld -DWITH_KERBEROS SRCCONF=/dev/null __MAKE_CONF=/dev/null >Fix: >Release-Note: >Audit-Trail: >Unformatted: _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"