From owner-freebsd-current@FreeBSD.ORG Mon Jul 2 09:45:28 2007 Return-Path: X-Original-To: current@freebsd.org 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 63DA516A479 for ; Mon, 2 Jul 2007 09:45:28 +0000 (UTC) (envelope-from gnn@neville-neil.com) Received: from mrout3.yahoo.com (mrout3.yahoo.com [216.145.54.173]) by mx1.freebsd.org (Postfix) with ESMTP id 4414713C44B for ; Mon, 2 Jul 2007 09:45:28 +0000 (UTC) (envelope-from gnn@neville-neil.com) Received: from minion.local.neville-neil.com (proxy8.corp.yahoo.com [216.145.48.13]) by mrout3.yahoo.com (8.13.6/8.13.6/y.out) with ESMTP id l629j0RQ074376; Mon, 2 Jul 2007 02:45:00 -0700 (PDT) Date: Mon, 02 Jul 2007 18:44:45 +0900 Message-ID: From: gnn@freebsd.org To: In-Reply-To: <20070702075110.BF17A73068@freebsd-current.sentex.ca> References: <20070702075110.BF17A73068@freebsd-current.sentex.ca> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.7 Emacs/22.0.95 (i386-apple-darwin8.8.2) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: powerpc@freebsd.org Subject: Re: [head tinderbox] failure on powerpc/powerpc 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: Mon, 02 Jul 2007 09:45:28 -0000 At Mon, 2 Jul 2007 03:51:10 -0400 (EDT), FreeBSD Tinderbox wrote: > > TB --- 2007-07-02 06:12:55 - tinderbox 2.3 running on freebsd-current.sentex.ca > TB --- 2007-07-02 06:12:55 - starting HEAD tinderbox run for powerpc/powerpc > TB --- 2007-07-02 06:12:55 - cleaning the object tree > TB --- 2007-07-02 06:13:15 - checking out the source tree > TB --- 2007-07-02 06:13:15 - cd /tinderbox/HEAD/powerpc/powerpc > TB --- 2007-07-02 06:13:15 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src > TB --- 2007-07-02 06:20:37 - building world (CFLAGS=-O2 -pipe) > TB --- 2007-07-02 06:20:37 - cd /src > TB --- 2007-07-02 06:20:37 - /usr/bin/make -B buildworld > >>> World build started on Mon Jul 2 06:20:38 UTC 2007 > >>> Rebuilding the temporary build tree > >>> stage 1.1: legacy release compatibility shims > >>> stage 1.2: bootstrap tools > >>> stage 2.1: cleaning up the object tree > >>> stage 2.2: rebuilding the object tree > >>> stage 2.3: build tools > >>> stage 3: cross tools > >>> stage 4.1: building includes > >>> stage 4.2: building libraries > >>> stage 4.3: make dependencies > >>> stage 4.4: building everything > >>> World build completed on Mon Jul 2 07:37:58 UTC 2007 > TB --- 2007-07-02 07:37:58 - generating LINT kernel config > TB --- 2007-07-02 07:37:58 - cd /src/sys/powerpc/conf > TB --- 2007-07-02 07:37:58 - /usr/bin/make -B LINT > TB --- 2007-07-02 07:37:58 - building LINT kernel (COPTFLAGS=-O2 -pipe) > TB --- 2007-07-02 07:37:58 - cd /src > TB --- 2007-07-02 07:37:58 - /usr/bin/make buildkernel KERNCONF=LINT > >>> Kernel build for LINT started on Mon Jul 2 07:37:58 UTC 2007 > >>> stage 1: configuring the kernel > >>> stage 2.1: cleaning up the object tree > >>> stage 2.2: rebuilding the object tree > >>> stage 2.3: build tools > >>> stage 3.1: making dependencies > >>> stage 3.2: building everything > [...] > bf_skey.o(.text+0x140): In function `BF_set_key': > : undefined reference to `BF_encrypt' > bf_skey.o(.text+0x164): In function `BF_set_key': > : undefined reference to `BF_encrypt' > xform.o(.text+0xac8): In function `blf_decrypt': > : undefined reference to `BF_decrypt' > xform.o(.text+0xb40): In function `blf_encrypt': > : undefined reference to `BF_encrypt' > *** Error code 1 > > Stop in /obj/powerpc/src/sys/LINT. > *** Error code 1 > > Stop in /src. > *** Error code 1 > > Stop in /src. > TB --- 2007-07-02 07:51:10 - WARNING: /usr/bin/make returned exit code 1 > TB --- 2007-07-02 07:51:10 - ERROR: failed to build lint kernel > TB --- 2007-07-02 07:51:10 - tinderbox aborted > TB --- 0.63 user 1.92 system 5894.44 real > > > http://tinderbox.des.no/tinderbox-head-HEAD-powerpc-powerpc.full > _______________________________________________ > 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" > Can someone tell me why blowfish is messed up only on powerpc? I think this has something to do with my recent IPsec commits but I don't have any clue why this happens. Thanks, George