From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 21 15:40:02 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E5FC16A46E for ; Sun, 21 Oct 2007 15:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3556A13C4C5 for ; Sun, 21 Oct 2007 15:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9LFe1Bs015341 for ; Sun, 21 Oct 2007 15:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9LFe1wA015340; Sun, 21 Oct 2007 15:40:01 GMT (envelope-from gnats) Resent-Date: Sun, 21 Oct 2007 15:40:01 GMT Resent-Message-Id: <200710211540.l9LFe1wA015340@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ralph Zitz Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96AC316A418 for ; Sun, 21 Oct 2007 15:35:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 83C5513C4A6 for ; Sun, 21 Oct 2007 15:35:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l9LFYn0j081289 for ; Sun, 21 Oct 2007 15:34:49 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.1/8.14.1/Submit) id l9LFYnlD081288; Sun, 21 Oct 2007 15:34:49 GMT (envelope-from nobody) Message-Id: <200710211534.l9LFYnlD081288@www.freebsd.org> Date: Sun, 21 Oct 2007 15:34:49 GMT From: Ralph Zitz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/117376: Mono does not compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Oct 2007 15:40:02 -0000 >Number: 117376 >Category: ports >Synopsis: Mono does not compile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 21 15:40:01 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Ralph Zitz >Release: FreeBSD 8.0 >Organization: SDU >Environment: FreeBSD mobile.zitz.dk 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Tue Oct 16 19:20:11 CEST 2007 root@mobile.zitz.dk:/usr/obj/usr/src/sys/mobile i386 >Description: mono-1.2.3.1 does not compile. The compile fails with the following error: cc -O -O2 -fno-strict-aliasing -pipe -march=prescott -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -mno-tls-direct-seg-refs -o pedump pedump.o -pthread -Wl,--export-dynamic -pthread ./.libs/libmonoruntime.a ../io-layer/.libs/libwapi.a ../utils/.libs/libmonoutils.a ../../libgc/.libs/libmonogc.a -L/usr/local/lib /usr/local/lib/libgthread-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -pthread -lm -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib ./.libs/libmonoruntime.a(boehm-gc.o)(.text+0x1d5): In function `mono_gc_is_gc_thread': /usr/ports/lang/mono/work/mono-1.2.3.1/mono/metadata/boehm-gc.c:97: undefined reference to `GC_thread_is_registered' ./.libs/libmonoruntime.a(boehm-gc.o)(.text+0x20c): In function `mono_gc_register_thread': /usr/ports/lang/mono/work/mono-1.2.3.1/mono/metadata/boehm-gc.c:109: undefined reference to `GC_thread_register_foreign' gmake[3]: *** [pedump] Error 1 gmake[3]: Leaving directory `/usr/ports/lang/mono/work/mono-1.2.3.1/mono/metadata' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/lang/mono/work/mono-1.2.3.1/mono' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/lang/mono/work/mono-1.2.3.1' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/lang/mono. >How-To-Repeat: Compile mono >Fix: >Release-Note: >Audit-Trail: >Unformatted: