[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Problems building Perl binding

From: Cristiano Paris <paris_at_disp.uniroma2.it>
Date: 2004-02-26 23:14:29 CET

On Thu, Feb 26, 2004 at 11:01:52PM +0100, Cristiano Paris wrote:
> On Thu, Feb 26, 2004 at 04:05:11PM -0500, John Peacock wrote:
> .... snip ....
> > I'm at the limit of my knowledge; you may need more detailed help
than I
> > can currently provide. Perhaps Ben Reser (who has been performing
massive
> > rewrites of the Perl swig bindings) can chime in here...

It seems I'm getting through... recall the error:

/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/../../../../i686-pc-linux-gnu/bin/ld:
cannot open output file blib/arch/auto/SVN/_Client/_Client.so: No such
file or directory

Well, analysing that huge gcc command line I realized that it's
complaining because no blib/arch/auto/SVN/_Client directory exists. A
simple:

mkdir blib/arch/auto/SVN/_Client/

just solves the problem. The same happens to the subsequent modules
(_Delta, _Fs, _Ra, _Repos, _Wc). There's surely something wrong in the
Makefilei anyway.

So far so good but, if I run make test, I get errors similar to this:

Can't load '/var/tmp/portage/subversion-1.0.0/work/subversion-1.0.0/subversion/bindings/swig/perl/blib/arch/auto/SVN/_Core/_Core.so' for module SVN::_Core: /var/tmp/portage/subversion-1.0.0/work/subversion-1.0.0/subversion/bindings/swig/perl/blib/arch/auto/SVN/_Core/_Core.so: undefined symbol: SWIG_TypeRegister at /usr/lib/perl5/5.8.3/i686-linux/DynaLoader.pm line 229.
 at /var/tmp/portage/subversion-1.0.0/work/subversion-1.0.0/subversion/bindings/swig/perl/blib/lib/SVN/Base.pm line 59

It seems to complain for an undefined symbol :-(. Any help?

Cristiano

----
Web: http://www.disp.uniroma2.it/users/paris
Public PGP/GnuPG key
pub  1024D/32CA6D54 2004-01-23 Cristiano Paris (RHPK) <c.paris@email.it>
     Key fingerprint = 3BFD 9884 230A 1F17 391C  1434 80CB 2C7A 32CA 6D54
----

  • application/pgp-signature attachment: stored
Received on Thu Feb 26 23:13:48 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.