From owner-freebsd-sparc64@freebsd.org Tue Nov 29 22:04:02 2016 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 B3A56C5C969 for ; Tue, 29 Nov 2016 22:04:02 +0000 (UTC) (envelope-from gordonzaft@gmail.com) Received: from mail-qt0-x235.google.com (mail-qt0-x235.google.com [IPv6:2607:f8b0:400d:c0d::235]) (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 7151A1564 for ; Tue, 29 Nov 2016 22:04:02 +0000 (UTC) (envelope-from gordonzaft@gmail.com) Received: by mail-qt0-x235.google.com with SMTP id w33so169841378qtc.3 for ; Tue, 29 Nov 2016 14:04:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=NnWMflF0i14T1rsfqKOCkf1tdXEe0cARq6xrqiWpQCs=; b=ozeuTTMvCcZf2GyJFwMApXgtC1c1Q3UXyTpIrdK1ZvEXR/WwFPHfSETWhzdaR/D6Io 91udYNWP7Ya1A44cewYjwDAaAiMlzxAyP4AngF9DlZOeUHO3RioVWWMIqZhuAMN5H1Qx U71YoDbiC2YfW4S5pFAcGrfT8p+LVaVwyrq6rlRCtJrGkY2wh6w4QkDv59nwiw1f2kP3 K1U+7uPLe+FOpTULwWJ16FH3qm56s23E0g54QnqQtK2hKkWEMJBvfUivo8DWNfVkTfzt DxTreK0a4iM6Fekv0T+OWoBGwJhCgxZ4NgQSewcEr4p6kNGLGNILIRj/u6IZUXZFFbtv BzKg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=NnWMflF0i14T1rsfqKOCkf1tdXEe0cARq6xrqiWpQCs=; b=dYJT1EpqZPxIBDO+EZDHRkOfOxd7cjWMua+rgiy6llti6sXcAQ/wA574pjMhq2Fhnt 019b7nYJS3LijMubLuj37WPphpof+TpbX3AR7l3H+wnOLD2u/19WJYrlw9JYWzG+oGm0 mFOFMc2+qIu/sNtKSoQHf7x8rmAKHa3PO8hHz30sih0qsq2LxQ1fFGjAb8jsA9L95N50 Qaq28LRZSovSwjUD77PbDDFXMSxbVdqiL/PbBPmmTEYuWSP7/8og0Z86kU/6hQcOcBn+ sLsN35IUB80Pretn58wTRYxqkQx4tV0MEg/oEnn9GIzSWjbgdb+bdcs2yuO+4u51Jyrj XpIw== X-Gm-Message-State: AKaTC00Nrg0XZJK9depYTe7Y1BNG4hwAK8Z6EJzOgE4U1p8KOdTzjYB586IeEDcE42srmY+xBVaRsqUto30qMA== X-Received: by 10.237.62.153 with SMTP id n25mr29949538qtf.50.1480457041388; Tue, 29 Nov 2016 14:04:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.55.198.155 with HTTP; Tue, 29 Nov 2016 14:04:00 -0800 (PST) In-Reply-To: References: From: Gordon Zaft Date: Tue, 29 Nov 2016 15:04:00 -0700 Message-ID: Subject: Re: compiler issues To: 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: Tue, 29 Nov 2016 22:04:02 -0000 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 From owner-freebsd-sparc64@freebsd.org Wed Nov 30 17:54:39 2016 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 390DAC5D2C0 for ; Wed, 30 Nov 2016 17:54:39 +0000 (UTC) (envelope-from gordonzaft@gmail.com) Received: from mail-qt0-x235.google.com (mail-qt0-x235.google.com [IPv6:2607:f8b0:400d:c0d::235]) (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 E96B018EA for ; Wed, 30 Nov 2016 17:54:38 +0000 (UTC) (envelope-from gordonzaft@gmail.com) Received: by mail-qt0-x235.google.com with SMTP id c47so195636158qtc.2 for ; Wed, 30 Nov 2016 09:54:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=eoYuSgHbDHe683Ovy5wOMP3GHf++Ru8ySFmc+XrTzrA=; b=sbzN0GAO67HBsKqicjdOwhcvJ52FOS0rE+S2R6dkCb4KwJaPCGCIeDSTyQzRuVkoGu Xo850PoSB/3bTe4TTwfnVCV6j8NldlovgZneqUhA7mcDHRWDBDVTKjz54kVcPWMiPUnQ qa+dT/RuWuKAszpFYwS7jsDOcRDTxgtwDnCPNK2WRWrENN3RLcnY12JQYq8WN/WWWq7o ufJKFF8o/Y2Mp9Uw0ij88UM+/5doETcPJZTLJ1Aslr3sQXRfjsQwrC3DBh1PJBc8O+LL I6SXgCtlpB7rpGn88KI8P/6zy7T8yVVGHRAQYWvhurPhNo2qDW8iQAT6FiHwnor4Ohi8 qtTQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=eoYuSgHbDHe683Ovy5wOMP3GHf++Ru8ySFmc+XrTzrA=; b=KvIVeKZxUJXKDuc5JHIAsoDEM16Ioegel/Iy2DL/OKruVLZvMMlNau+J3yzZz018Xr zitRY23p6yquNwRdJnrPUzxBh9UEAUSQMpnwV2053EAGqYW/QcLtl2cOkMMXHQppOkJ9 XB2g+7EPDHIS9lmWZXQ8RNGKmTS4Q+UgZvzylUMGmMXdMqVoSrr5RsSbpjMCCTfiJWfo 6oRHFK/f+ZVabbdaEjs4lh0OmfioE1htLuFXc2btW3dhb63x9Mmhv+ikprm0SXB4ZLoE 0CkWWo6tZTJcftm7jmCtpxJU8oYLYCetC14Tg7ZlFl5RJM8Zfu8isXSGWhCCF2o3kUMh tUNg== X-Gm-Message-State: AKaTC03gIk3V1P5ptwvz4Tw+KlBluWghdnYjk8eXK6Fk4o/iWOisT6amv2ZxE4hHSVJ19QG4DWVU1yJ/Ln4osg== X-Received: by 10.237.62.153 with SMTP id n25mr860819qtf.50.1480528477858; Wed, 30 Nov 2016 09:54:37 -0800 (PST) MIME-Version: 1.0 Received: by 10.55.198.155 with HTTP; Wed, 30 Nov 2016 09:54:37 -0800 (PST) In-Reply-To: References: From: Gordon Zaft Date: Wed, 30 Nov 2016 10:54:37 -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: Wed, 30 Nov 2016 17:54:39 -0000 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