From owner-freebsd-current@FreeBSD.ORG Thu Sep 17 19:29:47 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA05F106566C for ; Thu, 17 Sep 2009 19:29:47 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by mx1.freebsd.org (Postfix) with ESMTP id 965838FC18 for ; Thu, 17 Sep 2009 19:29:47 +0000 (UTC) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MoMfr-0006Cz-1X for freebsd-current@freebsd.org; Thu, 17 Sep 2009 12:29:47 -0700 Message-ID: <25492233.post@talk.nabble.com> Date: Thu, 17 Sep 2009 12:29:47 -0700 (PDT) From: Jakub Lach To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: jakub_lach@mailplus.pl Subject: Strange atrun build error (8-STABLE svn 197298) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 17 Sep 2009 19:29:47 -0000 Hello. I encountered this error while trying to build latest 8-STABLE. cc -O2 -pipe -march=nocona -DATJOB_DIR=\"/var/at/jobs/\" -DLFILE=\"/var/at/jobsDAVG_MX=1.5 -DATSPOOL_DIR=\"/var/at/spool\" -DVERSION=\"2.9\" -DDAEMON_UID=1 -DAULT_BATCH_QUEUE=\'E\' -DDEFAULT_AT_QUEUE=\'c\' -DPERM_PATH=\"/var/at/\" -I/usr../../usr.bin/at -I/usr/src/libexec/atrun -DLOGIN_CAP -DPAM -std=gnu99 -fstack-p atrun.o gloadavg.o -lpam -lutil /usr/obj/usr/src/tmp/usr/lib/libc.so: undefined reference to `key_encryptsession /usr/obj/usr/src/tmp/usr/lib/libc.so: undefined reference to `key_decryptsession /usr/obj/usr/src/tmp/usr/lib/libc.so: undefined reference to `key_gendes' *** Error code 1 Stop in /usr/src/libexec/atrun. *** Error code 1 Stop in /usr/src/libexec. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. While I was initially convinced that it's caused by some stupid mistake on my part, I fail to see where. src.conf WITHOUT_LIB32=true WITHOUT_BLUETOOTH=true WITHOUT_FLOPPY=true WITHOUT_CDDL=true WITHOUT_NDIS=true WITHOUT_MAIL=true WITHOUT_GDB=true -best regards, Jakub Lach -- View this message in context: http://www.nabble.com/Strange-atrun-build-error-%288-STABLE-svn-197298%29-tp25492233p25492233.html Sent from the freebsd-current mailing list archive at Nabble.com.