Wine repeated unhandled exptions

2003-09-10 Thread Shachar Shemesh
Hi list, I have just performed an upgrade to my Debian Sid Linux. During the upgrade, libc was replaced. I can now not get Wine to work on the new install. Previously, I would use Wine without --with-nptl. This no longer works. Wine sigsegv on startup (whether there are parameters or not).

Re: Wine repeated unhandled exptions

2003-09-10 Thread Rein Klazes
On Wed, 10 Sep 2003 16:03:23 +0300, you wrote: Hi list, I have just performed an upgrade to my Debian Sid Linux. During the upgrade, libc was replaced. I can now not get Wine to work on the new install. ACK. I have downgraded to glibc-2.3.2-5 and it works again. strace wine: |

Re: Wine repeated unhandled exptions

2003-09-10 Thread Shachar Shemesh
Rein Klazes wrote: On Wed, 10 Sep 2003 16:03:23 +0300, you wrote: Hi list, I have just performed an upgrade to my Debian Sid Linux. During the upgrade, libc was replaced. I can now not get Wine to work on the new install. ACK. I have downgraded to glibc-2.3.2-5 and it works again.

Re: Wine repeated unhandled exptions

2003-09-10 Thread Rein Klazes
On Wed, 10 Sep 2003 18:39:51 +0300, you wrote: Rein Klazes wrote: On Wed, 10 Sep 2003 16:03:23 +0300, you wrote: Hi list, I have just performed an upgrade to my Debian Sid Linux. During the upgrade, libc was replaced. I can now not get Wine to work on the new install.

Re: Wine repeated unhandled exptions

2003-09-10 Thread Shachar Shemesh
Rein Klazes wrote: If they are not still on your system (/var/cache/apt/archives/) Luckily - it was, indeed, there. Thanks. you can download them from a local Debian mirror in pool/main/g/glibc. Yes, on second inspection there were ther. Then again, apt-get install libc6=2.3.2-5 didn't

Re: Wine repeated unhandled exptions

2003-09-10 Thread Marcus Meissner
On Wed, Sep 10, 2003 at 08:44:57PM +0300, Shachar Shemesh wrote: Rein Klazes wrote: If they are not still on your system (/var/cache/apt/archives/) Luckily - it was, indeed, there. Thanks. you can download them from a local Debian mirror in pool/main/g/glibc. Yes, on second

Re: Wine repeated unhandled exptions

2003-09-10 Thread Shachar Shemesh
Marcus Meissner wrote: On Wed, Sep 10, 2003 at 08:44:57PM +0300, Shachar Shemesh wrote: Rein Klazes wrote: If they are not still on your system (/var/cache/apt/archives/) Luckily - it was, indeed, there. Thanks. you can download them from a local Debian mirror in

Re: Wine repeated unhandled exptions

2003-09-10 Thread Ove Kaaven
On Wed, 2003-09-10 at 17:31, Rein Klazes wrote: From the changelist of glibc-2.3.2-6 there seems to be only one applicable item: | - debian/patches/pthread_cond_timedwait.dpatch: avoid problem when |pthread_cond_timedwait is used in code that doesn't link with |

Re: Wine repeated unhandled exptions

2003-09-10 Thread Alexandre Julliard
Ove Kaaven [EMAIL PROTECTED] writes: See the problem? Hmm, now should I complain to Debian's glibc maintainers, or is this Wine's problem? In a sense it's a Wine problem, since this is an internal structure we are not really supposed to be using. However, I don't think there's any way we can

Re: Wine repeated unhandled exptions

2003-09-10 Thread Ove Kaaven
On Wed, 2003-09-10 at 22:10, Alexandre Julliard wrote: Ove Kaaven [EMAIL PROTECTED] writes: See the problem? Hmm, now should I complain to Debian's glibc maintainers, or is this Wine's problem? In a sense it's a Wine problem, since this is an internal structure we are not really

Re: Wine repeated unhandled exptions

2003-09-10 Thread Alexandre Julliard
Ove Kaaven [EMAIL PROTECTED] writes: OK, bug #210347 has been filed against the Debian libc6 package. The glibc guys have been kind enough to make the change, so this is fixed in the current glibc CVS (and I put in the corresponding change on the Wine side). -- Alexandre Julliard [EMAIL