From owner-freebsd-mono@FreeBSD.ORG Mon Aug 9 11:08:01 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 38580106568F for ; Mon, 9 Aug 2010 11:08:01 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0CDF18FC08 for ; Mon, 9 Aug 2010 11:08:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o79B80n3049980 for ; Mon, 9 Aug 2010 11:08:00 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o79B80gg049978 for mono@FreeBSD.org; Mon, 9 Aug 2010 11:08:00 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 9 Aug 2010 11:08:00 GMT Message-Id: <201008091108.o79B80gg049978@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: mono@FreeBSD.org Cc: Subject: Current problem reports assigned to mono@FreeBSD.org 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: Mon, 09 Aug 2010 11:08:01 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/148124 mono building multimedia/moonlight fails a ports/144224 mono [PATCH] lang/mono Fix build with new GCC 2 problems total. From owner-freebsd-mono@FreeBSD.ORG Mon Aug 9 13:38:09 2010 Return-Path: Delivered-To: mono@FreeBSD.org Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with SMTP id 753291065675; Mon, 9 Aug 2010 13:38:08 +0000 (UTC) (envelope-from nork@FreeBSD.org) Date: Mon, 9 Aug 2010 22:38:07 +0900 From: Norikatsu Shigemura To: mono@FreeBSD.org Message-Id: <20100809223807.75a1651f.nork@FreeBSD.org> X-Mailer: Sylpheed 3.0.3 (GTK+ 2.20.1; i386-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Tsurutani Naoki , nork@FreeBSD.org Subject: [ports/multimedia/moonlight] Fix build error with devel/boehm-gc 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: Mon, 09 Aug 2010 13:38:09 -0000 Hi mono team. I investigated that mono building with devel/boehem-gc like http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/148124 . - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - /bin/sh ../../libtool --quiet --tag=CC --mode=compile gcc DEFS: -DHAVE_CONFIG_H DEFAULT_INCLUDES -I. -I../.. INCLUDES: AM_CPPFLAGS: CPPFLAGS: -I/usr/local/include -DGC_FREEBSD_THREADS -DPLATFORM_BSD AM_CFLAGS: -I../.. -I../../libgc/include CFLAGS: -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 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - So I swap CPPFLAGS and AM_CFLAGS like following: - - - - - - - --- ../mono-2.6.1/mono/mini/Makefile.in.orig 2010-03-03 02:13:10.000000000 +0900 +++ ../mono-2.6.1/mono/mini/Makefile.in 2010-08-09 07:27:44.909619188 +0900 @@ -258,7 +258,7 @@ am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) + $(AM_CFLAGS) $(CPPFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ - - - - - - - -- Norikatsu Shigemura From owner-freebsd-mono@FreeBSD.ORG Tue Aug 10 04:22:58 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 A9683106566B; Tue, 10 Aug 2010 04:22:58 +0000 (UTC) (envelope-from turutani@scphys.kyoto-u.ac.jp) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [133.3.248.237]) by mx1.freebsd.org (Postfix) with ESMTP id 749368FC13; Tue, 10 Aug 2010 04:22:56 +0000 (UTC) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [127.0.0.1]) by postfix.imss70 (Postfix) with ESMTP id BA2C62EC007; Tue, 10 Aug 2010 12:55:46 +0900 (JST) Received: from POLYMER5.scphys.kyoto-u.ac.jp (wd187.BFL38.vectant.ne.jp [210.131.171.187]) by smtp-auth.kuins.kyoto-u.ac.jp (Postfix) with ESMTP id 649D42EC001; Tue, 10 Aug 2010 12:55:46 +0900 (JST) Message-Id: <201008100355.AA01353@POLYMER5.scphys.kyoto-u.ac.jp> From: Tsurutani Naoki Date: Tue, 10 Aug 2010 12:55:44 +0900 To: Norikatsu Shigemura In-Reply-To: <20100809223807.75a1651f.nork@FreeBSD.org> References: <20100809223807.75a1651f.nork@FreeBSD.org> MIME-Version: 1.0 X-Mailer: AL-Mail32 Version 1.13 Content-Type: text/plain; charset=us-ascii Cc: mono@freebsd.org Subject: Re: [ports/multimedia/moonlight] Fix build error with devel/boehm-gc 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, 10 Aug 2010 04:22:58 -0000 Hi, Norikatsu Shigemura wrote: > --- ../mono-2.6.1/mono/mini/Makefile.in.orig 2010-03-03 02:13:10.000000000 +0900 > +++ ../mono-2.6.1/mono/mini/Makefile.in 2010-08-09 07:27:44.909619188 +0900 > @@ -258,7 +258,7 @@ > am__depfiles_maybe = depfiles > am__mv = mv -f > COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ > - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) > + $(AM_CFLAGS) $(CPPFLAGS) $(CFLAGS) > CCLD = $(CC) > LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ > --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ That works fine. It may be difficult to set a different environmental variable CPPFLAGS in building mono. Thank you. --- Tsurutani Naoki turutani@scphys.kyoto-u.ac.jp