Eclipse 3 port build failure

Bryan Liesner bryan at kishka.net
Wed Jun 16 01:38:33 GMT 2004



Here's the requested build output:


Script started on Tue Jun 15 21:33:15 2004
===>  Vulnerability check disabled
===>  Extracting for eclipse3-3.0RC2_1
>> Checksum OK for eclipse/eclipse-sourceBuild-srcIncluded-3.0RC2.zip.
===>   eclipse3-3.0RC2_1 depends on executable: unzip - found
===>  Patching for eclipse3-3.0RC2_1
cd /archive/build/archive/eclipse3RC2/work && /bin/sh /archive/eclipse3RC2/files/eclipse-prepare.sh
===>  Applying FreeBSD patches for eclipse3-3.0RC2_1
===>   eclipse3-3.0RC2_1 depends on executable: ant - found
===>   eclipse3-3.0RC2_1 depends on executable: gmake - found
===>   eclipse3-3.0RC2_1 depends on executable: pkg-config - found
===>   eclipse3-3.0RC2_1 depends on executable: mozilla - found
===>   eclipse3-3.0RC2_1 depends on file: /usr/local/jdk1.4.2/bin/java - found
===>   eclipse3-3.0RC2_1 depends on shared library: gtk-x11-2.0 - found
===>  Configuring for eclipse3-3.0RC2_1
===>  Building for eclipse3-3.0RC2_1
cd /archive/build/archive/eclipse3RC2/work && sh /archive/eclipse3RC2/files/eclipse-build.sh /usr/local/jdk1.4.2
+ ECLIPSE_SRC=/archive/build/archive/eclipse3RC2/work
+ JAVA_HOME=/usr/local/jdk1.4.2
+ export JAVA_HOME
+ cd /archive/build/archive/eclipse3RC2/work/plugins/platform-launcher/library/gtk
+ csh build.csh
Building FreeBSD launcher. Defaults: -os linux -arch x86 -ws gtk
rm -f eclipse eclipse.o eclipseUtil.o eclipseShm.o eclipseGtk.o
cc -O -s -DMOZILLA_FIX -DPROGRAM_NAME="\"Eclipse\"" -DDEFAULT_OS="\"linux\"" -DDEFAULT_OS_ARCH="\"x86\"" -DDEFAULT_WS="\"gtk\"" -I. -I.. `pkg-config --cflags gtk+-2.0` -c ../eclipse.c -o eclipse.o
cc -O -s -DMOZILLA_FIX -DPROGRAM_NAME="\"Eclipse\"" -DDEFAULT_OS="\"linux\"" -DDEFAULT_OS_ARCH="\"x86\"" -DDEFAULT_WS="\"gtk\"" -I. -I.. `pkg-config --cflags gtk+-2.0` -c ../eclipseUtil.c -o eclipseUtil.o
cc -O -s -DMOZILLA_FIX -DPROGRAM_NAME="\"Eclipse\"" -DDEFAULT_OS="\"linux\"" -DDEFAULT_OS_ARCH="\"x86\"" -DDEFAULT_WS="\"gtk\"" -I. -I.. `pkg-config --cflags gtk+-2.0` -c ../eclipseShm.c -o eclipseShm.o
cc -O -s -DMOZILLA_FIX -DPROGRAM_NAME="\"Eclipse\"" -DDEFAULT_OS="\"linux\"" -DDEFAULT_OS_ARCH="\"x86\"" -DDEFAULT_WS="\"gtk\"" -I. -I.. `pkg-config --cflags gtk+-2.0` -c eclipseGtk.c -o eclipseGtk.o
cc -o eclipse eclipse.o eclipseUtil.o eclipseShm.o eclipseGtk.o `pkg-config --libs-only-L gtk+-2.0` -lgtk-x11-2.0 -lgdk_pixbuf-2.0
+ cp eclipse ../../bin/linux/gtk/eclipse
+ cd /archive/build/archive/eclipse3RC2/work/plugins/org.eclipse.swt/Eclipse_SWT_PI/gtk/library
+ sh build.sh JAVA_HOME=/usr/local/jdk1.4.2
gcc -O -Wall -DSWT_VERSION=3058 -DLINUX -DGTK -I/usr/local/jdk1.4.2/include -I/usr/local/jdk1.4.2/include/freebsd -I../../../Eclipse_SWT/common/library -I../../../Eclipse_SWT_PI/gtk/library -I/usr/X11R6/include -fpic  -c ../../../Eclipse_SWT/common/library/swt.c
gcc -O -Wall -DSWT_VERSION=3058 -DLINUX -DGTK -I/usr/local/jdk1.4.2/include -I/usr/local/jdk1.4.2/include/freebsd -I../../../Eclipse_SWT/common/library -I../../../Eclipse_SWT_PI/gtk/library -I/usr/X11R6/include -fpic  -c ../../../Eclipse_SWT/common/library/callback.c
gcc -shared -fpic -L/usr/local/jdk1.4.2/jre/lib/i386 -o libswt-gtk-3058.so swt.o callback.o
gcc -O -Wall -DSWT_VERSION=3058 -DLINUX -DGTK -I/usr/local/jdk1.4.2/include -I/usr/local/jdk1.4.2/include/freebsd -I../../../Eclipse_SWT/common/library -I../../../Eclipse_SWT_PI/gtk/library -I/usr/X11R6/include -fpic  `pkg-config --cflags gtk+-2.0` -c os.c
gcc -O -Wall -DSWT_VERSION=3058 -DLINUX -DGTK -I/usr/local/jdk1.4.2/include -I/usr/local/jdk1.4.2/include/freebsd -I../../../Eclipse_SWT/common/library -I../../../Eclipse_SWT_PI/gtk/library -I/usr/X11R6/include -fpic  `pkg-config --cflags gtk+-2.0` -c os_structs.c 
gcc -O -Wall -DSWT_VERSION=3058 -DLINUX -DGTK -I/usr/local/jdk1.4.2/include -I/usr/local/jdk1.4.2/include/freebsd -I../../../Eclipse_SWT/common/library -I../../../Eclipse_SWT_PI/gtk/library -I/usr/X11R6/include -fpic  `pkg-config --cflags gtk+-2.0` -c os_custom.c
gcc -O -Wall -DSWT_VERSION=3058 -DLINUX -DGTK -I/usr/local/jdk1.4.2/include -I/usr/local/jdk1.4.2/include/freebsd -I../../../Eclipse_SWT/common/library -I../../../Eclipse_SWT_PI/gtk/library -I/usr/X11R6/include -fpic  `pkg-config --cflags gtk+-2.0` -c os_stats.c
gcc -shared -fpic -L/usr/local/jdk1.4.2/jre/lib/i386 `pkg-config --libs gtk+-2.0 gthread-2.0` -L/usr/X11R6/lib -lXtst -o libswt-pi-gtk-3058.so swt.o os.o os_structs.o os_custom.o os_stats.o
gcc -O -Wall -DSWT_VERSION=3058 -DLINUX -DGTK -I/usr/local/jdk1.4.2/include -I/usr/local/jdk1.4.2/include/freebsd -I../../../Eclipse_SWT/common/library -I../../../Eclipse_SWT_PI/gtk/library -I/usr/X11R6/include -fpic  `pkg-config --cflags atk gtk+-2.0` -c atk.c
gcc -O -Wall -DSWT_VERSION=3058 -DLINUX -DGTK -I/usr/local/jdk1.4.2/include -I/usr/local/jdk1.4.2/include/freebsd -I../../../Eclipse_SWT/common/library -I../../../Eclipse_SWT_PI/gtk/library -I/usr/X11R6/include -fpic  `pkg-config --cflags atk gtk+-2.0` -c atk_structs.c
gcc -O -Wall -DSWT_VERSION=3058 -DLINUX -DGTK -I/usr/local/jdk1.4.2/include -I/usr/local/jdk1.4.2/include/freebsd -I../../../Eclipse_SWT/common/library -I../../../Eclipse_SWT_PI/gtk/library -I/usr/X11R6/include -fpic  `pkg-config --cflags atk gtk+-2.0` -c atk_custom.c
gcc -O -Wall -DSWT_VERSION=3058 -DLINUX -DGTK -I/usr/local/jdk1.4.2/include -I/usr/local/jdk1.4.2/include/freebsd -I../../../Eclipse_SWT/common/library -I../../../Eclipse_SWT_PI/gtk/library -I/usr/X11R6/include -fpic  `pkg-config --cflags atk gtk+-2.0` -c atk_stats.c
gcc -shared -fpic -L/usr/local/jdk1.4.2/jre/lib/i386 `pkg-config --libs atk gtk+-2.0` -o libswt-atk-gtk-3058.so swt.o atk.o atk_structs.o atk_custom.o atk_stats.o
gcc -O -Wall -DSWT_VERSION=3058 -DLINUX -DGTK -I/usr/local/jdk1.4.2/include -I/usr/local/jdk1.4.2/include/freebsd -I../../../Eclipse_SWT/common/library -I../../../Eclipse_SWT_PI/gtk/library -I/usr/X11R6/include -fpic  `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -c ../../../Eclipse_SWT_Program/gnome/library/gnome.c
gnome-config: not found
Package gnome-vfs-module-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gnome-vfs-module-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gnome-vfs-module-2.0' found
In file included from ../../../Eclipse_SWT_Program/gnome/library/gnome_structs.h:12,
                  from ../../../Eclipse_SWT_Program/gnome/library/gnome.c:13:
../../../Eclipse_SWT_Program/gnome/library/gnome.h:19:31: libgnome/libgnome.h: No such file or directory
../../../Eclipse_SWT_Program/gnome/library/gnome.h:20:36: libgnome/gnome-program.h: No such file or directory
../../../Eclipse_SWT_Program/gnome/library/gnome.h:21:35: libgnomeui/libgnomeui.h: No such file or directory
../../../Eclipse_SWT_Program/gnome/library/gnome.h:22:35: libgnomevfs/gnome-vfs.h: No such file or directory
../../../Eclipse_SWT_Program/gnome/library/gnome.h:23:49: libgnomevfs/gnome-vfs-mime-handlers.h: No such file or directory
../../../Eclipse_SWT_Program/gnome/library/gnome.h:24:45: libgnomevfs/gnome-vfs-mime-info.h: No such file or directory
In file included from ../../../Eclipse_SWT_Program/gnome/library/gnome.c:13:
../../../Eclipse_SWT_Program/gnome/library/gnome_structs.h:16: error: syntax error before '*' token
../../../Eclipse_SWT_Program/gnome/library/gnome_structs.h:16: error: syntax error before "GnomeVFSMimeApplication"
../../../Eclipse_SWT_Program/gnome/library/gnome_structs.h:16: warning: type defaults to `int' in declaration of `getGnomeVFSMimeApplicationFields'
../../../Eclipse_SWT_Program/gnome/library/gnome_structs.h:16: warning: data definition has no type or storage class
../../../Eclipse_SWT_Program/gnome/library/gnome_structs.h:17: error: syntax error before "GnomeVFSMimeApplication"
../../../Eclipse_SWT_Program/gnome/library/gnome.c: In function `Java_org_eclipse_swt_internal_gnome_GNOME_GnomeVFSMimeApplication_1sizeof':
../../../Eclipse_SWT_Program/gnome/library/gnome.c:23: error: `GnomeVFSMimeApplication' undeclared (first use in this function)
../../../Eclipse_SWT_Program/gnome/library/gnome.c:23: error: (Each undeclared identifier is reported only once
../../../Eclipse_SWT_Program/gnome/library/gnome.c:23: error: for each function it appears in.)
../../../Eclipse_SWT_Program/gnome/library/gnome.c: In function `Java_org_eclipse_swt_internal_gnome_GNOME_g_1free':
../../../Eclipse_SWT_Program/gnome/library/gnome.c:34: warning: implicit declaration of function `g_free'
../../../Eclipse_SWT_Program/gnome/library/gnome.c:34: error: `gpointer' undeclared (first use in this function)
../../../Eclipse_SWT_Program/gnome/library/gnome.c:34: error: syntax error before "arg0"
../../../Eclipse_SWT_Program/gnome/library/gnome.c: In function `Java_org_eclipse_swt_internal_gnome_GNOME_g_1list_1next':
../../../Eclipse_SWT_Program/gnome/library/gnome.c:45: warning: implicit declaration of function `g_list_next'
../../../Eclipse_SWT_Program/gnome/library/gnome.c: In function `Java_org_eclipse_swt_internal_gnome_GNOME_g_1object_1unref':
../../../Eclipse_SWT_Program/gnome/library/gnome.c:56: warning: implicit declaration of function `g_object_unref'
../../../Eclipse_SWT_Program/gnome/library/gnome.c:56: error: `gpointer' undeclared (first use in this function)
../../../Eclipse_SWT_Program/gnome/library/gnome.c:56: error: syntax error before "arg0"
../../../Eclipse_SWT_Program/gnome/library/gnome.c: In function `Java_org_eclipse_swt_internal_gnome_GNOME_gnome_1icon_1lookup':
../../../Eclipse_SWT_Program/gnome/library/gnome.c:75: warning: implicit declaration of function `gnome_icon_lookup'
../../../Eclipse_SWT_Program/gnome/library/gnome.c:75: error: `GnomeIconTheme' undeclared (first use in this function)
../../../Eclipse_SWT_Program/gnome/library/gnome.c:75: error: syntax error before ')' token
../../../Eclipse_SWT_Program/gnome/library/gnome.c: In function `Java_org_eclipse_swt_internal_gnome_GNOME_gnome_1icon_1theme_1lookup_1icon':
../../../Eclipse_SWT_Program/gnome/library/gnome.c:95: warning: implicit declaration of function `gnome_icon_theme_lookup_icon'
../../../Eclipse_SWT_Program/gnome/library/gnome.c:95: error: `GnomeIconTheme' undeclared (first use in this function)
../../../Eclipse_SWT_Program/gnome/library/gnome.c:95: error: syntax error before ')' token
../../../Eclipse_SWT_Program/gnome/library/gnome.c: In function `Java_org_eclipse_swt_internal_gnome_GNOME_gnome_1icon_1theme_1new':
../../../Eclipse_SWT_Program/gnome/library/gnome.c:109: warning: implicit declaration of function `gnome_icon_theme_new'
../../../Eclipse_SWT_Program/gnome/library/gnome.c: In function `Java_org_eclipse_swt_internal_gnome_GNOME_gnome_1vfs_1get_1registered_1mime_1types':
../../../Eclipse_SWT_Program/gnome/library/gnome.c:121: warning: implicit declaration of function `gnome_vfs_get_registered_mime_types'
../../../Eclipse_SWT_Program/gnome/library/gnome.c: In function `Java_org_eclipse_swt_internal_gnome_GNOME_gnome_1vfs_1init':
../../../Eclipse_SWT_Program/gnome/library/gnome.c:133: warning: implicit declaration of function `gnome_vfs_init'
../../../Eclipse_SWT_Program/gnome/library/gnome.c: In function `Java_org_eclipse_swt_internal_gnome_GNOME_gnome_1vfs_1mime_1application_1free':
../../../Eclipse_SWT_Program/gnome/library/gnome.c:144: warning: implicit declaration of function `gnome_vfs_mime_application_free'
../../../Eclipse_SWT_Program/gnome/library/gnome.c:144: error: `GnomeVFSMimeApplication' undeclared (first use in this function)
../../../Eclipse_SWT_Program/gnome/library/gnome.c:144: error: syntax error before ')' token
../../../Eclipse_SWT_Program/gnome/library/gnome.c: In function `Java_org_eclipse_swt_internal_gnome_GNOME_gnome_1vfs_1mime_1extensions_1list_1free':
../../../Eclipse_SWT_Program/gnome/library/gnome.c:154: warning: implicit declaration of function `gnome_vfs_mime_extensions_list_free'
../../../Eclipse_SWT_Program/gnome/library/gnome.c:154: error: `GList' undeclared (first use in this function)
../../../Eclipse_SWT_Program/gnome/library/gnome.c:154: error: syntax error before ')' token
../../../Eclipse_SWT_Program/gnome/library/gnome.c: In function `Java_org_eclipse_swt_internal_gnome_GNOME_gnome_1vfs_1mime_1get_1default_1application':
../../../Eclipse_SWT_Program/gnome/library/gnome.c:167: warning: implicit declaration of function `gnome_vfs_mime_get_default_application'
../../../Eclipse_SWT_Program/gnome/library/gnome.c: In function `Java_org_eclipse_swt_internal_gnome_GNOME_gnome_1vfs_1mime_1get_1extensions_1list':
../../../Eclipse_SWT_Program/gnome/library/gnome.c:180: warning: implicit declaration of function `gnome_vfs_mime_get_extensions_list'
../../../Eclipse_SWT_Program/gnome/library/gnome.c: In function `Java_org_eclipse_swt_internal_gnome_GNOME_gnome_1vfs_1mime_1registered_1mime_1type_1list_1free':
../../../Eclipse_SWT_Program/gnome/library/gnome.c:191: warning: implicit declaration of function `gnome_vfs_mime_registered_mime_type_list_free'
../../../Eclipse_SWT_Program/gnome/library/gnome.c:191: error: `GList' undeclared (first use in this function)
../../../Eclipse_SWT_Program/gnome/library/gnome.c:191: error: syntax error before ')' token
../../../Eclipse_SWT_Program/gnome/library/gnome.c: In function `Java_org_eclipse_swt_internal_gnome_GNOME_memmove':
../../../Eclipse_SWT_Program/gnome/library/gnome.c:200: error: syntax error before "_arg0"
../../../Eclipse_SWT_Program/gnome/library/gnome.c:202: error: `lparg0' undeclared (first use in this function)
../../../Eclipse_SWT_Program/gnome/library/gnome.c:202: error: `_arg0' undeclared (first use in this function)
gmake: *** [gnome.o] Error 1
*** Error code 2

Stop in /archive/build/archive/eclipse3RC2/work.
*** Error code 1

Stop in /archive/eclipse3RC2.

Script done on Tue Jun 15 21:33:49 2004


More information about the freebsd-java mailing list