Re: graphics/ImageMagick: pthread linking problem

2012-07-05 Thread Mike Erdely
On Wed, Jul 4, 2012 at 2:39 AM, Benjamin Marsili mlspira...@gmail.com wrote: On 03/07/2012 21:00, Stuart Henderson wrote: ruby18 isn't linked with -pthread, your LD_PRELOAD workaround is ok, or you could use ruby19 if this works with all the modules you need as this is linked with -pthread.

Re: graphics/ImageMagick: pthread linking problem

2012-07-04 Thread Benjamin Marsili
On 03/07/2012 21:00, Stuart Henderson wrote: On 2012/07/04 04:00, Benjamin wrote: Hi ports@, While testing Redmine I experienced a crash with ruby-rmagick. Turns out it came from a dependency (ImageMagick) linking to /usr/X11R6/lib/libpthread-stubs.so.1.0, which doesn't have the symbol

graphics/ImageMagick: pthread linking problem

2012-07-03 Thread Benjamin
Hi ports@, While testing Redmine I experienced a crash with ruby-rmagick. Turns out it came from a dependency (ImageMagick) linking to /usr/X11R6/lib/libpthread-stubs.so.1.0, which doesn't have the symbol pthread_mutexattr_init defined: ruby18:/usr/local/lib/libMagickCore.so.3.0: undefined

Re: graphics/ImageMagick: pthread linking problem

2012-07-03 Thread Stuart Henderson
On 2012/07/04 04:00, Benjamin wrote: Hi ports@, While testing Redmine I experienced a crash with ruby-rmagick. Turns out it came from a dependency (ImageMagick) linking to /usr/X11R6/lib/libpthread-stubs.so.1.0, which doesn't have the symbol pthread_mutexattr_init defined: