From nobody@FreeBSD.org  Thu Jun 11 08:25:41 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id BD8E0106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 11 Jun 2009 08:25:41 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id AAA218FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 11 Jun 2009 08:25:41 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n5B8PfiC002779
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 11 Jun 2009 08:25:41 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n5B8Pfaw002778;
	Thu, 11 Jun 2009 08:25:41 GMT
	(envelope-from nobody)
Message-Id: <200906110825.n5B8Pfaw002778@www.freebsd.org>
Date: Thu, 11 Jun 2009 08:25:41 GMT
From: Kazuo Dohzono <dohzono@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: can not build eclipse with WITHOUT_MOZILLA=yes WITHOUT_GNOMEVFS=yes WITHOUT_CAIRO=yes
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         135467
>Category:       ports
>Synopsis:       can not build java/eclipse with WITHOUT_MOZILLA=yes WITHOUT_GNOMEVFS=yes WITHOUT_CAIRO=yes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-eclipse
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 11 08:30:02 UTC 2009
>Closed-Date:    Tue Jan 04 06:23:46 UTC 2011
>Last-Modified:  Tue Jan 04 06:23:46 UTC 2011
>Originator:     Kazuo Dohzono
>Release:        FreeBSD 7.2-STABLE
>Organization:
>Environment:
FreeBSD abacus3 7.2-STABLE FreeBSD 7.2-STABLE #0: Thu Jun 11 12:23:10 JST 2009    
dohzono@abacus3:/usr/local/tmp/obj/usr/src/sys/GENERIC  i386

>Description:
I don't have gnome environment, but getproxygnome is required?

$ cd /usr/ports/java/eclipse/
$ make WITHOUT_MOZILLA=yes WITHOUT_GNOMEVFS=yes WITHOUT_CAIRO=yes install
(snip)
===>  Building for eclipse-3.4.2
     [echo] TARGET: compiler
     [echo] UPDATE ecj.jar

BUILD SUCCESSFUL
Total time: 11 seconds
     [echo] TARGET: compiler2
     [echo] compilerArg -enableJavadoc -nowarn -encoding ISO-8859-1
     [echo] build compiler org.eclipse.jdt.core.JDTCompilerAdapter
     [echo] UPDATE ecj.jar

BUILD SUCCESSFUL
Total time: 11 seconds
     [echo] Deleting jars to recompile...
     [echo] Compiling...
     [echo] UPDATE jarprocessor.jar
     [echo] UPDATE jarprocessorsrc.zip
     [exec] javadoc: warning - Multiple sources of package comments found for
package "org.eclipse.core.runtime"
     [exec] javadoc: warning - Multiple sources of package comments found for
package "org.eclipse.jface.text"
     [exec] javadoc: warning - Multiple sources of package comments found for
package "org.eclipse.jface.text.link"
     [exec] javadoc: warning - Multiple sources of package comments found for
package "org.eclipse.jface.text.source"
     [exec] javadoc: warning - Multiple sources of package comments found for
package "org.eclipse.jface.text.templates"
     [exec] javadoc: warning - Multiple sources of package comments found for
package "org.eclipse.ui.texteditor"
     [exec]
/usr/local/tmp/usr/ports/java/eclipse/work/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse
SWT/win32/org/eclipse/swt/widgets/IME.java:351: warning - @return tag cannot be
used in method with void return type.
     [echo] Extract .class file and properties for the batch compiler
     [echo] Extract .class file and properties for the ant adapter
     [echo] UPDATE ecj-global.jar
     [echo] UPDATE ecjsrc-global.zip
     [echo] UPDATE ecj-global.jar
     [echo] UPDATE ecjsrc-global.zip
     [echo] UPDATE ecj-global.jar
     [echo] UPDATE ecjsrc-global.zip
     [exec] gnome-config: not found
     [exec] gnome-config: not found
     [exec] gnome-config: not found
     [exec] callback.c: In function 'Java_org_eclipse_swt_internal_Callback_bind':
     [exec] callback.c:493: warning: unused variable 'pad'
     [exec] ../eclipseCommon.c: In function 'filter':
     [exec] ../eclipseCommon.c:356: warning: initialization discards qualifiers from
