[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#210347: marked as done (libc6: pthread_cond_timedwait.dpatch breaks Wine)



Your message dated Fri, 12 Sep 2003 16:50:14 -0400
with message-id <E19xuru-0000ZO-00@auric.debian.org>
and subject line Bug#210347: fixed in glibc 2.3.2-7
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 10 Sep 2003 21:59:04 +0000
>From ovek@arcticnet.no Wed Sep 10 16:59:01 2003
Return-path: <ovek@arcticnet.no>
Received: from mail41-s.fg.online.no (mail41.fg.online.no) [148.122.161.41] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19xCzN-0000B5-00; Wed, 10 Sep 2003 16:59:01 -0500
Received: from renegade (ti100710a080-0397.bb.online.no [80.213.225.141])
	by mail41.fg.online.no (8.9.3p2/8.9.3) with ESMTP id XAA16927;
	Wed, 10 Sep 2003 23:58:58 +0200 (CEST)
Received: from ovek by renegade with local (Exim 3.36 #1 (Debian))
	id 19xCzI-0001iN-00; Wed, 10 Sep 2003 23:58:56 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Ove Kaaven <ovek@arcticnet.no>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: libc6: pthread_cond_timedwait.dpatch breaks Wine
X-Mailer: reportbug 2.28
Date: Wed, 10 Sep 2003 23:58:55 +0200
Message-Id: <[🔎] E19xCzI-0001iN-00@renegade>
Sender: Ove Kaaven <ovek@renegade>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0
	tests=HAS_PACKAGE
	version=2.53-bugs.debian.org_2003_8_27
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_8_27 (1.174.2.15-2003-03-30-exp)

Package: libc6
Version: 2.3.2-6
Severity: important

pthread_cond_timedwait.dpatch contains this chunk

--- libc/linuxthreads/sysdeps/pthread/pthread-functions.h.jj   2003-04-20 03:37:06.000000000 -0400
+++ libc/linuxthreads/sysdeps/pthread/pthread-functions.h      2003-09-01 05:35:34.000000000 -0400
@@ -54,6 +54,8 @@ struct pthread_functions
                                 const pthread_condattr_t *);
   int (*ptr___pthread_cond_signal) (pthread_cond_t *);
   int (*ptr___pthread_cond_wait) (pthread_cond_t *, pthread_mutex_t *);
+  int (*ptr___pthread_cond_timedwait) (pthread_cond_t *, pthread_mutex_t *,
+                                     const struct timespec *);
   int (*ptr_pthread_equal) (pthread_t, pthread_t);
   void (*ptr___pthread_exit) (void *);
   int (*ptr_pthread_getschedparam) (pthread_t, int *, struct sched_param *);

which inserts a new member in the middle of a structure, instead of at the
end. Non-NPTL builds of Wine actually calls __libc_pthread_init() with its
own version of this "struct pthread_functions", in order to force libc to
use Win32-compatible synchronization primitives, and this kind of change
breaks Wine. Moving the new field to the end of the structure ought to make
it easier to keep this Wine-compatible until you add NPTL support
(Wine can use native pthreads only with NPTL, not with LinuxThreads).

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux renegade 2.4.20-k6 #1 Mon Jan 13 23:49:14 EST 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages libc6 depends on:
ii  libdb1-compat                 2.1.3-7    The Berkeley database routines [gl

-- no debconf information


---------------------------------------
Received: (at 210347-close) by bugs.debian.org; 12 Sep 2003 20:53:19 +0000
>From katie@auric.debian.org Fri Sep 12 15:53:13 2003
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19xuuk-0005E4-00; Fri, 12 Sep 2003 15:53:10 -0500
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 19xuru-0000ZO-00; Fri, 12 Sep 2003 16:50:14 -0400
From: Daniel Jacobowitz <dan@debian.org>
To: 210347-close@bugs.debian.org
X-Katie: $Revision: 1.35 $
Subject: Bug#210347: fixed in glibc 2.3.2-7
Message-Id: <E19xuru-0000ZO-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Fri, 12 Sep 2003 16:50:14 -0400
Delivered-To: 210347-close@bugs.debian.org

Source: glibc
Source-Version: 2.3.2-7

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

glibc-doc_2.3.2-7_all.deb
  to pool/main/g/glibc/glibc-doc_2.3.2-7_all.deb
glibc_2.3.2-7.diff.gz
  to pool/main/g/glibc/glibc_2.3.2-7.diff.gz
glibc_2.3.2-7.dsc
  to pool/main/g/glibc/glibc_2.3.2-7.dsc
libc-udeb_2.3.2-7_i386.udeb
  to pool/main/g/glibc/libc-udeb_2.3.2-7_i386.udeb
libc6-dbg_2.3.2-7_i386.deb
  to pool/main/g/glibc/libc6-dbg_2.3.2-7_i386.deb
libc6-dev_2.3.2-7_i386.deb
  to pool/main/g/glibc/libc6-dev_2.3.2-7_i386.deb
libc6-pic_2.3.2-7_i386.deb
  to pool/main/g/glibc/libc6-pic_2.3.2-7_i386.deb
libc6-prof_2.3.2-7_i386.deb
  to pool/main/g/glibc/libc6-prof_2.3.2-7_i386.deb
libc6_2.3.2-7_i386.deb
  to pool/main/g/glibc/libc6_2.3.2-7_i386.deb
locales_2.3.2-7_all.deb
  to pool/main/g/glibc/locales_2.3.2-7_all.deb
nscd_2.3.2-7_i386.deb
  to pool/main/g/glibc/nscd_2.3.2-7_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 210347@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Jacobowitz <dan@debian.org> (supplier of updated glibc 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 ftpmaster@debian.org)


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

Format: 1.7
Date: Fri, 12 Sep 2003 14:56:19 -0400
Source: glibc
Binary: libc6.1-prof libc1 libc0.3-pic locales glibc-doc libc6-pic libc-udeb libc1-prof libc0.3 libc0.3-dbg libc6.1-dev libc1-pic libc6-s390x libc6-prof libc1-dbg libc6-dev-sparc64 libc6 libc0.3-dev libc6-dbg nscd libc6.1-dbg libc6.1-pic libc6-sparc64 libc6-dev libc0.3-prof libc6.1 libc6-dev-s390x libc1-dev
Architecture: source i386 all
Version: 2.3.2-7
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Changed-By: Daniel Jacobowitz <dan@debian.org>
Description: 
 glibc-doc  - GNU C Library: Documentation
 libc-udeb  - GNU C Library: Shared libraries and Timezone data - udeb (udeb)
 libc6      - GNU C Library: Shared libraries and Timezone data
 libc6-dbg  - GNU C Library: Libraries with debugging symbols
 libc6-dev  - GNU C Library: Development Libraries and Header Files.
 libc6-pic  - GNU C Library: PIC archive library
 libc6-prof - GNU C Library: Profiling Libraries.
 locales    - GNU C Library: National Language (locale) data [support]
 nscd       - GNU C Library: Name Service Cache Daemon
Closes: 207221 208016 210347 210441
Changes: 
 glibc (2.3.2-7) unstable; urgency=medium
 .
   * GOTO Masanori  <gotom@debian.org>
 .
     - debian/patches/90_glibc232-mathinline_iso.dpatch: Fix inline math
       function complaints with gcc -pedantic -ffast-math.  Patched by
       Thomas Richter <thor@math.TU-Berlin.DE>.  (Closes: #208016, #207221)
 .
     - debian/patches/template.dpatch: Added DP: Related bugs: field.  You can
       use it to put which bugs are related with this dpatch.
 .
   * Daniel Jacobowitz <dan@debian.org>
 .
     - debian/control.in/main: Update binutils dependency for !s390.
 .
     - debian/patches/linuxthreads-push-pop.dpatch: Add __libc_cleanup_push
       and __libc_cleanup_pop.
     - debian/patches/syslog-backrev.dpatch: Remove, no longer necessary.
       This should fix the crashes in syslog without libpthread loaded.
 .
     - debian/patches/linuxthreads-jumptable-wine.dpatch: Move
       pthread_cond_timedwait out of the way, so that it doesn't break
       the way Wine pokes into this structure (Closes: #210347).
 .
     - debian/patches/ia64-memccpy.patch: Fix a segfault on ia64
       (Closes: #210441).
Files: 
 2b2a08b48ea63cb4aa2a9d8084178acc 1678 libs required glibc_2.3.2-7.dsc
 7ce50128fa97b14c58399da2ee40455b 1171658 libs required glibc_2.3.2-7.diff.gz
 18d0f9e3a50e973daf725c00d6f06f07 3717170 base required libc6_2.3.2-7_i386.deb
 831b5efc810dc337a5ab81f2781a60cf 1064978 debian-installer required libc-udeb_2.3.2-7_i386.udeb
 bbea83d11840c1f3f85292f88f5467ab 2558188 libdevel standard libc6-dev_2.3.2-7_i386.deb
 a9a086791d16eade7d2deadf2dd8eecf 1026678 libdevel extra libc6-prof_2.3.2-7_i386.deb
 e35a84cc38182e10b9eb985a3c2bcc1c 8510842 libdevel extra libc6-dbg_2.3.2-7_i386.deb
 84a5a864b4af71bf8fb3ca0f9b8575cc 996826 libdevel optional libc6-pic_2.3.2-7_i386.deb
 e1aa27151356c0606507fc7f12eb9805 77616 admin optional nscd_2.3.2-7_i386.deb
 c98be6681e0c9ef2d3a6cfbcac7eb007 3799498 base standard locales_2.3.2-7_all.deb
 6a9aa6a2c6adb642cef2ca8fe3966948 3705038 doc optional glibc-doc_2.3.2-7_all.deb

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

iD8DBQE/Yi3ObgOPXuCjg3cRAl1aAJ9OzSj3N8Egt04gHvY4UDHpOAflrgCgu5lF
VvX23R/Z2+XXtX4xmjIUysc=
=5p1u
-----END PGP SIGNATURE-----



Reply to: