From owner-freebsd-perl@freebsd.org Wed Jun 1 05:44:25 2016 Return-Path: Delivered-To: freebsd-perl@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D05BB5CD67 for ; Wed, 1 Jun 2016 05:44:25 +0000 (UTC) (envelope-from 201106@bekreyev.ru) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id EA33E10B2 for ; Wed, 1 Jun 2016 05:44:24 +0000 (UTC) (envelope-from 201106@bekreyev.ru) Received: by mailman.ysv.freebsd.org (Postfix) id E962EB5CD66; Wed, 1 Jun 2016 05:44:24 +0000 (UTC) Delivered-To: perl@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E90F1B5CD65 for ; Wed, 1 Jun 2016 05:44:24 +0000 (UTC) (envelope-from 201106@bekreyev.ru) Received: from forward13j.cmail.yandex.net (forward13j.cmail.yandex.net [IPv6:2a02:6b8:0:1630::b3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A6F3710B1 for ; Wed, 1 Jun 2016 05:44:24 +0000 (UTC) (envelope-from 201106@bekreyev.ru) Received: from mxback4j.mail.yandex.net (mxback4j.mail.yandex.net [5.45.198.18]) by forward13j.cmail.yandex.net (Yandex) with ESMTP id 4EEAD215EC for ; Wed, 1 Jun 2016 08:44:13 +0300 (MSK) Received: from web12j.yandex.ru (web12j.yandex.ru [5.45.198.53]) by mxback4j.mail.yandex.net (nwsmtp/Yandex) with ESMTP id Cz0j9hQYOV-iCpSZoj9; Wed, 01 Jun 2016 08:44:12 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bekreyev.ru; s=mail; t=1464759852; bh=PrYX+bMBp4Huj5NzgyVXKN+xy0gWS0r5ny/zE8w6huc=; h=X-Yandex-Sender-Uid:From:Envelope-From:To:Subject:MIME-Version: Message-Id:X-Mailer:Date:Content-Transfer-Encoding:Content-Type; b=zM/ANWphwjy6eZhv1xsa1k6By1iyS2mGvDa9iJBcVQLNbiX+bTzRAzYsohIAFRiVk PG5wYnJZ/7s6IeX1HAj0adwB0L2Fn/ZaJR8Dja/s5vbilyn78SPY3xEny12aaWs42Z NygOctlfiJUQE00tl9RYx4NYktAmp63X23Hgg9Mc= Authentication-Results: mxback4j.mail.yandex.net; dkim=pass header.i=@bekreyev.ru X-Yandex-Suid-Status: 1 0,1 1130000001517912 X-Yandex-Sender-Uid: 1130000000652361 Received: by web12j.yandex.ru with HTTP; Wed, 01 Jun 2016 08:44:12 +0300 From: Konstantin V Bekreyev <201106@bekreyev.ru> Envelope-From: konstantin@bekreyev.ru To: perl@freebsd.org Subject: FreeBSD port security/p5-Digest-HMAC cannot be installed MIME-Version: 1.0 Message-Id: <1715771464759852@web12j.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Wed, 01 Jun 2016 08:44:12 +0300 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2016 05:44:25 -0000 Hello, can you update FreeBSD port security/p5-Digest-HMAC? It cannot be installed: ================================================================ [root@S1 /usr/ports/security/p5-Digest-HMAC]# make reinstall ===> Installing for p5-Digest-HMAC-1.03_1 ===> p5-Digest-HMAC-1.03_1 depends on package: perl5>=5.22<5.23 - found ===> Registering installation for p5-Digest-HMAC-1.03_1 pkg-static: Unable to access file /usr/ports/security/p5-Digest-HMAC/work/stage/usr/local/./usr/local/lib/perl5/site_perl/mach/5.16/auto/Digest/HMAC/.packlist: No such file or directory *** Error code 74 Stop. make[1]: stopped in /usr/ports/security/p5-Digest-HMAC *** Error code 1 Stop. ================================================================ System: 10.1-RELEASE-p35 Installed Perl: 5.22.2_1 in /etc/make.conf: DEFAULT_VERSIONS+=perl5=5.22 why I see 5.16 in error message? -- With best regards, Konstantin V Bekreyev