pointer target type
     [exec] ../eclipse.c: In function 'findStartupJar':
     [exec] ../eclipse.c:1106: warning: comparison with string literal results in
unspecified behaviour
     [exec] ../eclipseJNI.c: In function 'newJavaString':
     [exec] ../eclipseJNI.c:236: warning: pointer targets in passing argument 5 of
'(*env)->SetByteArrayRegion' differ in signedness
     [exec] ../eclipseMozilla.c: In function 'fixEnvForMozilla':
     [exec] ../eclipseMozilla.c:166: warning: passing argument 3 of 'scandir' from
incompatible pointer type
     [exec] ../getproxygnome.c:16:31: warning: gconf/gconf-value.h: No such file or
directory
     [exec] ../getproxygnome.c:17:32: warning: gconf/gconf-client.h: No such file or
directory
     [exec] ../getproxygnome.c:25: error: expected '=', ',', ';', 'asm' or
'__attribute__' before '*' token
     [exec] ../getproxygnome.c: In function 'gconfInit':
     [exec] ../getproxygnome.c:40: error: 'client' undeclared (first use in this
function)
     [exec] ../getproxygnome.c:40: error: (Each undeclared identifier is reported
only once
     [exec] ../getproxygnome.c:40: error: for each function it appears in.)
     [exec] ../getproxygnome.c:40: warning: implicit declaration of function
'gconf_client_get_default'
     [exec] ../getproxygnome.c: In function
'Java_org_eclipse_core_internal_net_proxy_unix_UnixProxyProvider_getGConfProxyInfo':
     [exec] ../getproxygnome.c:75: error: 'client' undeclared (first use in this
function)
     [exec] ../getproxygnome.c:88: warning: implicit declaration of function
'gconf_client_get_bool'
     [exec] ../getproxygnome.c:99: warning: implicit declaration of function
'gconf_client_get_string'
     [exec] ../getproxygnome.c:100: warning: initialization makes pointer from
integer without a cast
     [exec] ../getproxygnome.c:104: warning: implicit declaration of function
'gconf_client_get_int'
     [exec] ../getproxygnome.c:113: warning: initialization makes pointer from
integer without a cast
     [exec] ../getproxygnome.c:118: warning: initialization makes pointer from
integer without a cast
     [exec] ../getproxygnome.c:127: warning: initialization makes pointer from
integer without a cast
     [exec] ../getproxygnome.c:150: warning: initialization makes pointer from
integer without a cast
     [exec] ../getproxygnome.c: In function
'Java_org_eclipse_core_internal_net_proxy_unix_UnixProxyProvider_getGConfNonProxyHosts':
     [exec] ../getproxygnome.c:185: error: 'client' undeclared (first use in this
function)
     [exec] ../getproxygnome.c:192: warning: implicit declaration of function
'gconf_client_get_list'
     [exec] ../getproxygnome.c:193: error: 'GCONF_VALUE_STRING' undeclared (first
use in this function)
     [exec] ../getproxygnome.c:193: warning: assignment makes pointer from integer
without a cast
     [exec] ../getproxygnome.c:200: warning: assignment makes pointer from integer
without a cast
     [exec] gmake: *** [getproxygnome.o] Error 1

BUILD FAILED
/usr/local/tmp/usr/ports/java/eclipse/work/build.xml:101: exec returned: 2

Total time: 5 minutes 30 seconds
*** Error code 1

Stop in /usr/ports/java/eclipse.
*** Error code 1


>How-To-Repeat:
$ cd /usr/ports/java/eclipse/
$ make WITHOUT_MOZILLA=yes WITHOUT_GNOMEVFS=yes WITHOUT_CAIRO=yes install

>Fix:


>Release-Note:
>Audit-Trail:

From: Sam Wun <swun2010@gmail.com>
To: Kazuo Dohzono <dohzono@gmail.com>
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: java/135467: can not build eclipse with WITHOUT_MOZILLA=yes 
	WITHOUT_GNOMEVFS=yes WITHOUT_CAIRO=yes
