From owner-freebsd-ports@FreeBSD.ORG Fri Sep 12 12:11:48 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 496BE576 for ; Fri, 12 Sep 2014 12:11:48 +0000 (UTC) Received: from mail-lb0-f173.google.com (mail-lb0-f173.google.com [209.85.217.173]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C38A4867 for ; Fri, 12 Sep 2014 12:11:47 +0000 (UTC) Received: by mail-lb0-f173.google.com with SMTP id w7so768078lbi.4 for ; Fri, 12 Sep 2014 05:11:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=aFu78foKtqz5DfKdYYATOy5E8r1UdochOwfd3CPKDmg=; b=Nmyz/alIbhhamgXBr0yKBkjenYI45IWDMXLxWvpw57Gu9deZFBRbRGSCDOO0seexNI u0Y2gEeWJncmDW7bpFvNm/YFrMWXeQTstyoDOt0+rVvYzYEKnPLGERRpS6yqnFozz2EH oLf4oD9soIddbslCI6ohnEBwRZm9td3UbvCHdiXM5Kg+pQ+5Lrsua+4gAt0xqFceb8so 7/9B5hexRTVwSDWgu3povfowggTmy+tkK+qus+Qqj60UBKfrMOGeACbArIkKKMDC8NRj k7cw5n6w9rYhgVsxdx5hmCRMwOOGtrQ1HE+b0StG4jXPRhPpA0cbEznDt/N3Y4lc4gPW VioQ== X-Gm-Message-State: ALoCoQn7kXeTZRo49vG5d5W5uwrka+9vo/KZvL/U/qGkNSt3QYK8EywVu9S9ZI280VvdmK/thAm0 X-Received: by 10.112.161.70 with SMTP id xq6mr8166096lbb.49.1410523899244; Fri, 12 Sep 2014 05:11:39 -0700 (PDT) Received: from [192.168.1.2] ([89.169.173.68]) by mx.google.com with ESMTPSA id sr4sm1207991lac.39.2014.09.12.05.11.38 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 12 Sep 2014 05:11:38 -0700 (PDT) Message-ID: <5412E2F7.8000602@freebsd.org> Date: Fri, 12 Sep 2014 16:11:35 +0400 From: Andrey Chernov User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-Version: 1.0 To: gerald@FreeBSD.org Subject: Re: Can't build lang/gcc port on i386: segmentation fault References: <5412D743.70005@freebsd.org> In-Reply-To: <5412D743.70005@freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, dim@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2014 12:11:48 -0000 It was without BOOTSTRAP and JAVA. With BOOTSTRAP it builds fine, so apparently some incompatibilities with clang happens. On 12.09.2014 15:21, Andrey Chernov wrote: > With recent ports tree on stable-10 i386 attempting to build lang/gcc always cause segfault at this place. Log below. Any ideas? > > libtool: compile: /usr/ports/lang/gcc/work/build/./gcc/xgcc -B/usr/ports/lang/gcc/work/build/./gcc/ -B/usr/local/i386-portbld-freebsd10.1/bin/ -B/usr/local/i386-portbld-freebsd10.1/lib/ -isystem /usr/local/i386-portbld-freebsd10.1/include -isystem /usr/local/i386-portbld-freebsd10.1/sys-include -DHAVE_CONFIG_H -I. -I../.././../gcc-4.8.3/libquadmath -g -O2 -pipe -march=core2 -DLIBICONV_PLUG -fno-strict-aliasing -MT strtod/strtoflt128.lo -MD -MP -MF strtod/.deps/strtoflt128.Tpo -c ../.././../gcc-4.8.3/libquadmath/strtod/strtoflt128.c -fPIC -DPIC -o strtod/.libs/strtoflt128.o > In file included from /usr/ports/lang/gcc/work/gcc-4.8.3/libstdc++-v3/include/precompiled/stdc++.h:94:0: > /usr/ports/lang/gcc/work/build/i386-portbld-freebsd10.1/libstdc++-v3/include/valarray:1233:1: internal compiler error: Segmentation fault > } // namespace > ^ > no stack trace because unwind library not available > Please submit a full bug report, > with preprocessed source if appropriate. > See for instructions. > gmake[6]: *** [i386-portbld-freebsd10.1/bits/stdc++.h.gch/O2g.gch] Error 1 -- http://ache.vniz.net/