status of subversoin 1.4.4 on HPPA
Peter Samuelson
peter at p12n.org
Wed Aug 15 00:44:51 UTC 2007
[Rick Jones]
> I'm having trouble with subversion 1.4.2mumble on netperf.org. I've
> tried some posts to both users at subversion and dev at subversion but no
> suggested fixes for what seems to ail.
Yeah I saw your post on dev@ but I didn't immediately recognise the
problem, and it looked a lot like an upstream issue, so I ignored it.
> Grasping at straws I thought I would try to use 1.4.4, but per dannf
> and a pointer he sent my way, 1.4.4mumble isn't building on hppa. Of
> course netperf.org is hppa :)
I'm not sure what is going on with hppa. The buildd failed the
testsuite in a rather weird way, which I couldn't reproduce on i386,
but then later someone binNMU'd 1.4.4 on hppa, so apparently it can be
built, somehow. (Buildd issue? The same buildd failed twice.)
As for java, I note that LaMont (CC'd) recently disabled the java
bindings in Ubuntu-land. I don't know why - LaMont? Anyway, the
trivial patch to do this is appended below, so you can try rebuilding
from source on your box.
--
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/
Index: debian/control
===================================================================
--- debian/control (revisione 808)
+++ debian/control (copia locale)
@@ -9,8 +9,8 @@
autotools-dev, autoconf, libtool, swig,
python, python-dev, python-support (>= 0.4),
perl, libperl-dev, ruby1.8, ruby1.8-dev,
- java-gcj-compat-dev [!m68k !mips !mipsel !arm !hurd-i386],
- junit [!m68k !mips !mipsel !arm !hurd-i386]
+ java-gcj-compat-dev [!m68k !mips !mipsel !arm !hurd-i386 !hppa],
+ junit [!m68k !mips !mipsel !arm !hurd-i386 !hppa]
Build-Conflicts: libsvn0-dev
XS-Vcs-Svn: svn://svn.debian.org/pkg-subversion/trunk
XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-subversion/trunk/
Index: debian/rules
===================================================================
--- debian/rules (revisione 808)
+++ debian/rules (copia locale)
@@ -13,7 +13,7 @@
# with DISABLE_JAVAHL_ARCHS.
ENABLE_JAVAHL := yes
-DISABLE_JAVAHL_ARCHS := m68k mips mipsel arm hurd-i386
+DISABLE_JAVAHL_ARCHS := m68k mips mipsel arm hurd-i386 hppa
# We may need to disable libapache2-svn for one reason or another.
ENABLE_APACHE := yes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-subversion-maintainers/attachments/20070814/ceea9bf4/attachment.pgp
More information about the pkg-subversion-maintainers
mailing list