Bug#345196: subversion: FTBFS on GNU/kFreeBSD

Aurelien Jarno aurel32 at debian.org
Thu Dec 29 16:17:55 UTC 2005


Package: subversion
Version: 1.2.3dfsg1-3
Severity: important
Tags: patch

Hi,

subversion fails to build on GNU/kFreeBSD because java is not (yet)
available on this platform. Please find attached a patch to disable java
for this architecture, as it is already done for other architectures.

Could you please add it in the next upload?

Thanks in advance,
Aurelien

-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.4-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages subversion depends on:
ii  db4.3-util             4.3.29-3          Berkeley v4.3 Database Utilities
ii  libapr0                2.0.55-3          the Apache Portable Runtime
ii  libc0.1                2.3-1+kbsd.15     GNU C Library: Shared libraries an
ii  libdb4.3               4.3.29-3          Berkeley v4.3 Database Libraries [
ii  libexpat1              1.95.8-3+libtool  XML parsing C library - runtime li
ii  libneon24              0.24.7.dfsg-3     An HTTP and WebDAV client library
ii  libssl0.9.8            0.9.8a-5          SSL shared libraries
ii  libsvn0                1.2.3dfsg1-3+kbsd shared libraries used by Subversio
ii  libxml2                2.6.22-2          GNOME XML library
ii  patch                  2.5.9-2.0.1       Apply a diff file to an original
ii  zlib1g                 1:1.2.3-9         compression library - runtime

subversion recommends no packages.

-- no debconf information
-------------- next part --------------
Status: in BTS
Author: aurel32

diff -u subversion-1.2.3dfsg1/debian/control subversion-1.2.3dfsg1/debian/control
--- subversion-1.2.3dfsg1/debian/control
+++ subversion-1.2.3dfsg1/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Guilherme de S. Pastore <guilherme.pastore at terra.com.br>
 Uploaders: Al Stone <ahs3 at debian.org>, David Kimdon <dwhedon at debian.org>, Troy Heber <troy.heber at hp.com>, Peter Samuelson <peter at p12n.org>
-Build-Depends: debhelper, libneon24-dev, apache2-threaded-dev, libapr0-dev (>= 2.0.55-3), libdb4.3-dev, libtool, bison, patch, python, time, python2.3-dev, autotools-dev, autoconf, swig, perl, cdbs, libperl-dev, kaffe-dev [!arm !armeb !mips !mipsel], kaffe-pthreads [!arm !armeb !mips !mipsel]
+Build-Depends: debhelper, libneon24-dev, apache2-threaded-dev, libapr0-dev (>= 2.0.55-3), libdb4.3-dev, libtool, bison, patch, python, time, python2.3-dev, autotools-dev, autoconf, swig, perl, cdbs, libperl-dev, kaffe-dev [!arm !armeb !mips !mipsel !kfreebsd-i386], kaffe-pthreads [!arm !armeb !mips !mipsel !kfreebsd-i386]
 Build-Conflicts: libsvn0 (<< 1.2)
 Standards-Version: 3.6.2.1
 
diff -u subversion-1.2.3dfsg1/debian/rules subversion-1.2.3dfsg1/debian/rules
--- subversion-1.2.3dfsg1/debian/rules
+++ subversion-1.2.3dfsg1/debian/rules
@@ -5,7 +5,7 @@
 # it must be manually kept in sync with the libsvn-javahl Architecture:
 # line in debian/control.
 
-DISABLE_JAVAHL_ARCHS := arm armeb mips mipsel
+DISABLE_JAVAHL_ARCHS := arm armeb mips mipsel kfreebsd-i386
 
 
 



More information about the pkg-subversion-maintainers mailing list