From owner-freebsd-ports-bugs@freebsd.org Wed Sep 2 12:35:41 2015 Return-Path: Delivered-To: freebsd-ports-bugs@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 B887C9C6D44 for ; Wed, 2 Sep 2015 12:35:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E194113C for ; Wed, 2 Sep 2015 12:35:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t82CZfBR085415 for ; Wed, 2 Sep 2015 12:35:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 202833] devel/p5-Term-ReadLine-Perl conflicts with devel/p5-Term-ReadLine Date: Wed, 02 Sep 2015 12:35:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: parv@pair.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Sep 2015 12:35:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202833 Bug ID: 202833 Summary: devel/p5-Term-ReadLine-Perl conflicts with devel/p5-Term-ReadLine Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: parv@pair.com CC: anes@anes.su, bofh@freebsd.org CC: anes@anes.su, bofh@freebsd.org If devel/p5-Term-ReadLine is already installed then its ".packlist" causes conflict with devel/p5-Term-ReadLine-Perl ... ... ===> Installing for p5-Term-ReadLine-Perl-1.0303_1 ===> Checking if p5-Term-ReadLine-Perl already installed ===> Registering installation for p5-Term-ReadLine-Perl-1.0303_1 Installing p5-Term-ReadLine-Perl-1.0303_1... pkg-static: p5-Term-ReadLine-Perl-1.0303_1 conflicts with p5-Term-ReadLine-1.14_1 (installs files into the same place). Problematic file: /misc/local/lib/perl5/site_perl/mach/5.20/auto/Term/ReadLine/.packlist *** Error code 70 Stop. ... which is just puzzling, given that rather inconsequential ".packlist" that causes conflict but not any of /working/ (doc included) components ... # pkg info -l devel/p5-Term-ReadLine p5-Term-ReadLine-1.14_1: /misc/local/lib/perl5/site_perl/Term/ReadLine.pm /misc/local/lib/perl5/site_perl/mach/5.20/auto/Term/ReadLine/.packlist /misc/local/lib/perl5/site_perl/man/man3/Term::ReadLine.3.gz /misc/local/share/licenses/p5-Term-ReadLine-1.14_1/ART10 /misc/local/share/licenses/p5-Term-ReadLine-1.14_1/GPLv1 /misc/local/share/licenses/p5-Term-ReadLine-1.14_1/LICENSE /misc/local/share/licenses/p5-Term-ReadLine-1.14_1/catalog.mk # pkg info -l devel/p5-Term-ReadLine-Perl p5-Term-ReadLine-Perl-1.0303_1: /misc/local/lib/perl5/site_perl/Term/ReadLine/Perl.pm /misc/local/lib/perl5/site_perl/Term/ReadLine/readline.pm /misc/local/lib/perl5/site_perl/mach/5.20/auto/Term/ReadLine/.packlist EXPECTED RESULT is that I should be able to install both modules. To REPRODUCE, first install devel/p5-Term-ReadLine; then try to install devel/p5-Term-ReadLine-Perl. SOLUTION should be that newer entries should be appended to already existing ".packlist". (I am not familiar with ".packlist" use, other than expecting that recently added modules are appended & any removed ones are rarely deleted via cpan(m|plus) command(s).) -- You are receiving this mail because: You are the assignee for the bug.