From owner-freebsd-ports@FreeBSD.ORG Thu Oct 10 00:24:09 2013 Return-Path: Delivered-To: freebsd-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 ESMTP id A4F6C9F4 for ; Thu, 10 Oct 2013 00:24:09 +0000 (UTC) (envelope-from jrluiscarlos@yahoo.com.br) Received: from nm8-vm3.bullet.mail.gq1.yahoo.com (nm8-vm3.bullet.mail.gq1.yahoo.com [98.136.218.226]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 709EF212C for ; Thu, 10 Oct 2013 00:24:09 +0000 (UTC) Received: from [98.137.12.188] by nm8.bullet.mail.gq1.yahoo.com with NNFMP; 10 Oct 2013 00:22:23 -0000 Received: from [208.71.42.199] by tm9.bullet.mail.gq1.yahoo.com with NNFMP; 10 Oct 2013 00:22:23 -0000 Received: from [127.0.0.1] by smtp210.mail.gq1.yahoo.com with NNFMP; 10 Oct 2013 00:22:23 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com.br; s=s1024; t=1381364543; bh=g0mnCPkZ7HgHPitUy6CrzLodkAy/JEdTPgppNecjN+w=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Content-Type:To:Subject:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:User-Agent; b=R9GPhaJcegVAxQkj5fu7QarfPSm8Q4Sr6L6ukZIAadL34BfoZYnty+m3hwZzvqGKNeKpAeDycZlhYSmDlIsEogSllh6EwTW0kFu7qVssGKq/B/2kr+0XDS4i4J4tGqVOovW8vnDieh/K3SIKQjxuxU+WuB1LAbWf+DYiwhj0Z2Q= X-Yahoo-Newman-Id: 430633.35265.bm@smtp210.mail.gq1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: wwJE9zcVM1kHfXV6Sx1ElX3MhRlYIOmjcU5vy3pA4_6jo.Y mvwWlKb1C.glYeMXHVXZCIhRvOSCV4dU0fC8TcLWYCnmykgIgZczJNPWgg3p _Y43asK0DomQEcmno88lJBuekffEdAVdu3HF7cJxOH4lEoQYEiie1CZlZBO8 Dvslmap7uFVyu6VVpJUMBBqZp493wVgxCJFxz2VxERok1uV_qGuQQDSNJng8 VtKnE1uaLBBwmaRYohkB5pojXr20cya.PORrS.HkqpttRLKgf39GyBYcs5Yc dtSDtztjDWRv7yaDsbUXWVeOdgoCFnQ6_oeVsSVG0WRDsNBVeC2QNFfJazqR .RLNJRzZa06EYYF9jFGxqzY8WjFz4zEB5AW75BIXBJyfGW2cDmTsH0cy3k0D 3ftzYjqjEYXgtPhSGfaMPShNMoNFkOE3DMUNLzX3bGnBOG2eyF02A71zq2a7 MPSuxgDJxw9NlxcC5gB46Yb_EWP_SCcNzRzKrGwQru.S7th5pWT205kF7RaM iqD9.5SW9_iyuV8ZmzRWE6nb.hBaCBlr65QVJWXs9w5Il.QA.cCZsveU- X-Yahoo-SMTP: YsRMBY.swBBN7p8JGmfOsjOd_7OcXXblFQ-- X-Rocket-Received: from localhost (jrluiscarlos@177.34.172.154 with ) by smtp210.mail.gq1.yahoo.com with SMTP; 09 Oct 2013 17:22:23 -0700 PDT Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-ports@freebsd.org Subject: Re: lang/gcc with default port options don't compile Date: Wed, 09 Oct 2013 21:22:20 -0300 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Luis Carlos Otte Junior" Message-ID: User-Agent: Opera Mail/12.16 (FreeBSD) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 00:24:09 -0000 Hi, Try compile lang/gcc with all options selected (Bootstrap=ON and Java=On), it works for me ... Regards Luis Otte > Hi, >If I compile lang/gcc with default port options: >root at acer_casa_FreeBSD:/usr/ports/lang/gcc # make showconfig > ===> The following configuration options are available for gcc-4.6.3: > BOOTSTRAP=off: Build using a full bootstrap > JAVA=on: Java platform support > ===> Use 'make config' to modify these settings > root at acer_casa_FreeBSD:/usr/ports/lang/gcc # >I get next error: > >decnumber/dpd -I../libdecnumber -I/usr/local/include > .././../gcc-4.6.3/gcc/c-f > amily/c-common.c -o c-family/c-common.o > .././../gcc-4.6.3/gcc/c-family/c-common.c: In function > 'record_types_used_by_cur > rent_var_decl': > .././../gcc-4.6.3/gcc/c-family/c-common.c:9537: error: > 'types_used_by_cur_var_de > cl' undeclared (first use in this function) > .././../gcc-4.6.3/gcc/c-family/c-common.c:9537: error: (Each undeclared > identifi > er is reported only once > .././../gcc-4.6.3/gcc/c-family/c-common.c:9537: error: for each function > it appe > ars in.) > .././../gcc-4.6.3/gcc/c-family/c-common.c:9540: warning: implicit > declaration of > function 'types_used_by_var_decl_insert' > gmake[2]: *** [c-family/c-common.o] Error 1 > gmake[2]: Leaving directory `/usr/ports/lang/gcc/work/build/gcc' > gmake[1]: *** [all-gcc] Error 2 > gmake[1]: Leaving directory `/usr/ports/lang/gcc/work/build' > gmake: *** [all] Error 2 > *** [do-build] Error code 1 >Stop in /usr/ports/lang/gcc. > *** [build] Error code 1 >Stop in /usr/ports/lang/gcc. > root at acer_casa_FreeBSD:/usr/ports/lang/gcc # >Somebody can help me ? >See you.