From owner-freebsd-ports@FreeBSD.ORG Tue Oct 16 11:34:55 2007 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 83B1F16A419 for ; Tue, 16 Oct 2007 11:34:55 +0000 (UTC) (envelope-from hopet@ics.muni.cz) Received: from minas.ics.muni.cz (minas.ics.muni.cz [147.251.4.40]) by mx1.freebsd.org (Postfix) with ESMTP id 310ED13C465 for ; Tue, 16 Oct 2007 11:34:54 +0000 (UTC) (envelope-from hopet@ics.muni.cz) Received: from KLOBOUCEK (kloboucek.ics.muni.cz [147.251.3.38]) (authenticated user=hopet@ICS.MUNI.CZ bits=0) by minas.ics.muni.cz (8.13.8/8.13.8/SuSE Linux 0.8) with ESMTP id l9GBYqOu006480 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Tue, 16 Oct 2007 13:34:52 +0200 From: "Petr Holub" To: Date: Tue, 16 Oct 2007 13:35:34 +0200 Message-ID: <009801c80fe8$aa1b14f0$5317fb93@KLOBOUCEK> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 X-Muni-Spam-TestIP: 147.251.3.38 X-Muni-Envelope-From: hopet@ics.muni.cz X-Muni-Virus-Test: Clean X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (minas.ics.muni.cz [147.251.4.35]); Tue, 16 Oct 2007 13:34:52 +0200 (CEST) Cc: Subject: lang/gdc on -CURRENT 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: Tue, 16 Oct 2007 11:34:55 -0000 Hi, is anybody running lang/gdc successfuly on -CURRENT? I've installed it from fresh portsnap and it gives me weird errors like this: --- [hopet@fbsd-7 ~/rum-java/rum-D]$ gdc -o println println.d /usr/local/lib/gcc/i386-portbld-freebsd7.0/../../libgphobos.a(deh.o)(.text+0x86) : In function `_D3gcc3deh17parse_lsda_headerFPS3gcc6unwind15_Unwind_ContextPhPS3 gcc3deh16lsda_header_infoZPh': ../.././../gcc-4.1-20070910/libphobos/gcc/deh.d:431: undefined reference to `_Un wind_GetRegionStart' /usr/local/lib/gcc/i386-portbld-freebsd7.0/../../libgphobos.a(deh.o)(.text+0x17c ): In function `_D3gcc3deh15personalityImplFiT3gcc6unwind14_Unwind_ActionmPS3gcc 6unwind17_Unwind_ExceptionPS3gcc6unwind15_Unwind_ContextZk': ../.././../gcc-4.1-20070910/libphobos/gcc/deh.d:171: undefined reference to `_Un wind_GetLanguageSpecificData' /usr/local/lib/gcc/i386-portbld-freebsd7.0/../../libgphobos.a(deh.o)(.text+0x1b3 ):../.././../gcc-4.1-20070910/libphobos/gcc/deh.d:180: undefined reference to `_ Unwind_GetIP' /usr/local/lib/gcc/i386-portbld-freebsd7.0/../../libgphobos.a(deh.o)(.text+0x2f3 ):../.././../gcc-4.1-20070910/libphobos/gcc/deh.d:405: undefined reference to `_ Unwind_SetGR' /usr/local/lib/gcc/i386-portbld-freebsd7.0/../../libgphobos.a(deh.o)(.text+0x2ff ):../.././../gcc-4.1-20070910/libphobos/gcc/deh.d:407: undefined reference to `_ Unwind_SetGR' /usr/local/lib/gcc/i386-portbld-freebsd7.0/../../libgphobos.a(deh.o)(.text+0x30a ):../.././../gcc-4.1-20070910/libphobos/gcc/deh.d:409: undefined reference to `_ Unwind_SetIP' /usr/local/lib/gcc/i386-portbld-freebsd7.0/../../libgphobos.a(deh.o)(.text+0x4f3 ): In function `_d_throw': ../.././../gcc-4.1-20070910/libphobos/gcc/deh.d:101: undefined reference to `_Un wind_RaiseException' /usr/local/lib/gcc/i386-portbld-freebsd7.0/../../libgphobos.a(object.o)(.text+0x 1867): In function `_D6object6Object14notifyRegisterMFDFC6ObjectZvZv': ../.././../gcc-4.1-20070910/libphobos/internal/object.d:190: undefined reference to `_Unwind_Resume' /usr/local/lib/gcc/i386-portbld-freebsd7.0/../../libgphobos.a(string.o)(.text+0x 2725): In function `_D3std6string9isNumericFYb': ../.././../gcc-4.1-20070910/libphobos/std/string.d:3449: undefined reference to `_Unwind_Resume' /usr/local/lib/gcc/i386-portbld-freebsd7.0/../../libgphobos.a(string.o)(.text+0x 3066): In function `_D3std6string7sformatFAaYAa': ../.././../gcc-4.1-20070910/libphobos/std/string.d:2695: undefined reference to `_Unwind_Resume' /usr/local/lib/gcc/i386-portbld-freebsd7.0/../../libgphobos.a(string.o)(.text+0x 30bb): In function `_D3std6string6formatFYAa': ../.././../gcc-4.1-20070910/libphobos/std/string.d:2661: undefined reference to `_Unwind_Resume' /usr/local/lib/gcc/i386-portbld-freebsd7.0/../../libgphobos.a(stdio.o)(.text+0x1 1d): In function `_D3std5stdio7writefxFPS3std1c5stdio6_iobufAC8TypeInfoPaiZv': ../.././../gcc-4.1-20070910/libphobos/std/stdio.d:137: undefined reference to `_ Unwind_Resume' /usr/local/lib/gcc/i386-portbld-freebsd7.0/../../libgphobos.a(stdio.o)(.text+0x1 4e):../.././../gcc-4.1-20070910/libphobos/std/stdio.d:252: more undefined refere nces to `_Unwind_Resume' follow /usr/local/lib/gcc/i386-portbld-freebsd7.0/../../libgphobos.a(unwind.o)(.text+0x 199): In function `base_of_encoded_value': ../.././../gcc-4.1-20070910/libphobos/gcc/unwind.d:310: undefined reference to ` _Unwind_GetTextRelBase' /usr/local/lib/gcc/i386-portbld-freebsd7.0/../../libgphobos.a(unwind.o)(.text+0x 1ac):../.././../gcc-4.1-20070910/libphobos/gcc/unwind.d:314: undefined reference to `_Unwind_GetRegionStart' /usr/local/lib/gcc/i386-portbld-freebsd7.0/../../libgphobos.a(unwind.o)(.text+0x 1b5):../.././../gcc-4.1-20070910/libphobos/gcc/unwind.d:312: undefined reference to `_Unwind_GetDataRelBase' /usr/local/lib/gcc/i386-portbld-freebsd7.0/../../libgphobos.a(thread.o)(.text+0x d9): In function `_D3std6thread6Thread11threadstartUPvZPv': ../.././../gcc-4.1-20070910/libphobos/std/thread.d:987: undefined reference to ` _Unwind_Resume' /usr/local/lib/gcc/i386-portbld-freebsd7.0/../../libgphobos.a(thread.o)(.text+0x 6c3): In function `_D3std6thread6Thread8pauseAllFZv': ../.././../gcc-4.1-20070910/libphobos/std/thread.d:863: undefined reference to ` _Unwind_Resume' /usr/local/lib/gcc/i386-portbld-freebsd7.0/../../libgphobos.a(thread.o)(.text+0x b64): In function `_D3std6thread6Thread5startMFZv': ../.././../gcc-4.1-20070910/libphobos/std/thread.d:604: undefined reference to ` _Unwind_Resume' /usr/local/lib/gcc/i386-portbld-freebsd7.0/../../libgphobos.a(dgccmain2.o)(.text +0x138): In function `_d_run_main': ../.././../gcc-4.1-20070910/libphobos/internal/dgccmain2.d:93: undefined referen ce to `_Unwind_Resume' --- even for simple test like this: --- import std.stdio; void main(char[][] args) { writefln("This is a test"); } --- Of course, it dumps the same problems (with _Unwind_Resume) on more elaborate code samples as well. Petr