From owner-freebsd-ports@FreeBSD.ORG Sat Jan 16 20:52:37 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 671471065670 for ; Sat, 16 Jan 2010 20:52:37 +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 E3CB98FC1A for ; Sat, 16 Jan 2010 20:52:36 +0000 (UTC) Received: by fxm27 with SMTP id 27so1153939fxm.3 for ; Sat, 16 Jan 2010 12:52:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=u4T+o0lW9VIfmwo7JKAKejy3PElcE/30RQF+L5avIEA=; b=Ph/Jgt/hJnTFJy+zsw8OanQ5Bm0uY76Av+jKpkJbzrXG55ByXyMochfUbAhYlO2mQC Lel5CNMWX2+ICPj6lquJuvowA+NQ9pp2wKX00KSib4Aa+LAW5Ruo+yBZPcFZSOet9AxL yxl9wzVJozLKmgsZG9xkgSOFzUHn5JKyxqXTA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=ILlQHX1XFJ5JUCQwXPA7ZrDROXneB+IsWA4zz9g4euWB7mqKv6XXsLeFhsZm/T0aYo VVJi1TNBvr9K4/0+6uggFFjNVQ4gJtZhT485m0m2cTaJFYLYiuLmbys3DmjWVmyVTHlg w0uT9/E0V+3LYN+fBPF9lTNk9NYSEezXIHp84= MIME-Version: 1.0 Received: by 10.239.142.10 with SMTP id e10mr415678hba.82.1263675149105; Sat, 16 Jan 2010 12:52:29 -0800 (PST) From: Eitan Adler Date: Sat, 16 Jan 2010 22:52:09 +0200 Message-ID: To: ports@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-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: Sat, 16 Jan 2010 20:52:37 -0000 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.