Gentoo Archives: gentoo-science

From: "Andrey G. Grozin" <A.G.Grozin@×××××××.su>
To: "Marcus D. Hanwell" <cryos@g.o>
Cc: gentoo-science@l.g.o
Subject: Re: [gentoo-science] website python error
Date: Thu, 21 Sep 2006 14:10:51
Message-Id: Pine.LNX.4.64.0609212050320.22924@star.inp.nsk.su
In Reply to: Re: [gentoo-science] website python error by "Marcus D. Hanwell"
1 Hello *,
2
3 I am returning to the original subject of this thread :-)
4 This is what I got now when I pressed the "Browse source" button:
5
6 ----------------------------------------------------------------
7 Oops...
8 Trac detected an internal error:
9
10 argument number 0: a 'apr_pool_t *' is expected,
11 'instance(<libsvn.core.GenericSWIGWrapper instance at 0x35593bfbea70>)' is
12 received
13
14 If you think this really should work and you can reproduce it. Then you
15 should consider to report this problem to the Trac team.
16
17 Go to http://trac.edgewall.com/ and create a new ticket where you describe
18 the problem, how to reproduce it. Don't forget to include the python
19 traceback found below.
20
21 TracGuide ? The Trac User and Administration Guide
22 Python traceback
23
24 Traceback (most recent call last):
25 File "/usr/lib/python2.4/site-packages/trac/web/modpython_frontend.py",
26 line 206, in handler
27 dispatch_request(mpr.path_info, mpr, env)
28 File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 139, in
29 dispatch_request
30 dispatcher.dispatch(req)
31 File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 107, in
32 dispatch
33 resp = chosen_handler.process_request(req)
34 File
35 "/usr/lib/python2.4/site-packages/trac/versioncontrol/web_ui/browser.py",
36 line 78, in process_request
37 repos = self.env.get_repository(req.authname)
38 File "/usr/lib/python2.4/site-packages/trac/env.py", line 155, in
39 get_repository
40 from trac.versioncontrol.svn_fs import SubversionRepository
41 File "/usr/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py",
42 line 25, in ?
43 from svn import fs, repos, core, delta
44 File "/usr/lib64/python2.4/site-packages/svn/fs.py", line 19, in ?
45 from libsvn.fs import *
46 File "/usr/lib64/python2.4/site-packages/libsvn/fs.py", line 29, in ?
47 import core
48 File "/usr/lib64/python2.4/site-packages/libsvn/core.py", line 3057, in
49 ?
50 svn_pool_create()
51 File "/usr/lib64/python2.4/site-packages/libsvn/core.py", line 1098, in
52 svn_pool_create
53 return apply(_core.svn_pool_create, args)
54 TypeError: argument number 0: a 'apr_pool_t *' is expected,
55 'instance(<libsvn.core.GenericSWIGWrapper instance at 0x35593bfbea70>)' is
56 received
57 ------------------------------------------------------------
58
59 So, problems with the web site continue...
60
61 Andrey
62
63 --
64 gentoo-science@g.o mailing list