From owner-freebsd-questions@freebsd.org Wed Oct 18 18:38:46 2017 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 7A7E8E40FD4 for ; Wed, 18 Oct 2017 18:38:46 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-io0-x232.google.com (mail-io0-x232.google.com [IPv6:2607:f8b0:4001:c06::232]) (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 4047D65348 for ; Wed, 18 Oct 2017 18:38:46 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by mail-io0-x232.google.com with SMTP id i38so7279333iod.2 for ; Wed, 18 Oct 2017 11:38:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=gMvVw6C021VdgI8jgzw8wdQa9JFWBRUAW5vX2ZWr0M4=; b=aZllLw2li7r7om2UxCsWVpH363yfRuxrVoqArHSuFGcS4BJUkaHj7ypoqjuTpsZKZR ITgxBi3OEyk33iELs1zRd0dAiLOsOIXOaGyO51QtP4kp/kWsj1S4eLhb4FtGRbzY4th9 zuf6gtKZqGqSwKyaw1YG9L8akOu+ad107tqyhiq1LQNTp/TMjEZo6L8M7mO8iFPXfUXG PHI8XvtqCRRTKjyGTHGcTyqZlwJbmAUMIt6Y+nBFTjMbUM2WMZYnrLzVgvj3IquuMM/K sOpaeoFuW23Emy/xCsS1kjiO9rdGrqFmGt5YYLJWKZVsvOuTtAGNN18a3g8g6bYAJZu1 fHSg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=gMvVw6C021VdgI8jgzw8wdQa9JFWBRUAW5vX2ZWr0M4=; b=H1cwsIhbuRQCNP7h9zP5R+672EsIC+Qce31Y3oG/3b5fvq6xj/KSqPJoL+qHniGavq VcqD10IV5O4cWNJHLH2sv1K9OeDx1jQazNa1kMdrYt6yiNlpqAioJuJxwtPveqOqXQso mLXZccYhOwS172A7BkvPnLeF4MgasrZZIyUqzMI6cjN1VY7imnx91tnYC3PKNT82myq0 8UFLizdZjBkb5DpK9uUnhWGRaNX8ETDM9bPXVh8H6Zqe1KSVgcSOT3uC5mAJXISCG6V3 ROZ0Vdgn8hgplpENMFR2wW2xT1H9ekPXAzCn+UAL4+b2fZIIjJTqqEh86Mwql+QkRnIF Cfdg== X-Gm-Message-State: AMCzsaXphr/mdiAUjKiTZqHID8WSCnIUgqkIyaAGiOdI9osBVmQLxIGG tPgUMMMIwEUp/7BJsvDFIJQp8JNekz76K6x8e0g= X-Google-Smtp-Source: ABhQp+RQr5Ab6ODYyf30UGjnQZYkty/9QmROhud04Xm+cjdoBUcB6kJ04vzo0G9F+Hb/aoz7E0b2vP/FRFSdZDGVJGo= X-Received: by 10.107.138.10 with SMTP id m10mr23852775iod.164.1508351925601; Wed, 18 Oct 2017 11:38:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.2.176.201 with HTTP; Wed, 18 Oct 2017 11:38:44 -0700 (PDT) In-Reply-To: <20171018115931.bb70975a3176f6f6b93f62ac@3dresearch.com> References: <20171018105839.9a3488aa803d16a6a8770c34@3dresearch.com> <20171018115931.bb70975a3176f6f6b93f62ac@3dresearch.com> From: Adam Vande More Date: Wed, 18 Oct 2017 13:38:44 -0500 Message-ID: Subject: Re: pkg_libchk(1) error To: Janos Dohanics Cc: FreeBSD Questions Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Oct 2017 18:38:46 -0000 On Wed, Oct 18, 2017 at 10:59 AM, Janos Dohanics wrote: > These are the linux ports I have: > > linux-c6-expat-2.0.1_5 = up-to-date with port > linux-c6-fontconfig-2.8.0_3 = up-to-date with port > linux-c6-xorg-libs-7.4_8 < needs updating (port has 7.4_10) > linux_base-c6-6.8_12 < needs updating (port has 6.9_3) > linuxlibertine-g-20120116_1 = up-to-date with port > What is the output of: # kldstat # mount -- Adam