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

Re: building deb package fails

From: Paul Lussier <pll_at_lanminds.com>
Date: 2002-12-02 18:46:07 CET

>Excellent, I applied a tweaked version of this patch in r3954.
>
>Hey! Package maintainers! Hear that?
>
>This means that as of now, Subversion now compiles against the latest
>released version of apache (2.0.43). No more pain and suffering with
>apr or apr-util version-numbers!
>
>Hop to it! :-)

Hmmm, I'm still getting an error when I try to run:

        $ dpkg-buildpackage -rfakeroot -uc -us -b
        gcc -shared /usr/local/src/subversion-0.14.5.r3954/build-svn/subversion/bindings/swig/python/build/temp.linux-i686-2.2/svn_client.o -L/usr/local/src/subversion-0.14.5.r3954/debian/tmp/usr/lib -L/lib -lsvn_client-1 -lsvn_swig_py-1 -lswigpy -o /usr/local/src/subversion-0.14.5.r3954/build-svn/subversion/bindings/swig/python/build/lib.linux-i686-2.2/svn/_client.so
        /usr/bin/ld: cannot find -lsvn_swig_py-1
        collect2: ld returned 1 exit status
        error: command 'gcc' failed with exit status 1
        make[1]: *** [swig-py-ext] Error 1
        make[1]: Leaving directory `/usr/local/src/subversion-0.14.5.r3954/build-svn'
        make: *** [install] Error 2

I don't get why it can find svn_swig_py-1:

        $ ldconfig -p | grep -i svn_swig_py-1
                libsvn_swig_py-1.so.0 (libc6) => /usr/lib/libsvn_swig_py-1.so.0
        $ ls -l /usr/lib/libsvn_swig_py-1.so.0
           lrwxrwxrwx 1 root root 25 Dec 2 12:17 /usr/lib/libsvn_swig_py-1.so.0 -> libsvn_swig_py-1.so.0.0.0
        $ ls -Ll /usr/lib/libsvn_swig_py-1.so.0
        -rw-r--r-- 1 root root 13844 Nov 30 01:56 /usr/lib/libsvn_swig_py-1.so.0

Any ideas?

Thanks,

-- 
Seeya,
Paul
--
	It may look like I'm just sitting here doing nothing,
   but I'm really actively waiting for all my problems to go away.
	 If you're not having fun, you're not doing it right!
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 2 18:54:41 2002

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

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