Your message dated Fri, 18 Aug 2006 16:40:52 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Removed
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
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 \
--- End Message ---
--- Begin Message ---
ruby1.6 has been removed because it has been obsoleted by ruby1.8.
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---