Package: ruby1.6
Version: 1.6.8-13
Severity: wishlist
Tags: patch
When building 'ruby1.6' on ppc64/unstable, I get the following error:
uname -r = 2.6.14-2-ppc64
uname -s = Linux
uname -v = #1 SMP Sun Nov 27 06:36:32 UTC 2005
/usr/bin/uname -p =
/bin/uname -X =
hostinfo =
/bin/universe =
/usr/bin/arch -k =
/bin/arch = ppc64
/usr/bin/oslevel =
/usr/convex/getsysinfo =
UNAME_MACHINE = ppc64
UNAME_RELEASE = 2.6.14-2-ppc64
UNAME_SYSTEM = Linux
UNAME_VERSION = #1 SMP Sun Nov 27 06:36:32 UTC 2005
configure: error: cannot guess build type; you must specify one
make: *** [configure-stamp] Error 1
With the attached patch 'ruby1.6' can be compiled on ppc64.
Regards
Andreas Jochens
diff -urN ../tmp-orig/ruby1.6-1.6.8/debian/control ./debian/control
--- ../tmp-orig/ruby1.6-1.6.8/debian/control 2006-04-07 17:51:52.000000000
+0000
+++ ./debian/control 2006-04-07 17:38:52.000000000 +0000
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: akira yamada <[EMAIL PROTECTED]>
Uploaders: Fumitoshi UKAI <[EMAIL PROTECTED]>, Akira TAGOH <[EMAIL PROTECTED]>
-Build-Depends: autoconf, m4, bison, debhelper (>= 3.0), dbs, patch,
libgdbm-dev, libncurses5-dev, libreadline5-dev, tcl8.4-dev, tk8.4-dev
+Build-Depends: debhelper, autotools-dev, autoconf, m4, bison, dbs, patch,
libgdbm-dev, libncurses5-dev, libreadline5-dev, tcl8.4-dev, tk8.4-dev
Standards-Version: 3.5.8
Package: ruby1.6
diff -urN ../tmp-orig/ruby1.6-1.6.8/debian/rules ./debian/rules
--- ../tmp-orig/ruby1.6-1.6.8/debian/rules 2006-04-07 17:51:52.000000000
+0000
+++ ./debian/rules 2006-04-07 17:38:33.000000000 +0000
@@ -56,6 +56,7 @@
configure-stamp: $(patched)
dh_testdir
# Add here commands to configure the package.
+ cp /usr/share/misc/config.{guess,sub} $(BUILD_TREE)
cd $(BUILD_TREE) && autoconf
cd $(BUILD_TREE) && \
CFLAGS="$(CFLAGS)" ./configure \
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]