Date: Thu, 11 Jun 2009 19:04:03 +1000

 >> WITHOUT_MOZILLA=3Dyes WITHOUT_GNOMEVFS=3Dyes WITHOUT_CAIRO=3Dyes
 Nice. I wish I remembered put that in the commandline last time.
 
 
 On Thu, Jun 11, 2009 at 6:25 PM, Kazuo Dohzono<dohzono@gmail.com> wrote:
 >
 >>Number: =A0 =A0 =A0 =A0 135467
 >>Category: =A0 =A0 =A0 java
 >>Synopsis: =A0 =A0 =A0 can not build eclipse with WITHOUT_MOZILLA=3Dyes WI=
 THOUT_GNOMEVFS=3Dyes WITHOUT_CAIRO=3Dyes
 >>Confidential: =A0 no
 >>Severity: =A0 =A0 =A0 non-critical
 >>Priority: =A0 =A0 =A0 low
 >>Responsible: =A0 =A0freebsd-java
 >>State: =A0 =A0 =A0 =A0 =A0open
 >>Quarter:
 >>Keywords:
 >>Date-Required:
 >>Class: =A0 =A0 =A0 =A0 =A0sw-bug
 >>Submitter-Id: =A0 current-users
 >>Arrival-Date: =A0 Thu Jun 11 08:30:02 UTC 2009
 >>Closed-Date:
 >>Last-Modified:
 >>Originator: =A0 =A0 Kazuo Dohzono
 >>Release: =A0 =A0 =A0 =A0FreeBSD 7.2-STABLE
 >>Organization:
 >>Environment:
 > FreeBSD abacus3 7.2-STABLE FreeBSD 7.2-STABLE #0: Thu Jun 11 12:23:10 JST=
  2009
 > dohzono@abacus3:/usr/local/tmp/obj/usr/src/sys/GENERIC =A0i386
 >
 >>Description:
 > I don't have gnome environment, but getproxygnome is required?
 >
 > $ cd /usr/ports/java/eclipse/
 > $ make WITHOUT_MOZILLA=3Dyes WITHOUT_GNOMEVFS=3Dyes WITHOUT_CAIRO=3Dyes i=
 nstall
 > (snip)
 > =3D=3D=3D> =A0Building for eclipse-3.4.2
 > =A0 =A0 [echo] TARGET: compiler
 > =A0 =A0 [echo] UPDATE ecj.jar
 >
 > BUILD SUCCESSFUL
 > Total time: 11 seconds
 > =A0 =A0 [echo] TARGET: compiler2
 > =A0 =A0 [echo] compilerArg -enableJavadoc -nowarn -encoding ISO-8859-1
 > =A0 =A0 [echo] build compiler org.eclipse.jdt.core.JDTCompilerAdapter
 > =A0 =A0 [echo] UPDATE ecj.jar
 >
 > BUILD SUCCESSFUL
 > Total time: 11 seconds
 > =A0 =A0 [echo] Deleting jars to recompile...
 > =A0 =A0 [echo] Compiling...
 > =A0 =A0 [echo] UPDATE jarprocessor.jar
 > =A0 =A0 [echo] UPDATE jarprocessorsrc.zip
 > =A0 =A0 [exec] javadoc: warning - Multiple sources of package comments fo=
 und for
 > package "org.eclipse.core.runtime"
 > =A0 =A0 [exec] javadoc: warning - Multiple sources of package comments fo=
 und for
 > package "org.eclipse.jface.text"
 > =A0 =A0 [exec] javadoc: warning - Multiple sources of package comments fo=
 und for
 > package "org.eclipse.jface.text.link"
 > =A0 =A0 [exec] javadoc: warning - Multiple sources of package comments fo=
 und for
 > package "org.eclipse.jface.text.source"
 > =A0 =A0 [exec] javadoc: warning - Multiple sources of package comments fo=
 und for
 > package "org.eclipse.jface.text.templates"
 > =A0 =A0 [exec] javadoc: warning - Multiple sources of package comments fo=
 und for
 > package "org.eclipse.ui.texteditor"
 > =A0 =A0 [exec]
 > /usr/local/tmp/usr/ports/java/eclipse/work/plugins/org.eclipse.platform.d=
 oc.isv/../org.eclipse.swt/Eclipse
 > SWT/win32/org/eclipse/swt/widgets/IME.java:351: warning - @return tag can=
 not be
 > used in method with void return type.
 > =A0 =A0 [echo] Extract .class file and properties for the batch compiler
 > =A0 =A0 [echo] Extract .class file and properties for the ant adapter
 > =A0 =A0 [echo] UPDATE ecj-global.jar
 > =A0 =A0 [echo] UPDATE ecjsrc-global.zip
 > =A0 =A0 [echo] UPDATE ecj-global.jar
 > =A0 =A0 [echo] UPDATE ecjsrc-global.zip
 > =A0 =A0 [echo] UPDATE ecj-global.jar
 > =A0 =A0 [echo] UPDATE ecjsrc-global.zip
 > =A0 =A0 [exec] gnome-config: not found
 > =A0 =A0 [exec] gnome-config: not found
 > =A0 =A0 [exec] gnome-config: not found
 > =A0 =A0 [exec] callback.c: In function 'Java_org_eclipse_swt_internal_Cal=
 lback_bind':
 > =A0 =A0 [exec] callback.c:493: warning: unused variable 'pad'
 > =A0 =A0 [exec] ../eclipseCommon.c: In function 'filter':
 > =A0 =A0 [exec] ../eclipseCommon.c:356: warning: initialization discards q=
 ualifiers from
 > pointer target type
 > =A0 =A0 [exec] ../eclipse.c: In function 'findStartupJar':
 > =A0 =A0 [exec] ../eclipse.c:1106: warning: comparison with string literal=
  results in
 > unspecified behaviour
 > =A0 =A0 [exec] ../eclipseJNI.c: In function 'newJavaString':
 > =A0 =A0 [exec] ../eclipseJNI.c:236: warning: pointer targets in passing a=
 rgument 5 of
 > '(*env)->SetByteArrayRegion' differ in signedness
 > =A0 =A0 [exec] ../eclipseMozilla.c: In function 'fixEnvForMozilla':
 > =A0 =A0 [exec] ../eclipseMozilla.c:166: warning: passing argument 3 of 's=
 candir' from
 > incompatible pointer type
 > =A0 =A0 [exec] ../getproxygnome.c:16:31: warning: gconf/gconf-value.h: No=
  such file or
 > directory
 > =A0 =A0 [exec] ../getproxygnome.c:17:32: warning: gconf/gconf-client.h: N=
 o such file or
 > directory
 > =A0 =A0 [exec] ../getproxygnome.c:25: error: expected '=3D', ',', ';', 'a=
 sm' or
 > '__attribute__' before '*' token
 > =A0 =A0 [exec] ../getproxygnome.c: In function 'gconfInit':
 > =A0 =A0 [exec] ../getproxygnome.c:40: error: 'client' undeclared (first u=
 se in this
 > function)
 > =A0 =A0 [exec] ../getproxygnome.c:40: error: (Each undeclared identifier =
 is reported
 > only once
 > =A0 =A0 [exec] ../getproxygnome.c:40: error: for each function it appears=
  in.)
 > =A0 =A0 [exec] ../getproxygnome.c:40: warning: implicit declaration of fu=
 nction
 > 'gconf_client_get_default'
 > =A0 =A0 [exec] ../getproxygnome.c: In function
 > 'Java_org_eclipse_core_internal_net_proxy_unix_UnixProxyProvider_getGConf=
 ProxyInfo':
 > =A0 =A0 [exec] ../getproxygnome.c:75: error: 'client' undeclared (first u=
 se in this
 > function)
 > =A0 =A0 [exec] ../getproxygnome.c:88: warning: implicit declaration of fu=
 nction
 > 'gconf_client_get_bool'
 > =A0 =A0 [exec] ../getproxygnome.c:99: warning: implicit declaration of fu=
 nction
 > 'gconf_client_get_string'
 > =A0 =A0 [exec] ../getproxygnome.c:100: warning: initialization makes poin=
 ter from
 > integer without a cast
 > =A0 =A0 [exec] ../getproxygnome.c:104: warning: implicit declaration of f=
 unction
 > 'gconf_client_get_int'
 > =A0 =A0 [exec] ../getproxygnome.c:113: warning: initialization makes poin=
 ter from
 > integer without a cast
 > =A0 =A0 [exec] ../getproxygnome.c:118: warning: initialization makes poin=
 ter from
 > integer without a cast
 > =A0 =A0 [exec] ../getproxygnome.c:127: warning: initialization makes poin=
 ter from
 > integer without a cast
 > =A0 =A0 [exec] ../getproxygnome.c:150: warning: initialization makes poin=
 ter from
 > integer without a cast
 > =A0 =A0 [exec] ../getproxygnome.c: In function
 > 'Java_org_eclipse_core_internal_net_proxy_unix_UnixProxyProvider_getGConf=
 NonProxyHosts':
 > =A0 =A0 [exec] ../getproxygnome.c:185: error: 'client' undeclared (first =
 use in this
 > function)
 > =A0 =A0 [exec] ../getproxygnome.c:192: warning: implicit declaration of f=
 unction
 > 'gconf_client_get_list'
 > =A0 =A0 [exec] ../getproxygnome.c:193: error: 'GCONF_VALUE_STRING' undecl=
 ared (first
 > use in this function)
 > =A0 =A0 [exec] ../getproxygnome.c:193: warning: assignment makes pointer =
 from integer
 > without a cast
 > =A0 =A0 [exec] ../getproxygnome.c:200: warning: assignment makes pointer =
 from integer
 > without a cast
 > =A0 =A0 [exec] gmake: *** [getproxygnome.o] Error 1
 >
 > BUILD FAILED
 > /usr/local/tmp/usr/ports/java/eclipse/work/build.xml:101: exec returned: =
 2
 >
 > Total time: 5 minutes 30 seconds
 > *** Error code 1
 >
 > Stop in /usr/ports/java/eclipse.
 > *** Error code 1
 >
 >
 >>How-To-Repeat:
 > $ cd /usr/ports/java/eclipse/
 > $ make WITHOUT_MOZILLA=3Dyes WITHOUT_GNOMEVFS=3Dyes WITHOUT_CAIRO=3Dyes i=
 nstall
 >
 >>Fix:
 >
 >
 >>Release-Note:
 >>Audit-Trail:
 >>Unformatted:
 > _______________________________________________
 > freebsd-java@freebsd.org mailing list
 > http://lists.freebsd.org/mailman/listinfo/freebsd-java
 > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org"
 >

