Your message dated Wed, 05 Apr 2006 06:02:10 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#360715: fixed in aolserver4 4.0.10-6
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: aolserver4
Version: 4.0.10-5
Severity: normal
Tags: patch

When building 'aolserver4' on ppc64/unstable,
I get the following error:

gcc -pipe -L../nsthread -L../nsd -o nsd main.o libnsd.so -lnsthread -L/usr/lib 
-ltcl8.4 -ldl  -lpthread -lieee -lm  -lgcc_s   -Wl,--export-dynamic 
libnsd.so: undefined reference to `pthread_kill_other_threads_np'
collect2: ld returned 1 exit status
make[2]: *** [nsd] Error 1
make[2]: Leaving directory `/aolserver4-4.0.10/nsd'

This occurs because the glibc library on ppc64 is NPTL-only.

With the attached patch 'aolserver4' can be compiled on ppc64.

Regards
Andreas Jochens

diff -urN ../tmp-orig/aolserver4-4.0.10/debian/patches/amd64.dpatch 
./debian/patches/amd64.dpatch
--- ../tmp-orig/aolserver4-4.0.10/debian/patches/amd64.dpatch   2006-04-04 
10:19:46.000000000 +0000
+++ ./debian/patches/amd64.dpatch       2006-04-04 10:19:35.000000000 +0000
@@ -13,7 +13,7 @@
  FatalSignalHandler(int signal)
  {
 -#ifdef __linux
-+#if defined( __linux ) && !defined(__x86_64__) 
++#if defined( __linux ) && !defined(__x86_64__) &&!defined(__powerpc64__)
      /*
       * LinuxThreads thread manager needs to kill all child threads
       * on fatal signals, else they get left behind as dead threads.


--- End Message ---
--- Begin Message ---
Source: aolserver4
Source-Version: 4.0.10-6

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

aolserver4-dev_4.0.10-6_i386.deb
  to pool/main/a/aolserver4/aolserver4-dev_4.0.10-6_i386.deb
aolserver4-doc_4.0.10-6_all.deb
  to pool/main/a/aolserver4/aolserver4-doc_4.0.10-6_all.deb
aolserver4_4.0.10-6.diff.gz
  to pool/main/a/aolserver4/aolserver4_4.0.10-6.diff.gz
aolserver4_4.0.10-6.dsc
  to pool/main/a/aolserver4/aolserver4_4.0.10-6.dsc
aolserver4_4.0.10-6_i386.deb
  to pool/main/a/aolserver4/aolserver4_4.0.10-6_i386.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.
Francesco Paolo Lovergine <[EMAIL PROTECTED]> (supplier of updated aolserver4 
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: Wed,  5 Apr 2006 14:49:41 +0200
Source: aolserver4
Binary: aolserver4 aolserver4-dev aolserver4-doc
Architecture: source all i386
Version: 4.0.10-6
Distribution: unstable
Urgency: low
Maintainer: Francesco Paolo Lovergine <[EMAIL PROTECTED]>
Changed-By: Francesco Paolo Lovergine <[EMAIL PROTECTED]>
Description: 
 aolserver4 - AOL Web Server 4 (Program)
 aolserver4-dev - AOL Web Server 4 (Development Tools)
 aolserver4-doc - AOL Web Server 4 (Documentation)
Closes: 360715
Changes: 
 aolserver4 (4.0.10-6) unstable; urgency=low
 .
   * Debhelper compatibility level set to 4
   * Now uses lsb-base function in autogenerated init script, if available.
     lsb-base is now required in etch, but currently provides also backporting
     compatibility functions, just in case.
   * Changed amd64.dpatch to manage ppc64 case too.
     (closes: #360715)
Files: 
 968cd99e78f15cc61f40af81aebe5910 683 web optional aolserver4_4.0.10-6.dsc
 049707ed06a654a45c22ba07bb1b3e0f 89492 web optional aolserver4_4.0.10-6.diff.gz
 12bef0f2c2d40e061c81ab1e3f21a256 3167654 doc optional 
aolserver4-doc_4.0.10-6_all.deb
 9bfc432a157dc40ae3b5926cfd771ec5 791550 web optional 
aolserver4_4.0.10-6_i386.deb
 ff96b97c3ef27628a212a5f2d8d5a555 75268 devel optional 
aolserver4-dev_4.0.10-6_i386.deb

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

iD8DBQFEM75cpFNRmenyx0cRApeZAKDP1tLTB7mO+llW2IjVe0v3KoV/fQCbBJm1
ehEG/s3QJ6wCYRDxlscZ6uk=
=xlV7
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to