From owner-freebsd-java@FreeBSD.ORG Fri Oct 22 18:53:59 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B46916A4CF for ; Fri, 22 Oct 2004 18:53:59 +0000 (GMT) Received: from www.enhyper.com (mailgate.enhyper.com [62.49.250.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51A4B43D41 for ; Fri, 22 Oct 2004 18:53:58 +0000 (GMT) (envelope-from iang@iang.org) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by www.enhyper.com (8.11.6/8.11.6) with SMTP id i9MIrX212726; Fri, 22 Oct 2004 19:53:39 +0100 X-Authentication-Warning: www.enhyper.com: localhost.localdomain [127.0.0.1] didn't use HELO protocol Message-ID: <417957B4.50007@iang.org> Date: Fri, 22 Oct 2004 19:55:48 +0100 From: Ian Grigg User-Agent: Mozilla Thunderbird 0.7.3 (X11/20041002) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jeremy Faulkner References: <1098358263.982.6.camel@ocean-deep.gldis.ca> In-Reply-To: <1098358263.982.6.camel@ocean-deep.gldis.ca> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: java@freebsd.org Subject: Re: Eclipse-3.0.1 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 18:53:59 -0000 Jeremy Faulkner wrote: > The eclipse port has been updated to use gcc 3.4 could someone using 4.x > test the new port diff please? When I do the 'portupgrade java/eclipse' which has (3.0 or whichever is available currently, I also did 'cvsup /etc/cvsup/ports-supfile immediately prior) the eclipse make bombs out on pthreads, as below. Also, in reinstalling 2.1.3, it bombs out on a gettext lib incompatibility, 2nd snippet. So I guess I'm fubar at this point? (I gather that you wanted testing on the "port diff" as opposed to the port, but I don't know how to get access to that. Would that fix the pthreads issue?) iang Notes: FreeBSD galland 4.9-RC FreeBSD 4.9-RC #7: Tue Sep 30 03:21:16 EDT 2003 root@galland.cryptohill.net:/usr/obj/usr/src/sys/IBMA31 i386 These all done: kldload linprocfs mount -t linprocfs linprocfs /compat/linux/proc Make sure you have all 4 files (in /usr/ports/distfiles) j2sdk-1_4_2_04-linux-i586.bin j2sdk-1_4_2-src-scsl.zip j2sdk-1_4_2-bin-scsl.zip bsd-jdk14-patches-6.tar.gz ======================================================= ... gmake all-am gmake[5]: Entering directory `/usr/ports/devel/ORBit2/work/ORBit2-2.10.4/src/ vices/name' /bin/sh /usr/local/bin/libtool15 --mode=link cc -O -pipe -L/usr/local/lib name-client-2 name-client.o name-support.o ../../../src/orb/libORBit-2.la li BitCosNaming-2.la -lm -L/usr/local/lib -lglib-2.0 -liconv cc -O -pipe -o .libs/name-client-2 name-client.o name-support.o -L/usr/local b ../../../src/orb/.libs/libORBit-2.so ./.libs/libORBitCosNaming-2.so /usr/po /devel/ORBit2/work/ORBit2-2.10.4/src/orb/.libs/libORBit-2.so -lgmodule-2.0 -l t -lgobject-2.0 -lgthread-2.0 -lm -lglib-2.0 -liconv -Wl,--rpath -Wl,/usr/loc lib /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_cond_signal /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_destro /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_create' ... ======================================================= ... Stop in /usr/ports/java/eclipse. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade25003.0 e reinstall egrep: /var/db/pkg/eclipse-2.1.3_1/+CONTENTS: No such file or directory ---> Restoring the old version pkg_add: warning: package 'eclipse-2.1.3_1' requires 'gettext-0.11.5_1', but ttext-0.13.1_1' is installed pkg_add: warning: package 'eclipse-2.1.3_1' requires 'javavmwrapper-1.5', but avavmwrapper-1.4' is installed pkg_add: warning: package 'eclipse-2.1.3_1' requires 'javavmwrapper-1.4', but avavmwrapper-1.5' is installed pkg_add: warning: package 'eclipse-2.1.3_1' requires 'gettext-0.13.1_1', but ttext-0.11.5_1' is installed pkg_add: warning: package 'eclipse-2.1.3_1' requires 'glib-2.2.2', but 'glib- .2' is installed pkg_add: warning: package 'eclipse-2.1.3_1' requires 'glib-2.4.2', but 'glib- .2' is installed pkg_add: warning: package 'eclipse-2.1.3_1' requires 'atk-1.6.1', but 'atk-1. _1' is installed pkg_add: warning: package 'eclipse-2.1.3_1' requires 'atk-1.4.1_1', but 'atk- .1' is installed ** Fix the installation problem and try again. [Updating the pkgdb in /var/db/pkg ... - 265 packages fou (-0 +1) . done] ** The following packages were not installed or upgraded (*:skipped / !:faile ! java/eclipse (eclipse-2.1.3_1) (install error) ...