From owner-freebsd-ports@FreeBSD.ORG Tue Dec 16 13:15:58 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B51741065670 for ; Tue, 16 Dec 2008 13:15:58 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from ns2.bafirst.com (72-12-2-19.static.networktel.net [72.12.2.19]) by mx1.freebsd.org (Postfix) with ESMTP id 717958FC14 for ; Tue, 16 Dec 2008 13:15:58 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from HOME.encontacto.net ([189.190.24.18]) by ns2.bafirst.com with esmtp; Tue, 16 Dec 2008 07:15:56 -0600 id 000D51F5.4947AA0C.00008D35 Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Tue, 16 Dec 2008 07:15:54 -0600 id 0004AC22.4947AA0A.0000D084 Received: from ed.local.net.mx (ed.local.net.mx [192.168.1.65]) by econet.encontacto.net (Horde Framework) with HTTP; Tue, 16 Dec 2008 07:15:54 -0600 Message-ID: <20081216071554.19716ikpfazg3l8o@econet.encontacto.net> Date: Tue, 16 Dec 2008 07:15:54 -0600 From: eculp To: freebsd-ports MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (5.0-cvs) X-Remote-Browser: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.0.4) Gecko/2008111410 Firefox/3.0.4, Ant.com Toolbar 1.1 X-IMP-Server: 189.190.24.18 X-Originating-IP: 192.168.1.65 X-Originating-User: eculp@encontacto.net Subject: Can't build Wine 1.1.10,1 port on up to date current. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2008 13:15:58 -0000 I am running up to date current latest cvsup this morning. # uname -a FreeBSD ed.local.net.mx 8.0-CURRENT FreeBSD 8.0-CURRENT #107: Mon Dec =20 15 07:08:45 CST 2008 =20 root@ed.local.net.mx:/usr/obj/usr/src/sys/ENCONTACTO i386 After wine 1.1.4 I started to have some functionality problems but it =20 would still build with no problem. Now that I try the updated =20 1.1.10,1 I get as far as: ipstats.c: In function 'getNumArpEntries': ipstats.c:1253: error: 'RTF_LLINFO' undeclared (first use in this function) ipstats.c:1253: error: (Each undeclared identifier is reported only once ipstats.c:1253: error: for each function it appears in.) ipstats.c: In function 'getArpTable': ipstats.c:1311: error: 'RTF_LLINFO' undeclared (first use in this function) ipstats.c:1311: warning: initialization makes integer from pointer =20 without a cast gmake[2]: *** [ipstats.o] Error 1 gmake[2]: Leaving directory =20 `/usr/ports/emulators/wine/work/wine-1.1.10/dlls/iphlpapi' gmake[1]: *** [iphlpapi] Error 2 gmake[1]: Leaving directory `/usr/ports/emulators/wine/work/wine-1.1.10/dlls= ' gmake: *** [dlls] Error 2 *** Error code 2 Stop in /usr/ports/emulators/wine. =3D=3D=3D>>> make failed for emulators/wine =3D=3D=3D>>> Aborting update Any suggestions would be greatly appreciated. ed