From owner-freebsd-ports@FreeBSD.ORG Tue Nov 7 20:37:04 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 067BB16A416 for ; Tue, 7 Nov 2006 20:37:04 +0000 (UTC) (envelope-from mihai@duras.ro) Received: from mail.duras.ro (mail.duras.ro [86.105.56.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6525443D78 for ; Tue, 7 Nov 2006 20:36:55 +0000 (GMT) (envelope-from mihai@duras.ro) Received: from localhost (localhost [127.0.0.1]) by mail.duras.ro (Postfix) with ESMTP id 8D90C194431; Tue, 7 Nov 2006 22:36:58 +0200 (EET) Received: from mail.duras.ro ([127.0.0.1]) by localhost (mail [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31533-07; Tue, 7 Nov 2006 22:36:57 +0200 (EET) Received: from [86.105.56.194] (ma.plimb.cu.barca.prin.padure.ro [86.105.56.194]) by mail.duras.ro (Postfix) with ESMTP id 4B56F19442A; Tue, 7 Nov 2006 22:36:57 +0200 (EET) Message-ID: <4550EE23.2020708@duras.ro> Date: Tue, 07 Nov 2006 22:35:47 +0200 From: Mihai Tanasescu User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Aron Stansvik References: <751a4f870611070901o395ca5f9l43665fda9950b31f@mail.gmail.com> In-Reply-To: <751a4f870611070901o395ca5f9l43665fda9950b31f@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 (RedHat) at duras.ro Cc: mi+kde@aldan.algebra.com, freebsd-ports@freebsd.org Subject: Re: FreeBSD Port: icu-3.6 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, 07 Nov 2006 20:37:04 -0000 Aron Stansvik wrote: >> On Thursday 02 November 2006 09:12, Brooks Davis wrote: >> = > So far, this was only reported on 5.x -- I never saw this error on >> = > 6.2, and the packages build on the cluster... Can I have access to >> = > your system to try to reproduce it? >> = >> = I'm seeing the same problem, but a different malloc error message on >> = CURRENT as of a few weeks ago (I was trying to upgrade before >> reporting, >> = but I've been having buildworld problem). >> >> Can I see your output of >> >> make -C /usr/ports/devel/icu -V CFLAGS -V CXXFLAGS -V CONFIGURE_ENV >> >> I suspect, you are omitting the `-fno-strict-aliasing' flag... Thanks! > > > I can confirm that this was the issue. I'm using RELENG_6 and I had > the same problem. -fno-strict-aliasing was in CXXFLAGS but not in > CFLAGS, I added it to CFLAGS in make.conf and devel/icu compiled fine. > > PS. I'm not subscribed to freebsd-ports@, so if my mail don't reach > the list, could you post my findings to the list for others to see > Mikhail? I'm subscribed to far too many lists already :) DS. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" This was also my problem. Thanks for the solution. -- Mihai