From owner-freebsd-office@FreeBSD.ORG Tue Feb 19 19:31:04 2013 Return-Path: Delivered-To: office@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BA29BA3A for ; Tue, 19 Feb 2013 19:31:04 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from smtp.rcn.com (smtp.rcn.com [69.168.97.78]) by mx1.freebsd.org (Postfix) with ESMTP id 7F67218D for ; Tue, 19 Feb 2013 19:31:04 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=2.0 cv=YKIdOG6x c=1 sm=0 a=fEl05wXzeJCkBz9gs2itqQ==:17 a=XBbVgglCP-sA:10 a=ZrqZzSrQiogA:10 a=YNqtyO0l_hcA:10 a=LaogzpLLAAAA:8 a=CqN0Xa_Ne8wA:10 a=uSh21QFSPVWLqie21wMA:9 a=wPNLvfGTeEIA:10 a=6I5d2MoRAAAA:8 a=5R9oVisYHOhQI_zo0V0A:9 a=_W_S_7VecoQA:10 a=SV7veod9ZcQA:10 a=IMrvVOUcc4QipMYW:21 a=fEl05wXzeJCkBz9gs2itqQ==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp01.rcn.cmh.synacor.com smtp.mail=mi+thun@aldan.algebra.com; spf=neutral; sender-id=neutral Authentication-Results: smtp01.rcn.cmh.synacor.com header.from=mi+thun@aldan.algebra.com; sender-id=neutral Authentication-Results: smtp01.rcn.cmh.synacor.com smtp.user=anat; auth=pass (PLAIN) Received-SPF: neutral (smtp01.rcn.cmh.synacor.com: 209.6.63.29 is neither permitted nor denied by domain of aldan.algebra.com) Received: from [209.6.63.29] ([209.6.63.29:52339] helo=utka.zajac) by smtp.rcn.com (envelope-from ) (ecelerity 2.2.3.49 r(42060/42061)) with ESMTPA id 50/A8-28101-6F2D3215; Tue, 19 Feb 2013 14:31:02 -0500 Message-ID: <5123D2F6.5040909@aldan.algebra.com> Date: Tue, 19 Feb 2013 14:31:02 -0500 From: "Mikhail T." User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Jung-uk Kim Subject: Re: Why can't gcc-4.2.1 build usable libreoffice? References: <511CED39.2010909@aldan.algebra.com> <51238AE9.20205@aldan.algebra.com> <5123ADEC.2040103@aldan.algebra.com> <5123CF37.7000506@FreeBSD.org> In-Reply-To: <5123CF37.7000506@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Adrian Chadd , office@freebsd.org, stable@freebsd.org, Chris Rees X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2013 19:31:04 -0000 On 19.02.2013 14:15, Jung-uk Kim wrote: > What do we go from here? I don't know. One thing I know for sure is > we cannot support every possible build/runtime environment. > > Feel free to suggest your ideas and thoughts. Well, support for "every possible" combination is, of course, a toll order, but support for the base cc/c++ is a reasonable expectation, in my opinion... And if there is a *good* reason to reject the base compiler, I'd expect such good reason to be documented -- preferably with bug-reports filed against either the FreeBSD and its toolchain or against the LibreOffice code. Or both... On 19.02.2013 14:21, Jeremy Chadwick wrote: > There are damn good reasons all my systems have > WITHOUT_CLANG=true in src.conf. Actually, clang, whatever faults you may have seen in it, would've produced a working libreoffice build. But it is not the cc/c++ on 9.1 and 8.3... -mi