From owner-freebsd-questions@freebsd.org Sat Oct 3 14:38:30 2015 Return-Path: Delivered-To: freebsd-questions@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 53166A0E0CD for ; Sat, 3 Oct 2015 14:38:30 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from BLU004-OMC4S23.hotmail.com (blu004-omc4s23.hotmail.com [65.55.111.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1194115E7 for ; Sat, 3 Oct 2015 14:38:29 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from BLU436-SMTP135 ([65.55.111.136]) by BLU004-OMC4S23.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Sat, 3 Oct 2015 07:37:22 -0700 X-TMN: [r+MSDmVHMkzuFNE2o4dVzrKAlJZ5a8jQ] X-Originating-Email: [carmel_ny@outlook.com] Message-ID: Date: Sat, 3 Oct 2015 10:37:20 -0400 From: Carmel NY To: FreeBSD FreeBSD Subject: Question about "pkg check" Organization: seibercom NET X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; amd64-portbld-freebsd10.2) MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 03 Oct 2015 14:37:21.0891 (UTC) FILETIME=[0355DB30:01D0FDE9] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Oct 2015 14:38:30 -0000 FreeBSD version 10.2-RELEASE-p5 I ran "pkg check -d -a" as shown below and receive a lot of apparent error messages that I am not able to decipher. Can anyone assist me with this? My system appears to be working fine. pkg check -d -a Checking all packages: 100% libkfbapi has a missing dependency: gettext libkolab has require a missing libraries: libcurl.so.7 postfix-current has require a missing libraries: liblmdb.so >>> Missing package dependencies were detected. >>> Found 1 issue(s) in the package database. pkg: Repo FreeBSD needs schema upgrade from 2010 to 2012 but it is opened readonly pkg: need to re-create repo FreeBSD to upgrade schema version pkg: Repository FreeBSD cannot be opened. 'pkg update' required pkg: No packages available to install matching 'gettext' have been found in the repositories >>> Summary of actions performed: gettext dependency failed to be fixed >>> There are still missing dependencies. >>> You are advised to try fixing them manually. >>> Also make sure to check 'pkg updating' for known issues. I probably should add that I use "portupgrade" to maintain my system. I have several apps, like Postfix, Dovecot, etcetera that require more than the basic configuration before installation. Perhaps that means the error messages are harmless and I can ignore them. "Postfix-current" is working fine even though "pkg" claims it is missing a library. Thanks -- Carmel