From owner-freebsd-current@FreeBSD.ORG Sun Dec 23 17:53:50 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 CA4DFEB; Sun, 23 Dec 2012 17:53:50 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from winston.madpilot.net (winston.madpilot.net [78.47.75.155]) by mx1.freebsd.org (Postfix) with ESMTP id 7CC768FC0A; Sun, 23 Dec 2012 17:53:50 +0000 (UTC) Received: from winston.madpilot.net (localhost [127.0.0.1]) by winston.madpilot.net (Postfix) with ESMTP id 3YTrm55qQLzFTB5; Sun, 23 Dec 2012 18:53:41 +0100 (CET) X-Virus-Scanned: amavisd-new at madpilot.net Received: from winston.madpilot.net ([127.0.0.1]) by winston.madpilot.net (winston.madpilot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lsOqajhJ83jP; Sun, 23 Dec 2012 18:53:35 +0100 (CET) Received: from tommy.madpilot.net (micro.madpilot.net [88.149.173.206]) by winston.madpilot.net (Postfix) with ESMTPSA; Sun, 23 Dec 2012 18:53:35 +0100 (CET) Message-ID: <50D74520.6040406@madpilot.net> Date: Sun, 23 Dec 2012 18:53:36 +0100 From: Guido Falsi User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Dimitry Andric Subject: Re: buildworld fails References: <50D74457.3090604@FreeBSD.org> In-Reply-To: <50D74457.3090604@FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: AN , freebsd-current@freebsd.org 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 17:53:50 -0000 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. Hope this helps. > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" -- Guido Falsi