From owner-freebsd-ports@FreeBSD.ORG Fri Sep 12 11:21:56 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6AB6BB30 for ; Fri, 12 Sep 2014 11:21:56 +0000 (UTC) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) (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 E716E181 for ; Fri, 12 Sep 2014 11:21:55 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id v6so658371lbi.41 for ; Fri, 12 Sep 2014 04:21:41 -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:content-type:content-transfer-encoding; bh=4eYzt9dpvk4J9E+CbvrLkgdfvUUQQmjLbAR63eeGL98=; b=WWwJsEigCzwsMNuVyJmQ7EkhYL5mOUUD1Slpel8tN+93kphQJt0uE69/G5Guan6Q3j 8t88xZ286z8on1VGjGUvNIlHAhJqikuViv0vJGqxw7MUNt8hKO8/JENqSBc1bRqI2Nen 6x8gc3ERk2jCZFPRooADm9dc9G7xqZ2KymUWNHtHlrI203s3VMI+tM5U7q0vt+6WvPJ6 95VsS6kINXodU8+rJ4saLMGQvgIyFCZ2DIvKlK4rcVDBUrEqyNQfM52zAVqNj0wBHp9i 0NlnZ/ZVDJ6le6EVDrJKECVbW23CnlqZI/Zl4r5RYrilCXJzrbkyzpiVs4X+bQzYdlkl r6tw== X-Gm-Message-State: ALoCoQlTOCvlC6gD4x7Fh9TBGA3dxWiqLKyC+ZoVLrdF7MVHi67p8h8LhV0FAR7RBLyFZX39mzXI X-Received: by 10.112.35.44 with SMTP id e12mr7637376lbj.13.1410520901032; Fri, 12 Sep 2014 04:21:41 -0700 (PDT) Received: from [192.168.1.2] ([89.169.173.68]) by mx.google.com with ESMTPSA id x6sm1176881lag.16.2014.09.12.04.21.39 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 12 Sep 2014 04:21:40 -0700 (PDT) Message-ID: <5412D743.70005@freebsd.org> Date: Fri, 12 Sep 2014 15:21:39 +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: Can't build lang/gcc port on i386: segmentation fault Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Cc: ports@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 11:21:56 -0000 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/