You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Collins-Sussman <su...@collab.net> on 2002/12/02 16:48:43 UTC

Re: [PATCH] building deb package fails

Jon Middleton <jj...@ixtab.org.uk> writes:

> On Wed, Nov 27, 2002 at 10:10:15PM +0000, Jon Middleton wrote:
> > On Wed, Nov 27, 2002 at 03:33:00PM -0600, Ben Collins-Sussman wrote:
> > > Jon Middleton <jj...@ixtab.org.uk> writes:
> > > 
> > > > David Kimdon is the offical package maintainer, but the main problem
> > > > is that the current build depends can not be satisfied in Debian
> > > > unstable at least apr and apr-util are out of date.
> > > 
> > > Actually, the apr and apr-util shipped with httpd-2.0.43 *aren't* out
> > > of date.  Subversion just *thinks* they are.
> > >
> > > I think what I need to do here is make a change to Subversion's
> > > ./configure again: if "apu-config --version" returns error, then
> > > attempt to grep for the version-number directly in the script.
> > 
> * ac-helpers/aprutil.m4(AC_DEFUN): If $apu_config --version fails just
>   grep the version string out of the script so that we can build
>   against apr as shipped in apache2 2.0.43, this hack can be removed
>    when 2.0.44 has been released.

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!  :-)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: building deb package fails

Posted by Jon Middleton <jj...@ixtab.org.uk>.
On Mon, Dec 02, 2002 at 10:08:12AM -0800, David Kimdon wrote:
> On Mon, Dec 02, 2002 at 12:46:07PM -0500, Paul Lussier wrote:
> > 
> > >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:
> 
> take a look at the 0.15.0-2 debian packages:
> http://incoming.debian.org/subversion_0.15.0-2.diff.gz

Also the attached single line patch is now all thats needed to build
current HEAD of svn with the debian dir from David's packages (this
requires that the docbook-xsl package installed).

-- 
Jon

"First things first -- but not necessarily in that order"
                -- The Doctor, "Doctor Who"		

Re: building deb package fails

Posted by David Kimdon <dw...@debian.org>.
On Mon, Dec 02, 2002 at 12:46:07PM -0500, Paul Lussier wrote:
> 
> >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:

take a look at the 0.15.0-2 debian packages:
http://incoming.debian.org/subversion_0.15.0-2.diff.gz

-David

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: building deb package fails

Posted by Paul Lussier <pl...@lanminds.com>.
>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