From owner-freebsd-ports@FreeBSD.ORG Thu Aug 19 06:26:36 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1452916A4CE for ; Thu, 19 Aug 2004 06:26:36 +0000 (GMT) Received: from digger1.defence.gov.au (digger1.defence.gov.au [203.5.217.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4659543D1D for ; Thu, 19 Aug 2004 06:26:35 +0000 (GMT) (envelope-from wilkinsa@squirm.dsto.defence.gov.au) Received: from ednmsw503.dsto.defence.gov.au (ednmsw503.dsto.defence.gov.au [131.185.2.150]) by digger1.defence.gov.au with ESMTP id i7J6Pmfl002548 for ; Thu, 19 Aug 2004 15:55:48 +0930 (CST) Received: from muttley.dsto.defence.gov.au (unverified) by ednmsw503.dsto.defence.gov.au (Content Technologies SMTPRS 4.3.10) with ESMTP id ; Thu, 19 Aug 2004 15:56:25 +0930 Received: from ednex501.dsto.defence.gov.au (ednex501.dsto.defence.gov.au [131.185.2.81]) by muttley.dsto.defence.gov.au (8.11.3/8.11.3) with ESMTP id i7J6N8w04931; Thu, 19 Aug 2004 15:53:08 +0930 (CST) Received: from squirm.dsto.defence.gov.au ([131.185.40.211]) by ednex501.dsto.defence.gov.au with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id QXSXX8LX; Thu, 19 Aug 2004 15:52:58 +0930 Received: from squirm.dsto.defence.gov.au (localhost [127.0.0.1]) by squirm.dsto.defence.gov.au (8.12.11/8.12.11) with ESMTP id i7J6NCFm031583 ; Thu, 19 Aug 2004 15:53:12 +0930 (CST) (envelope-from wilkinsa@squirm.dsto.defence.gov.au) Received: (from wilkinsa@localhost) by squirm.dsto.defence.gov.au (8.12.11/8.12.11/Submit) id i7J6NB1c031582; Thu, 19 Aug 2004 15:53:11 +0930 (CST) (envelope-from wilkinsa) Date: Thu, 19 Aug 2004 15:53:11 +0930 From: "Wilkinson, Alex" To: martines@rochester.rr.com Message-ID: <20040819062310.GA27352@squirm.dsto.defence.gov.au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline X-Message-Flag: "Beware of Outlook! It Bites You Eventually" User-Agent: Mutt/1.5.6i cc: ports@freebsd.org Subject: /usr/ports/sysutils/smartmontools broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Aug 2004 06:26:36 -0000 Hi there, Went to build /usr/ports/sysutils/smartmontools on a FreeBSD 4.10-STABLE #3: Sat Jul 31 19:23:16 CST 2004 box today and get the following errors: ===> Building for smartmontools-5.32 gmake all-recursive gmake[1]: Entering directory `/usr/ports/sysutils/smartmontools/work/smartmontools-5.32' Making all in . gmake[2]: Entering directory `/usr/ports/sysutils/smartmontools/work/smartmontools-5.32' source='smartd.c' object='smartd.o' libtool=no \ depfile='.deps/smartd.Po' tmpdepfile='.deps/smartd.TPo' \ depmode=gcc /bin/sh ./depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I. -DSMARTMONTOOLS_SYSCONFDIR=\"/usr/local/etc\" -O -pipe -Wall -W -c `test -f 'smartd.c' || echo './'`smartd.c In file included from atacmds.h:30, from smartd.c:68: int64.h:44: redefinition of `int64_t' /usr/include/sys/inttypes.h:14: `int64_t' previously declared here int64.h:45: redefinition of `uint64_t' /usr/include/sys/inttypes.h:19: `uint64_t' previously declared here smartd.c: In function `Goodbye': smartd.c:453: syntax error before `PRId64' smartd.c:452: warning: empty body in an if-statement smartd.c: In function `ATACheckDevice': smartd.c:1990: syntax error before `PRId64' smartd.c:1991: syntax error before `PRId64' smartd.c:1996: syntax error before `PRId64' smartd.c:1997: syntax error before `PRId64' gmake[2]: *** [smartd.o] Error 1 gmake[2]: Leaving directory `/usr/ports/sysutils/smartmontools/work/smartmontools-5.32' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/sysutils/smartmontools/work/smartmontools-5.32' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/sysutils/smartmontools. Hope you can fix it. Regards - aW