From owner-freebsd-mono@FreeBSD.ORG Tue Jun 8 01:33:36 2010 Return-Path: Delivered-To: mono@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DA501065676 for ; Tue, 8 Jun 2010 01:33:36 +0000 (UTC) (envelope-from peter.thoenen@yahoo.com) Received: from web111416.mail.gq1.yahoo.com (web111416.mail.gq1.yahoo.com [67.195.15.222]) by mx1.freebsd.org (Postfix) with SMTP id 4CAB68FC0A for ; Tue, 8 Jun 2010 01:33:36 +0000 (UTC) Received: (qmail 52132 invoked by uid 60001); 8 Jun 2010 01:06:55 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1275959215; bh=5U6n1DDEfyqBP2TfuofIwe6x4OFLuzULiv+6BasuQus=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=Bm2ugm+PbqUAMNYED5uNMQfOkpTLtK6x7pdci50M4WQPrnDBn/ucXu146cny/udE92Dle0cMGIvTszLagsfgN0W728pKWOtBpv7mWEdAtFLpHMJo3/Fn512oU3XcVYXU49GZ792CcLzQg+4a18N5KNOzzI891fSRQF0qJla4YQo= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=rZyym8MNhJTz6GmvJpziHs/wOOdvfGdaRcwZmPt1ddE13i2mGfQSW9Nk8qt6RIe0HyMo/KZsx2l+haLj3wMwlHCOqWICdUJ9CzsJmSnGikNrvgewa1pWdx11X4edFvNTBQB4aNIgJ50kCfFHXabE3IX05PvmHdxclIWuwDKycpI=; Message-ID: <712775.50426.qm@web111416.mail.gq1.yahoo.com> X-YMail-OSG: lAbn1AAVM1nN9SvwzwgL14axf4ND_nxXeN46K0nIHDMYBP4 ZD6eQZtHai6qo2.FyP0c1lc2_DfNRFM6kf32Zs5sBYG0vfvkukugLT8TYbtg glY57SySrWxcomvrdfZAEthc.t1jYwi184h5IRNqa76aMD_bQk4kxfJzuxKW k0l85Vzvj1VvjmsDvlq3Dp_Z9yF5QW61l2sKJMlQfivASsyK5WSJbbir4Qo9 y2.PTxgXLZDEgtbUz5p44ASbDjESL5wsSzGgo5cg8cS9Lj9Ys3znaXiefL2i 95LzLi.lFXWyDiDYnXPPTaUVYFD1mrGmlKfitx.wmQsCU3e2TwksQ3IMzQgA oC5ejXLALH0M- Received: from [140.90.201.103] by web111416.mail.gq1.yahoo.com via HTTP; Mon, 07 Jun 2010 18:06:55 PDT X-Mailer: YahooMailClassic/11.1.3 YahooMailWebService/0.8.103.269680 Date: Mon, 7 Jun 2010 18:06:55 -0700 (PDT) From: Peter Thoenen To: mono@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: FreeBSD Port: multimedia/moonlight X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jun 2010 01:33:36 -0000 Howdy, Just FYI moonlight still broke on my system as of your latest commit (07 Jun 2010 17:13:40 according to freshports). See below: PRH-W-PTHOENEN1% uname -a FreeBSD PRH-W-PTHOENEN1 8.0-STABLE FreeBSD 8.0-STABLE #3: Mon May 3 17:25:33 HST 2010 peter.thoenen@PRH-W-PTHOENEN1:/usr/obj/usr/src/sys/NOAA amd64 {cut a bunch of stuff{ gmake all-am gmake[4]: Entering directory `/usr/ports/multimedia/moonlight/work/mono-2.6.1/mono/mini' /bin/sh ../../libtool --quiet --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD -I../.. -I../../libgc/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -mno-tls-direct-seg-refs -MT mini.lo -MD -MP -MF .deps/mini.Tpo -c -o mini.lo mini.c In file included from ../../mono/utils/gc_wrapper.h:43, from ../../mono/metadata/gc-internal.h:14, from mini.c:44: ../../libgc/include/gc_typed.h:50: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'GC_PROTO' ../../libgc/include/gc_typed.h:77: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'GC_malloc_explicitly_typed' ../../libgc/include/gc_typed.h:83: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'GC_malloc_explicitly_typed_ignore_off_page' ../../libgc/include/gc_typed.h:86: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'GC_calloc_explicitly_typed' In file included from ../../mono/utils/gc_wrapper.h:44, from ../../mono/metadata/gc-internal.h:14, from mini.c:44: ../../libgc/include/gc_mark.h:56: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'GC_PROTO' ../../libgc/include/gc_mark.h:109: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'GC_least_plausible_heap_addr' ../../libgc/include/gc_mark.h:110: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'GC_greatest_plausible_heap_addr' ../../libgc/include/gc_mark.h:134: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'GC_PROTO' ../../libgc/include/gc_mark.h:156: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'GC_PROTO' ../../libgc/include/gc_mark.h:157: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'GC_PROTO' ../../libgc/include/gc_mark.h:160: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'GC_PROTO' ../../libgc/include/gc_mark.h:163: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'GC_PROTO' ../../libgc/include/gc_mark.h:170: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'GC_PROTO' ../../libgc/include/gc_mark.h:171: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'GC_PROTO' ../../libgc/include/gc_mark.h:179: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'GC_PROTO' ../../libgc/include/gc_mark.h:183: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'GC_PROTO' ../../libgc/include/gc_mark.h:197: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'GC_PROTO' gmake[4]: *** [mini.lo] Error 1 gmake[4]: Leaving directory `/usr/ports/multimedia/moonlight/work/mono-2.6.1/mono/mini' gmake[3]: *** [all] Error 2 gmake[3]: Leaving directory `/usr/ports/multimedia/moonlight/work/mono-2.6.1/mono/mini' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/multimedia/moonlight/work/mono-2.6.1/mono' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/multimedia/moonlight/work/mono-2.6.1' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/multimedia/moonlight. *** Error code 1 Stop in /usr/ports/multimedia/moonlight. PRH-W-PTHOENEN1#