From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 9 15:07:22 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 72F5D82A for ; Thu, 9 Oct 2014 15:07:22 +0000 (UTC) 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 5637FB2D for ; Thu, 9 Oct 2014 15:07:22 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s99F7MEZ008113 for ; Thu, 9 Oct 2014 15:07:22 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 194273] New: ports-mgmt/pkg: no package dependency on known shlib dependency Date: Thu, 09 Oct 2014 15:07:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: beastie@tardisi.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name 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.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2014 15:07:22 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194273 Bug ID: 194273 Summary: ports-mgmt/pkg: no package dependency on known shlib dependency Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: portmgr@FreeBSD.org Reporter: beastie@tardisi.com Assignee: portmgr@FreeBSD.org Flags: maintainer-feedback?(portmgr@FreeBSD.org) Today due the change of the default ruby version from 1.9 to 2.0, I was looking to see what impact it would have on my servers. Found a couple where it was installed, but not required by anything (but weren't marked as an automatic dependency, since from time to time I check if there are any automatic leaf packages to remove...) So, I used pkg_rmleaves to remove it along with all the new leaves that formed. Among the dependencies removed were 'devel/readline' and 'databases/db48'. Soon after that I got nagios alerts because nslookup had stopped working. It has a shlib dependency on 'libreadline.so.6' provided by 'devel/readline'. Rebuilding that port ('dns/bind99') made it use 'libreadline.so.8' from base. Though I later noted that 'pkg' knew that it required 'libreadline.so.6', it now doesn't show its use of 'libreadline.so.8' since its not a shared lib from ports. Running pkg_libchk, I found a number of other ports that depended on either 'libreadline.so.6' or 'libdb-4.8.so.0' ap22-mod_perl2-2.0.8_2,3: /usr/local/lib/perl5/site_perl/5.16/mach/auto/APR/APR.so misses libdb-4.8.so.0 freeradius-2.2.5_3: /usr/local/sbin/radmin misses libreadline.so.6 freetds-0.91.103_1,1: /usr/local/bin/fisql misses libreadline.so.6 freetds-0.91.103_1,1: /usr/local/bin/tsql misses libreadline.so.6 gnupg-2.0.26_1: /usr/local/bin/gpg-connect-agent misses libreadline.so.6 gnupg-2.0.26_1: /usr/local/bin/gpg2 misses libreadline.so.6 gnupg-2.0.26_1: /usr/local/bin/gpgv2 misses libreadline.so.6 mysql55-client-5.5.40: /usr/local/bin/mysql misses libreadline.so.6 postgresql92-client-9.2.9: /usr/local/bin/psql misses libreadline.so.6 python27-2.7.8_5: /usr/local/lib/python2.7/lib-dynload/readline.so misses libreadline.so.6 serf-1.3.7_1: /usr/local/lib/libserf-1.so.1.3.0 misses libdb-4.8.so.0 sqlite3-3.8.6: /usr/local/bin/sqlite3 misses libreadline.so.6 Rebuilding all the ports, they're using '/lib/libreadline.so.8' from base now. While the ports that were using 'databases/db48', they're now using 'databases/db5' which was the only other version already present on these servers as it was required by 'devel/apr1' and 'databases/php5-dba' (where 'devel/apr1' has "BDB_USE= BDB=5+", while 'databases/php5-dba' has "USE_BDB= 40+") This is probably a problem with the various ports as well... --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer portmgr@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug.