From owner-freebsd-mono@FreeBSD.ORG Sun May 16 03:24:14 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 DCC6F106566C for ; Sun, 16 May 2010 03:24:13 +0000 (UTC) (envelope-from vargaz@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 65B8A8FC18 for ; Sun, 16 May 2010 03:24:13 +0000 (UTC) Received: by fxm7 with SMTP id 7so73387fxm.13 for ; Sat, 15 May 2010 20:24:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=57+YkzGhAdMYjNSXkA0BNz35k1rL/06mg6Abqpsg2DM=; b=Ue7Yr3hJCczTRIZPG5Z4XuNLP6WMpUYhBDO+pUNwrU4mDK6BIpCbyQPx4nj9510rdY 7yT3wUdYpb8cCrmWOXGwKl32El0EO4fz+V+1RGHDyias3eGZRvWEXk+rGhSFJlPAtcGJ Y578bXmCDEPA9kJJHSU54IdezHhj/kbeDBODg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=IAjWL0w3gJ/vTFYS7vCbs28fvlaj79gMI1JpjSx1vSf+vtFi6Tpafej74a+Q8QVP9M AFQSJopddX2NzthTIe4d0HusPDQGnqVG2Sv/flkxMiQWLN13EJR0KW2RI/Nh7RA7dlNF x9LlvZsA3fig4IM18XqwTt0utlV89qhQVzEw0= MIME-Version: 1.0 Received: by 10.223.53.91 with SMTP id l27mr4072211fag.0.1273978760200; Sat, 15 May 2010 19:59:20 -0700 (PDT) Received: by 10.223.122.81 with HTTP; Sat, 15 May 2010 19:59:20 -0700 (PDT) In-Reply-To: <20100516115454.64aeaa5c.ksmakoto@dd.iij4u.or.jp> References: <20100516115454.64aeaa5c.ksmakoto@dd.iij4u.or.jp> Date: Sun, 16 May 2010 04:59:20 +0200 Message-ID: From: Zoltan Varga To: "KISHIMOTO, Makoto" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: mono@freebsd.org, mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] amd64 FreeBSD compile failed 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: Sun, 16 May 2010 03:24:14 -0000 Hi, Should be fixed in SVN. Zoltan On Sun, May 16, 2010 at 4:54 AM, KISHIMOTO, Makoto wrote: > Hello, > > In my amd64 FreeBSD8 box, mono svn trunk compile failed. > > $ gmake > (snip) > Making all in mini > gmake[3]: Entering directory `/export/home/ksmakoto/Mono/BUILD/mono/mini' > gmake all-am > gmake[4]: Entering directory `/export/home/ksmakoto/Mono/BUILD/mono/mini' > ../../doltcompile gcc -DHAVE_CONFIG_H -I. -I../../../mono/mono/mini -I../.. > -DGC_FREEBSD_THREADS -DPLATFORM_BSD -I../../../mono > -I../../../mono/libgc/include -I../../../mono/eglib/src -I../../eglib/src > -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 exceptions-amd64.lo -MD -MP -MF > .deps/exceptions-amd64.Tpo -c -o exceptions-amd64.lo > ../../../mono/mono/mini/exceptions-amd64.c > ../../../mono/mono/mini/exceptions-amd64.c: In function > 'mono_arch_handle_exception': > ../../../mono/mono/mini/exceptions-amd64.c:696: warning: implicit > declaration of function 'UCONTEXT_REG_RSP' > ../../../mono/mono/mini/exceptions-amd64.c:696: warning: nested extern > declaration of 'UCONTEXT_REG_RSP' > ../../../mono/mono/mini/exceptions-amd64.c:701: warning: implicit > declaration of function 'UCONTEXT_REG_RDI' > ../../../mono/mono/mini/exceptions-amd64.c:701: warning: nested extern > declaration of 'UCONTEXT_REG_RDI' > ../../../mono/mono/mini/exceptions-amd64.c:701: error: lvalue required as > left operand of assignment > ../../../mono/mono/mini/exceptions-amd64.c:702: warning: implicit > declaration of function 'UCONTEXT_REG_RSI' > ../../../mono/mono/mini/exceptions-amd64.c:702: warning: nested extern > declaration of 'UCONTEXT_REG_RSI' > ../../../mono/mono/mini/exceptions-amd64.c:702: error: lvalue required as > left operand of assignment > ../../../mono/mono/mini/exceptions-amd64.c:709: error: lvalue required as > left operand of assignment > ../../../mono/mono/mini/exceptions-amd64.c:711: warning: implicit > declaration of function 'UCONTEXT_REG_RIP' > ../../../mono/mono/mini/exceptions-amd64.c:711: warning: nested extern > declaration of 'UCONTEXT_REG_RIP' > ../../../mono/mono/mini/exceptions-amd64.c:711: error: lvalue required as > left operand of assignment > ../../../mono/mono/mini/exceptions-amd64.c: In function > 'mono_arch_sigctx_to_monoctx': > ../../../mono/mono/mini/exceptions-amd64.c:743: warning: implicit > declaration of function 'UCONTEXT_REG_RAX' > ../../../mono/mono/mini/exceptions-amd64.c:743: warning: nested extern > declaration of 'UCONTEXT_REG_RAX' > ../../../mono/mono/mini/exceptions-amd64.c:744: warning: implicit > declaration of function 'UCONTEXT_REG_RBX' > ../../../mono/mono/mini/exceptions-amd64.c:744: warning: nested extern > declaration of 'UCONTEXT_REG_RBX' > ../../../mono/mono/mini/exceptions-amd64.c:745: warning: implicit > declaration of function 'UCONTEXT_REG_RCX' > ../../../mono/mono/mini/exceptions-amd64.c:745: warning: nested extern > declaration of 'UCONTEXT_REG_RCX' > ../../../mono/mono/mini/exceptions-amd64.c:746: warning: implicit > declaration of function 'UCONTEXT_REG_RDX' > ../../../mono/mono/mini/exceptions-amd64.c:746: warning: nested extern > declaration of 'UCONTEXT_REG_RDX' > ../../../mono/mono/mini/exceptions-amd64.c:747: warning: implicit > declaration of function 'UCONTEXT_REG_RBP' > ../../../mono/mono/mini/exceptions-amd64.c:747: warning: nested extern > declaration of 'UCONTEXT_REG_RBP' > ../../../mono/mono/mini/exceptions-amd64.c:752: warning: implicit > declaration of function 'UCONTEXT_REG_R12' > ../../../mono/mono/mini/exceptions-amd64.c:752: warning: nested extern > declaration of 'UCONTEXT_REG_R12' > ../../../mono/mono/mini/exceptions-amd64.c:753: warning: implicit > declaration of function 'UCONTEXT_REG_R13' > ../../../mono/mono/mini/exceptions-amd64.c:753: warning: nested extern > declaration of 'UCONTEXT_REG_R13' > ../../../mono/mono/mini/exceptions-amd64.c:754: warning: implicit > declaration of function 'UCONTEXT_REG_R14' > ../../../mono/mono/mini/exceptions-amd64.c:754: warning: nested extern > declaration of 'UCONTEXT_REG_R14' > ../../../mono/mono/mini/exceptions-amd64.c:755: warning: implicit > declaration of function 'UCONTEXT_REG_R15' > ../../../mono/mono/mini/exceptions-amd64.c:755: warning: nested extern > declaration of 'UCONTEXT_REG_R15' > ../../../mono/mono/mini/exceptions-amd64.c: In function > 'mono_arch_monoctx_to_sigctx': > ../../../mono/mono/mini/exceptions-amd64.c:781: error: lvalue required as > left operand of assignment > ../../../mono/mono/mini/exceptions-amd64.c:782: error: lvalue required as > left operand of assignment > ../../../mono/mono/mini/exceptions-amd64.c:783: error: lvalue required as > left operand of assignment > ../../../mono/mono/mini/exceptions-amd64.c:784: error: lvalue required as > left operand of assignment > ../../../mono/mono/mini/exceptions-amd64.c:785: error: lvalue required as > left operand of assignment > ../../../mono/mono/mini/exceptions-amd64.c:786: error: lvalue required as > left operand of assignment > ../../../mono/mono/mini/exceptions-amd64.c:787: error: lvalue required as > left operand of assignment > ../../../mono/mono/mini/exceptions-amd64.c:788: error: lvalue required as > left operand of assignment > ../../../mono/mono/mini/exceptions-amd64.c:789: error: lvalue required as > left operand of assignment > ../../../mono/mono/mini/exceptions-amd64.c:790: error: lvalue required as > left operand of assignment > ../../../mono/mono/mini/exceptions-amd64.c:791: error: lvalue required as > left operand of assignment > ../../../mono/mono/mini/exceptions-amd64.c:792: error: lvalue required as > left operand of assignment > ../../../mono/mono/mini/exceptions-amd64.c:793: error: lvalue required as > left operand of assignment > ../../../mono/mono/mini/exceptions-amd64.c: In function > 'mono_arch_ip_from_context': > ../../../mono/mono/mini/exceptions-amd64.c:819: warning: cast to pointer > from integer of different size > gmake[4]: *** [exceptions-amd64.lo] Error 1 > gmake[4]: Leaving directory `/export/home/ksmakoto/Mono/BUILD/mono/mini' > gmake[3]: *** [all] Error 2 > gmake[3]: Leaving directory `/export/home/ksmakoto/Mono/BUILD/mono/mini' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory `/export/home/ksmakoto/Mono/BUILD/mono' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/export/home/ksmakoto/Mono/BUILD' > gmake: *** [all] Error 2 > _______________________________________________ > Mono-devel-list mailing list > Mono-devel-list@lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-devel-list >