From owner-freebsd-current@FreeBSD.ORG Tue Nov 26 17:47:28 2013 Return-Path: Delivered-To: freebsd-current@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 87F547D5 for ; Tue, 26 Nov 2013 17:47:28 +0000 (UTC) Received: from mail-lb0-x22b.google.com (mail-lb0-x22b.google.com [IPv6:2a00:1450:4010:c04::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 153E12059 for ; Tue, 26 Nov 2013 17:47:27 +0000 (UTC) Received: by mail-lb0-f171.google.com with SMTP id q8so4807455lbi.30 for ; Tue, 26 Nov 2013 09:47:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:disposition-notification-to:date:from:user-agent :mime-version:to:subject:content-type:content-transfer-encoding; bh=q57hRNQ+Pxeu4IpKaIr/IIKiU3f2IvGqs1GL/Cg2PJ8=; b=zIJx1KEYIrrAgY3qVcTjdGMZHLkMSjh1atVbBIByNYAzQnVuHA1vMfAUZonDlwG/8W UHZ8apd1ppLduBtOIeNE3lcqiEdeqPuydnbPARk7O3zJlP/kYGlZH0K+U/IiwoOSivqO 9ClXTvJjOFJqtQC8L0I7pj4l9nGdeJi6dSsXA8r9W7TpGaYDeRh5nR4fsW+UGAblH03P qtJJqm5dxSV3MZSxJ2Wqh89narsS6aF3YJscVQYx10VR6034ExGx0lnFag+0ckqQ6M6P McyKycx89a3CkmMFd323jiAmJK7ToGNe5I+YWIumuXiB1bwwgmHJfzshjtiZWgYcHBLc pXjw== X-Received: by 10.112.133.104 with SMTP id pb8mr25975242lbb.22.1385488046137; Tue, 26 Nov 2013 09:47:26 -0800 (PST) Received: from scorpion.kiev.ua ([78.111.187.138]) by mx.google.com with ESMTPSA id go4sm42626995lbc.3.2013.11.26.09.47.24 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 26 Nov 2013 09:47:25 -0800 (PST) Message-ID: <5294DEAA.5070308@gmail.com> Date: Tue, 26 Nov 2013 19:47:22 +0200 From: Alexander Panyushkin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: lang/gcc not build Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 17:47:28 -0000 #portmaster lang/gcc [...] cd /usr/ports/lang/gcc/work/gcc-4.6.4 ; contrib/gcc_update --touch configure: loading site script /usr/ports/Templates/config.site checking build system type... x86_64-portbld-freebsd10.0 checking host system type... x86_64-portbld-freebsd10.0 checking target system type... x86_64-portbld-freebsd10.0 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether ln works... yes checking whether ln -s works... yes checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for gawk... (cached) /usr/bin/awk checking for gcc... gcc46 checking for C compiler default output file name... configure: error: in `/usr/ports/lang/gcc/work/build': configure: error: C compiler cannot create executables See `config.log' for more details. ===> Script "../gcc-4.6.4/configure" failed unexpectedly. Please report the problem to gerald@FreeBSD.org [maintainer] and attach the "/usr/ports/lang/gcc/work/build/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 ############################################# /etc/make.conf .if ${.CURDIR:N*/ports/lang/gcc*} == "" CFLAGS= -O2 -march=athlon64-sse3 -mtune=athlon64-sse3 -pipe -Wformat CPPFLAGS+= -D_FORTIFY_SOURCE=2 USE_GCC=4.6 .endif #pkg info -ix gcc gcc-4.6.3 gcc-ecj-4.5 gccmakedep-1.0.2_1 -- Alexander