Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Dec 2006 05:21:45 GMT
From:      Jonathan Liu<Net147@hotmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/106630: [kde] [patch] KDE Helper Center - Build Search Index for Application Manuals fails with "htdig failed"
Message-ID:  <200612120521.kBC5LjAx026845@www.freebsd.org>
Resent-Message-ID: <200612120530.kBC5UBcm015397@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         106630
>Category:       ports
>Synopsis:       [kde] [patch] KDE Helper Center - Build Search Index for Application Manuals fails with "htdig failed"
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 12 05:30:10 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jonathan Liu
>Release:        6.2-RC1
>Organization:
>Environment:
FreeBSD freebsd 6.2-RC1 FreeBSD 6.2-RC1 #0: Thu Nov 16 05:12:08 UTC 2006     root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP  i386
>Description:
Build Search Index for Application Manuals fails with "htdig failed".
>How-To-Repeat:
Start KDE Help Center (khelpcenter).
Settings -> Build Search Index.
Check "Application Manuals" and click "Build Index".

>Fix:
--- /usr/local/bin/khc_docbookdig.pl.orig	Tue Dec 12 16:11:03 2006
+++ /usr/local/bin/khc_docbookdig.pl	Tue Dec 12 16:14:50 2006
@@ -27,7 +27,7 @@
 use Getopt::Long;
 
 my $htdigdata = "/srv/www/htdig/common/";
-my $htdigbin = "/usr/bin";
+my $htdigbin = "/usr/local/bin";
 my $kdeprefix = "/usr/local";
 chomp $kdeprefix;
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612120521.kBC5LjAx026845>