From owner-freebsd-questions@freebsd.org Wed Oct 18 15:13:27 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 CB7C5E3BB2A for ; Wed, 18 Oct 2017 15:13:27 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from smtpd.telissant.net (smtpd.telissant.net [104.225.1.170]) (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 A4FFC819F6 for ; Wed, 18 Oct 2017 15:13:27 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from cortina.3dresearch.com (localhost [127.0.0.1]) by smtpd.telissant.net (Postfix) with ESMTP id D213B1129AE for ; Wed, 18 Oct 2017 10:59:47 -0400 (EDT) X-Virus-Scanned: amavisd-new at telissant.net Received: from smtpd.telissant.net ([127.0.0.1]) by cortina.3dresearch.com (cortina.3dresearch.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tLrKaNYUciV3 for ; Wed, 18 Oct 2017 10:59:29 -0400 (EDT) Received: from elettra.3dresearch.com (unknown [71.112.240.123]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: elettra) by smtpd.telissant.net (Postfix) with ESMTPSA id 8AC2311299A for ; Wed, 18 Oct 2017 10:59:29 -0400 (EDT) Received: from elettra.3dresearch.com (localhost [127.0.0.1]) by elettra.3dresearch.com (Postfix) with SMTP id 63F4719FC4A for ; Wed, 18 Oct 2017 10:59:28 -0400 (EDT) Date: Wed, 18 Oct 2017 10:58:39 -0400 From: Janos Dohanics To: FreeBSD Questions Subject: pkg_libchk(1) error Message-Id: <20171018105839.9a3488aa803d16a6a8770c34@3dresearch.com> X-Mailer: Sylpheed 3.6.0 (GTK+ 2.24.31; amd64-portbld-freebsd10.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 15:13:27 -0000 Greetings, Just deleted ports-mgmt/bsdadminscripts and installed ports-mgmt/bsdadminscripts2 instead on FreeBSD 10.4-BETA2 #0 r322968 which has 937 packages (all installed from ports). pkg_libchk(1) from ports-mgmt/bsdadminscripts worked fine. But when I try to run it from the newly installed ports-mgmt/bsdadminscripts2, I get this error: # pkg_libchk -v Checking all packages ... Jobs done: 466 of 937 ELF binary type "0" not known. linux-c6-fontconfig-2.8.0_3 ELF binary type "0" not known. ELF binary type "0" not known. ELF binary type "0" not known. ELF binary type "0" not known. ...and these messages continue until I hit Ctrl-C. Any advice? -- Janos Dohanics