Your message dated Mon, 03 Jul 2006 02:17:08 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#361831: fixed in commons-daemon 1.0.1-3
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: commons-daemon
Version: 1.0.1-1
Severity: wishlist
Tags: patch

When building 'commons-daemon' on ppc64/unstable, I get the following error:

checking for powerpc64-linux-gnu-gcc option to accept ANSI C... none needed
checking for powerpc64-linux-gnu-ranlib... no
checking for ranlib... ranlib
*** Host support ***
checking C flags dependant on host system type... failed
configure: error: Unsupported CPU architecture "powerpc64"
make: *** [common-configure-arch] Error 1

With the attached patch 'commons-daemon' can be compiled on ppc64.

Regards
Andreas Jochens

diff -urN ../tmp-orig/commons-daemon-1.0.1/src/native/unix/configure 
./src/native/unix/configure
--- ../tmp-orig/commons-daemon-1.0.1/src/native/unix/configure  2005-05-17 
11:00:45.000000000 +0000
+++ ./src/native/unix/configure 2006-04-10 10:05:06.000000000 +0000
@@ -2422,7 +2422,7 @@
     ;;
   esac
   case $host_cpu in
-  powerpc)
+  powerpc*)
     CFLAGS="$CFLAGS -DCPU=\\\"$host_cpu\\\"" ;;
   sparc*)
     CFLAGS="$CFLAGS -DCPU=\\\"$host_cpu\\\"" ;;


--- End Message ---
--- Begin Message ---
Source: commons-daemon
Source-Version: 1.0.1-3

We believe that the bug you reported is fixed in the latest version of
commons-daemon, which is due to be installed in the Debian FTP archive:

commons-daemon_1.0.1-3.diff.gz
  to pool/main/c/commons-daemon/commons-daemon_1.0.1-3.diff.gz
commons-daemon_1.0.1-3.dsc
  to pool/main/c/commons-daemon/commons-daemon_1.0.1-3.dsc
jsvc-dev_1.0.1-3_all.deb
  to pool/main/c/commons-daemon/jsvc-dev_1.0.1-3_all.deb
jsvc_1.0.1-3_powerpc.deb
  to pool/main/c/commons-daemon/jsvc_1.0.1-3_powerpc.deb
libcommons-daemon-java_1.0.1-3_all.deb
  to pool/main/c/commons-daemon/libcommons-daemon-java_1.0.1-3_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Arnaud Vandyck <[EMAIL PROTECTED]> (supplier of updated commons-daemon package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon,  3 Jul 2006 11:04:55 +0200
Source: commons-daemon
Binary: jsvc-dev jsvc libcommons-daemon-java
Architecture: source all powerpc
Version: 1.0.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Arnaud Vandyck <[EMAIL PROTECTED]>
Description: 
 jsvc       - native application to launch java applications as daemons
 jsvc-dev   - development files for jsvc
 libcommons-daemon-java - Java API to launch java applications as daemons
Closes: 361831
Changes: 
 commons-daemon (1.0.1-3) unstable; urgency=low
 .
   * Apply a patch to support ppc64 arch, thanks to Andreas Jochens
     (closes: #361831)
Files: 
 cc3a3a24027421ff07aa61f21cfe70af 847 libs optional commons-daemon_1.0.1-3.dsc
 65a6f6f395cf607c1a2bf13a0dc23206 8923 libs optional 
commons-daemon_1.0.1-3.diff.gz
 59882c397821ef503d86a338ad08ad60 38790 libs optional 
libcommons-daemon-java_1.0.1-3_all.deb
 96374d22955bdd114e85a15b22d29c8d 9306 libs optional jsvc-dev_1.0.1-3_all.deb
 6881c755f686664c94aa3eb092b8a27c 22870 net optional jsvc_1.0.1-3_powerpc.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEqN5k4vzFZu62tMIRAuGOAJ4h6+LDBq06drNeZ9bG1ljszW6mSwCgoc0H
A0ejVvDA4i4e/F1x+hbZ/C0=
=xHpH
-----END PGP SIGNATURE-----


--- End Message ---
_______________________________________________
pkg-java-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Reply via email to