From owner-freebsd-stable@FreeBSD.ORG Tue Feb 19 17:23:08 2013 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C53557EA; Tue, 19 Feb 2013 17:23:08 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wg0-x22a.google.com (mail-wg0-x22a.google.com [IPv6:2a00:1450:400c:c00::22a]) by mx1.freebsd.org (Postfix) with ESMTP id 1A83B7A2; Tue, 19 Feb 2013 17:23:07 +0000 (UTC) Received: by mail-wg0-f42.google.com with SMTP id 12so3814535wgh.3 for ; Tue, 19 Feb 2013 09:23:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=UlDJg0wDx41uALVctvXO5vLKmOS5us3wg2x42/LXuwI=; b=IqKJrbVpiyYiTp/cA3lbGBS0qKaMr2kbG9+UktAK+kPAtLLieBsB17pO1BNAG/7EXZ InzqJMnicOHZ2d6qkgBYXfH5SENpWdlN5adpchu1K6rsq0b2o4G9ykV7n6Coi8mwjF0W auzH0xPCl0rnZZF5npAjs7c5ICDNarQvwX8+Q2szzkw1vDrtQqx2oVn1B3LWanwZmgLG z4Mn1M1k3akzdqvCIsUShASvevTuYhYo7BtAvFW+FY/9m4IH2Pi/BxOjHVdOrSO2woCy VFNT/3oEbKjyvkXot+F3ILSP6snvcBnnYAWGji5SqmqMQ7zclpqj5Lc0V4ZpMFMouAbr 4WkQ== MIME-Version: 1.0 X-Received: by 10.180.93.234 with SMTP id cx10mr29002084wib.34.1361294587196; Tue, 19 Feb 2013 09:23:07 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.236.88 with HTTP; Tue, 19 Feb 2013 09:23:07 -0800 (PST) In-Reply-To: <5123ADEC.2040103@aldan.algebra.com> References: <511CED39.2010909@aldan.algebra.com> <51238AE9.20205@aldan.algebra.com> <5123ADEC.2040103@aldan.algebra.com> Date: Tue, 19 Feb 2013 09:23:07 -0800 X-Google-Sender-Auth: GXTaIiD4CmAFKDc3ktSS7qphjSc Message-ID: Subject: Re: Why can't gcc-4.2.1 build usable libreoffice? From: Adrian Chadd To: "Mikhail T." Content-Type: text/plain; charset=ISO-8859-1 Cc: Chris Rees , stable@freebsd.org, office@freebsd.org, Chris Rees X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2013 17:23:08 -0000 Hi, The base compiler is supposed to compile base and bootstrap whatever else you need to compile other software. It's not supposed to be continuously updated to new, major versions. :-) I bet *office just uses a bunch of either horrible syntax that breaks things, or newer C/C++ features that are buggy in older compilers. They could've made their code compile on older compilers.. they just haven't bothered. In any case, why hasn't that port been blessed with the "requires gcc 4.6+" port option/dependency? I thought that's why we _have_ that. Adrian