From owner-freebsd-perl@freebsd.org Sat Sep 19 18:35:35 2015 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 E4EF0A05037 for ; Sat, 19 Sep 2015 18:35:35 +0000 (UTC) (envelope-from kylekneisl@gmail.com) 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 C613619E4 for ; Sat, 19 Sep 2015 18:35:35 +0000 (UTC) (envelope-from kylekneisl@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id C256FA05036; Sat, 19 Sep 2015 18:35:35 +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 C1F1FA05035 for ; Sat, 19 Sep 2015 18:35:35 +0000 (UTC) (envelope-from kylekneisl@gmail.com) Received: from mail-qg0-x22d.google.com (mail-qg0-x22d.google.com [IPv6:2607:f8b0:400d:c04::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8020519E3 for ; Sat, 19 Sep 2015 18:35:35 +0000 (UTC) (envelope-from kylekneisl@gmail.com) Received: by qgez77 with SMTP id z77so62733357qge.1 for ; Sat, 19 Sep 2015 11:35:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-type:content-transfer-encoding; bh=J1XxYNIfUAY9ys5GRvO3Ha5sToL6sN7SWkOmbVammhc=; b=k2NOQ2VeS6JFw6zanrPKLRAjxcFJdmDBixXD0eFdXw6vQFXY68XMRaUGE2lqust+OC wjAjPVtu2hAgxNIR1noMmxLxoaJd/GUXfAyMeTaVdK1lrtMY1B685OdJ0QZoCP0h/wy3 eypkV2QptvmoGstJ/E8l5JPe/Cy1HARtEM52ZScvG8YlEXHSspUrrb3IHK4JK3Z+4hgl WLm8JMfNzzj7mR/JVoHppZqO+g+xwEXMPcu5AHYycJGxK+zC5R9YcjSBjw0FaApaq6oM vptOStMIINk22Ej5pDEznHjZRPhEUYYbcf4RTrl7E9l+Z70uRsVMwClh96N3MYSFQrD0 qEbQ== X-Received: by 10.141.28.69 with SMTP id f66mr13839879qhe.67.1442687734254; Sat, 19 Sep 2015 11:35:34 -0700 (PDT) Received: from [192.168.1.2] (pool-173-69-202-85.bltmmd.fios.verizon.net. [173.69.202.85]) by smtp.googlemail.com with ESMTPSA id 142sm6258466qhg.13.2015.09.19.11.35.33 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 19 Sep 2015 11:35:33 -0700 (PDT) To: perl@freebsd.org From: "Dr. Kyle Kneisl" Subject: perl5.18 port broken after last update Message-ID: <55FDAAF2.1070204@gmail.com> Date: Sat, 19 Sep 2015 14:35:30 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sat, 19 Sep 2015 19:23:24 +0000 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 19 Sep 2015 18:35:36 -0000 Hello. As of the 15 September update to the Perl 5.18 port, it no longer builds for me or my associates. The error message is below; this is the tail of the output where it appears to go awry: ===> Installing for perl5-5.18.4_17 ===> Checking if perl5 already installed ===> Registering installation for perl5-5.18.4_17 as automatic [murmur] Installing perl5-5.18.4_17... pkg-static: perl5-5.18.4_17 conflicts with perl5.18-5.18.4_17 (installs files into the same place). Problematic file: /usr/local/share/licenses/perl5-5.18.4_17/catalog.mk *** [fake-pkg] Error code 70 Stop in /usr/ports/lang/perl5.18. *** [install] Error code 1 Stop in /usr/ports/lang/perl5.18. *** [build-depends] Error code 1 What's odd here, of course, is the repeat of the version string 5.18 twice in the new build (perl5.18-5.18-4_17), where that was not the case previously. I assume that's a fatfinger somewhere, and the culprit. Thanks for looking into it. -KK