Re: libpthread in glibc (was: Bug#407208: imagemagick: convert hangs on hurd-i386)

2007-02-04 Thread Neal H. Walfield
At Sun, 4 Feb 2007 13:38:15 +0100, Thomas Schwinge wrote: > On Wed, Jan 31, 2007 at 03:28:26PM +0100, Samuel Thibault wrote: > > Samuel Thibault, le Wed 31 Jan 2007 00:32:17 +0100, a ?crit : > > > Unfortunately this is not enough: oddly enough, libX11's weak definition > > > wins (at least in glibc

libpthread in glibc (was: Bug#407208: imagemagick: convert hangs on hurd-i386)

2007-02-04 Thread Thomas Schwinge
Hello! On Wed, Jan 31, 2007 at 03:28:26PM +0100, Samuel Thibault wrote: > Samuel Thibault, le Wed 31 Jan 2007 00:32:17 +0100, a ?crit : > > Unfortunately this is not enough: oddly enough, libX11's weak definition > > wins (at least in glibc 2.3.6 and 2.5.0, but not in glibc 2.2.5)... I > > fail t

Re: libpthread linking problem -- [EMAIL PROTECTED]: Re: imagemagick: convert hangs on hurd-i386]

2007-01-28 Thread Neal H. Walfield
At Sat, 27 Jan 2007 00:21:15 +0100, Samuel Thibault wrote: > > And why do we need all three of `__NAME', `_NAME' and `NAME'? > > __NAME is usually used for letting libpthread be sure to call its own > functions, while NAME can be overriden by other libraries. I don't know > for _NAME. NAME is a s

Re: libpthread linking problem -- [EMAIL PROTECTED]: Re: imagemagick: convert hangs on hurd-i386]

2007-01-26 Thread Samuel Thibault
Hi, Thomas Schwinge, le Fri 26 Jan 2007 14:13:48 +0100, a écrit : > > Ok, the problem is that convert is linked both with libpthread and > > libX11, and when looking for the pthread_mutex_unlock() symbol, the one > > from libX11 (void stub) is found instead of the one from libpthread. > > 19:

Re: libpthread linking problem -- [EMAIL PROTECTED]: Re: imagemagick: convert hangs on hurd-i386]

2007-01-26 Thread Thomas Schwinge
Hello! > Ok, the problem is that convert is linked both with libpthread and > libX11, and when looking for the pthread_mutex_unlock() symbol, the one > from libX11 (void stub) is found instead of the one from libpthread. Before applying Samuel's patch: #v+ 36: 62f041 FUNCGLOBAL

Re: libpthread linking problem -- [EMAIL PROTECTED]: Re: imagemagick: convert hangs on hurd-i386]

2007-01-20 Thread Samuel Thibault
Neal H. Walfield, le Sat 20 Jan 2007 13:23:59 +0100, a écrit : > This looks reasonable. Feel free to apply. Ok, applied. Michael, maybe you'll want to grab a new snapshot just for this fix ;) Samuel ___ Bug-hurd mailing list Bug-hurd@gnu.org http://l

Re: libpthread linking problem -- [EMAIL PROTECTED]: Re: imagemagick: convert hangs on hurd-i386]

2007-01-20 Thread Neal H. Walfield
This looks reasonable. Feel free to apply. ___ Bug-hurd mailing list Bug-hurd@gnu.org http://lists.gnu.org/mailman/listinfo/bug-hurd

libpthread linking problem -- [EMAIL PROTECTED]: Re: imagemagick: convert hangs on hurd-i386]

2007-01-20 Thread Thomas Schwinge
Hello! Neal, can you comment? The original report of the problem (I think) was this one here: . Regards, Thomas --- Begin Message --- reassign 407208 hurd thanks Hi, Samuel Thibault, le Tue 16 Jan 2007 22:16:01 +0100, a écrit : > convert

Re: imagemagick: convert hangs on hurd-i386

2007-01-19 Thread Samuel Thibault
reassign 407208 hurd thanks Hi, Samuel Thibault, le Tue 16 Jan 2007 22:16:01 +0100, a écrit : > convert currently hangs on hurd-i386, which makes apache FTBFS. We have > yet to investigate, this bug report is mostly for letting people know > the issue and remember to fix it. Ok, the problem is