From owner-freebsd-pkg@freebsd.org Tue Oct 20 20:35:50 2015 Return-Path: Delivered-To: freebsd-pkg@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 6CA7CA0A76F for ; Tue, 20 Oct 2015 20:35:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 522FCF02 for ; Tue, 20 Oct 2015 20:35:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 4ED50A0A76E; Tue, 20 Oct 2015 20:35:50 +0000 (UTC) Delivered-To: pkg@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 4E723A0A76D for ; Tue, 20 Oct 2015 20:35:50 +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 218B5F01 for ; Tue, 20 Oct 2015 20:35:50 +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 t9KKZnna087095 for ; Tue, 20 Oct 2015 20:35:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: pkg@FreeBSD.org Subject: [Bug 203882] ports-mgmt/pkg: pkg check -d misses libraries that are symlinks Date: Tue, 20 Oct 2015 20:35:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed 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 Some People X-Bugzilla-Who: rainer@ultra-secure.de X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkg@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: 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-pkg@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2015 20:35:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203882 rainer@ultra-secure.de changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rainer@ultra-secure.de --- Comment #3 from rainer@ultra-secure.de --- Hey, I've got that, too: (serverrr ) 0 # pkg check -da Checking all packages: 100% sssd has require a missing libraries: libcom_err.so sssd has require a missing libraries: libk5crypto.so sssd has require a missing libraries: libkrb5.so This is the 2015Q4 cut of packages (but built with my own poudriere). The libraries are there. (serverrr ) 0 # ll /usr/local/lib/libkrb* /usr/local/lib/libcom_err* /usr/local/lib/libk5crypto.so* lrwxr-xr-x 1 root wheel 15 Oct 3 00:55 /usr/local/lib/libcom_err.so -> libcom_err.so.3 -r--r--r-- 1 root wheel 11968 Oct 3 00:55 /usr/local/lib/libcom_err.so.3 lrwxr-xr-x 1 root wheel 16 Oct 3 00:55 /usr/local/lib/libk5crypto.so -> libk5crypto.so.3 -r--r--r-- 1 root wheel 190656 Oct 3 00:55 /usr/local/lib/libk5crypto.so.3 lrwxr-xr-x 1 root wheel 12 Oct 3 00:55 /usr/local/lib/libkrb5.so -> libkrb5.so.3 -r--r--r-- 1 root wheel 917584 Oct 3 00:55 /usr/local/lib/libkrb5.so.3 lrwxr-xr-x 1 root wheel 19 Oct 3 00:55 /usr/local/lib/libkrb5support.so -> libkrb5support.so.0 -r--r--r-- 1 root wheel 52792 Oct 3 00:55 /usr/local/lib/libkrb5support.so.0 This system wasn't that old. Two or three quarters. -- You are receiving this mail because: You are the assignee for the bug.