From owner-freebsd-questions@FreeBSD.ORG Fri Aug 25 22:45:18 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7592A16A505 for ; Fri, 25 Aug 2006 22:45:18 +0000 (UTC) (envelope-from doug@safeport.com) Received: from pemaquid.safeport.com (pemaquid.safeport.com [209.31.154.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 200AC44333 for ; Fri, 25 Aug 2006 22:45:17 +0000 (GMT) (envelope-from doug@safeport.com) Received: from localhost (localhost [127.0.0.1]) by pemaquid.safeport.com (8.13.4/8.12.11) with ESMTP id k7PMjFP7080433 for ; Fri, 25 Aug 2006 18:45:15 -0400 (EDT) (envelope-from doug@safeport.com) Date: Fri, 25 Aug 2006 18:45:15 -0400 (EDT) From: doug@safeport.com To: freebsd-questions@FreeBSD.ORG Message-ID: <20060825182945.V73178@pemaquid.safeport.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Subject: KDE Help index file missing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2006 22:45:18 -0000 If I try to build an help index for the application manual I get the following error message: INDEXDIR: /home/doug/.kde/share/apps/khelpcenter/index/ Creating index for 'kde_application_manuals' FINDCMD: find /usr/local/share/doc/HTML/en/ -name index.docbook htdig failed In checking the packing lists for kde there is no index.docbook in the ../HTML/en/ directory. This comes from /usr/local/bin/khc_docbookdig.pl, lines 92-100 my $findpath = "$kdeprefix/share/doc/HTML/$lang/"; my $findcmd = "find $findpath -name index.docbook"; print STDERR "FINDCMD: $findcmd\n"; if ( !open FIND, "$findcmd|" ) { print STDERR "Unable to find docs.\n"; exit 1; } The setup looks okay and the file is really not there. Anyone else with this problem. Does anyone know where I can get a copy of the file? Thanks _____ Douglas Denault http://www.safeport.com doug@safeport.com Voice: 301-469-8766 Fax: 301-469-0601