From owner-freebsd-java@FreeBSD.ORG Sat Dec 18 23:59:44 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 46B6C16A638 for ; Sat, 18 Dec 2004 23:59:44 +0000 (GMT) Received: from hyperreal.org (taz3.hyperreal.org [209.237.226.90]) by mx1.FreeBSD.org (Postfix) with SMTP id E4E2843D1D for ; Sat, 18 Dec 2004 23:59:43 +0000 (GMT) (envelope-from brian@hyperreal.org) Received: (qmail 76083 invoked from network); 18 Dec 2004 23:59:46 -0000 Received: from localhost.hyperreal.org (HELO fez.hyperreal.org) (127.0.0.1) by localhost.hyperreal.org with SMTP; 18 Dec 2004 23:59:46 -0000 Received: (qmail 5608 invoked by uid 1000); 18 Dec 2004 23:59:42 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 18 Dec 2004 23:59:42 -0000 Date: Sat, 18 Dec 2004 15:59:42 -0800 (PST) From: Brian Behlendorf To: java@freebsd.org, gnome@freebsd.org Message-ID: <20041218155455.T4983@fez.hyperreal.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Rating: localhost.hyperreal.org 1.6.2 0/1000/N Subject: problem building gnomespeech/java? 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: Sat, 18 Dec 2004 23:59:44 -0000 Using jdk-1.4.2p6_7 from ports, natively built on each of FreeBSD RELENG_5 and RELENG_4 as of a few days ago. Trying to build the accessibility/gnomespeech port (a dependency for gnome2), and having trouble: [...] Making all in java gmake[2]: Entering directory `/usr/ports/accessibility/gnomespeech/work/gnome-speech-0.3.5/java' /usr/local/bin/idlj \ -emitAll -i /usr/local/share/idl/bonobo-activation-2.0 -i ../idl \ -pkgPrefix GNOME org \ -pkgPrefix Bonobo org.GNOME \ -fallTie ../idl/GNOME_Speech_SynthesisDriver.idl /usr/local/bin/javac org/GNOME/Speech/*.java org/GNOME/Speech/SpeakerOperations.java:11: package org.GNOME.Bonobo does not exist public interface SpeakerOperations extends org.GNOME.Bonobo.UnknownOperations ^ org/GNOME/Speech/Speaker.java:11: package org.GNOME.Bonobo does not exist public interface Speaker extends SpeakerOperations, org.GNOME.Bonobo.Unknown, org.omg.CORBA.portable.IDLEntity ^ org/GNOME/Speech/SpeechCallbackOperations.java:11: package org.GNOME.Bonobo does not exist [... and so on, till failure...] Is there a dependency I'm missing? Brian