From owner-svn-ports-all@FreeBSD.ORG Mon Aug 11 23:58:26 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3BE7D4F2 for ; Mon, 11 Aug 2014 23:58:26 +0000 (UTC) Received: from mail.egr.msu.edu (gribble.egr.msu.edu [35.9.37.169]) by mx1.freebsd.org (Postfix) with ESMTP id EDEC62688 for ; Mon, 11 Aug 2014 23:58:25 +0000 (UTC) Received: from gribble (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id 9DC7633518 for ; Mon, 11 Aug 2014 19:58:18 -0400 (EDT) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by gribble (gribble.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WIcQIkSU2KFa for ; Mon, 11 Aug 2014 19:58:18 -0400 (EDT) Received: from EGR authenticated sender Message-ID: <53E9589A.1010408@egr.msu.edu> Date: Mon, 11 Aug 2014 19:58:18 -0400 From: Adam McDougall User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: svn-ports-all@freebsd.org Subject: Re: svn commit: r364287 - head/ports-mgmt/pkg-devel References: <53e39939.55bc.4ca5432c@svn.freebsd.org> <20140807172841.58633e63@kalimero.tijl.coosemans.org> <53E3A468.5050603@FreeBSD.org> <53E3AC0C.5020904@gmx.de> <53E3AD09.2050000@FreeBSD.org> <53E3B3B5.9000104@gmx.de> <53E3B6D8.9080101@FreeBSD.org> <53E590AC.4020105@FreeBSD.org> <53E7A512.8050008@FreeBSD.org> <53E7D193.3090305@FreeBSD.org> <88dcf721a5ea4bccfb3cf424da694c72@shatow.net> In-Reply-To: <88dcf721a5ea4bccfb3cf424da694c72@shatow.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2014 23:58:26 -0000 On 08/11/2014 11:33, Bryan Drewery wrote: > On 2014-08-10 15:09, Vsevolod Stakhov wrote: >> Nonetheless, doesn't our ports policy defines to bump PORTREVISION in >> all cases that modifies a resulting package? Shlib provides/requires >> changing is definitely such a change. So you blame now pkg that it >> follows the current policy, don't you? > > I explained this in private to someone else as well... > > Yes it is the policy, but it is a different thing with packages. If a > bump is missed for ports users it is not a big problem as they can > remedy it with portmaster by rebuilding ports depending on the changed > shlib. Package users have no way to fix their packages, so the remote > must have rebuilt them to link to the new library so the user can have a > working system without needing to checkout ports every time a committer > is lazy about chases. Without a bump, or pkg handling it, it would > result in the user being forced to reinstall packages one by one or with I don't intend to detract from a proper solution, but just to make a point, I can't even easily force individual packages to reinstall right now. pkg upgrade -f p5-Geo-IP-1.43 ignores me, so I have to pkg remove -f p5-Geo-IP-1.43 then install it back and it fetches the fixed package. I filed a bug report to get a proper version bump almost 2 weeks ago and no response: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192240 The port does not have an individual maintainer, just perl@FreeBSD.org. Could someone jog it along please? Evidence of trouble: Aug 11 19:38:51 hostname spamd[14880]: Can't load '/usr/local/lib/perl5/site_perl/5.16/mach/auto/Geo/IP/IP.so' for module Geo::IP: Shared object "libGeoIP.so.5" not found, required by "IP.so" at /usr/local/lib/perl5/5.16/mach/DynaLoader.pm line 190. Aug 11 19:38:51 hostname spamd[14880]: at /usr/local/lib/perl5/site_perl/5.16/mach/Geo/IP.pm line 21. # ldd /usr/local/lib/perl5/site_perl/5.16/mach/auto/Geo/IP/IP.so /usr/local/lib/perl5/site_perl/5.16/mach/auto/Geo/IP/IP.so: libGeoIP.so.5 => not found (0) # pkg -v 1.3.5.1 # pkg which /usr/local/lib/libGeoIP.so.7 /usr/local/lib/libGeoIP.so.7 was installed by package GeoIP-1.6.0 # pkg which /usr/local/lib/perl5/site_perl/5.16/mach/auto/Geo/IP/IP.so /usr/local/lib/perl5/site_perl/5.16/mach/auto/Geo/IP/IP.so was installed by package p5-Geo-IP-1.43 # pkg upgrade -f p5-Geo-IP-1.43 Updating repository catalogue pkg-egr repository is up-to-date All repositories are up-to-date Checking integrity... done (0 conflicting) Your packages are up to date (force removing and re-installing the package works) > upgrade -f, or saving all shlibs in /usr/local/lib/compat/pkg. It's an > ugly situation. > > I dislike how it is all handled honestly. It destroys the idea of a > reproducible package. >