From owner-freebsd-ports@FreeBSD.ORG Thu Jul 31 03:05:08 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 717FF37B401 for ; Thu, 31 Jul 2003 03:05:08 -0700 (PDT) Received: from mail.ciam.ru (main.ciam.ru [213.147.57.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A3B443F3F for ; Thu, 31 Jul 2003 03:05:07 -0700 (PDT) (envelope-from sem@ciam.ru) Received: from exim by mail.ciam.ru with drweb-scanned (Exim 4.20) id 19iAIy-000IWn-Mg; Thu, 31 Jul 2003 14:05:04 +0400 Received: from sem.ciam.ru ([192.168.45.10] helo=ciam.ru) by mail.ciam.ru with esmtp (Exim 4.20) id 19iAIy-000IWd-1m; Thu, 31 Jul 2003 14:05:04 +0400 Message-ID: <3F28E9EB.5090407@ciam.ru> Date: Thu, 31 Jul 2003 14:05:31 +0400 From: Sergey Matveychuk User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; ru-RU; rv:1.3) Gecko/20030309 X-Accept-Language: ru-ru, ru MIME-Version: 1.0 To: "Marc G. Fournier" References: <20030730132623.H76901@hub.org> In-Reply-To: <20030730132623.H76901@hub.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@freebsd.org Subject: Re: Building mico from FreeBSD ports ... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 10:05:08 -0000 Marc G. Fournier wrote: > I get the following build failure: > > gmake[1]: Entering directory `/home/ports/usr/ports/devel/mico/work/mico/coss' > for i in naming events streams relship property trader time lifecycle externalization; do gmake -C $i idlcompile || exit 1; done > gmake[2]: Entering directory `/home/ports/usr/ports/devel/mico/work/mico/coss/naming' > /home/ports/usr/ports/devel/mico/work/mico/./idl/idl --c++-skel --name CosNaming \ > ../../include/coss/CosNaming.idl > uncaught MICO exception: IDL:omg.org/CORBA/COMM_FAILURE:1.0 (0, not-completed) > gmake[2]: *** [CosNaming.cc] Abort trap (core dumped) > gmake[2]: *** Deleting file `CosNaming.cc' It's looks like you use a last -CURRENT with gcc 3.3.1. Mico doesn't build with gcc 3.3.1. There are no workaround yet. ---- Sem.