Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id ADC12200B8B for ; Tue, 4 Oct 2016 23:37:41 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AC3B7160ACC; Tue, 4 Oct 2016 21:37:41 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EDE77160AC7 for ; Tue, 4 Oct 2016 23:37:40 +0200 (CEST) Received: (qmail 65281 invoked by uid 500); 4 Oct 2016 21:37:35 -0000 Mailing-List: contact dev-help@openoffice.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openoffice.apache.org Delivered-To: mailing list dev@openoffice.apache.org Received: (qmail 65270 invoked by uid 99); 4 Oct 2016 21:37:34 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2016 21:37:34 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 6BF30180516 for ; Tue, 4 Oct 2016 21:37:34 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.7 X-Spam-Level: X-Spam-Status: No, score=-3.7 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, RP_MATCHES_RCVD=-2.999, SPF_PASS=-0.001] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id vJIrH1JxYLzW for ; Tue, 4 Oct 2016 21:37:32 +0000 (UTC) Received: from mail-smtp-ng-out-4b.wtnet.de (mail-smtp-ng-out-4.wtnet.de [84.46.103.120]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTPS id D06155F4ED for ; Tue, 4 Oct 2016 21:37:31 +0000 (UTC) Received: from bc1-blade2.wtnet.de (mail-cust-ng-in-3.wtnet.de [84.46.103.103] (may be forged)) by bc2-blade7.wtnet.de (8.14.5/8.14.5) with ESMTP id u94LbPpt020392; Tue, 4 Oct 2016 23:37:25 +0200 X-WT-Originating-IP: 46.59.230.121 X-WT-Authenticated-As: marcus.mail Received: from f9.linux (CM-POP8-631.catv.wtnet.de [46.59.230.121]) (authenticated bits=0) by bc1-blade2.wtnet.de (8.15.2/8.15.2) with ESMTPSA id u94LbOYs019450 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 4 Oct 2016 23:37:25 +0200 Message-ID: <57F42114.9000105@wtnet.de> Date: Tue, 04 Oct 2016 23:37:24 +0200 From: Marcus Reply-To: "dev@" User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.9.2.20) Gecko/20110804 Thunderbird/3.1.12 MIME-Version: 1.0 To: dev@openoffice.apache.org CC: "R. Mark Aldrich" Subject: Re: First compile References: <23419-1475614913-25355@sneakemail.com> In-Reply-To: <23419-1475614913-25355@sneakemail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit archived-at: Tue, 04 Oct 2016 21:37:41 -0000 Am 10/04/2016 10:59 PM, schrieb R. Mark Aldrich: > I am having difficulty compiling the source code and could use some insight. I > am working on Debian Linux Jesse. I made sure all the prerequisite resources > were installed. Everything is going according to plan and I get the following > error: > > [...] your timing is interesting as I've seen the same error on Fedora 21 not long ago. ;-) The problem is that the GCC compiler is too new and the version (do you have also 4.9.2 ?) has aproblem to handle optimization [1] - here it's for the file "fmgridif.cxx". The solution is to exclude this file for optimization by GCC. Please see the BZ issue for a patched makefile [2]. It's maybe a bit difficult when you aren't a developer resp. haven't much experience in this area. [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65009 [2] https://bz.apache.org/ooo/show_bug.cgi?id=125475#c8 HTH Marcus --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org For additional commands, e-mail: dev-help@openoffice.apache.org