You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Javier Barroso <ja...@gmail.com> on 2006/03/23 10:49:34 UTC

Who to compile with enable-all-static on debian package source?

Hi,

I'd like to install subversion 1.3 on Debian Sarge. To avoid dependences
problems, I want to compile with enable-all-static option the debian package
source.

dpkg-buildpackage compiles ok without this option, however when I add this
option it fails and return next message:

dh_install -i -s
cp: no se puede efectuar `stat' sobre «./debian/tools/svn-defaults/config»:
No existe el fichero o el directorio
dh_install: command returned error code 256


(I cannot stat on /debian/tools/svn-defaults/config: Not such file or
directroy) in english

I know about this list isn't specific of debian, but I would be grateful if
you would help me

Thanks in advance