From owner-freebsd-questions@freebsd.org Thu Oct 19 13:11:21 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 2561DE3B217 for ; Thu, 19 Oct 2017 13:11:21 +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 EDD616952B for ; Thu, 19 Oct 2017 13:11:20 +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 B5A741129D8 for ; Thu, 19 Oct 2017 09:11:18 -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 8BmUj4RQh11P for ; Thu, 19 Oct 2017 09:10:59 -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 DE9EC1129DB for ; Thu, 19 Oct 2017 09:10:27 -0400 (EDT) Received: from elettra.3dresearch.com (localhost [127.0.0.1]) by elettra.3dresearch.com (Postfix) with SMTP id 77C071A8952 for ; Thu, 19 Oct 2017 09:10:27 -0400 (EDT) Date: Thu, 19 Oct 2017 09:10:20 -0400 From: Janos Dohanics To: FreeBSD Questions Subject: Re: pkg_libchk(1) error Message-Id: <20171019091020.d662724b4e42fe82856fa1e2@3dresearch.com> In-Reply-To: References: <20171018105839.9a3488aa803d16a6a8770c34@3dresearch.com> <20171018115931.bb70975a3176f6f6b93f62ac@3dresearch.com> <20171018150400.ba68c7306d3fb8484d23dcbe@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: Thu, 19 Oct 2017 13:11:21 -0000 On Wed, 18 Oct 2017 17:45:03 -0500 Adam Vande More wrote: > [...] > > # mount > > zroot on / (zfs, local, noatime, nfsv4acls) > > devfs on /dev (devfs, local, multilabel) > > data on /data (zfs, local, nfsv4acls) > > data/VirtualBoxVMs on /data/VirtualBoxVMs (zfs, local, nfsv4acls) > > data/almaviva_backup on /data/almaviva_backup (zfs, local, > > nfsv4acls) data/cortina_cyrus on /data/cortina_cyrus (zfs, local, > > nfsv4acls) data/cortina_spool on /data/cortina_spool (zfs, local, > > nfsv4acls) data/maillogs on /data/maillogs (zfs, local, nfsv4acls) > > data/music on /data/music (zfs, local, nfsv4acls) > > data/win_images on /data/win_images (zfs, local, nfsv4acls) > > > > I doubt it is the port that is outputting that error message so you > can try trying it under truss(1) -f to find out what is. Well, truss(1) -f generated a file which is about 550 MB, I'll upload it somewhere if you want to see it... > What is the point of that tool and why is it better than bases's > pkg-check(8)? It's been just habit and inertia, I have been using ports-mgmt/bsdadminscripts for years and switched to ports-mgmt/bsdadminscripts2 out of curiosity. However, my initial post was a false alarm: I Ctrl-C-d pkg_libchk(1) as it started to show 'ELF binary type "0" not known' messages. I now played with pkg_libchk(1) more - it does show a lot of 'ELF binary type "0" not known' messages, which it didn't do before, but it does finish successfully. Thank you for your replies. -- Janos Dohanics