From owner-freebsd-questions@FreeBSD.ORG Sun Dec 26 18:14:45 2010 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60D61106566C for ; Sun, 26 Dec 2010 18:14:45 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1F5C28FC18 for ; Sun, 26 Dec 2010 18:14:44 +0000 (UTC) Received: by ywp6 with SMTP id 6so3813339ywp.13 for ; Sun, 26 Dec 2010 10:14:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:reply-to:date :message-id:subject:from:to:cc:content-type; bh=oPCmYzaG4CB6DhT43KGZEOCwhZ6vYWVCalVCHLP2W3w=; b=dDRtKuHV6OlqG8sbzpHufJNgnaTkur2gJPYpk+V3SvbXbB59lS93YwZsKqJiHTNH2c O22rwU2oGFeQBVP847dFcoAlh3aqO905tliqJFj2nmLHEbimlC0zosva396y/4U6syxC VwOtK8qnSy7+x9esb/y1bZiyuiskDWLfdiYQs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:cc :content-type; b=gknbQx1S1Il23pSbBzmuESaQGQ+gVdJwFJd7UxeoMHTewZlotW1WXX3q4QvBUpOhKI VORLPgxqQ6McRZkVJP5eKIx1WeqDleO/uJnpecK3C7Wb23NjDx3YP8ITMWjgVmeEpSBC 4iBpcmsX24dYTijGBCfiFG3QD+iUf6g4ZBlM0= MIME-Version: 1.0 Received: by 10.236.103.169 with SMTP id f29mr5361380yhg.36.1293387284227; Sun, 26 Dec 2010 10:14:44 -0800 (PST) Received: by 10.236.105.197 with HTTP; Sun, 26 Dec 2010 10:14:44 -0800 (PST) Date: Sun, 26 Dec 2010 18:14:44 +0000 Message-ID: From: "b. f." To: Da Rock Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@FreeBSD.org Subject: Re: ImageMagick, Djvu, and Perl-threaded - marked as IGNORE when updating X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2010 18:14:45 -0000 Da Rock wrote: >>>I run portupgrade and it tells me it can't update ImageMagick because >>>the Djvu option requires threads, and needs perl, therefore perl needs >>>to be threaded. So it comes up with an IGNORE which is nuts because I >>>run threaded perl. ... >Any hints guys? So, as the others wrote, build the port WITHOUT_IMAGEMAGICK_PERL, if you don't need perl support; or fix the checks that are failing. What precisely is the message displayed when you've explicitly selected WITH_THREADS, WITH_IMAGEMAGICK_PERL, and WITH_IMAGEMAGICK_DJVU? Is it a message generated by the ImageMagick Makefile, or by portupgrade? If it is generated by the Makefile ( "... Perl is non-threaded. Reinstall Perl with threads or undefine WITH_IMAGEMAGICK_PERL."), and you've selected the above three options, then what is the output of "perl --version" and "make -C $PORTSDIR/*/ImageMagick -V PERL_THREADED"? b.