From owner-freebsd-ports@FreeBSD.ORG Tue Jun 5 09:04:18 2012 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B1EF106566B; Tue, 5 Jun 2012 09:04:18 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from megatron.madpilot.net (megatron.madpilot.net [88.149.173.206]) by mx1.freebsd.org (Postfix) with ESMTP id B120F8FC14; Tue, 5 Jun 2012 09:04:17 +0000 (UTC) Received: from megatron.madpilot.net (localhost [127.0.0.1]) by megatron.madpilot.net (Postfix) with ESMTP id 3W66X069k4z265; Tue, 5 Jun 2012 11:04:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:message-id:subject:subject :from:from:date:date:received:received; s=mail; t=1338887051; x= 1340701452; bh=tARe1ZThPfs54py2lall0xTa7mgu1WK34SWFCEmYbZU=; b=g Y6MyJnS1BlUr/RPLi4j5GvLpUvIax6u+a8TPMr1Ue8UmDrjBjRQjdx9lplcH4MJo 5QLaPsulzUivOX1f+RbGMdjb+wg4LWbyq6rl7WgJXhruQdS0ZVM1P4T/tAi5TJlV 0SNmDDxjnW2HR1h48krbBWYfV11QF28ZeUirPv+F/s= X-Virus-Scanned: amavisd-new at madpilot.net Received: from megatron.madpilot.net ([127.0.0.1]) by megatron.madpilot.net (megatron.madpilot.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id meUs7f9mb7x4; Tue, 5 Jun 2012 11:04:11 +0200 (CEST) Received: by megatron.madpilot.net (Postfix, from userid 1000) id 3W66Wt53Bvz264; Tue, 5 Jun 2012 11:04:10 +0200 (CEST) Date: Tue, 5 Jun 2012 11:04:10 +0200 From: Guido Falsi To: Baptiste Daroussin Message-ID: <20120605090410.GB91333@megatron.madpilot.net> References: <4FC73BBB.9090004@eskk.nu> <4FCD9594.1090103@tuxfamily.org> <20120605061855.GO73254@ithaqua.etoilebsd.net> <20120605081002.GA91333@megatron.madpilot.net> <20120605084644.GQ73254@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120605084644.GQ73254@ithaqua.etoilebsd.net> X-Operating-System: FreeBSD 9.0-STABLE User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@FreeBSD.org, "coder.tuxfamily" Subject: Re: make failed for editors/libreoffice 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, 05 Jun 2012 09:04:18 -0000 On Tue, Jun 05, 2012 at 10:46:44AM +0200, Baptiste Daroussin wrote: > On Tue, Jun 05, 2012 at 10:10:02AM +0200, Guido Falsi wrote: > > > > I'm having this same problem, if you need a full log here you can find > > it: > > > > http://www.madpilot.net/~mad/typescript.xz > > > > Compressing it with xz reduced the size to an acceptable 485K. Be aware > > that once decompressed it grows to 90M. > > > > If you already have the log please ignore this email. > > > > To me the real error looks like this one(line 246132): > > > > [ build CXX ] xmloff/source/transform/EventOOoTContext > > In file included from > > /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2 > > .2/vcl/unx/generic/app/saldisp.cxx:73: [...] > > __gnu_cxx::__normal_iterator > std::vector > std::allocator > > >' requested here > > > > > > I'm sorry but I've been unable to figure anything more :( > > I just managed to rebuild libreoffice on 9.0-amd64 in a clean and sane building > environnement (poudriere). it also runs as expected. That's good, I will try harder to compile it here. Maybe I need to clean up my installed ports a little. > For your particular case can I imagine you are building on current? still I'll > try to investigate No, this is a 9.0-STABLE machine: 9.0-STABLE FreeBSD 9.0-STABLE #35 r236167: Mon May 28 10:10:10 CEST 2012 I will also try upgrading to latest stable as soon as I have a little time to do that. My home PC is on -current but I can't start an openoffice build on it right now because it's busy doing other work. At worst I will leverage some tinderbox to build an openoffice package :) -- Guido Falsi