
axygen at gmail
Oct 10, 2006, 7:28 PM
Post #10 of 32
(4175 views)
Permalink
|
|
Re: Unsupported version control system "svn"
[In reply to]
|
|
Ha! Figured out how to fix the problem with the help of this post: http://trac.macports.org/projects/macports/ticket/10772 It basically explains that the new versions of gettext and ilibconv messed everything up. I followed the instructions and uninstall all the ports that relied on these libraries. I also uninstalled those libraries just in case. I then reinstalled everything from the beginning. Didn't take as long as I thought, about two hours. On Oct 10, 11:49 am, Jeff Marder <jeff.mar...@yahoo.com> wrote: > Oops. I didn't even see that someone else had mentioned the swig-py bindings. You should be able to install them through Ports. Try 'port search swig'. > > ----- Original Message ---- > From: Jeff Marder <jeff.mar...@yahoo.com> > To: trac-users[at]googlegroups.com > Sent: Tuesday, October 10, 2006 2:28:59 PM > Subject: [Trac] Re: Unsupported version control system "svn" > > I got this error the other day after setting up Trac/Subversion on a new machine. It turned out I had forgotten to install the swig-py bindings. Make sure you have them installed. > > ----- Original Message ---- > From: "axy...@gmail.com" <axy...@gmail.com> > To: Trac Users <trac-users[at]googlegroups.com> > Sent: Tuesday, October 10, 2006 2:15:56 PM > Subject: [Trac] Re: Unsupported version control system "svn" > > Hi, > > I've installed Trac via Darwin Ports, and have run into the same error > as Russ. Basically I get the unsupported version control system "svn" > when trying to use Timeline or Browse. > > Emmanuel > Blot wrote: > > I think you need to run a special "make install-something" command so > > that the bindings are installed ('make install' is not enough, AFAIR). > > I'm not sure how to go about doing this, as I just typed in 'sudo port > install trac' to install trac. > > > To check the Subversion installation, run the python interpreter and type > > "import svn.repos" for example. You should get no error. > > I get this: > Traceback (most recent call last): > File "<stdin>", line 1, in ? > File "/opt/local/lib/svn-python/svn/repos.py", line 19, in ? > from libsvn.repos import * > File "/opt/local/lib/svn-python/libsvn/repos.py", line 5, in ? > import _repos > ImportError: Failure linking new module: > /opt/local/lib/svn-python/libsvn/_repos.so: Symbol not found: > _locale_charset > Referenced from: > /opt/local/lib/libintl.3.dylib > Expected in: /opt/local/lib/libiconv.2.dylib > > Not knowing much about Python, I am not sure how to go about > troubleshooting it. I tried the following in google, "Symbol not found: > _locale_charset", but didn't find much. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users[at]googlegroups.com To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com For more options, visit this group at http://groups.google.com/group/trac-users -~----------~----~----~----~------~----~------~--~---
|