From owner-freebsd-ports@FreeBSD.ORG Wed Mar 19 05:53:07 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EE5B106566C for ; Wed, 19 Mar 2008 05:53:07 +0000 (UTC) (envelope-from ktullavik@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id 8B0418FC16 for ; Wed, 19 Mar 2008 05:53:06 +0000 (UTC) (envelope-from ktullavik@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so223614fgg.35 for ; Tue, 18 Mar 2008 22:53:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; bh=AP3uZSz/Y2oegalYrp7G+e//NDwiyOJZkKel8lcfXqU=; b=mhmQhDpzT9CugCI/UF4ksF0f9HMYcu3LK2pcxMprHJFIprtj6Emdms+kxDPgyuLiIxPi3Fi79j56tEZAwBxI6J0J76MTi4J1+H4rmWLARUlZSoa3mlEQClDPQfxiNHsRyc5KB3QtSFOVJFLr6YcwV091ioTMlzr5CdE5xtdGsRQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=ugcZDG923PanbpSHpui+QB8tScv24fsArV0fB0tcOYbb1mKeDgs5H3womzrB70RpPFT9eCfMDucuRJbs+AZC/PFlNVW4CNhHdDCmdC6AbicGJVVLjn1Ddti8AGtuF5nYD4S678LLe2W4d+Q5QUYnzTOzLtXBocPzKn1qe/Q7LGs= Received: by 10.82.150.20 with SMTP id x20mr5088362bud.16.1205904263562; Tue, 18 Mar 2008 22:24:23 -0700 (PDT) Received: from gauss.nomain ( [84.49.135.242]) by mx.google.com with ESMTPS id b36sm15058459ika.2.2008.03.18.22.24.21 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 18 Mar 2008 22:24:22 -0700 (PDT) Message-ID: <47E0A351.6070800@gmail.com> Date: Wed, 19 Mar 2008 06:23:29 +0100 From: Kjell Tore Ullavik User-Agent: Thunderbird 2.0.0.12 (X11/20080317) MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Can't build gcc34 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2008 05:53:07 -0000 I get the following error when building gcc34 on 7-STABLE, ports are up to date. Is something funky with my system? I haven't seem any reports. Just ask for more info. cc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/local/include -I. -I. -I.././..//gcc-3.4.6/gcc -I.././..//gcc-3.4.6/gcc/. -I.././..//gcc-3.4.6/gcc/../include gtype-desc.c -o gtype-desc.o gtype-desc.c: In function 'gt_ggc_mx_cgraph_varpool_node': gtype-desc.c:51: error: dereferencing pointer to incomplete type gtype-desc.c:51: error: dereferencing pointer to incomplete type gtype-desc.c:52: error: dereferencing pointer to incomplete type gtype-desc.c:52: error: dereferencing pointer to incomplete type gtype-desc.c: In function 'gt_ggc_mx_cgraph_edge': gtype-desc.c:62: error: dereferencing pointer to incomplete type gtype-desc.c:62: error: dereferencing pointer to incomplete type gtype-desc.c:63: error: dereferencing pointer to incomplete type gtype-desc.c:63: error: dereferencing pointer to incomplete type gtype-desc.c:64: error: dereferencing pointer to incomplete type gtype-desc.c:64: error: dereferencing pointer to incomplete type gtype-desc.c:65: error: dereferencing pointer to incomplete type gtype-desc.c:65: error: dereferencing pointer to incomplete type gtype-desc.c: In function 'gt_ggc_mx_cgraph_node': gtype-desc.c:75: error: dereferencing pointer to incomplete type gtype-desc.c:79: error: dereferencing pointer to incomplete type gtype-desc.c:86: error: dereferencing pointer to incomplete type gtype-desc.c:86: error: dereferencing pointer to incomplete type gtype-desc.c:87: error: dereferencing pointer to incomplete type gtype-desc.c:87: error: dereferencing pointer to incomplete type gtype-desc.c:88: error: dereferencing pointer to incomplete type gtype-desc.c:88: error: dereferencing pointer to incomplete type gtype-desc.c:89: error: dereferencing pointer to incomplete type gtype-desc.c:89: error: dereferencing pointer to incomplete type gtype-desc.c:90: error: dereferencing pointer to incomplete type gtype-desc.c:90: error: dereferencing pointer to incomplete type gtype-desc.c:91: error: dereferencing pointer to incomplete type gtype-desc.c:91: error: dereferencing pointer to incomplete type gtype-desc.c:92: error: dereferencing pointer to incomplete type gtype-desc.c:92: error: dereferencing pointer to incomplete type gtype-desc.c:93: error: dereferencing pointer to incomplete type gtype-desc.c:93: error: dereferencing pointer to incomplete type gtype-desc.c:94: error: dereferencing pointer to incomplete type gtype-desc.c:94: error: dereferencing pointer to incomplete type gtype-desc.c:95: error: dereferencing pointer to incomplete type gtype-desc.c: In function 'gt_pch_nx_cgraph_varpool_node': gtype-desc.c:1287: error: dereferencing pointer to incomplete type gtype-desc.c:1287: error: dereferencing pointer to incomplete type gtype-desc.c:1288: error: dereferencing pointer to incomplete type gtype-desc.c:1288: error: dereferencing pointer to incomplete type gtype-desc.c: In function 'gt_pch_nx_cgraph_edge': gtype-desc.c:1298: error: dereferencing pointer to incomplete type gtype-desc.c:1298: error: dereferencing pointer to incomplete type gtype-desc.c:1299: error: dereferencing pointer to incomplete type gtype-desc.c:1299: error: dereferencing pointer to incomplete type gtype-desc.c:1300: error: dereferencing pointer to incomplete type gtype-desc.c:1300: error: dereferencing pointer to incomplete type gtype-desc.c:1301: error: dereferencing pointer to incomplete type gtype-desc.c:1301: error: dereferencing pointer to incomplete type gtype-desc.c:1302: error: dereferencing pointer to incomplete type gtype-desc.c: In function 'gt_pch_nx_cgraph_node': gtype-desc.c:1312: error: dereferencing pointer to incomplete type gtype-desc.c:1316: error: dereferencing pointer to incomplete type gtype-desc.c:1323: error: dereferencing pointer to incomplete type gtype-desc.c:1323: error: dereferencing pointer to incomplete type gtype-desc.c:1324: error: dereferencing pointer to incomplete type gtype-desc.c:1324: error: dereferencing pointer to incomplete type gtype-desc.c:1325: error: dereferencing pointer to incomplete type gtype-desc.c:1325: error: dereferencing pointer to incomplete type gtype-desc.c:1326: error: dereferencing pointer to incomplete type gtype-desc.c:1326: error: dereferencing pointer to incomplete type gtype-desc.c:1327: error: dereferencing pointer to incomplete type gtype-desc.c:1327: error: dereferencing pointer to incomplete type gtype-desc.c:1328: error: dereferencing pointer to incomplete type gtype-desc.c:1328: error: dereferencing pointer to incomplete type gtype-desc.c:1329: error: dereferencing pointer to incomplete type gtype-desc.c:1329: error: dereferencing pointer to incomplete type gtype-desc.c:1330: error: dereferencing pointer to incomplete type gtype-desc.c:1330: error: dereferencing pointer to incomplete type gtype-desc.c:1331: error: dereferencing pointer to incomplete type gtype-desc.c:1331: error: dereferencing pointer to incomplete type gtype-desc.c:1332: error: dereferencing pointer to incomplete type gtype-desc.c: In function 'gt_pch_p_19cgraph_varpool_node': gtype-desc.c:2601: error: dereferencing pointer to incomplete type gtype-desc.c:2603: error: dereferencing pointer to incomplete type gtype-desc.c: In function 'gt_pch_p_11cgraph_edge': gtype-desc.c:2614: error: dereferencing pointer to incomplete type gtype-desc.c:2616: error: dereferencing pointer to incomplete type gtype-desc.c:2618: error: dereferencing pointer to incomplete type gtype-desc.c:2620: error: dereferencing pointer to incomplete type gtype-desc.c:2622: error: dereferencing pointer to incomplete type gtype-desc.c: In function 'gt_pch_p_11cgraph_node': gtype-desc.c:2633: error: dereferencing pointer to incomplete type gtype-desc.c:2635: error: dereferencing pointer to incomplete type gtype-desc.c:2637: error: dereferencing pointer to incomplete type gtype-desc.c:2639: error: dereferencing pointer to incomplete type gtype-desc.c:2641: error: dereferencing pointer to incomplete type gtype-desc.c:2643: error: dereferencing pointer to incomplete type gtype-desc.c:2645: error: dereferencing pointer to incomplete type gtype-desc.c:2647: error: dereferencing pointer to incomplete type gtype-desc.c:2649: error: dereferencing pointer to incomplete type gtype-desc.c: At top level: gtype-desc.c:4334: error: 'cgraph_varpool_nodes_queue' undeclared here (not in a function) gtype-desc.c:4341: error: 'cgraph_nodes_queue' undeclared here (not in a function) gtype-desc.c:4348: error: 'cgraph_nodes' undeclared here (not in a function) gtype-desc.c:4533: error: 'cgraph_varpool_n_nodes' undeclared here (not in a function) gtype-desc.c:4533: error: initializer element is not constant gtype-desc.c:4533: error: (near initialization for 'gt_pch_rs_gtype_desc_c[0].base') gtype-desc.c:4533: error: initializer element is not constant gtype-desc.c:4533: error: (near initialization for 'gt_pch_rs_gtype_desc_c[0].stride') gtype-desc.c:4534: error: 'cgraph_max_uid' undeclared here (not in a function) gtype-desc.c:4534: error: initializer element is not constant gtype-desc.c:4534: error: (near initialization for 'gt_pch_rs_gtype_desc_c[1].base') gtype-desc.c:4534: error: initializer element is not constant gtype-desc.c:4534: error: (near initialization for 'gt_pch_rs_gtype_desc_c[1].stride') gtype-desc.c:4535: error: 'cgraph_n_nodes' undeclared here (not in a function) gtype-desc.c:4535: error: initializer element is not constant gtype-desc.c:4535: error: (near initialization for 'gt_pch_rs_gtype_desc_c[2].base') gtype-desc.c:4535: error: initializer element is not constant gtype-desc.c:4535: error: (near initialization for 'gt_pch_rs_gtype_desc_c[2].stride') gmake[2]: *** [gtype-desc.o] Error 1 gmake[2]: Leaving directory `/usr/ports/lang/gcc34/work/build/gcc' gmake[1]: *** [stage1_build] Error 2 gmake[1]: Leaving directory `/usr/ports/lang/gcc34/work/build/gcc' gmake: *** [bootstrap-lean] Error 2 *** Error code 2 Stop in /usr/ports/lang/gcc34. $ cat /etc/make.conf CPUTYPE?=core2 CFLAGS+=-g PERL_VER=5.8.8 PERL_VERSION=5.8.8 WITH_MOZILLA_PLUGIN=yes