From owner-freebsd-ports Mon Mar 26 15:11:51 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dell.dannyland.org (dell.dannyland.org [64.81.36.13]) by hub.freebsd.org (Postfix) with ESMTP id 5517C37B71D for ; Mon, 26 Mar 2001 15:11:48 -0800 (PST) (envelope-from dannyman@toldme.com) Received: by dell.dannyland.org (Postfix, from userid 1001) id EB0E35C3F; Mon, 26 Mar 2001 15:12:10 -0800 (PST) Date: Mon, 26 Mar 2001 15:12:10 -0800 From: dannyman To: freebsd-ports@FreeBSD.ORG Subject: Re: kdebase -> auth_timeok don't build Message-ID: <20010326151210.E45348@dell.dannyland.org> References: <20010321224628.A4627@gaspode.franken.de> <20010324180118.D38361@dell.dannyland.org> <01032621344802.26094@pcmarpxy> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <01032621344802.26094@pcmarpxy>; from mark.rowlands@minmail.net on Mon, Mar 26, 2001 at 09:34:48PM +0200 X-Loop: djhoward@uiuc.edu X-URL: http://www.dannyland.org/~dannyman/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Mar 26, 2001 at 09:34:48PM +0200, Mark Rowlands wrote: > On Sunday 25 March 2001 04:01, dannyman wrote: > > On Wed, Mar 21, 2001 at 10:46:28PM +0100, German Tischler wrote: > > > On Wed, Mar 21, 2001 at 09:36:31PM +0000, Tim Joseph wrote: > > > > Has anyone managed to get java applets working under konquerer in KDE > > > > 2.1 on FreeBSD >4.2? > > > > > > Yes, it is running here on 4.2-STABLE. > > > > > > > If so, how? Which java version (ports?) did you use? > > > > > > I`m using jdk12-beta from the ports. Building it takes some time. > > Yep, has been probs with kde over the last couple of weeks but cvsup > and install qt-2.3 and kde 2 now it should all be hunk dory Hrmmm, now I get different troubles fro make clean install, from kdebase! Looks like configure ... [...] configure:9951: checking for auth_timeok configure:9982: rm -rf SunWS_cache; c++ -o conftest -O2 -fno-exceptions -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long -Wnon-virtual-dtor -fno-builtin -O -pipe -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -I/usr/local/include -I/usr/local/include -D_GETOPT_H -D_THREAD_SAFE conftest.C 1>&5 /tmp/ccv35823.o: In function `main': /tmp/ccv35823.o(.text+0x7): undefined reference to `auth_timeok' configure: failed program was: #line 9956 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char auth_timeok(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char auth_timeok(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_auth_timeok) || defined (__stub___auth_timeok) choke me #else auth_timeok(); #endif ; return 0; } configure:10010: checking for X configure:10054: checking for xmkmf configure:10110: checking various X settings (end of "config.log") *** Error code 1 Stop in /usr/ports/x11/kdebase2. *** Error code 1 Stop in /usr/ports/x11/kdebase2. *** Error code 1 Stop in /usr/ports/x11/kdebase2. *** Error code 1 Stop in /usr/ports/x11/kdebase2. *** Error code 1 Stop in /usr/ports/x11/kdebase2. *** Error code 1 Stop in /usr/ports/x11/kde2. *** Error code 1 Stop in /usr/ports/x11/kde2. *** Error code 1 Stop in /usr/ports/x11/kde2. Gah! Ideas? -danny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message