From: "Rick C. Petty" <rick-freebsd2008@kiwi-computer.com>
To: Kazuo Dohzono <dohzono@gmail.com>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: java/135467: can not build eclipse with WITHOUT_MOZILLA=yes WITHOUT_GNOMEVFS=yes WITHOUT_CAIRO=yes
Date: Thu, 11 Jun 2009 10:30:49 -0500

 On Thu, Jun 11, 2009 at 08:25:41AM +0000, Kazuo Dohzono wrote:
 > 
 > I don't have gnome environment, but getproxygnome is required?
 > 
 > $ cd /usr/ports/java/eclipse/
 > $ make WITHOUT_MOZILLA=yes WITHOUT_GNOMEVFS=yes WITHOUT_CAIRO=yes install
 
 I don't think this is a WITHOUT_MOZILLA problem.  I've successfully built
 eclipse a dozen times in the last few weeks using WITHOUT_MOZILLA.  Try
 toggling the other two settings to see which one (if any) is breaking the
 build.
 
 -- Rick C. Petty
Responsible-Changed-From-To: freebsd-java->freebsd-eclipse 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Thu Jun 11 20:28:38 UTC 2009 
Responsible-Changed-Why:  
Fix synopsis and assign. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=135467 

From: Kazuo Dohzono <dohzono@gmail.com>
To: bug-followup@FreeBSD.org, dohzono@gmail.com
Cc:  
Subject: Re: ports/135467: can not build java/eclipse with WITHOUT_MOZILLA=yes 
	WITHOUT_GNOMEVFS=yes WITHOUT_CAIRO=yes
