From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 3 15:40:01 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF43F16A41B for ; Wed, 3 Oct 2007 15:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C591C13C468 for ; Wed, 3 Oct 2007 15:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l93Fe1Ll066028 for ; Wed, 3 Oct 2007 15:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l93Fe1PR066027; Wed, 3 Oct 2007 15:40:01 GMT (envelope-from gnats) Resent-Date: Wed, 3 Oct 2007 15:40:01 GMT Resent-Message-Id: <200710031540.l93Fe1PR066027@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jonathan Lennox Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D04DC16A468 for ; Wed, 3 Oct 2007 15:31:48 +0000 (UTC) (envelope-from lennox@cs.columbia.edu) Received: from cnr.cs.columbia.edu (cnr.cs.columbia.edu [128.59.19.133]) by mx1.freebsd.org (Postfix) with ESMTP id A501113C502 for ; Wed, 3 Oct 2007 15:31:48 +0000 (UTC) (envelope-from lennox@cs.columbia.edu) Received: from cnr.cs.columbia.edu (localhost [127.0.0.1]) by cnr.cs.columbia.edu (8.13.6/8.13.6) with ESMTP id l93FCs0k003087 for ; Wed, 3 Oct 2007 11:12:54 -0400 (EDT) (envelope-from lennox@cnr.cs.columbia.edu) Received: (from lennox@localhost) by cnr.cs.columbia.edu (8.13.6/8.13.6/Submit) id l93FCruI003084; Wed, 3 Oct 2007 11:12:53 -0400 (EDT) (envelope-from lennox) Message-Id: <200710031512.l93FCruI003084@cnr.cs.columbia.edu> Date: Wed, 3 Oct 2007 11:12:53 -0400 (EDT) From: Jonathan Lennox To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/116874: Build of graphics/ImageMagick hangs while testing PerlMagick X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jonathan Lennox List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 15:40:02 -0000 >Number: 116874 >Category: ports >Synopsis: Build of graphics/ImageMagick hangs while testing PerlMagick >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 03 15:40:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Jonathan Lennox >Release: FreeBSD 5.5-RELEASE-p15 i386 >Organization: Columbia University >Environment: System: FreeBSD cnr.cs.columbia.edu 5.5-RELEASE-p15 FreeBSD 5.5-RELEASE-p15 #22: Tue Aug 14 12:19:54 EDT 2007 lennox@cnr.cs.columbia.edu:/usr/obj/usr/src/sys/CNR i386 >Description: When building the port graphics/ImageMagick on my FreeBSD 5.5 machine, the first PerlMagick test fails to load the Image::Magick module, then goes into an infinite loop. The output of the build looks like this: cd PerlMagick && make CC='cc' test /bin/sh ../magick.sh PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/bzlib/*.t t/jbig/*.t t/jpeg/*.t t/jp2/*.t t/png/*.t t/tiff/*.t t/zlib/*.t t/blob............Can't load '/usr/ports/graphics/ImageMagick/work/ImageMagick-6.3.5/PerlMagick/blib/arch/auto/Image/Magick/Magick.so' for module Image::Magick: /usr/local/lib/libIlmThread.so.4: Undefined symbol "pthread_join" at /usr/local/lib/perl5/5.8.8/mach/DynaLoader.pm line 230. at t/blob.t line 7 Compilation failed in require at t/blob.t line 7. BEGIN failed--compilation aborted at t/blob.t line 7. Deep recursion on subroutine "Image::Magick::AUTOLOAD" at /usr/ports/graphics/ImageMagick/work/ImageMagick-6.3.5/PerlMagick/blib/lib/Image/Magick.pm line 42. After this point the build hangs, with the perl process spinning and consuming large amounts of CPU. >How-To-Repeat: [remove any pre-defined ImageMagick options.] BATCH=yes portinstall graphics/ImageMagick >Fix: Disabling the ImageMagick tests works around the problem. >Release-Note: >Audit-Trail: >Unformatted: