From owner-freebsd-tinderbox@FreeBSD.ORG Wed May 13 13:04:17 2009 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AD8C106564A; Wed, 13 May 2009 13:04:17 +0000 (UTC) (envelope-from dds@aueb.gr) Received: from mx-out.forthnet.gr (mx-out.forthnet.gr [193.92.150.104]) by mx1.freebsd.org (Postfix) with ESMTP id 88D448FC1D; Wed, 13 May 2009 13:04:16 +0000 (UTC) (envelope-from dds@aueb.gr) Received: from mx-av-04.forthnet.gr (mx-av.forthnet.gr [193.92.150.27]) by mx-out-04.forthnet.gr (8.14.3/8.14.3) with ESMTP id n4DCpI3t004977; Wed, 13 May 2009 15:51:18 +0300 Received: from MX-IN-05.forthnet.gr (mx-in-05.forthnet.gr [193.92.150.30]) by mx-av-04.forthnet.gr (8.14.3/8.14.3) with ESMTP id n4DCpIsV024781; Wed, 13 May 2009 15:51:18 +0300 Received: from [192.168.136.22] (adsl45-42.kln.forthnet.gr [77.49.172.42]) by MX-IN-05.forthnet.gr (8.14.3/8.14.3) with ESMTP id n4DCpH83030211; Wed, 13 May 2009 15:51:18 +0300 Authentication-Results: MX-IN-05.forthnet.gr smtp.mail=dds@aueb.gr; spf=neutral Authentication-Results: MX-IN-05.forthnet.gr header.from=dds@aueb.gr; sender-id=neutral Message-ID: <4A0AC23E.2060005@aueb.gr> Date: Wed, 13 May 2009 15:51:10 +0300 From: Diomidis Spinellis User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: FreeBSD Tinderbox References: <20090513080926.175F37302F@freebsd-current.sentex.ca> In-Reply-To: <20090513080926.175F37302F@freebsd-current.sentex.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: mips@freebsd.org, current@freebsd.org Subject: Re: [head tinderbox] failure on mips/mips X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 May 2009 13:04:17 -0000 FreeBSD Tinderbox wrote: > TB --- 2009-05-13 07:04:55 - tinderbox 2.6 running on freebsd-current.sentex.ca > TB --- 2009-05-13 07:04:55 - starting HEAD tinderbox run for mips/mips > TB --- 2009-05-13 07:04:55 - cleaning the object tree > TB --- 2009-05-13 07:05:48 - cvsupping the source tree > TB --- 2009-05-13 07:05:48 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/mips/mips/supfile > TB --- 2009-05-13 07:05:56 - building world > TB --- 2009-05-13 07:05:56 - MAKEOBJDIRPREFIX=/obj > TB --- 2009-05-13 07:05:56 - PATH=/usr/bin:/usr/sbin:/bin:/sbin > TB --- 2009-05-13 07:05:56 - TARGET=mips > TB --- 2009-05-13 07:05:56 - TARGET_ARCH=mips > TB --- 2009-05-13 07:05:56 - TZ=UTC > TB --- 2009-05-13 07:05:56 - __MAKE_CONF=/dev/null > TB --- 2009-05-13 07:05:56 - cd /src > TB --- 2009-05-13 07:05:56 - /usr/bin/make -B buildworld >>>> World build started on Wed May 13 07:05:59 UTC 2009 >>>> 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 > [...] > cc -O -pipe -EL -msoft-float -G0 -mno-dsp -mabicalls -I/src/usr.bin/truss -I. -std=gnu99 -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c /src/usr.bin/truss/mips-fbsd.c > /src/usr.bin/truss/mips-fbsd.c: In function 'mips_syscall_exit': > /src/usr.bin/truss/mips-fbsd.c:341: error: too few arguments to function 'print_syscall_ret' > *** Error code 1 > > Stop in /src/usr.bin/truss. > *** Error code 1 > > Stop in /src/usr.bin. > *** Error code 1 > > Stop in /src. > *** Error code 1 > > Stop in /src. > *** Error code 1 Sorry, I missed syncing the code I wrote in January with the MIPS support introduced in February. I fixed it in r192040. Diomidis Spinellis