From owner-freebsd-questions@freebsd.org Tue Nov 22 11:31:25 2016 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 9E554C4F785 for ; Tue, 22 Nov 2016 11:31:25 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from mx1a.mailbox.org (mx1a.mailbox.org [80.241.60.218]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.mailbox.org", Issuer "SwissSign Server Silver CA 2014 - G22" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 615A61D87 for ; Tue, 22 Nov 2016 11:31:25 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id B7BAA43E80 for ; Tue, 22 Nov 2016 12:31:16 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-type:content-type:mime-version:references:in-reply-to :subject:subject:from:from:message-id:date:date:received; s= mail20150812; t=1479814270; bh=kUxkTpgvqkeKUw9uEewrmsv9x5y3WS9FD bBv4QOV2gg=; b=gi1CpTYcJ3QJ+LLe2fBvnP1Y62epwzO7chiCili8VND5y1QcR 5dGk9WKNEd9xxilACIgk1gI8MrJ1V/8sGq+TkDiZzksWe/g/HMRI32R5ySq4btBH aO7lslqoDPw7zW4bLhxW7SNrTMh71dpeGB2uHYtiCNamrXiIVf8JKZtr9jhWQ4Xi kUS2xhKkgnN2HSJLbwxA5fEPgxoYsC74B5JMIpW5GuNu05t5CxyZ4wBXBsAImE/3 8edWTTrBSm3ubXf56T9mOrL+4o6/Xw1BdgLSMckRVmWKMtx220S+36vatZB4ESxr 459dhPECHFnVDlIioW+HZAOqYLAvEtOLD+lPA== X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by hefe.heinlein-support.de (hefe.heinlein-support.de [91.198.250.172]) (amavisd-new, port 10030) with ESMTP id saI-eljhhQ94 for ; Tue, 22 Nov 2016 12:31:10 +0100 (CET) Date: Tue, 22 Nov 2016 12:30:30 +0100 Message-ID: <86a8crwy3t.wl-herbert@mailbox.org> From: "Herbert J. Skuhra" To: "freebsd-questions@freebsd.org" Subject: Re: Shared object "libkvm.so.5" not found, required by "gdnc" In-Reply-To: References: MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII 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: Tue, 22 Nov 2016 11:31:25 -0000 Christoph P. U. Kukulies skrev: > > In my startup log when booting FreeBSD 11.0-RELEASE-p1 I'm getting this: > kernel: Shared object "libkvm.so.5" not found, required by "gdnc" > kernel: GNUstep Have you upgraded your system from FreeBSD 9.x without rebuilding your ports? Or maybe something went wrong. "libkvm.so.5" is part of misc/compat9x. > Any ideas what component/package is causing this? lang/gnustep-base? -- Herbert