I was able to reproduce a similar bug, using the following procedure:
debootstrap etch etch
chroot etch
apt-get install viewcvs
apt-get install apache2
/etc/init.d/apache2 start
perl -pi -e 's/etch/sid/' /etc/apt/sources.list
apt-get update
apt-get install viewvc
iceweasel http://127.0.0.1/cgi-bin/viewvc.cgi/
I get the following error:
An Exception Has Occurred
Python Traceback
Traceback (most recent call last):
File "/usr/lib/viewvc/viewvc.py", line 3628, in main
request.run_viewvc()
File "/usr/lib/viewvc/viewvc.py", line 387, in run_viewvc
self.view_func(self)
File "/usr/lib/viewvc/viewvc.py", line 1509, in view_roots
generate_page(request, "roots", data)
File "/usr/lib/viewvc/viewvc.py", line 835, in generate_page
template = get_view_template(request.cfg, view_name, request.language)
File "/usr/lib/viewvc/viewvc.py", line 829, in get_view_template
template = ezt.Template(tname)
File "/usr/lib/viewvc/ezt.py", line 293, in __init__
self.parse_file(fname, base_format)
File "/usr/lib/viewvc/ezt.py", line 298, in parse_file
self.parse(_FileReader(fname), base_format)
File "/usr/lib/viewvc/ezt.py", line 686, in __init__
self.text = open(fname, 'rb').read()
IOError: [Errno 2] No such file or directory: '/usr/lib/templates/roots.ezt'
--
bou ^
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]