Your message dated Sat, 08 Mar 2008 07:17:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#457573: fixed in nspr 4.7.0-2
has caused the Debian Bug report #457573,
regarding nspr: FTBFS on hurd-i386
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
457573: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=457573
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: nspr
Version: 4.7.0~1.9b1-2
Severity: important
Tags: patch
Hello,
Apparently, during the merge of patches upstream forgot a few fixes,
leaving the package unbuildable on hurd-i386, here they are. (Yes,
libpthread on Hurd never produces value 0 for pthread_t, as pointed out
by its author himself.)
Samuel
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.23
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
--- ./mozilla/nsprpub/pr/include/md/_pth.h.orig 2007-12-23 12:24:11.000000000
+0000
+++ ./mozilla/nsprpub/pr/include/md/_pth.h 2007-12-23 12:24:40.000000000
+0000
@@ -148,10 +148,6 @@
|| defined(NETBSD) || defined(OPENBSD) || defined(BSDI) \
|| defined(VMS) || defined(NTO) || defined(DARWIN) \
|| defined(UNIXWARE) || defined(RISCOS)
-#ifdef __GNU__
-/* Hurd pthreads don't have an invalid value for pthread_t. -- rmh */
-#error Using Hurd pthreads
-#endif
#define _PT_PTHREAD_INVALIDATE_THR_HANDLE(t) (t) = 0
#define _PT_PTHREAD_THR_HANDLE_IS_INVALID(t) (t) == 0
#define _PT_PTHREAD_COPY_THR_HANDLE(st, dt) (dt) = (st)
--- mozilla/nsprpub/pr/include/md/_linux.cfg.orig 2007-12-23
12:33:59.000000000 +0000
+++ mozilla/nsprpub/pr/include/md/_linux.cfg 2007-12-23 12:32:43.000000000
+0000
@@ -53,6 +53,8 @@
#ifdef __FreeBSD_kernel__
#define PR_AF_INET6 28 /* same as AF_INET6 */
+#elif defined(__GNU__)
+#define PR_AF_INET6 26 /* same as AF_INET6 */
#else
#define PR_AF_INET6 10 /* same as AF_INET6 */
#endif
--- mozilla/nsprpub/pr/src/md/unix/uxrng.c.orig 2007-12-23 12:37:54.000000000
+0000
+++ mozilla/nsprpub/pr/src/md/unix/uxrng.c 2007-12-23 12:38:21.000000000
+0000
@@ -139,7 +139,8 @@
}
#elif (defined(LINUX) || defined(FREEBSD) || defined(__FreeBSD_kernel__) \
- || defined(NETBSD) || defined(__NetBSD_kernel__) || defined(OPENBSD))
+ || defined(NETBSD) || defined(__NetBSD_kernel__) || defined(OPENBSD) \
+ || defined(__GNU__))
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
--- End Message ---
--- Begin Message ---
Source: nspr
Source-Version: 4.7.0-2
We believe that the bug you reported is fixed in the latest version of
nspr, which is due to be installed in the Debian FTP archive:
libnspr4-0d-dbg_4.7.0-2_amd64.deb
to pool/main/n/nspr/libnspr4-0d-dbg_4.7.0-2_amd64.deb
libnspr4-0d_4.7.0-2_amd64.deb
to pool/main/n/nspr/libnspr4-0d_4.7.0-2_amd64.deb
libnspr4-dev_4.7.0-2_amd64.deb
to pool/main/n/nspr/libnspr4-dev_4.7.0-2_amd64.deb
nspr_4.7.0-2.diff.gz
to pool/main/n/nspr/nspr_4.7.0-2.diff.gz
nspr_4.7.0-2.dsc
to pool/main/n/nspr/nspr_4.7.0-2.dsc
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.
Mike Hommey <[EMAIL PROTECTED]> (supplier of updated nspr 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: Sat, 08 Mar 2008 08:01:47 +0100
Source: nspr
Binary: libnspr4-0d libnspr4-dev libnspr4-0d-dbg
Architecture: source amd64
Version: 4.7.0-2
Distribution: unstable
Urgency: low
Maintainer: Maintainers of Mozilla-related packages <[EMAIL PROTECTED]>
Changed-By: Mike Hommey <[EMAIL PROTECTED]>
Description:
libnspr4-0d - NetScape Portable Runtime Library
libnspr4-0d-dbg - Development files for the NetScape Portable Runtime library
libnspr4-dev - Development files for the NetScape Portable Runtime library
Closes: 457573
Changes:
nspr (4.7.0-2) unstable; urgency=low
.
* debian/libnspr4-0d.symbols.powerpc: Add new powerpc specific symbols.
* debian/control: Turn Homepage indications in descriptions into a
control field.
* debian/rules:
+ Don't ignore $(MAKE) distclean errors.
+ Bump shlibs, but only for ppc.
* debian/patches/38_hurd.dpatch: Fix FTBFS on Hurd. Closes: #457573.
Files:
550dda0920ab9327812739f5b20db6e0 764 libs optional nspr_4.7.0-2.dsc
9025c70c752581f3a378509e7fcb0ea9 25421 libs optional nspr_4.7.0-2.diff.gz
1ea28551eff7656b4dcde4ed97ed267b 131660 libs optional
libnspr4-0d_4.7.0-2_amd64.deb
a00d38887b68c9f6828d0c3129dfe9b6 269382 libdevel optional
libnspr4-dev_4.7.0-2_amd64.deb
bbb054aa43967f98b83a330afeb59500 285524 libdevel extra
libnspr4-0d-dbg_4.7.0-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH0jwz3kvaLFT9KlgRAsvvAJ0W9LGImnnSkg/mBES7W5oXkHsXDgCfWckk
CywVKiKPMFfJ8d0GPea78jg=
=brfO
-----END PGP SIGNATURE-----
--- End Message ---