2860: GCC_4.2.0 version not found

fly***@gmai***** (Google Code) (Is this you? Claim this profile.)
Jan. 14, 2013
What version are you running?
1.6.14

What's the URL of the page containing the problem?
/admin/DB/scmtools/repository/add

What steps will reproduce the problem?
1.Add repository 
2.Save
3.Get the following error
gcclib/3.4.6/.exec/lib/ libgcc_s.so.1: veesion GCC_4.2.0 not found (required by gcclib/4.4.3/.exec/lib/libstdc++.so.6 

What is the expected output? What do you see instead?
I see the error above. I execrable something in the logs to be reported


What operating system are you using? What browser?
RHEL 5.6, Firefox 17.0.1
chipx86
#1 chipx86
This isn't us. One of your libraries has problems. It's probably related to whatever type of repository you're trying to set up (libsvn?). My guess is either a system update was done that broke some backwards-compatibility of something manually installed, or the executable came from an incompatible system.
  • +ThirdParty
#2 fly***@gmai***** (Google Code) (Is this you? Claim this profile.)
Thanks for your reply,

I'm using pysvn and I'm getting the error because of that.

Is there a way to see more details in the reviewboard logs? Right now the error shows on only the web page when I save even though I have enabled logging in reviewboard.
I'm interested to see where in the process of adding a repository it triggers this error:
"gcclib/3.4.6/.exec/lib/ libgcc_s.so.1: veesion GCC_4.2.0 not found (required by gcclib/4.4.3/.exec/lib/libstdc++.so.6"
chipx86
#3 chipx86
If it's not showing up in the reviewboard.log, then we don't have any additional logging that would help here.

It can occur at many points, though. The one you're likely hitting is when we check to verify the repository exists and is reachable, which calls out to pysvn's info2() function ('svn info'), providing the repository path.