Your message dated Fri, 15 Dec 2006 15:47:18 +0100
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: cfengine
Version: 1.6.5-2
Severity: wishlist
Tags: patch
When building 'cfengine' on ppc64/unstable,
I get the following error:
touch stampdir/stamp-configure
checking build system type... Invalid configuration `powerpc64-linux-gnu':
machine `powerpc64' not recognized
configure: error: /bin/sh ./config.sub powerpc64-linux-gnu failed
make: *** [stampdir/stamp-configure] Error 1
With the attached patch 'cfengine' can be compiled on ppc64.
Regards
Andreas Jochens
diff -urN ../tmp-orig/cfengine-1.6.5/debian/control ./debian/control
--- ../tmp-orig/cfengine-1.6.5/debian/control 2005-08-26 11:10:35.000000000
+0000
+++ ./debian/control 2005-08-26 10:36:34.000000000 +0000
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Tollef Fog Heen <[EMAIL PROTECTED]>
Standards-Version: 3.2.1
-Build-Depends: autoconf (>= 2.13-20), bison, debhelper, flex, libwrap0-dev,
libdb4.3-dev, libssl-dev
+Build-Depends: autoconf (>= 2.13-20), autotools-dev, bison, debhelper, flex,
libwrap0-dev, libdb4.3-dev, libssl-dev
Build-Depends-Indep: tetex-bin, texinfo
Package: cfengine
diff -urN ../tmp-orig/cfengine-1.6.5/debian/rules ./debian/rules
--- ../tmp-orig/cfengine-1.6.5/debian/rules 2005-08-26 11:10:35.000000000
+0000
+++ ./debian/rules 2005-08-26 10:36:13.000000000 +0000
@@ -25,6 +25,7 @@
$(STAMP_DIR)/stamp-configure: $(patched)
dh_testdir
cd $(BUILD_TREE) && \
+ cp /usr/share/misc/config.{guess,sub} . && \
CFLAGS="$(CFLAGS)" ./configure \
--prefix=/usr --build=$(DEB_BUILD_GNU_TYPE) \
--host=$(DEB_HOST_GNU_TYPE) --with-ssl && \
--- End Message ---
--- Begin Message ---
This package has been removed (in favour of cfengine2).
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---