Date: Fri, 12 Jun 2009 09:11:05 +0900

 > Try toggling the other two settings to see which one (if any) is breaking the build.
 
 Does this help you?
 
 $ cd /usr/ports/java/eclipse/
 $ echo /var/db/pkg/*gnome*
 /var/db/pkg/*gnome* # I don't have any gnome environment
 $ make WITHOUT_GNOMEVFS=yes
 (snip)
 ===>  Building for eclipse-3.4.2
      [echo] TARGET: compiler
      [echo] UPDATE ecj.jar
 
 BUILD SUCCESSFUL
 Total time: 11 seconds
      [echo] TARGET: compiler2
      [echo] compilerArg -enableJavadoc -nowarn -encoding ISO-8859-1
      [echo] build compiler org.eclipse.jdt.core.JDTCompilerAdapter
      [echo] UPDATE ecj.jar
 
 BUILD SUCCESSFUL
 Total time: 10 seconds
      [echo] Deleting jars to recompile...
      [echo] Compiling...
      [echo] UPDATE jarprocessor.jar
      [echo] UPDATE jarprocessorsrc.zip
      [exec] javadoc: warning - Multiple sources of package comments found for
 package "org.eclipse.core.runtime"
      [exec] javadoc: warning - Multiple sources of package comments found for
 package "org.eclipse.jface.text"
      [exec] javadoc: warning - Multiple sources of package comments found for
 package "org.eclipse.jface.text.link"
      [exec] javadoc: warning - Multiple sources of package comments found for
 package "org.eclipse.jface.text.source"
      [exec] javadoc: warning - Multiple sources of package comments found for
 package "org.eclipse.jface.text.templates"
      [exec] javadoc: warning - Multiple sources of package comments found for
 package "org.eclipse.ui.texteditor"
      [exec]
 /usr/local/tmp/usr/ports/java/eclipse/work/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse
 SWT/win32/org/eclipse/swt/widgets/IME.java:351: warning - @return tag cannot be
 used in method with void return type.
      [echo] Extract .class file and properties for the batch compiler
      [echo] Extract .class file and properties for the ant adapter
      [echo] UPDATE ecj-global.jar
      [echo] UPDATE ecjsrc-global.zip
      [echo] UPDATE ecj-global.jar
      [echo] UPDATE ecjsrc-global.zip
      [echo] UPDATE ecj-global.jar
      [echo] UPDATE ecjsrc-global.zip
      [exec] gnome-config: not found
      [exec] gnome-config: not found
      [exec] gnome-config: not found
      [exec] callback.c: In function
 'Java_org_eclipse_swt_internal_Callback_bind':
      [exec] callback.c:493: warning: unused variable 'pad'
      [exec] ../eclipseCommon.c: In function 'filter':
      [exec] ../eclipseCommon.c:356: warning: initialization discards
 qualifiers from
 pointer target type
      [exec] ../eclipse.c: In function 'findStartupJar':
      [exec] ../eclipse.c:1106: warning: comparison with string literal
 results in
 unspecified behaviour
      [exec] ../eclipseJNI.c: In function 'newJavaString':
      [exec] ../eclipseJNI.c:236: warning: pointer targets in passing
 argument 5 of
 '(*env)->SetByteArrayRegion' differ in signedness
      [exec] ../eclipseMozilla.c: In function 'fixEnvForMozilla':
      [exec] ../eclipseMozilla.c:166: warning: passing argument 3 of
 'scandir' from
 incompatible pointer type
      [exec] ../getproxygnome.c:16:31: warning: gconf/gconf-value.h: No
 such file or
 directory
      [exec] ../getproxygnome.c:17:32: warning: gconf/gconf-client.h:
 No such file or
 directory
      [exec] ../getproxygnome.c:25: error: expected '=', ',', ';', 'asm' or
 '__attribute__' before '*' token
      [exec] ../getproxygnome.c: In function 'gconfInit':
      [exec] ../getproxygnome.c:40: error: 'client' undeclared (first use in this
 function)
      [exec] ../getproxygnome.c:40: error: (Each undeclared identifier
 is reported
 only once
      [exec] ../getproxygnome.c:40: error: for each function it appears in.)
      [exec] ../getproxygnome.c:40: warning: implicit declaration of function
 'gconf_client_get_default'
      [exec] ../getproxygnome.c: In function
 'Java_org_eclipse_core_internal_net_proxy_unix_UnixProxyProvider_getGConfProxyInfo':
      [exec] ../getproxygnome.c:75: error: 'client' undeclared (first use in this
 function)
      [exec] ../getproxygnome.c:88: warning: implicit declaration of function
 'gconf_client_get_bool'
      [exec] ../getproxygnome.c:99: warning: implicit declaration of function
 'gconf_client_get_string'
      [exec] ../getproxygnome.c:100: warning: initialization makes pointer from
 integer without a cast
      [exec] ../getproxygnome.c:104: warning: implicit declaration of function
 'gconf_client_get_int'
      [exec] ../getproxygnome.c:113: warning: initialization makes pointer from
 integer without a cast
      [exec] ../getproxygnome.c:118: warning: initialization makes pointer from
 integer without a cast
      [exec] ../getproxygnome.c:127: warning: initialization makes pointer from
 integer without a cast
      [exec] ../getproxygnome.c:150: warning: initialization makes pointer from
 integer without a cast
      [exec] ../getproxygnome.c: In function
 'Java_org_eclipse_core_internal_net_proxy_unix_UnixProxyProvider_getGConfNonProxyHosts':
      [exec] ../getproxygnome.c:185: error: 'client' undeclared (first
 use in this
 function)
      [exec] ../getproxygnome.c:192: warning: implicit declaration of function
 'gconf_client_get_list'
      [exec] ../getproxygnome.c:193: error: 'GCONF_VALUE_STRING'
 undeclared (first
 use in this function)
      [exec] ../getproxygnome.c:193: warning: assignment makes pointer
 from integer
 without a cast
      [exec] ../getproxygnome.c:200: warning: assignment makes pointer
 from integer
 without a cast
      [exec] gmake: *** [getproxygnome.o] Error 1
 
 BUILD FAILED
 /usr/local/tmp/usr/ports/java/eclipse/work/build.xml:101: exec returned: 2
 
 Total time: 5 minutes 55 seconds
 *** Error code 1
 
 Stop in /usr/ports/java/eclipse.
Responsible-Changed-From-To: freebsd-eclipse->sepotvin 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Jul 6 05:56:12 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer.  (I had not noticed it was now maintained by 
an individual.) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=135467 

From: Kazuo Dohzono <dohzono@axion-software.com>
To: bug-followup@FreeBSD.org, dohzono@gmail.com
Cc:  
Subject: Re: ports/135467: can not build java/eclipse with WITHOUT_MOZILLA=yes 
	WITHOUT_GNOMEVFS=yes WITHOUT_CAIRO=yes
Date: Sun, 27 Jun 2010 02:13:16 +0900

 This is because of this patch:
 
 http://www.freebsd.org/cgi/cvsweb.cgi/ports/java/eclipse/files/patch-build.xml.diff?r1=1.7;r2=1.8;f=h
 
 This patch includes lines below:
 
 | +		<!-- Build native libproxygnome library -->
 | +		<exec dir="plugins/org.eclipse.core.net/natives/unix/GetProxyGnome"
 executable="gmake" failonerror="true">
 | +			<arg line="clean all" />
 | +		</exec>
 | +		<copy file="plugins/org.eclipse.core.net/natives/unix/GetProxyGnome/libproxygnome.so"
 todir="plugins/org.eclipse.core.net.${installOs}.${installArch}" />
 
 and this causes the error. I've confirmed like this:
 
 # cd /usr/ports/java/eclipse/
 # make WITHOUT_MOZILLA=yes WITHOUT_GNOMEVFS=yes WITHOUT_CAIRO=yes configure
 (edit build.xml not to build libproxygnome.so)
 # make WITHOUT_MOZILLA=yes WITHOUT_GNOMEVFS=yes WITHOUT_CAIRO=yes install
 (build done with success, installed, and it works)
Responsible-Changed-From-To: sepotvin->freebsd-eclipse 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sat Nov 20 13:48:35 UTC 2010 
Responsible-Changed-Why:  
apparently once again maintained by the mailing list. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=135467 
State-Changed-From-To: open->closed 
State-Changed-By: glewis 
State-Changed-When: Tue Jan 4 06:23:16 UTC 2011 
State-Changed-Why:  
These options are not present in the current eclipse port. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=135467 
>Unformatted:
