From owner-freebsd-ports@FreeBSD.ORG Wed Jun 6 03:51:22 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 588FB106564A for ; Wed, 6 Jun 2012 03:51:22 +0000 (UTC) (envelope-from lenzi.sergio@gmail.com) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 055118FC14 for ; Wed, 6 Jun 2012 03:51:21 +0000 (UTC) Received: by vcbfy7 with SMTP id fy7so4380400vcb.13 for ; Tue, 05 Jun 2012 20:51:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:from:to:cc:in-reply-to:references :disposition-notification-to:content-type:date:message-id :mime-version:x-mailer; bh=DXFInszjWQk0btIz+T0XXxGHWbXed3jyKI6eLcRih5s=; b=KxWzZxUI4UJFtKVMauwm0jJ8JJn9BnzJdG2MK9XNDhXshB2CO6lf6fjXkL/U/rwddt AjtkTGmoa852PhDObWmTjcgr2n1XXde9mJOXriR71sUk98yXk21KUy476Nc17yzmSpTz WW5Kz08aWtSEoPKaI9IZ57nSpN93SRkwDqQfYG3prWOXMWcvr2SlIEoApX9lltfEl3hL jgw6ST9VC1yu4JkkbrgUbCs3Q2n1dc8zH9xk0Q3OuM99EMIOUxIzB57olhhOBceM2ruq eQdQyKKq5RDHyr50tWo33VNDGrwsL5bgSDJ3xsc5KXJUP3W8b1QLBMOmq3rzqN87twal hv7g== Received: by 10.220.209.72 with SMTP id gf8mr19469083vcb.72.1338954681386; Tue, 05 Jun 2012 20:51:21 -0700 (PDT) Received: from [192.168.6.230] ([201.21.143.8]) by mx.google.com with ESMTPS id c17sm799141vdj.11.2012.06.05.20.51.18 (version=SSLv3 cipher=OTHER); Tue, 05 Jun 2012 20:51:20 -0700 (PDT) From: Sergio de Almeida Lenzi To: rotkap@gmx.de In-Reply-To: <9ks1a9-8a7.ln1@news.hansenet.de> References: <4FC73BBB.9090004@eskk.nu> <4FCD9594.1090103@tuxfamily.org> <20120605061855.GO73254@ithaqua.etoilebsd.net> <20120605081002.GA91333@megatron.madpilot.net> <20120605084644.GQ73254@ithaqua.etoilebsd.net> <20430.7266.862321.370285@jerusalem.litteratus.org> <20120605154905.GL71005@ithaqua.etoilebsd.net> <9ks1a9-8a7.ln1@news.hansenet.de> Date: Wed, 06 Jun 2012 00:51:16 -0300 Message-ID: <1338954676.88545.12.camel@z6000.lenzicasa> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org Subject: Re: make failed for editors/libreoffice SOLVED 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: Wed, 06 Jun 2012 03:51:22 -0000 Hello all... finally I track down the problem with libreoffice, the problem is with the boost headers and files You MUST use the boost that comes with libreoffice, but somehow the makefiles searches /usr/local/include/* Solution: remove (temporary) boost-lib, boost-jam, then go to the editors/libreoffice ... and then choose the language: in my case : LOCALIZED_LANG=pt-BR put it in the Makefile, (or /etc/make.conf).... than...... make install package, in a 8 cores cpu, with 8 jobs in paralell, libreoffice builds in 2 hours.... after that, reinstall boost-lib and boost-jam either from the ports, or from the packages.. Works for me....