From: SourceForge.net <no...@so...> - 2005-11-02 22:49:04
|
Bugs item #1346032, was opened at 2005-11-02 14:39 Message generated for change (Comment added) made by mbox You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1346032&group_id=27350 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: genxref Group: v0.9.4 Status: Open Resolution: None Priority: 5 Submitted By: Nick Jones (darellik) Assigned to: Nobody/Anonymous (nobody) Summary: Unable to create LXR::Lang::Generic Lang object Initial Comment: I get the following if I try and index with this version. I have mysql 4.x setup and configured as well. # ./genxref --url=http://<servername>/linuxref --version=2.6.13 This is glimpseindex version 4.17.4, 2003. Indexing "/usr/local/lxr-0.9.4/src/2.6.13" ... Size of files being indexed = 203009279 B, Total #of files = 18057 Some files had numerals in > 50% of the indexed words: check .glimpse_messages Index-directory: "/usr/local/lxr/source/2.6.13/2.6.13" Glimpse-files created here: -rw-r--r-- 1 root root 1087477 Nov 2 08:26 .glimpse_filenames -rw-r--r-- 1 root root 72228 Nov 2 08:26 .glimpse_filenames_index -rw-r--r-- 1 root root 0 Nov 2 08:23 .glimpse_filetimes -rw------- 1 root root 15998076 Nov 2 08:26 .glimpse_index -rw-r--r-- 1 root root 328792 Nov 2 08:26 .glimpse_messages -rw------- 1 root root 12414164 Nov 2 08:26 .glimpse_partitions -rw-r--r-- 1 root root 680 Nov 2 08:26 .glimpse_statistics -rw-r--r-- 1 root root 262144 Nov 2 08:26 .glimpse_turbo *** / 2.6.13 *** /Documentation/ 2.6.13 *** /Documentation/DocBook/ 2.6.13 *** /Documentation/DocBook/man/ 2.6.13 *** /Documentation/DocBook/man/Makefile 2.6.13 Unable to create LXR::Lang::Generic Lang object, Exuberant ctags version 5 or above required, found ---------------------------------------------------------------------- >Comment By: Malcolm Box (mbox) Date: 2005-11-02 22:49 Message: Logged In: YES user_id=215386 It looks like you don't have exuberant ctags installed, or it's not where you've pointed to in lxr.conf The code tries to execute the ctags pointed to by ectagsbin in lxr.conf, and reads the version string. That's the error message you're getting - ctags is not being found. ---------------------------------------------------------------------- Comment By: Nick Jones (darellik) Date: 2005-11-02 17:39 Message: Logged In: YES user_id=119409 This is perl version 5.8.6 as well. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1346032&group_id=27350 |