From owner-freebsd-current@FreeBSD.ORG Sun Aug 7 18:40:37 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF545106566B; Sun, 7 Aug 2011 18:40:36 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-pz0-f45.google.com (mail-pz0-f45.google.com [209.85.210.45]) by mx1.freebsd.org (Postfix) with ESMTP id BE3308FC19; Sun, 7 Aug 2011 18:40:36 +0000 (UTC) Received: by pzk33 with SMTP id 33so3451004pzk.18 for ; Sun, 07 Aug 2011 11:40:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=SQBgqpgos1IkdJIxJs0vrev1AL8derT7YGK0f8VD8DU=; b=kiMk1tF9V0LVT2HLWAQFC/e4l5BiWeeI9V1aYhGvYwBN2MbiL5YRMoZbqotmZtYyEt uAX+Wz29SGNKvBY9/MUrJNqIlFoiRQHQQJnxv8TvBV0u1X+R2dm4zHLWCIuNjhpennPU trqKQbwmMt/7rsyLwZSWCtFxUkZCfKNI1alz4= MIME-Version: 1.0 Received: by 10.143.77.8 with SMTP id e8mr4924822wfl.130.1312740900839; Sun, 07 Aug 2011 11:15:00 -0700 (PDT) Received: by 10.68.57.36 with HTTP; Sun, 7 Aug 2011 11:15:00 -0700 (PDT) In-Reply-To: <201108071252.p77CqXpM099972@freebsd-current.sentex.ca> References: <201108071252.p77CqXpM099972@freebsd-current.sentex.ca> Date: Sun, 7 Aug 2011 14:15:00 -0400 Message-ID: From: Super Bisquit To: FreeBSD Tinderbox Content-Type: text/plain; charset=ISO-8859-1 X-Mailman-Approved-At: Mon, 08 Aug 2011 02:00:03 +0000 Cc: powerpc@freebsd.org, current@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: Sun, 07 Aug 2011 18:40:37 -0000 Tinderbox doesn't build in the examples given as a normal user would. Buildworld should be ran from /usr/src and doesn't need the "/usr/bin/make -b" command. Where is the buildkernel output? On 8/7/11, FreeBSD Tinderbox wrote: > TB --- 2011-08-07 12:16:11 - tinderbox 2.7 running on > freebsd-current.sentex.ca > TB --- 2011-08-07 12:16:11 - starting HEAD tinderbox run for powerpc/powerpc > TB --- 2011-08-07 12:16:11 - cleaning the object tree > TB --- 2011-08-07 12:16:15 - cvsupping the source tree > TB --- 2011-08-07 12:16:15 - /usr/bin/csup -z -r 3 -g -L 1 -h > cvsup.sentex.ca /tinderbox/HEAD/powerpc/powerpc/supfile > TB --- 2011-08-07 12:16:29 - building world > TB --- 2011-08-07 12:16:29 - MAKEOBJDIRPREFIX=/obj > TB --- 2011-08-07 12:16:29 - PATH=/usr/bin:/usr/sbin:/bin:/sbin > TB --- 2011-08-07 12:16:29 - TARGET=powerpc > TB --- 2011-08-07 12:16:29 - TARGET_ARCH=powerpc > TB --- 2011-08-07 12:16:29 - TZ=UTC > TB --- 2011-08-07 12:16:29 - __MAKE_CONF=/dev/null > TB --- 2011-08-07 12:16:29 - cd /src > TB --- 2011-08-07 12:16:29 - /usr/bin/make -B buildworld >>>> World build started on Sun Aug 7 12:16:30 UTC 2011 >>>> 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 > [...] > /src/lib/libthread_db/libthr_db.c: In function 'pt_ta_map_id2thr': > /src/lib/libthread_db/libthr_db.c:217: warning: passing argument 3 of > 'thr_pread_long' from incompatible pointer type > /src/lib/libthread_db/libthr_db.c: In function 'pt_ta_thr_iter': > /src/lib/libthread_db/libthr_db.c:257: warning: passing argument 3 of > 'thr_pread_long' from incompatible pointer type > /src/lib/libthread_db/libthr_db.c: In function 'pt_ta_event_getmsg': > /src/lib/libthread_db/libthr_db.c:398: warning: passing argument 3 of > 'thr_pread_long' from incompatible pointer type > /src/lib/libthread_db/libthr_db.c: In function 'pt_thr_event_getmsg': > /src/lib/libthread_db/libthr_db.c:702: warning: passing argument 3 of > 'thr_pread_long' from incompatible pointer type > *** Error code 1 > > Stop in /src/lib/libthread_db. > *** Error code 1 > > Stop in /src/lib. > *** Error code 1 > > Stop in /src. > *** Error code 1 > > Stop in /src. > *** Error code 1 > > Stop in /src. > *** Error code 1 > > Stop in /src. > TB --- 2011-08-07 12:52:33 - WARNING: /usr/bin/make returned exit code 1 > TB --- 2011-08-07 12:52:33 - ERROR: failed to build world > TB --- 2011-08-07 12:52:33 - 1592.72 user 392.42 system 2181.87 real > > > http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full > _______________________________________________ > freebsd-ppc@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ppc > To unsubscribe, send any mail to "freebsd-ppc-unsubscribe@freebsd.org" >