From owner-freebsd-emulation@FreeBSD.ORG Sat Jan 30 22:32:33 2010 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3843106568F for ; Sat, 30 Jan 2010 22:32:32 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 7FC3E8FC15 for ; Sat, 30 Jan 2010 22:32:32 +0000 (UTC) Received: by fxm27 with SMTP id 27so1387532fxm.3 for ; Sat, 30 Jan 2010 14:32:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=OEFHoktC0fPyeIG5sdzd76NkaVvyqa+JrIlOP0Zebu8=; b=FVBn8pGDOn5O7IVQ0o+cSsEvz+oAhYvjZFgG/4x5tjecRssVzNaGoNSfM51gz1WbIh Dp9p+PStm27nURQHzg9gM8K51ntlNDuRHQVnr3yhvwsu4mm2MjFN7dG2KJq6kdDdkYcf qf1MeO6XBpEYOkCPlaPl22Ky+AUCIpD3bXVpI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=RaDyS6FFf8J/ODRPuQIRYrtW1dOgz3hKYqMZy/TOtO79HHVl8S3sBvB5elpKeLcK05 bf1LIxYLtgDE/SZWJTnXnhyvVLA0bwIOsa10emqNH1g/gfAgUg8bCAcYO7ELQSmbpiXw O8qGnFYlx4/FFnRPZ8hxeJkfNw+Np39Pd0PVo= MIME-Version: 1.0 Received: by 10.239.193.16 with SMTP id g16mr287497hbi.90.1264889201119; Sat, 30 Jan 2010 14:06:41 -0800 (PST) In-Reply-To: References: From: Eitan Adler Date: Sun, 31 Jan 2010 00:06:21 +0200 Message-ID: To: emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: emulators/wine - failed to build X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jan 2010 22:32:33 -0000 Wine fails to build Here is the end of the wine build output: gmake[1]: Entering directory `/dta/ports/emulators/wine/work/wine-1.1.36/fonts' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/dta/ports/emulators/wine/work/wine-1.1.36/fonts' gmake[1]: Entering directory `/dta/ports/emulators/wine/work/wine-1.1.36/loader' cc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe -fno-strict -aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wwrite-strings -Wpo inter-arith -I/usr/local/include -O2 -pipe -fno-strict-aliasing -o main.o main. c wtypes.idl:25: error: syntax error, unexpected aIDENTIFIER, expecting aSTRING or aUUID gmake[1]: *** [activaut.h] Error 1 gmake[1]: Leaving directory `/dta/ports/emulators/wine/work/wine-1.1.36/include' gmake: *** [include] Error 2 LC_ALL=C sed -e 's,@bindir\@,/usr/local/bin,g' -e 's,@dlldir\@,/usr/local/lib/wi ne,g' -e 's,@PACKAGE_STRING\@,Wine 1.1.36,g' wine.man.in >wine.man || (rm -f win e.man && false) gmake: *** Waiting for unfinished jobs.... LC_ALL=C sed -e 's,@bindir\@,/usr/local/bin,g' -e 's,@dlldir\@,/usr/local/lib/wi ne,g' -e 's,@PACKAGE_STRING\@,Wine 1.1.36,g' wine.de.man.in >wine.de.man || (rm -f wine.de.man && false) LC_ALL=C sed -e 's,@bindir\@,/usr/local/bin,g' -e 's,@dlldir\@,/usr/local/lib/wi ne,g' -e 's,@PACKAGE_STRING\@,Wine 1.1.36,g' wine.fr.man.in >wine.fr.man || (rm -f wine.fr.man && false) cc -o wine -Wl,--export-dynamic -Wl,--section-start,.interp=0x7bf00400 main.o -L ../libs/wine -lwine ../libs/port/libwine_port.a -lpthread -L/usr/local/lib -Wl, --rpath,\$ORIGIN/../libs/wine cc -o wine-installed -Wl,--export-dynamic -Wl,--section-start,.interp=0x7bf00400 main.o -L../libs/wine -lwine ../libs/port/libwine_port.a -lpthread -L/usr/loca l/lib -Wl,--rpath,\$ORIGIN/`../tools/relpath /usr/local/bin /usr/local/lib` -Wl, --enable-new-dtags gmake[1]: Leaving directory `/dta/ports/emulators/wine/work/wine-1.1.36/loader' *** Error code 1 Stop in /dta/ports/emulators/wine. *** Error code 1 Stop in /dta/ports/emulators/wine.