Re: libunwind in unstable

2004-12-10 Thread Matthias Klose
H. J. Lu writes: On Thu, Dec 09, 2004 at 12:49:38PM +0100, Matthias Klose wrote: H. J. Lu writes: On Tue, Dec 07, 2004 at 12:16:56AM -0800, David Mosberger wrote: On Tue, 7 Dec 2004 09:01:33 +0100, Matthias Klose [EMAIL PROTECTED] said: Matthias glibc now fails to build

Re: libunwind in unstable

2004-11-29 Thread Peter Chubb
Matthias == Matthias Klose [EMAIL PROTECTED] writes: Matthias Matthieu Delahaye writes: On Wed, 2004-11-24 at 17:36, Ian Wienand wrote: On Wed, Nov 24, 2004 at 12:46:12AM +0100, Matthias Klose wrote: ok, Ian, if it's ok with you, I'll prepare a libunwind upload, which plays well with a

Re: libunwind in unstable

2004-11-29 Thread Matthieu Delahaye
please review the attached patch. you find the corresponding gcc package at http://people.debian.org/~doko/gcc-ia64/ Matthias FYI: Accepted: libunwind-setjmp0-dev_0.98.3-2_ia64.deb to pool/main/libu/libunwind/libunwind-setjmp0-dev_0.98.3-2_ia64.deb

Re: libunwind in unstable

2004-11-25 Thread Matthias Klose
/changelog @@ -1,3 +1,10 @@ +libunwind (0.98.3-2) unstable; urgency=low + + * Depend on libgcc1, for the sarge release, libunwind.so.7 is built +by the gcc-3.4 source package. + + -- Matthias Klose [EMAIL PROTECTED] Fri, 26 Nov 2004 00:48:43 +0100 + libunwind (0.98.3-1) unstable; urgency=low

Re: libunwind in unstable

2004-11-24 Thread Ian Wienand
On Wed, Nov 24, 2004 at 12:46:12AM +0100, Matthias Klose wrote: ok, Ian, if it's ok with you, I'll prepare a libunwind upload, which plays well with a libgcc1 package including the libunwind7 shared libs. It's actually Matthieu's package so he needs to have the final say so; it's a rock and a

Re: libunwind in unstable

2004-11-24 Thread Matthieu Delahaye
On Wed, 2004-11-24 at 17:36, Ian Wienand wrote: On Wed, Nov 24, 2004 at 12:46:12AM +0100, Matthias Klose wrote: ok, Ian, if it's ok with you, I'll prepare a libunwind upload, which plays well with a libgcc1 package including the libunwind7 shared libs. It's actually Matthieu's package so

Re: libunwind in unstable

2004-11-23 Thread H. J. Lu
On Tue, Nov 23, 2004 at 04:31:46PM +1100, Ian Wienand wrote: On Mon, Nov 22, 2004 at 05:30:38PM -0800, David Mosberger wrote: That would make sense. libstdc++5 calls _Unwind_Resume() which is/should be implemented by libunwind.so.7. With older versions of GCC, it was implemented as part

Re: libunwind in unstable

2004-11-23 Thread Matthias Klose
H. J. Lu writes: That is a packaging issue. You should create libgcc1_3.4.3-1_ia64.deb which depends on libunwind7.so. libunwind7.so can come from either Mosberger's libunwind or gcc. yes, it's a packaging issue. we currently cannot introduce new packages to the base system for sarge.

Re: libunwind in unstable

2004-11-23 Thread Matthias Klose
Ian Wienand writes: On Mon, Nov 22, 2004 at 05:30:38PM -0800, David Mosberger wrote: That would make sense. libstdc++5 calls _Unwind_Resume() which is/should be implemented by libunwind.so.7. With older versions of GCC, it was implemented as part of libgcc_eh.a/libgcc_s.so. Actually,

Re: libunwind in unstable

2004-11-22 Thread Ian Wienand
On Mon, Nov 22, 2004 at 05:30:38PM -0800, David Mosberger wrote: That would make sense. libstdc++5 calls _Unwind_Resume() which is/should be implemented by libunwind.so.7. With older versions of GCC, it was implemented as part of libgcc_eh.a/libgcc_s.so. Actually, when I checked with ldd I