From owner-freebsd-sparc64@freebsd.org Tue Nov 8 20:53:26 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 35A9DC37B79 for ; Tue, 8 Nov 2016 20:53:26 +0000 (UTC) (envelope-from gordonzaft@gmail.com) Received: from mail-it0-x22f.google.com (mail-it0-x22f.google.com [IPv6:2607:f8b0:4001:c0b::22f]) (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 02D97AE6 for ; Tue, 8 Nov 2016 20:53:26 +0000 (UTC) (envelope-from gordonzaft@gmail.com) Received: by mail-it0-x22f.google.com with SMTP id e187so173799691itc.0 for ; Tue, 08 Nov 2016 12:53:25 -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=Pasv3KtQeZIhZaE8rSa00lBV0xeXghz7AFoIz5n5EJI=; b=ppNkduJRI2KPxnv1eg/gu5N6vfHCTjzf94zyF4KC3CAP9Fyygj90incXAhKDojOlVj +3jnhS+8vIGRP38/AYZrV76jGCjFblKko0UMUqc5PvEKn68HZTeO4MCC7Nb6Tmj10Szy 6+LhC2PQY4fNO1XQ5brGXGvmG0RsT57Pi7KOsSOLajzF/SapKGltMvzY3Qa9SwwOqpNi jb2X0uiBP8MxjFNKVFkEHbiqwiyyi8JU6c0kIK9PKw62KP8XkynxLi2KeSvVJshQTI2b Hc70u1SCeab+dWaFNFXkUfkrHDhYK2Na+zUQlbTp+ad2BdIi/uk+/Nv2+yLd+I6/1SSv 3hQQ== 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=Pasv3KtQeZIhZaE8rSa00lBV0xeXghz7AFoIz5n5EJI=; b=UTyqsdFvDNWIuywD5m7PwIYV1IJZ8Lgn9FBQPR+zTixRbKtz7q52EejqNMjHICkkrk BwdTsa8+y4J5baA4Tp5Ph6wz6pH57OtDpRmGWPFtvSEhkf0qiD3l3O7IqFAnmjAHyN5g s1zf33ROrv4d4Zk8UscdrDU4D4Db4d0M5gKWgup9Lst0YjgdMLtxY3I/cz9TGdxdtl5D 66mr28zQ4EcC4NtwuwXckLo7ZDrUiD8eWJDchKwFp5CWUavhm7X3Oq7jcZ4kYjk7eugP TyioUcSeQayMKlRSYl0suVq2/hjp7mr11H5JIfiBH6tCu3LWCvH9s12XAP4+AQcRdZ04 nduw== X-Gm-Message-State: ABUngvffuf2sknesaF4BD1aIA3IHT5EP9N2yPKJMImKpKPYj+PvSDDkH7NZ19HsZ3TYCWulhuOeQfRDX3nW2XQ== X-Received: by 10.107.35.138 with SMTP id j132mr14239361ioj.29.1478638402780; Tue, 08 Nov 2016 12:53:22 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.155.68 with HTTP; Tue, 8 Nov 2016 12:53:21 -0800 (PST) In-Reply-To: <5817CFBB.60305@gfsys.co.uk> References: <5817CFBB.60305@gfsys.co.uk> From: Gordon Zaft Date: Tue, 8 Nov 2016 13:53:21 -0700 Message-ID: Subject: Re: compiler issues To: Chris Cc: 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: Tue, 08 Nov 2016 20:53:26 -0000 I am still experiencing these segmentation faults. Here's another one building VIM: cc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread -DLIBICONV_PLUG -I/usr/local/include -O2 -pipe -DLIBICONV_PLUG -fno-strict-aliasing -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/regexp.o regexp.c regexp_nfa.c: In function 'nfa_regatom': regexp_nfa.c:2013: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. *** Error code 1 I also got a similar error building llvm37, this time on a nice shiny Sun Blade 2000 I got with 4 GB RAM. That was running gcc48, not 4.2.1, was a fresh install of 11.0-RELEASE-p1. G On Mon, Oct 31, 2016 at 4:11 PM, Chris wrote: > 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 >> > -- Gordon Zaft Province 35 Governor Phi Mu Alpha Sinfonia Fraternity gordonzaft@gmail.com From owner-freebsd-sparc64@freebsd.org Wed Nov 9 16:21:22 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 8815EC37D36 for ; Wed, 9 Nov 2016 16:21:22 +0000 (UTC) (envelope-from instructionset@gmail.com) Received: from mail-yw0-x22d.google.com (mail-yw0-x22d.google.com [IPv6:2607:f8b0:4002:c05::22d]) (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 496AB320 for ; Wed, 9 Nov 2016 16:21:22 +0000 (UTC) (envelope-from instructionset@gmail.com) Received: by mail-yw0-x22d.google.com with SMTP id l124so207780289ywb.3 for ; Wed, 09 Nov 2016 08:21:22 -0800 (PST) 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=LAdLzbClGmMXxns/sTg5A7VW0PpXXosbdHXkhZHZToU=; b=KdlRmHJ3BNDHYe4hkPBL0GA3NxjkCoaSf7DPdQU1uaa+fbMbt4rwbpZe344q/MP0w6 tIklThjK6MAtuuXTsAfZcSJwcfZ5wD/IkyV6vUEs0ja8dXQ4mpBdqLtBcj+gS2Za5PdB IuQ8Td5lFFOBel26DCGeZ7ow1kzWV7Q2A+70k8gtYkmyzUEyQJ+41RQjB9NEC6dDu1WW Sdtby6sn84FbL5xarGoaSu6VJwFfNgtnHPpvqC9UoKYXJ7+/9yAA3gMWmUv6ALjMM3ph 4JcBVAw8ySlw77LJ37XQGmsAogUT+XPxsCmq48wK//CNCyanewmemPMCHBA/9XfKp7VT ZXNw== 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=LAdLzbClGmMXxns/sTg5A7VW0PpXXosbdHXkhZHZToU=; b=B1lC+e4dZSbVkJCvZ7Vm4vOn2Mxav8D3ol8oVCnxyhEMo6j4fVYTYRiuQsEnSgqq8I 3SELeZJX69HDFdOdPYwQ3mK2y6pDwuDef1gV9qWqRwuldTzHW9PYUDVZlbSicuvBdZdW 6blcD5nOdSkBjodvrWYEnzcNM3OBc6hZLIlCbwpn0JWlRau3fQp/Wa4x5E0OUjgtA+/d FSMMWTpcJ/CQ4vM/F4I6MQY9FXLoZVE0Zh545aGEX3xuh8dhjI+3jkPeHpBrQLvBEi8Q MUEdWfG2CB6eJCtFTZemfx7MVeIqaW+YNLcq7qY9lb7euNCmvX+evOKgGa7Dv4DEMey1 fLNQ== X-Gm-Message-State: ABUngvfKQUKdSVqKmmfk95Bx69af0e8gEnOP+TGK+sISr2PtscpH/sRwxuV4BHb4Qiwr1KplZjKvW/YVhSSMBA== X-Received: by 10.129.56.10 with SMTP id f10mr408900ywa.45.1478708481303; Wed, 09 Nov 2016 08:21:21 -0800 (PST) MIME-Version: 1.0 Received: by 10.13.241.193 with HTTP; Wed, 9 Nov 2016 08:21:20 -0800 (PST) From: Bill Sorenson Date: Wed, 9 Nov 2016 10:21:20 -0600 Message-ID: Subject: GCC Bootstrap FreeBSD 11.0 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: Wed, 09 Nov 2016 16:21:22 -0000 I just want to report on my experience bootstrapping GCC 6.2.0 on a Sunfire V245 running 11.0 I was unable to do a direct full bootstrap with the system compiler which I sort of expected. What I had to do was build gcc47 from ports (not doing a full bootstrap) and then build gcc6 with that, again not a full bootstrap. Finally I rebuilt gcc6 with itself again. Any time I did a full bootstrap I got stage 2 to 3 comparison errors. I'm not quite sure why, I have never had that problem on sparc64 before. I was also unable to cleanly bootstrap anything newer than gcc47 with the system compiler (something else I don't recall previously having issues with). So far with gcc 6.2.0 I have had no issues of note. I am using the line LDFLAGS=-Wl,-rpath=/usr/local/lib/gcc6 in my make.conf in the block that specifies using gcc6 in ports. This may not be a good idea, I'm not sure but it has worked for me thus far. There were some ABI changes in GCC on sparc64 some time ago so I figured best to use gcc6 libs on anything built by gcc6. If anyone has any better advice on this I'd love to hear it. -Bill From owner-freebsd-sparc64@freebsd.org Fri Nov 11 18:37:27 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 8BC61C3B23D for ; Fri, 11 Nov 2016 18:37:27 +0000 (UTC) (envelope-from gordonzaft@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 6CAF614BD for ; Fri, 11 Nov 2016 18:37:27 +0000 (UTC) (envelope-from gordonzaft@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 68F5FC3B23C; Fri, 11 Nov 2016 18:37:27 +0000 (UTC) Delivered-To: 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 688D7C3B23B for ; Fri, 11 Nov 2016 18:37:27 +0000 (UTC) (envelope-from gordonzaft@gmail.com) Received: from mail-it0-x22a.google.com (mail-it0-x22a.google.com [IPv6:2607:f8b0:4001:c0b::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 3443014BC for ; Fri, 11 Nov 2016 18:37:27 +0000 (UTC) (envelope-from gordonzaft@gmail.com) Received: by mail-it0-x22a.google.com with SMTP id q124so139443209itd.1 for ; Fri, 11 Nov 2016 10:37:27 -0800 (PST) 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=d77ZDGn2N7thz+zai0Wzh9W9FsJ/TzlOs4dGfnF5+F0=; b=EXjkMu1V7GY4/bp/Rje0grG5HABAClRZMBeGhhHr7ZBI7wG4tFQaiRPl26ZMWmNuQI ipkvmAVhBjUS1BmzwCKfGB/jbhjSvjCrVWcwzJAylXBBeRNl2QGvCWma+peHZLsCrKzA XfHbBgweC1HYopVgLQLRwwX9HOON0OdGj+7+tkhGJjLmx8750L8PQTFmSJLqAOlmK2EZ nT3tYlEjnPUXbQTZ60RxiRGpmz68WM7x0BT7hKQRs4QDoqvbJZThZ4yStOmkT6GRjlia GPD5n+p3EPtDBFlaYxuYgSVXFygNdlDWWjax7Dnrjwg52PS2KFd67wqEV0t1aik591ba dQ6Q== 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=d77ZDGn2N7thz+zai0Wzh9W9FsJ/TzlOs4dGfnF5+F0=; b=TuFU2FpTjwC9dfUdM3IBLF2XHyRSDECJvvCExGN/QCMl+BwkS8IT7pySrW0pwEHnzS 2DJxFoQFXPBsYDAo7DG7HiLWljAGN9bKJRevua4ZBXZVH4bns2cUhqDXNvnXtNgxRKax 9SSEuthn1YnftECk8H4r0NIQxRQw4w153TM+U1KtG02F3MuYQJHTHEiW25AF216eyYtJ 3ahUPq/OJxDKB1Qazy5vMZBuNS7QZQWMO4dr0bWGRrwhk+O6Fpat9P7MSkL03FFtZ6Ku ry/IFKeBOevfiwBS4nDhvXilRsgcWZaERJz0WAZoMVut35I9hg1r9cW99ngRpX4WUr51 yBzg== X-Gm-Message-State: ABUngveOwvHlRml3FXe4BlQmKXqiqosO2EDLlHtpQgt6IbhNNHYYN3u/Zd5ddIw+xpwOOT6KjdoY2TDL2BN0gw== X-Received: by 10.107.7.168 with SMTP id g40mr9739190ioi.114.1478889446133; Fri, 11 Nov 2016 10:37:26 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.155.68 with HTTP; Fri, 11 Nov 2016 10:37:25 -0800 (PST) From: Gordon Zaft Date: Fri, 11 Nov 2016 11:37:25 -0700 Message-ID: Subject: lang/spidermonkey17 won't build on Sun Blade 2000 /stock 7.0.2 To: 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: Fri, 11 Nov 2016 18:37:27 -0000 I'm trying to build MATE on my SB2K with a stock 7.0.2. After about 24 hours of churning I got the following error in lang/spidermonkey17: jsalloc.cpp c++ -o jsalloc.o -c -fvisibility=hidden -DIMPL_MFBT -DEXPORT_JS_API -DNO_NSPR_10_SUPPORT -DUSE_ZLIB -I./../../mfbt/double-conversion -I. -I. -I./dist/include -I/usr/pkg/include/nspr -I. -I./assembler -I./yarr -fPIC -DPIC -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/nspr -pedantic -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wno-ctor-dtor-privacy -Wno-overlength-strings -Wno-invalid-offsetof -Wno-variadic-macros -Wno-long-long -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/nspr -Dunix -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -pthread -pipe -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/nspr -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/jsalloc.o.pp /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/jsalloc.cpp In file included from /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/jsapi.h:23:0, from /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/jscntxt.h:17, from /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/jsalloc.cpp:9: /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/jsval.h:307:13: error: 'jsuword' does not name a type jsuword word; ^ In file included from /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/jspropertycache.h:15:0, from /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/jscntxt.h:23, from /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/jsalloc.cpp:9: /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/vm/String.h:398:24: warning: inline function 'static void JSString::writeBarrierPost(JSString*, void*)' used but never defined [enabled by default] static inline void writeBarrierPost(JSString *str, void *addr); ^ /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/vm/String.h:397:24: warning: inline function 'static void JSString::writeBarrierPre(JSString*)' used but never defined [enabled by default] static inline void writeBarrierPre(JSString *str); ^ config/rules.mk:1017: recipe for target 'jsalloc.o' failed gmake[1]: *** [jsalloc.o] Error 1 gmake[1]: Leaving directory '/usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src' config/rules.mk:576: recipe for target 'all' failed gmake: *** [all] Error 2 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/lang/spidermonkey17 *** Error code 1 Stop. make: stopped in /usr/pkgsrc/lang/spidermonkey17 This is with the stock gcc, 4.8.4 and most recent (this morning) pkgsrc. File a bug? I'd appreciate if someone would tell me what SOP is for this stuff. Thanks! G -- Gordon Zaft Province 35 Governor Phi Mu Alpha Sinfonia Fraternity gordonzaft@gmail.com From owner-freebsd-sparc64@freebsd.org Sat Nov 12 01:32:58 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 2332BC3A7CD for ; Sat, 12 Nov 2016 01:32:58 +0000 (UTC) (envelope-from lidl@pix.net) Received: from hydra.pix.net (hydra.pix.net [IPv6:2001:470:e254:11::4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.pix.net", Issuer "Pix.Com Technologies LLC CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id F34711865 for ; Sat, 12 Nov 2016 01:32:57 +0000 (UTC) (envelope-from lidl@pix.net) Received: from torb.pix.net (torb.pix.net [192.168.16.32]) (authenticated bits=0) by hydra.pix.net (8.16.0.19/8.15.2) with ESMTPA id uAC1WuPl044845; Fri, 11 Nov 2016 20:32:56 -0500 (EST) (envelope-from lidl@pix.net) Subject: Re: lang/spidermonkey17 won't build on Sun Blade 2000 /stock 7.0.2 To: freebsd-sparc64@freebsd.org References: From: Kurt Lidl Message-ID: Date: Fri, 11 Nov 2016 20:32:56 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; 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: Sat, 12 Nov 2016 01:32:58 -0000 On 11/11/16 1:37 PM, Gordon Zaft wrote: > I'm trying to build MATE on my SB2K with a stock 7.0.2. After about 24 > hours of churning I got the following error in lang/spidermonkey17: > > jsalloc.cpp > > c++ -o jsalloc.o -c -fvisibility=hidden -DIMPL_MFBT -DEXPORT_JS_API > -DNO_NSPR_10_SUPPORT -DUSE_ZLIB -I./../../mfbt/double-conversion -I. -I. > -I./dist/include -I/usr/pkg/include/nspr -I. -I./assembler -I./yarr > -fPIC -DPIC -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/nspr > -pedantic -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type > -Wtype-limits -Wempty-body -Wno-ctor-dtor-privacy -Wno-overlength-strings > -Wno-invalid-offsetof -Wno-variadic-macros -Wno-long-long -O2 > -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/nspr -Dunix -fno-rtti > -ffunction-sections -fdata-sections -fno-exceptions -pthread -pipe > -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 > -DENABLE_ASSEMBLER=1 -I/usr/include -I/usr/pkg/include > -I/usr/pkg/include/nspr -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF > .deps/jsalloc.o.pp > /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/jsalloc.cpp > > In file included from > /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/jsapi.h:23:0, > > from > /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/jscntxt.h:17, > > from > /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/jsalloc.cpp:9: > > /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/jsval.h:307:13: > error: 'jsuword' does not name a type > > jsuword word; > > ^ > > In file included from > /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/jspropertycache.h:15:0, > > from > /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/jscntxt.h:23, > > from > /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/jsalloc.cpp:9: > > /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/vm/String.h:398:24: > warning: inline function 'static void JSString::writeBarrierPost(JSString*, > void*)' used but never defined [enabled by default] > > static inline void writeBarrierPost(JSString *str, void *addr); > > ^ > > /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/vm/String.h:397:24: > warning: inline function 'static void JSString::writeBarrierPre(JSString*)' > used but never defined [enabled by default] > > static inline void writeBarrierPre(JSString *str); > > ^ > > config/rules.mk:1017: recipe for target 'jsalloc.o' failed > > gmake[1]: *** [jsalloc.o] Error 1 > > gmake[1]: Leaving directory > '/usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src' > > config/rules.mk:576: recipe for target 'all' failed > > gmake: *** [all] Error 2 > > *** Error code 2 > > > Stop. > > make[1]: stopped in /usr/pkgsrc/lang/spidermonkey17 > > *** Error code 1 > > > Stop. > > make: stopped in /usr/pkgsrc/lang/spidermonkey17 > > > This is with the stock gcc, 4.8.4 and most recent (this morning) pkgsrc. > > > File a bug? I'd appreciate if someone would tell me what SOP is for this > stuff. Thanks! > > > G > Are you sure this is FreeBSD you're running, and not NetBSD? 7.0.2 looks like a current version of NetBSD, but 11.0 is the current version of FreeBSD. Also, /usr/pkgsrc is a NetBSD thing, whereas /usr/ports is what FreeBSD does... -Kurt From owner-freebsd-sparc64@freebsd.org Sat Nov 12 01:50:33 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 BAC78C3C74B for ; Sat, 12 Nov 2016 01:50:33 +0000 (UTC) (envelope-from gordonzaft@gmail.com) Received: from mail-oi0-x236.google.com (mail-oi0-x236.google.com [IPv6:2607:f8b0:4003:c06::236]) (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 7E8B2815 for ; Sat, 12 Nov 2016 01:50:33 +0000 (UTC) (envelope-from gordonzaft@gmail.com) Received: by mail-oi0-x236.google.com with SMTP id z62so3352193oiz.1 for ; Fri, 11 Nov 2016 17:50:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=supoicH5oNggilXk9vj+39H/Fam4QWn2DJQt+MOJer8=; b=kynSAeudzAaToBxEmHeYNdiSUaZqJeqT9Xn0TA3hzGkqk5QAFKHmzdWURO9nlTGW2X dH6tzBoVX+WfhxweCUeJGeMkLa4HShuT8fhdPJG7ql1af6XyZ8b6Zud8qqVc+YbS3+Cx f/XVsv7FkeA8cC1wLZql4g9wgMEL2u/NPTVBU4eE4Mxqkr4/mjjJAWkPTpZTLpz8r90B Pbciuzkjr4rovqTRc9gsRzbdrusUqoVJDp/wnus5ZwGyWL+5b69znm8rpWSNttfwZ1Xg LRCyPrHyHA6HqszcyPiZlTgd9C7euNO6jrkefS/kVxOmrnBFJtwZoXCEoiDT5M3Go7NW bmHA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=supoicH5oNggilXk9vj+39H/Fam4QWn2DJQt+MOJer8=; b=J/YhUIcodpy0CMaIAOg/sYKNYXJXrhBVseNhPC8cpXGfO69c1Mn5VbOelC8wOdMIRQ gDtekq2Lo/EW/Q8cHGir+xN/ZUaDvmyczFA9smRExq/Tdyez6fHGYg6YR2S7mAh6B7sJ p/TzlKK0855dwTuY3zK9GegzoB8B0JByA/H2pRsy85xE8HM3W8SCUBi8DAvWzFsW8WgX j9TYCxd9vVuskSB5YzPgs463+NVBx9BsUBLSK5+uTD06kR87jzyXwhVb157/8WoHZGXi FTLfN4E7O9dzPWEiQsE2qhGweAYlp6/5zU8aFyFnkj0ZP/7yYF9wHQTEJtUMU1ueiMDZ lw2Q== X-Gm-Message-State: ABUngvdTxueLw5LxNJYeXaIJc6blculbEkHhxrpB4fGFfPo5LiiyHajWPLyXJd8GdFI9Fw== X-Received: by 10.202.186.2 with SMTP id k2mr2775048oif.11.1478915432658; Fri, 11 Nov 2016 17:50:32 -0800 (PST) Received: from [11.75.220.3] (66-87-68-3.pools.spcsdns.net. [66.87.68.3]) by smtp.gmail.com with ESMTPSA id j61sm3848450otc.26.2016.11.11.17.50.29 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 11 Nov 2016 17:50:32 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: lang/spidermonkey17 won't build on Sun Blade 2000 /stock 7.0.2 From: Gordon X-Mailer: iPhone Mail (14A456) In-Reply-To: Date: Fri, 11 Nov 2016 18:50:21 -0700 Cc: freebsd-sparc64@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <9ADCA143-7F0D-4977-BB0E-47B773203BBD@gmail.com> References: To: Kurt Lidl 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: Sat, 12 Nov 2016 01:50:33 -0000 Whoops wrong list! Sorry! Sent from my iPhone > On Nov 11, 2016, at 6:32 PM, Kurt Lidl wrote: >=20 >> On 11/11/16 1:37 PM, Gordon Zaft wrote: >> I'm trying to build MATE on my SB2K with a stock 7.0.2. After about 24 >> hours of churning I got the following error in lang/spidermonkey17: >>=20 >> jsalloc.cpp >>=20 >> c++ -o jsalloc.o -c -fvisibility=3Dhidden -DIMPL_MFBT -DEXPORT_JS_API >> -DNO_NSPR_10_SUPPORT -DUSE_ZLIB -I./../../mfbt/double-conversion -I. -I. >> -I./dist/include -I/usr/pkg/include/nspr -I. -I./assembler -I./yarr= >> -fPIC -DPIC -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/nspr >> -pedantic -Wall -Wpointer-arith -Woverloaded-virtual -Werror=3Dreturn-typ= e >> -Wtype-limits -Wempty-body -Wno-ctor-dtor-privacy -Wno-overlength-strings= >> -Wno-invalid-offsetof -Wno-variadic-macros -Wno-long-long -O2 >> -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/nspr -Dunix -fno-rtt= i >> -ffunction-sections -fdata-sections -fno-exceptions -pthread -pipe >> -DNDEBUG -DTRIMMED -g -O -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=3D1 >> -DENABLE_ASSEMBLER=3D1 -I/usr/include -I/usr/pkg/include >> -I/usr/pkg/include/nspr -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF >> .deps/jsalloc.o.pp >> /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/jsalloc.cpp >>=20 >> In file included from >> /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/jsapi.h:23:0, >>=20 >> from >> /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/jscntxt.h:17, >>=20 >> from >> /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/jsalloc.cpp:9: >>=20 >> /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/jsval.h:307:13: >> error: 'jsuword' does not name a type >>=20 >> jsuword word; >>=20 >> ^ >>=20 >> In file included from >> /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/jspropertycache.h= :15:0, >>=20 >> from >> /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/jscntxt.h:23, >>=20 >> from >> /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/jsalloc.cpp:9: >>=20 >> /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/vm/String.h:398:2= 4: >> warning: inline function 'static void JSString::writeBarrierPost(JSString= *, >> void*)' used but never defined [enabled by default] >>=20 >> static inline void writeBarrierPost(JSString *str, void *addr); >>=20 >> ^ >>=20 >> /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/vm/String.h:397:2= 4: >> warning: inline function 'static void JSString::writeBarrierPre(JSString*= )' >> used but never defined [enabled by default] >>=20 >> static inline void writeBarrierPre(JSString *str); >>=20 >> ^ >>=20 >> config/rules.mk:1017: recipe for target 'jsalloc.o' failed >>=20 >> gmake[1]: *** [jsalloc.o] Error 1 >>=20 >> gmake[1]: Leaving directory >> '/usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src' >>=20 >> config/rules.mk:576: recipe for target 'all' failed >>=20 >> gmake: *** [all] Error 2 >>=20 >> *** Error code 2 >>=20 >>=20 >> Stop. >>=20 >> make[1]: stopped in /usr/pkgsrc/lang/spidermonkey17 >>=20 >> *** Error code 1 >>=20 >>=20 >> Stop. >>=20 >> make: stopped in /usr/pkgsrc/lang/spidermonkey17 >>=20 >>=20 >> This is with the stock gcc, 4.8.4 and most recent (this morning) pkgsrc.= >>=20 >>=20 >> File a bug? I'd appreciate if someone would tell me what SOP is for this= >> stuff. Thanks! >>=20 >>=20 >> G >>=20 >=20 > Are you sure this is FreeBSD you're running, and not NetBSD? >=20 > 7.0.2 looks like a current version of NetBSD, but 11.0 is the current > version of FreeBSD. >=20 > Also, /usr/pkgsrc is a NetBSD thing, whereas /usr/ports is what FreeBSD > does... >=20 > -Kurt >=20 > _______________________________________________ > 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"= From owner-freebsd-sparc64@freebsd.org Sat Nov 12 02:06:43 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 743E2C3C140 for ; Sat, 12 Nov 2016 02:06:43 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [192.108.105.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "StartCom Class 2 IV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 54265127D for ; Sat, 12 Nov 2016 02:06:42 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (bones.soaustin.net [192.108.105.22]) by mail.soaustin.net (Postfix) with ESMTPSA id D352D3A2; Fri, 11 Nov 2016 20:06:36 -0600 (CST) Date: Fri, 11 Nov 2016 20:06:35 -0600 From: Mark Linimon To: Gordon Cc: Kurt Lidl , freebsd-sparc64@freebsd.org Subject: Re: lang/spidermonkey17 won't build on Sun Blade 2000 /stock 7.0.2 Message-ID: <20161112020635.GA30610@lonesome.com> References: <9ADCA143-7F0D-4977-BB0E-47B773203BBD@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9ADCA143-7F0D-4977-BB0E-47B773203BBD@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) 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: Sat, 12 Nov 2016 02:06:43 -0000 On Fri, Nov 11, 2016 at 06:50:21PM -0700, Gordon wrote: > Whoops wrong list! > > Sorry! Well, it doesn't build on FreeBSD either: "fails to link". I am swapping out a failing hard drive right now so I can't pull up the errorlog. mcl