From owner-freebsd-tinderbox@FreeBSD.ORG Mon Jun 25 20:47:37 2007 Return-Path: X-Original-To: tinderbox@freebsd.org Delivered-To: freebsd-tinderbox@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 57AAE16A400; Mon, 25 Jun 2007 20:47:37 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id 396F213C455; Mon, 25 Jun 2007 20:47:37 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.1/8.13.8) with ESMTP id l5PKlZ9A003435; Mon, 25 Jun 2007 13:47:35 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.1/8.13.8/Submit) id l5PKlZVn003434; Mon, 25 Jun 2007 13:47:35 -0700 (PDT) (envelope-from sgk) Date: Mon, 25 Jun 2007 13:47:35 -0700 From: Steve Kargl To: FreeBSD Tinderbox Message-ID: <20070625204735.GA3420@troutmask.apl.washington.edu> References: <20070625204313.367AA73068@freebsd-current.sentex.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070625204313.367AA73068@freebsd-current.sentex.ca> User-Agent: Mutt/1.4.2.2i Cc: current@freebsd.org, ia64@freebsd.org Subject: Re: [head tinderbox] failure on ia64/ia64 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: Mon, 25 Jun 2007 20:47:37 -0000 On Mon, Jun 25, 2007 at 04:43:12PM -0400, FreeBSD Tinderbox wrote: > cc -O2 -pipe -I/src/lib/libc/include -I/src/lib/libc/../../include -I/src/lib/libc/ia64 -D__DBINTERFACE_PRIVATE -I/src/lib/libc/../../contrib/gdtoa -DINET6 -I/obj/ia64/src/lib/libc -I/src/lib/libc/resolv -DPOSIX_MISTAKE -I/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/src/lib/libc/rpc -DYP -DNS_CACHING -DSYMBOL_VERSIONING -Wsystem-headers -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /src/lib/libc/net/sctp_sys_calls.c > /src/lib/libc/net/sctp_sys_calls.c: In function 'sctp_connectx': > /src/lib/libc/net/sctp_sys_calls.c:218: error: expected ';' before '}' token There's a missing semicolon in line 218. -- Steve