From owner-freebsd-sparc64@freebsd.org Mon Oct 31 21:17:52 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 7F649C28F27 for ; Mon, 31 Oct 2016 21:17:52 +0000 (UTC) (envelope-from gordonzaft@gmail.com) Received: from mail-oi0-x22a.google.com (mail-oi0-x22a.google.com [IPv6:2607:f8b0:4003:c06::22a]) (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 47D641BDE for ; Mon, 31 Oct 2016 21:17:52 +0000 (UTC) (envelope-from gordonzaft@gmail.com) Received: by mail-oi0-x22a.google.com with SMTP id 128so54442193oih.0 for ; Mon, 31 Oct 2016 14:17:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=Xb1J+RwxenujdPUFhfRvUr+Vi8SqftQl7HMmi/uNMcY=; b=ZiX/3tQdhNgYRENWKGGdlXNuPWJrHHlMu0ivtNk7Ni585eOrzrag3G2Ncx2Vbx0iyQ tw4DdTvXLgnWTkWAaDf0dijA8QKvXa5MvQbvbSod1mWysJEXg1RF544IZ+HCCqpa6j+3 1+geZKzKj+95mPbV/PrI5XOabk5e7DxDEuunZxUw8qTBT0sDGVNt/o6AuG7PrIaMzMNd fN2BQUG/TbXk1DpmwugWn6aGSimKJ/K/2vmnMJiuSrGdGd2NGmaLsw0x05AGXvBe3gBh 0EKANuKe3He4EJQJUyK1PoM7ESLBE4jlHgQ6ZeA2Fxbub7QiKMN01FQHAYDU+34xT9iT K1/A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Xb1J+RwxenujdPUFhfRvUr+Vi8SqftQl7HMmi/uNMcY=; b=mIOKBeLBWqT7QO2snrjhBa2Nh94WpA3xCxiD3z1ufX30UQ3lxUIizik9W2NPewr3Eu kizMH3cYAVcVrjuKdJbD0pdmsyipBACeZdSQDum3urOHLWNTZNa8aO3UfQyBy887CXHb HyidAAOxrn4DeGXq9q6qvXLhLu5X+KrSLuH751rTgGbCkvScX3fo/5viNFS7d5O5zfBv CQJbTpIvi0gqtcJgXHuQcjijBMV5M0oHSGZrMK1zMhDiSv9sDKmsEWcgh7TtFbxXzQjf ihAMKugULZ1QrRkBYNc9AYGwQDAGtWQqya70XE1hVqrCOGLuxpWqKmxUWfya1gsaonzu Wchg== X-Gm-Message-State: ABUngvc5N7yw4n8E2H0vlaCrv2dgMHzu6anxv0xMj6/n8LgsOGlPzso96NBRoeI+RImRFErEjM2q9zn9AkOrRA== X-Received: by 10.107.164.3 with SMTP id n3mr23101780ioe.88.1477948671202; Mon, 31 Oct 2016 14:17:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.155.68 with HTTP; Mon, 31 Oct 2016 14:17:50 -0700 (PDT) From: Gordon Zaft Date: Mon, 31 Oct 2016 14:17:50 -0700 Message-ID: Subject: compiler issues To: freebsd-sparc64@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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: Mon, 31 Oct 2016 21:17:52 -0000 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 From owner-freebsd-sparc64@freebsd.org Mon Oct 31 23:12:05 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 DE47DC28BB6 for ; Mon, 31 Oct 2016 23:12:05 +0000 (UTC) (envelope-from syseng@gfsys.co.uk) Received: from cust-smtp-auth3.fasthosts.net.uk (smtp-out-60.livemail.co.uk [213.171.216.60]) by mx1.freebsd.org (Postfix) with ESMTP id 6985F1986 for ; Mon, 31 Oct 2016 23:12:03 +0000 (UTC) (envelope-from syseng@gfsys.co.uk) Received: from [192.9.200.226] (unknown [81.133.228.57]) by cust-smtp-auth3.fasthosts.net.uk (Postfix) with ESMTPA id B1F9B740ECE; Mon, 31 Oct 2016 23:11:55 +0000 (GMT) Message-ID: <5817CFBB.60305@gfsys.co.uk> Date: Mon, 31 Oct 2016 23:11:55 +0000 From: Chris User-Agent: Mozilla/5.0 (X11; SunOS sun4u; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: Gordon Zaft , freebsd-sparc64@freebsd.org Subject: Re: compiler issues References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Mon, 31 Oct 2016 23:12:06 -0000 On 10/31/16 21:17, 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. > Hi, To be sure, I always do bare bones install from ISO, to make sure everything is in sync. During the evaluation of the various versions since June, i've always done a fresh install and kept several previous system disks in case I need to refer back to any of them. I never use update at all, since it only takes an hour or so to reinstall from scratch. Ok, you then have to start again building packages of interest, but i'm doing this on a part time basis and time is not really an issue. 512 Mb may be a bit light for building gcc. The v215 here came with 8Gb memory, so never any problem in that regard. When I built vnc, the following packages built, including gcc (4.8.5.2), binutils etc, all of which built without issue, though it does take a few hours. Chris Exceprt from running log file: > FreeBSD Sparc, Bare Bones Vnc Remote X Desktop for Headless Sparc V215 > ---------------------------------------------------------------------- > Notes and Log, Chris Quayle, June-October 2016 > > * FreeBSD v215freebsd 11.0-RELEASE > FreeBSD 11.0-RELEASE #0 r306211: > Fri Sep 23 04:12:52 UTC 2016 > > root@releng2.nyi.freebsd.org: > /usr/obj/sparc64.sparc64/usr/src/sys/GENERIC sparc64 > > * Enable ssh and login as root > > * In /etc/rc.conf > sshd_enable="YES" > In /etc/ssh/ssh_config: > PermitRootLogin yes > > * Make ports index: > cd /usr/ports > make index > > * Setup ntp: > In rc.conf: > ntpd_enable="YES" Start ntpd at boot > ntpdate_enable="YES" > ntpd_sync_on_start="YES" Fast update on start > > rm /etc/periodic/daily/480.* > Don't need this, ntpd adaptively learns update schedule > > * Install bash: > cd /usr/ports/shells/bash > make install clean > > pkg-1.8.7_1 installed > dialog4ports-0.1.5_2 installed > gmake-lite-4.2.1 installed > perl5-5.20.3_15 installed > indexinfo-0.2.4 installed > help2man-1.43.3_1 installed > texinfo-6.1.20160425 installed > m4-1.4.17_1,1 installed > bison-2.7.1,1 installed > bash-4.3.46_1 installed > > * Copy /usr/local/bin/bash to /bin > * Update /etc/shells > * Change shell: chsh -s /bin/bash > > * Install vnc: > cd /usr/ports/net/vnc > make install clean > > gmp-5.1.3_3 installed > gmake-4.2.1 installed > patch-2.7.5 installed > mpfr-3.1.4 installed > binutils-2.25.1_3,1 installed > mpc-1.0.3 installed > gcc-4.8.5_2 installed > pkgconf-0.9.12_1 installed > xorg-macros-1.19.0 installed > inputproto-2.3.1 installed > bigreqsproto-1.1.2 installed > xcmiscproto-1.2.2 installed > xextproto-7.3.0 installed > xtrans-1.3.5 installed > kbproto-1.0.7 installed > xf86bigfontproto-1.2.0 installed > xproto-7.0.28 installed > libXau-1.0.8_3 installed > libXdmcp-1.1.2 installed > libcheck-0.10.0 installed > gettext-runtime-0.19.8.1 installed > gettext-tools-0.19.8.1 installed > libffi-3.2.1 installed > readline-6.3.8 installed > python27-2.7.12 installed > libxml2-2.9.4 installed > xcb-proto-1.11_1 installed > libpthread-stubs-0.3_6 installed > libgpg-error-1.23 installed > libgcrypt-1.7.3 installed > libxslt-1.1.29 installed > libxcb-1.11.1 installed > libX11-1.6.3,1 installed > libXext-1.3.3_1,1 installed > libICE-1.0.9_1,1 installed > libSM-1.2.2_3,1 installed > libXt-1.1.5,1 installed > libXpm-3.5.11_4 installed > recordproto-1.14.2 installed > fixesproto-5.0 installed > libXfixes-5.0.1_3 installed > libXi-1.7.6,1 installed > libXtst-1.2.2_3 installed > font-util-1.3.1 installed > libfontenc-1.1.3 installed > freetype2-2.6.3 installed > mkfontscale-1.1.2 installed > mkfontdir-1.0.7 installed > fontsproto-2.1.3,1 installed > libXfont-1.5.1,2 installed > bdftopcf-1.0.5 installed > expat-2.1.1_2 installed > fontconfig-2.12.1,1 installed > font-adobe-100dpi-1.0.3_3 installed > font-adobe-utopia-100dpi-1.0.4_3 installed > font-bh-100dpi-1.0.3_3 installed > font-bh-lucidatypewriter-100dpi-1.0.3_3 installed > font-bitstream-100dpi-1.0.3_3 installed > encodings-1.0.4_3,1 installed > xorg-fonts-100dpi-7.7 installed > font-adobe-75dpi-1.0.3_3 installed > font-adobe-utopia-75dpi-1.0.4_3 installed > font-bh-75dpi-1.0.3_3 installed > font-bh-lucidatypewriter-75dpi-1.0.3_3 installed > font-bitstream-75dpi-1.0.3_3 installed > xorg-fonts-75dpi-7.7 installed > font-cronyx-cyrillic-1.0.3_3 installed > font-misc-cyrillic-1.0.3_3 installed > font-screen-cyrillic-1.0.4_3 installed > font-winitzki-cyrillic-1.0.3_3 installed > xorg-fonts-cyrillic-7.7 installed > font-arabic-misc-1.0.3_3 installed > font-cursor-misc-1.0.3_3 installed > font-daewoo-misc-1.0.3_3 installed > font-dec-misc-1.0.3_3 installed > font-isas-misc-1.0.3_3 installed > font-jis-misc-1.0.3_3 installed > font-micro-misc-1.0.3_3 installed > font-misc-misc-1.1.2_3 installed > font-mutt-misc-1.0.3_3 installed > font-schumacher-misc-1.1.2_3 installed > font-sony-misc-1.0.3_3 installed > font-sun-misc-1.0.3_3 installed > xorg-fonts-miscbitmaps-7.7 installed > font-bh-ttf-1.0.3_3 installed > font-misc-meltho-1.0.3_3 installed > font-misc-ethiopic-1.0.3_3 installed > dejavu-2.35 installed > xorg-fonts-truetype-7.7_1 installed > font-adobe-utopia-type1-1.0.4_3 installed > font-bh-type1-1.0.3_3 installed > font-bitstream-type1-1.0.3_3 installed > font-ibm-type1-1.0.3_3 installed > font-xfree86-type1-1.0.4_3 installed > xorg-fonts-type1-7.7 installed > font-alias-1.0.3_3 installed > xorg-fonts-7.7_1 installed > rgb-1.0.6 installed > libXmu-1.1.2_3,1 installed > xauth-1.0.9_1 installed > vnc-4.1.3_10 installed From owner-freebsd-sparc64@freebsd.org Thu Nov 3 22:59:29 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 A082AC2E02C for ; Thu, 3 Nov 2016 22:59:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8FD041EA2 for ; Thu, 3 Nov 2016 22:59:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uA3MxTCM070221 for ; Thu, 3 Nov 2016 22:59:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-sparc64@FreeBSD.org Subject: [Bug 203381] [patch] mark mail/thunderbird BROKEN on sparc64 Date: Thu, 03 Nov 2016 22:59:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Feedback Timeout X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Thu, 03 Nov 2016 22:59:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D203381 Jan Beich (mail not working) changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Feedback Timeout Status|New |Closed --=20 You are receiving this mail because: You are on the CC list for the bug.=