From owner-freebsd-current@FreeBSD.ORG Sun Dec 23 19:31:38 2012 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 776DA556; Sun, 23 Dec 2012 19:31:38 +0000 (UTC) (envelope-from andy@neu.net) Received: from mail.neu.net (unknown [IPv6:2607:fc50:0:d300:216:3eff:fe54:f1c6]) by mx1.freebsd.org (Postfix) with ESMTP id 338358FC0C; Sun, 23 Dec 2012 19:31:37 +0000 (UTC) Received: from neu.net (neu.net [199.48.129.194]) by mail.neu.net (8.14.5/8.14.5) with ESMTP id qBNJVWIw081420; Sun, 23 Dec 2012 14:31:32 -0500 (EST) (envelope-from andy@neu.net) Date: Sun, 23 Dec 2012 14:31:32 -0500 (EST) From: AN To: Guido Falsi Subject: Re: buildworld fails In-Reply-To: <50D74520.6040406@madpilot.net> Message-ID: References: <50D74457.3090604@FreeBSD.org> <50D74520.6040406@madpilot.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: clamav-milter 0.97.6 at my.mail.server X-Virus-Status: Clean X-Spam-Status: No, score=0.0 required=4.5 tests=RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.neu.net Cc: freebsd-current@FreeBSD.org, Dimitry Andric X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Dec 2012 19:31:38 -0000 On Sun, 23 Dec 2012, Guido Falsi wrote: > On 12/23/12 18:50, Dimitry Andric wrote: >> On 2012-12-23 18:43, AN wrote: >>> FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #10 r244601: Sat Dec 22 >>> 18:22:44 EST 2012 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 >>> >>> >>> ===> gnu/usr.bin/texinfo/infokey (all) >> ... >> ... >>> 1 error >>> *** [everything] Error code 2 >>> 1 error >>> *** [buildworld] Error code 2 >>> 1 error >> >> The actual error was earlier in this multi-threaded build, but you did >> not post the full log. Please search in the log for the actual error, >> or try a buildworld without -j. > > I have just got the same error, here is the relevant error message: > > ===> usr.sbin/gssd (all) > cc -O2 -pipe -march=nocona -I. -std=gnu99 -Qunused-arguments > -fstack-protector -Wsystem-headers -Werror -Wno-pointer-sign -Wno-empty-body > -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value > -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-switch > -Wno-switch-enum -Wno-parentheses -o gssd gssd.o gssd_svc.o gssd_xdr.o > gssd_prot.o -lgssapi > gssd.o: In function `find_ccache_file': > /usr/src/usr.sbin/gssd/gssd.c:(.text+0xaf5): undefined reference to > `krb5_init_context' > /usr/src/usr.sbin/gssd/gssd.c:(.text+0xb15): undefined reference to > `krb5_cc_resolve' > /usr/src/usr.sbin/gssd/gssd.c:(.text+0xb3d): undefined reference to > `krb5_cc_start_seq_get' > /usr/src/usr.sbin/gssd/gssd.c:(.text+0xb5e): undefined reference to > `krb5_cc_next_cred' > /usr/src/usr.sbin/gssd/gssd.c:(.text+0xb7d): undefined reference to > `krb5_free_context' > /usr/src/usr.sbin/gssd/gssd.c:(.text+0xbdf): undefined reference to > `krb5_unparse_name' > /usr/src/usr.sbin/gssd/gssd.c:(.text+0xc96): undefined reference to > `krb5_unparse_name' > /usr/src/usr.sbin/gssd/gssd.c:(.text+0xd67): undefined reference to > `krb5_free_cred_contents' > /usr/src/usr.sbin/gssd/gssd.c:(.text+0xd84): undefined reference to > `krb5_cc_next_cred' > /usr/src/usr.sbin/gssd/gssd.c:(.text+0xda6): undefined reference to > `krb5_cc_end_seq_get' > /usr/src/usr.sbin/gssd/gssd.c:(.text+0xdbf): undefined reference to > `krb5_cc_close' > /usr/src/usr.sbin/gssd/gssd.c:(.text+0xdcb): undefined reference to > `krb5_free_context' > cc: error: linker command failed with exit code 1 (use -v to see invocation) > *** [gssd] Error code 1 > > Stop in /usr/src/usr.sbin/gssd. > *** [all] Error code 1 > > Stop in /usr/src/usr.sbin. > *** [usr.sbin.all__D] Error code 1 > > Stop in /usr/src. > *** [everything] Error code 1 > > Stop in /usr/src. > *** [buildworld] Error code 1 > > Stop in /usr/src. > Probably this: http://svnweb.FreeBSD.org/base?view=revision&revision=244604