From owner-freebsd-current@FreeBSD.ORG Sat Apr 8 12:42:39 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E91F716A400 for ; Sat, 8 Apr 2006 12:42:39 +0000 (UTC) (envelope-from boris@brooknet.com.au) Received: from jay.exetel.com.au (jay.exetel.com.au [220.233.0.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 259B543D46 for ; Sat, 8 Apr 2006 12:42:38 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: (qmail 27395 invoked by uid 507); 8 Apr 2006 22:42:36 +1000 Received: from 180.205.233.220.exetel.com.au (HELO ?192.168.0.157?) (220.233.205.180) by jay.exetel.com.au with SMTP; 8 Apr 2006 22:42:36 +1000 Mime-Version: 1.0 (Apple Message framework v749.3) Content-Transfer-Encoding: 7bit Message-Id: <4C255DB7-A023-4B91-983A-EA0828656C4E@brooknet.com.au> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: current@freebsd.org From: Sam Lawrance Date: Sat, 8 Apr 2006 22:42:32 +1000 X-Mailer: Apple Mail (2.749.3) Cc: Subject: building RELENG_4 failure on recent -current - bootparamd 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: Sat, 08 Apr 2006 12:42:40 -0000 I'm trying to build a RELENG_4 jail on a -current host for marcuscom tinderbox. Any ideas about the failure below? Host machine is FreeBSD 7.0-CURRENT #0: Sun Mar 26 01:45:22 EST 2006 ===> usr.sbin/bootparamd ===> usr.sbin/bootparamd/bootparamd cc -O -pipe -DTFTP_DIR=\"/tftpboot\" -I. -c /usr/local/tinderbox/ jails/4-STABLE/src/usr.sbin/bootparamd/bootparamd/bootparamd.c /usr/local/tinderbox/jails/4-STABLE/src/usr.sbin/bootparamd/ bootparamd/bootparamd.c: In function `bootparamproc_whoami_1': /usr/local/tinderbox/jails/4-STABLE/src/usr.sbin/bootparamd/ bootparamd/bootparamd.c:47: number of arguments doesn't match prototype bootparam_prot.h:78: prototype declaration /usr/local/tinderbox/jails/4-STABLE/src/usr.sbin/bootparamd/ bootparamd/bootparamd.c: In function `bootparamproc_getfile_1': /usr/local/tinderbox/jails/4-STABLE/src/usr.sbin/bootparamd/ bootparamd/bootparamd.c:112: number of arguments doesn't match prototype bootparam_prot.h:81: prototype declaration *** Error code 1 Stop in /usr/local/tinderbox/jails/4-STABLE/src/usr.sbin/bootparamd/ bootparamd. *** Error code 1 Stop in /usr/local/tinderbox/jails/4-STABLE/src/usr.sbin/bootparamd. *** Error code 1 Stop in /usr/local/tinderbox/jails/4-STABLE/src/usr.sbin. *** Error code 1 Stop in /usr/local/tinderbox/jails/4-STABLE/src. *** Error code 1 Stop in /usr/local/tinderbox/jails/4-STABLE/src. *** Error code 1 Stop in /usr/local/tinderbox/jails/4-STABLE/src. ERROR: make world failed. See above output. FAILED.