From owner-freebsd-current@FreeBSD.ORG Mon May 7 11:10:16 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D7D58106564A; Mon, 7 May 2012 11:10:16 +0000 (UTC) (envelope-from edwinlculp@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id D1C788FC08; Mon, 7 May 2012 11:09:52 +0000 (UTC) Received: by bkvi17 with SMTP id i17so5080520bkv.13 for ; Mon, 07 May 2012 04:09:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=evVbK0gqIq6hzvZcxl6DsYGMHQyyitBUuMRU4G4mkMA=; b=06DofLeRpPEsXuzM0Z3EfZxYQJ6Gn3y0tizIDfjxvUmnGdm+kMXn1BPKfJ/KUGPPJN p7inBpogQENpLlmaEU4zdV5odc+lZ/tzLvtIZFzj1hDM9heuKKOBEWtQKTRsWChU0vj8 igY6qLy1vpEhxhHy/gpEFZZkZ5GPooWZVQ4+0gO7SJh4UAl/qJa5UO9fqps5YWwR6L9F +/Su/Cshsh0pjDL8MKQ1tzs6g+4YEBRiQW/eXImFwNHzjuUONKWMk56F1IEQ6cst5rm7 kpgC+1h4hf3md/+ZArXwQIz2OOLQfW6PGgA0QzT0jTUhzRI+bWSAesxS+NWfg8LXnXU0 LPQg== MIME-Version: 1.0 Received: by 10.205.122.76 with SMTP id gf12mr5273614bkc.104.1336388985905; Mon, 07 May 2012 04:09:45 -0700 (PDT) Received: by 10.204.197.141 with HTTP; Mon, 7 May 2012 04:09:45 -0700 (PDT) In-Reply-To: <20120507103459.GP17325@azathoth.lan> References: <4FA66EF0.7090306@zedat.fu-berlin.de> <20120506135256.GL17325@azathoth.lan> <20120506141526.GM17325@azathoth.lan> <4FA6923F.5000408@zedat.fu-berlin.de> <20120506225842.GN17325@azathoth.lan> <4FA76996.5030106@FreeBSD.org> <20120507093518.GO17325@azathoth.lan> <4FA7A25D.8050607@zedat.fu-berlin.de> <20120507103459.GP17325@azathoth.lan> Date: Mon, 7 May 2012 06:09:45 -0500 Message-ID: From: "Edwin L. Culp W." To: Baptiste Daroussin Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Current FreeBSD , "Hartmann, O." , Ports FreeBSD , Andriy Gapon Subject: Re: Binary packages for LibreOffice 3.5 or 3.4 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2012 11:10:16 -0000 2012/5/7 Baptiste Daroussin > On Mon, May 07, 2012 at 12:22:21PM +0200, Hartmann, O. wrote: > > On 05/07/12 11:35, Baptiste Daroussin wrote: > > > On Mon, May 07, 2012 at 09:20:06AM +0300, Andriy Gapon wrote: > > >> on 07/05/2012 01:58 Baptiste Daroussin said the following: > > >>> Well for libreoffice on freebsd clang is the official compiler, > because > > >>> 4.2.1 is just too old for libreoffice, and I never managed to make > it built > > >>> (the 3.5) with gcc from ports. > > >> > > >> What problem are you running into? > > >> I am able to build the latest libreoffice with gcc46. > > > > > > Really with no modification on the ports? > > > > > > Are you sure you are not building it with clang which is forced by > default? > > > > > > regards, > > > Bapt > > > > > > I realized very late that LibreOffice is unwilling to compile with > gcc4.6. > > > > The error I faced was introduced by the port net/libcmis, which in my > > case was built via gcc 4.6 (and doesn't build with CLANG). After > > building libcmis with legacy gcc 4.2.1, I was able to build > > editors/libreoffice without problems (as far as the selected options > > concern). > > > > Nice to hear. > > FYI if avg managed to build libreoffice with 4.6 should be because his > whole > system should be built (at least the C++ libraries) using gcc 4.6. > > regards, > Bapt > With FreeBSD 9.0-STABLE #140 r229960M I built libreoffice-3.5.2_2 with no problems. Port worked fine. ed