From owner-freebsd-eclipse@FreeBSD.ORG Wed Mar 13 15:19:31 2013 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 662F07E for ; Wed, 13 Mar 2013 15:19:31 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from cpsmtpb-ews02.kpnxchange.com (cpsmtpb-ews02.kpnxchange.com [213.75.39.5]) by mx1.freebsd.org (Postfix) with ESMTP id CE73CDCB for ; Wed, 13 Mar 2013 15:19:30 +0000 (UTC) Received: from cpsps-ews18.kpnxchange.com ([10.94.84.184]) by cpsmtpb-ews02.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Wed, 13 Mar 2013 16:16:54 +0100 Received: from CPSMTPM-TLF102.kpnxchange.com ([195.121.3.5]) by cpsps-ews18.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Wed, 13 Mar 2013 16:16:54 +0100 Received: from sjakie.klop.ws ([212.182.167.131]) by CPSMTPM-TLF102.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Wed, 13 Mar 2013 16:18:22 +0100 Received: from 212-182-167-131.ip.telfort.nl (localhost [127.0.0.1]) by sjakie.klop.ws (Postfix) with ESMTP id 381C06EBC for ; Wed, 13 Mar 2013 16:18:22 +0100 (CET) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-eclipse@freebsd.org Subject: Re: eclipse not building on 9.1-Release References: <1363100831.35912.4.camel@laptop.localhost> Date: Wed, 13 Mar 2013 16:18:20 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: <1363100831.35912.4.camel@laptop.localhost> User-Agent: Opera Mail/12.14 (FreeBSD) X-OriginalArrivalTime: 13 Mar 2013 15:18:22.0640 (UTC) FILETIME=[003BDB00:01CE1FFE] X-RcptDomain: freebsd.org X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Mar 2013 15:19:31 -0000 On Tue, 12 Mar 2013 16:07:11 +0100, User Paul wrote: > >> compile.libgnomeproxy: >> [exec] Building file: gnomeproxy.o >> [exec] Invoking: GCC C Compiler >> [exec] gcc -I/usr/local/include/gconf/2/ >> -I/usr/local/include/orbit-2.0/ -I/usr/local/include/glib-2.0/ >> -I/usr/local/openjdk6/include -I/usr/local/openjdk6/include/freebsd -O0 >> -fPIC -g3 -Wall -c -fmessage-length=0 -m32 -o gnomeproxy.o >> ../gnomeproxy.c >> [exec] In file included from ../gnomeproxy.c:16: >> [exec] /usr/local/include/glib-2.0/glib/gslist.h:28:2: error: >> #error "Only can be included directly." >> [exec] ../gnomeproxy.c: In function >> 'Java_org_eclipse_core_internal_net_proxy_unix_UnixProxyProvider_getGConfProxyInfo': >> [exec] ../gnomeproxy.c:147: warning: implicit declaration of >> function 'strcpy' >> [exec] ../gnomeproxy.c:147: warning: incompatible implicit >> declaration of built-in function 'strcpy' >> [exec] ../gnomeproxy.c:149: warning: incompatible implicit >> declaration of built-in function 'strcpy' >> [exec] ../gnomeproxy.c:151: warning: incompatible implicit >> declaration of built-in function 'strcpy' >> [exec] ../gnomeproxy.c:158: warning: incompatible implicit >> declaration of built-in function 'strcpy' >> [exec] ../gnomeproxy.c:160: warning: implicit declaration of >> function 'strcat' >> [exec] ../gnomeproxy.c:160: warning: incompatible implicit >> declaration of built-in function 'strcat' >> [exec] *** [compile] Error code 1 >> [exec] >> [exec] Stop in >> /usr/ports/java/eclipse/work/eclipse-build-914dc6de2bfc5ee5819a229cf4877f7043040a92/build/eclipse-3.7.1-src/plugins/org.eclipse.core.net/natives/unix/freebsd. >> >> BUILD FAILED >> /usr/ports/java/eclipse/work/eclipse-build-914dc6de2bfc5ee5819a229cf4877f7043040a92/build.xml:559: >> The following error occurred while executing this line: >> /usr/ports/java/eclipse/work/eclipse-build-914dc6de2bfc5ee5819a229cf4877f7043040a92/build.xml:524: >> exec returned: 1 >> >> Total time: 14 seconds >> *** [do-build] Error code 1 >> >> Stop in /usr/ports/java/eclipse. >> root@desktop:/usr/ports/java/eclipse >> ############################################################################################################### >> FreeBSD laptop.localhost 9.1-RC1 FreeBSD 9.1-RC1 #0: Tue Aug 14 >> 04:25:06 UTC 2012 >> root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >> >> >> Your FreeBSD installation is a bit old. Why did you download a Release Candidate while there is also a Release from it? Is your ports tree up-to-date? Ronald.