[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#378408: /usr/bin/khc_docbookdig.pl: khc_docbookdig.pl fails to execute due to undeclared variable



Package: khelpcenter
Version: 4:3.5.3-2
Severity: important
File: /usr/bin/khc_docbookdig.pl

Attempted to build indicis for KDE HelpCenter.  Chose to check the
'details' button and found a Perl error message regarding a variable
that needed fixing, at line 94.  Line 94 was:

  my $findpath = "$kdekdehtmldir/$lang/";

Note the double 'kde'.  The variable $kdehtmldir was defined so I
deleted the extra 3 letters, giving:

  my $findpath = "$kdehtmldir/$lang/";

which allowed the script to execute correctly.  But then, it comes up
against what I presume is the same issue as described in:

  #313375: khelpcenter: missing Depends: htdig

And the indicis fail to build.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686-smp
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages khelpcenter depends on:
ii  kdelibs4c2a                   4:3.5.3-1  core libraries and binaries for al
ii  libc6                         2.3.6-15   GNU C Library: Shared libraries
ii  libgcc1                       1:4.1.1-5  GCC support library
ii  libqt3-mt                     3:3.3.6-2  Qt GUI Library (Threaded runtime v
ii  libstdc++6                    4.1.1-5    The GNU Standard C++ Library v3

khelpcenter recommends no packages.

-- no debconf information



Reply to: