From owner-freebsd-sparc64@freebsd.org Fri Feb 17 07:14:04 2017 Return-Path: Delivered-To: freebsd-sparc64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36EC5CE26C9 for ; Fri, 17 Feb 2017 07:14:04 +0000 (UTC) (envelope-from gordonzaft@gmail.com) Received: from mail-it0-x231.google.com (mail-it0-x231.google.com [IPv6:2607:f8b0:4001:c0b::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EE4FE1893 for ; Fri, 17 Feb 2017 07:14:03 +0000 (UTC) (envelope-from gordonzaft@gmail.com) Received: by mail-it0-x231.google.com with SMTP id x75so6786652itb.0 for ; Thu, 16 Feb 2017 23:14:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=66FkaOSWXOkeK09U6djcoNL3/rzlxXOA/f9TIjYxdtA=; b=W2KzGAsonQvTHItZzqDPj3ioEIUz7AgS/bzyhPqJMvx0ZTPpSkZ+Sbg4lQld8e+OdL D6rcC6boyp7j8st7BBuN1auDuP11tO+WnAuPE7yC9H6+25/e+bbEIdHV7IpizkcVKsTL EbQ4K8I9goLWrS3ocZV2aDJIpjUrRSfPqUnhbBtFpc+2J8NxRV/9yc1bXlRQ8GNpQ2bW ro5uF8PRb/gN/b0TW3YeJqhRM/ORQtI6D7GoFs4jqSVx1qQlwN61k50g0aUATW+4HsAr uy2Y2yQdXSRcH8UNZ2kD3M3wB/LrIESCLG6t4HKqa98JhxMhFwAXeURxWahnVhnj2jg0 xWNg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=66FkaOSWXOkeK09U6djcoNL3/rzlxXOA/f9TIjYxdtA=; b=K9r7IAUobexSTwAvcmkebiSc/mN6X+zJ+T1TBwGP4wG3nVan7st4jqLVt6lZT3gW6s 1fNcW5sudc7fId77EJqb6Fcx0My4Pkpkrems1SkpHhI/HzPplqLtIt6S20sIwrO8IPo/ gtTMbyZ1lNWru2CBJUtei/GZuFA3RgfmkqoOck3+zgM37RAwAWNNhYzF3RPaDxF9cBxG AnZJgWNf+WM+s/+uC+45tSh9M7Q6p/O2F/Bmcfmf8oxJrhWQCDEMxcex+Are7aC/M3t+ MsA4KB34Kx7zZk9ODbdmSCo/Hy1emBdZ7WIAJkz/lkv8+Fv85wyulHfN8DdXJzyS9JC7 mtbA== X-Gm-Message-State: AMke39nGmkhE2Xxw3OH0KA97/SsVD4vUvtIgrkXqPggqme0GGS3PT1TzafQhp14xsUr357/cQ1Sa/Og8Azhw0A== X-Received: by 10.107.59.205 with SMTP id i196mr5673146ioa.114.1487315643153; Thu, 16 Feb 2017 23:14:03 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.15.93 with HTTP; Thu, 16 Feb 2017 23:14:02 -0800 (PST) In-Reply-To: References: From: Gordon Zaft Date: Fri, 17 Feb 2017 00:14:02 -0700 Message-ID: Subject: Re: compiler issues To: Joe Nosay Cc: freebsd-sparc64@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 07:14:04 -0000 I wanted to follow up on this post. I've discovered that if I build manually (i.e. "make install") instead of using portmaster, I can successfully build large packages. When I get the segmentation fault I simply restart (make install again) and as one would hope it picks up where it left off. I was able to build and install gcc 4.9.4 this way (it took a long time!). Note that portmaster won't work because it does a make clean when it fails, so you are starting from scratch every time. It's a feature, but one that's not helpful in this particular case. G On Wed, Nov 30, 2016 at 11:04 AM, Joe Nosay wrote: > Give it a try and report your progress to the community. > > > On Wed, Nov 30, 2016 at 12:54 PM, Gordon Zaft wrote: >> >> Hmm. So you are saying you think this stuff would build with clang >> and doesn't with gcc? I thought others were able to build this >> stuff... >> >> G >> >> On Wed, Nov 30, 2016 at 9:59 AM, Joe Nosay wrote: >> > This may bounce. There are not enough developers available to port clang >> > and >> > llvm to SPARC64 at the moment. >> > >> > On Tue, Nov 29, 2016 at 5:04 PM, Gordon Zaft >> > wrote: >> >> >> >> I am still experiencing this building a variety of ports, most >> >> recently binutils. >> >> >> >> internal compiler error: Segmentation fault >> >> >> >> I'm wondering if there is something deeper going on? Still don't have >> >> a way out of this at this point. >> >> >> >> G >> >> >> >> On Mon, Oct 31, 2016 at 2:17 PM, Gordon Zaft >> >> wrote: >> >> > Sun U5 running 11.0, 512MB memory >> >> > >> >> > I'm trying to do some updates and I keep getting segmentation faults >> >> > while >> >> > compiling. I got this for llvm37, spidermonkey170 and ... something >> >> > else. >> >> > >> >> > I looked at my install and realized the gcc I installed with 10.x was >> >> > 4.2.1 >> >> > which is pretty old, so I decided to update to 4.91 in hopes that >> >> > would >> >> > solve some of these issues. >> >> > >> >> > Alas, I get: >> >> > >> >> > In file included from >> >> > /usr/ports/lang/gcc49/work/gcc-4.9.4/gcc/c-family/c-common.c:11936: >> >> > >> >> > ./gt-c-family-c-common.h:254: internal compiler error: Segmentation >> >> > fault >> >> > >> >> > Please submit a full bug report, with preprocessed source if >> >> > appropriate. >> >> > >> >> > I'm going to try updating to something not so recent but i'm >> >> > wondering >> >> > if >> >> > others have seen this issue. >> >> > >> >> > -- >> >> > Gordon Zaft >> >> > Province 35 Governor >> >> > Phi Mu Alpha Sinfonia Fraternity >> >> > gordonzaft@gmail.com >> >> >> >> >> >> >> >> -- >> >> Gordon Zaft >> >> Province 35 Governor >> >> Phi Mu Alpha Sinfonia Fraternity >> >> gordonzaft@gmail.com >> >> _______________________________________________ >> >> freebsd-sparc64@freebsd.org mailing list >> >> https://lists.freebsd.org/mailman/listinfo/freebsd-sparc64 >> >> To unsubscribe, send any mail to >> >> "freebsd-sparc64-unsubscribe@freebsd.org" >> > >> > >> >> >> >> -- >> Gordon Zaft >> Province 35 Governor >> Phi Mu Alpha Sinfonia Fraternity >> gordonzaft@gmail.com > > -- Gordon Zaft Province 35 Governor Phi Mu Alpha Sinfonia Fraternity gordonzaft@gmail.com