From owner-freebsd-questions@FreeBSD.ORG Mon Dec 27 14:35:27 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 852C9106564A for ; Mon, 27 Dec 2010 14:35:27 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 427DF8FC0C for ; Mon, 27 Dec 2010 14:35:26 +0000 (UTC) Received: by yxh35 with SMTP id 35so4004092yxh.13 for ; Mon, 27 Dec 2010 06:35:26 -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=mRFFIDLAiMTm/2N/gcODaG29CKqJAPi8Dd67ujo9/7U=; b=ZKgHY1+GrrjCk0AzrxYPM1eMT7+ngzetrUxk0OpTgnr2a8skQNw2n4HeSJdkCUcE63 ppd5AfRjJRCG2jm/2L2Kzg/09b0+Ogp4S3jApDQ8AT+rd3vsc+ya3q3BMnROh6zkbQ8f JTPLPUBRTXnj7icywtp47nYfdicm0sekyZavE= 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=F0TwITs+/9J6bunmeFDSaLWoaXhzpKdCWIhZJ6adIFu0PV+bxrjsBq2J4Ryu3HCyEh T28nBcAYYiL8bJxBuCyPh5DfKQ8iyoauLgoyI6xfjUgrW1ne9P8o8BU1zVWTAy6e3w+Q 3JTzE8MsREcGOddCcHwGqnvZFpdKD0B3p7xQ4= MIME-Version: 1.0 Received: by 10.236.102.179 with SMTP id d39mr6892772yhg.62.1293460377284; Mon, 27 Dec 2010 06:32:57 -0800 (PST) Received: by 10.236.105.197 with HTTP; Mon, 27 Dec 2010 06:32:57 -0800 (PST) Date: Mon, 27 Dec 2010 14:32:57 +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: Mon, 27 Dec 2010 14:35:27 -0000 > Well I did offer the info in the OP, albeit pkg_version style. Anyhoo > perl --version outputs: > Yes, but the output of 'perl --version' is what really matters in this case, because it is used to determine PERL_THREADED for this port, as you can see in the port Makefile. > This is perl, v5.10.1 (*) built for amd64-freebsd-thread-multi > > And pkg_version -v: > > perl-threaded-5.10.1_3 > > So its there. Unfortunately I'm still running various updates so I Well, it's registered in PKG_DBDIR, anyway. In general, it's possible for the package database or the installed package to be corrupt, although neither of these seem to be your problem. When you get a chance, show us the output of 'make -V PERL_THREADED' and 'make showconfig' for this port. Both of those do little more than parse the Makefiles, so they shouldn't disrupt your other builds. b.