[arch-general] Subversion error?
Hello! I don't know if this should go in flyspray because I'm using testing pkgs and such so I'll just write here. I think subversion needs to be rebuilt to link to the new Perl. I get an error when using git-svn /usr/bin/perl: symbol lookup error: /usr/lib/perl5/site_perl/current/i686-linux-thread-multi/auto/SVN/_Core/_Core.so: undefined symbol: Perl_Tstack_sp_ptr I built 1.4.6 it myself and it got past that error but I hit another one: Bad URL passed to RA layer: Unrecognized URL scheme for 'http://brlcad.svn.sourceforge.net/svnroot/brlcad/brlcad' at /usr/bin/git-svn line 1043 I also removed subversion-neon.patch because a hunk failed... maybe it was needed? I don't know. I admit I don't really know what's going on. Can someone smarter than me help me out? Thanks!
Here's something that might have to do with the URL error http://svnbook.red-bean.com/en/1.0/apb.html#svn-ap-b-sect-1.2.8 I tried [root]# ldconfig -r . I also tried it after adding /usr/lib to /etc/ld.so.conf to no avail. /usr/lib is where all the libsvn* libs are. On Jan 16, 2008 10:10 PM, Loui <louipc.ist@gmail.com> wrote:
Bad URL passed to RA layer: Unrecognized URL scheme for 'http://brlcad.svn.sourceforge.net/svnroot/brlcad/brlcad' at /usr/bin/git-svn line 1043
torsdag 17 januari 2008 skrev Loui:
I built 1.4.6 it myself and it got past that error but I hit another one: Bad URL passed to RA layer: Unrecognized URL scheme for 'http://brlcad.svn.sourceforge.net/svnroot/brlcad/brlcad' at /usr/bin/git-svn line 1043
I got the some problem with building subversion from source, any version. That packet need some attention! Since I wanted to use it, not fix it, I just made it work somehow, which amounted to follow the instructions given and download an earlier version of neon and put it into the source directory renamed to neon. Not the "right" way to do it maybe, but just to make it work, since subversion is essential to get other things to work. And just in waiting for a real fix from whoever understands the how and why of all the extra stuff in the PKGBUILD for it.
On Wed, 2008-01-16 at 22:10 -0500, Loui wrote:
Hello! I don't know if this should go in flyspray because I'm using testing pkgs and such so I'll just write here. I think subversion needs to be rebuilt to link to the new Perl.
I get an error when using git-svn /usr/bin/perl: symbol lookup error: /usr/lib/perl5/site_perl/current/i686-linux-thread-multi/auto/SVN/_Core/_Core.so: undefined symbol: Perl_Tstack_sp_ptr
I built 1.4.6 it myself and it got past that error but I hit another one: Bad URL passed to RA layer: Unrecognized URL scheme for 'http://brlcad.svn.sourceforge.net/svnroot/brlcad/brlcad' at /usr/bin/git-svn line 1043
I also removed subversion-neon.patch because a hunk failed... maybe it was needed? I don't know. I admit I don't really know what's going on. Can someone smarter than me help me out? Thanks!
Subversion needs neon for webdav support. Without webdav support, subversion can't read from http:// This means 'svn http://****' won't work. The patch makes subversion build against neon 0.27.x Without the patch, subversion won't build against neon and webdav support will be disabled.
On Wed, 2008-01-16 at 22:10 -0500, Loui wrote:
Hello! I don't know if this should go in flyspray because I'm using testing pkgs and such so I'll just write here. I think subversion needs to be rebuilt to link to the new Perl.
I get an error when using git-svn /usr/bin/perl: symbol lookup error: /usr/lib/perl5/site_perl/current/i686-linux-thread-multi/auto/SVN/_Core/_Core.so: undefined symbol: Perl_Tstack_sp_ptr
I built 1.4.6 it myself and it got past that error but I hit another one: Bad URL passed to RA layer: Unrecognized URL scheme for 'http://brlcad.svn.sourceforge.net/svnroot/brlcad/brlcad' at /usr/bin/git-svn line 1043
I also removed subversion-neon.patch because a hunk failed... maybe it was needed? I don't know. I admit I don't really know what's going on. Can someone smarter than me help me out? Thanks!
Try this patch instead. I simply manually applied the last part and rediffed.
On Jan 17, 2008 8:48 AM, Hussam Al-Tayeb <ht990332@gmail.com> wrote:
Try this patch instead. I simply manually applied the last part and rediffed. Ahh. That'll explain it. Thanks.
participants (3)
-
Hussam Al-Tayeb
-
Karolina Lindqvist
-
Loui