[Lxr-dev] [ lxr-Bugs-1164938 ] Bug resolved + 1 bug unresolved
Brought to you by:
ajlittoz
From: SourceForge.net <no...@so...> - 2005-03-17 01:48:45
|
Bugs item #1164938, was opened at 2005-03-17 02:46 Message generated for change (Comment added) made by arpiun You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1164938&group_id=27350 Category: Browsing Group: v0.3 Status: Open Resolution: None Priority: 5 Submitted By: Arnaud PN (arpiun) Assigned to: Nobody/Anonymous (nobody) Summary: Bug resolved + 1 bug unresolved Initial Comment: Hello I'm using FreeBSD 5.4 and last dev version isn't working at all. But it's a detail ;-) I'm using 0.3 and it is working fine. Just 2 little bugs: When browsing the result of a search with glimpse, it includes the full path (not the relative) and the result is that I can't browse the sources. I resolve this bug with htaccess (here absolute path is: /usr/src/sys/): RewriteEngine on RewriteRule ^source[\/\/]usr[\/]src[\/]sys[\/](.*) source//$1 And the other bug I can't resolve is that diff won't work with any argument ... http://fxr.pnzone.net/diff ---------------------------------------------------------------------- >Comment By: Arnaud PN (arpiun) Date: 2005-03-17 02:48 Message: Logged In: YES user_id=1128261 here are my conf: root@pnserver# uname -a FreeBSD pnserver.pnzone.net 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #1: Fri Mar 4 22:48:10 CET 2005 ro...@pn...:/usr/src/sys/i386/compile/PNkernel i386 root@pnserver# cat http/lxr.conf # Configuration file. # Define typed variable "v", read valueset from file. variable: v, Version, [/net/http/lxr/source/versions], [/usr/local/lxr/source/defversion] # Define typed variable "a". First value is default. #variable: a, Architecture, (i386, alpha, amd64, ia64, sparc64) # Define the base url for the LXR files. baseurl: http://fxr.pnzone.net/ # These are the templates for the HTML heading, directory listing and # footer, respectively. htmlhead: /net/http/lxr/http/template-head htmltail: /net/http/lxr/http/template-tail htmldir: /net/http/lxr/http/template-dir # The source is here. sourceroot: /net/http/lxr/source/$v/freebsd/ srcrootname: FreeBSD # "#include <foo.h>" is mapped to this directory (in the LXR source # tree) incprefix: /i386/include # The database files go here. dbdir: /net/http/lxr/source/$v/ # Glimpse can be found here. glimpsebin: /usr/local/bin/glimpse # The power of regexps. This is pretty Linux-specific, but quite # useful. Tinker with it and see what it does. (How's that for # documentation?) map: /include/asm[^\/]*/ /include/asm-$a/ map: /arch/[^\/]+/ /arch/$a/ root@pnserver# ll source/ total 4 drwxr-xr-x 2 root wheel 512 Mar 17 02:24 RELENG-5 -rw-r--r-- 1 root wheel 0 Mar 17 01:24 defversion -rw-r--r-- 1 root wheel 9 Mar 17 01:25 versions root@pnserver# ll source/RELENG-5/ total 41358 -rw-r--r-- 1 root wheel 319706 Mar 17 02:24 .glimpse_filenames -rw-r--r-- 1 root wheel 28096 Mar 17 02:24 .glimpse_filenames_index -rw-r--r-- 1 root wheel 0 Mar 17 02:24 .glimpse_filetimes -rw-r--r-- 1 root wheel 4097988 Mar 17 02:24 .glimpse_index -rw-r--r-- 1 root wheel 267 Mar 17 02:24 .glimpse_messages -rw-r--r-- 1 root wheel 940 Mar 17 02:24 .glimpse_partitions -rw-r--r-- 1 root wheel 13286 Mar 17 02:24 .glimpse_statistics -rw-r--r-- 1 root wheel 393216 Mar 17 01:19 fileidx lrwxr-xr-x 1 root wheel 13 Mar 17 01:52 freebsd -> /usr/src/sys/ -rw-r--r-- 1 root wheel 45236224 Mar 17 01:19 xref root@pnserver# cat source/versions RELENG-5 root@pnserver# ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1164938&group_id=27350 |