From owner-freebsd-ports@freebsd.org Mon Oct 19 19:25:33 2015 Return-Path: Delivered-To: freebsd-ports@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 0B068A199DD for ; Mon, 19 Oct 2015 19:25:33 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-oi0-x236.google.com (mail-oi0-x236.google.com [IPv6:2607:f8b0:4003:c06::236]) (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 C8EAEE7D for ; Mon, 19 Oct 2015 19:25:32 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by oiev17 with SMTP id v17so57356740oie.2 for ; Mon, 19 Oct 2015 12:25:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=4JiGNmYK7Onh5Ib9HiMYqx5cBX6Pa9na2Z8q2KxFb+Y=; b=enaRtszpysy983iGijP8Z6ATABvQY47WQWNwZZAs5QkQ6keXFqdpRrndAEgxiqsVM7 I2XXzymdXdmXojPSWvDZjUuRrw24H2vNyXioq99MY7/EzzqXJN7a+jOOmF4/ETVc+nmw 158DX6sCy5QNCH20Y9BzZJSB0KIiK+xdor31AnAPqOnsd5cuukSG1372LltXqnfbCQD0 dVZizbxToP9ESWkpKTXasHBa+mAmuxDtDdi9YlYbOUZoBfp1JD7iPoyPko9Z7ZARuNP1 P4eeo4esszETUc/d62tEZfW/eEtnkOz1ap67Z2ftXv596oKQtfcUZuejpwzwB2bHLi+J Ahww== MIME-Version: 1.0 X-Received: by 10.202.97.196 with SMTP id v187mr19468285oib.91.1445282732096; Mon, 19 Oct 2015 12:25:32 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.202.50.136 with HTTP; Mon, 19 Oct 2015 12:25:32 -0700 (PDT) Date: Mon, 19 Oct 2015 12:25:32 -0700 X-Google-Sender-Auth: qgoy6k-6kK-4Jjd6r6YNnadoXx4 Message-ID: Subject: Odd dependency issue with pkg 1.6 From: Kevin Oberman To: FreeBSD Ports ML Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Oct 2015 19:25:33 -0000 Since the update to pkg-1.6 I have gotten errors when running "pkg check -d". Three of the ports I have installed show one or more missing libraries. gnome-vfs has require a missing libraries: libcom_err.so gnome-vfs has require a missing libraries: libgssapi_krb5.so gnome-vfs has require a missing libraries: libkrb5.so mediatomb has require a missing libraries: libjs.so wireshark has require a missing libraries: libcom_err.so wireshark has require a missing libraries: libkrb5.so wireshark has require a missing libraries: libk5crypto.so I have confirmed that all of the libraries ARE present in /usr/local/lib and several are also in /usr/ib. I have tried reinstalling all of the ports and all of the libraries. Makes no difference. All of the ports are working as far as I can tell. The one thing I notice is that all show no version. ldd also shows no version: libjs.so => /usr/local/lib/libjs.so (0x2d197000) I do see at least one other entry that is missing a version, libkrb5support.so, but it seems that lack of a version is at least a part of the problem. FreeBSD 10-Stable (r288387) amd64. All ports are up to date. Ports are built with portmaster. BTW, could the text of these messages be fixed to read: PORTNAME requires a missing library: LIBNAME While the meaning is obvious, "wireshark has require a missing libraries:" really makes no sense. It's been annoying for a while, but not enough so to get me to submit a bug report. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkoberman@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683