From owner-freebsd-current@FreeBSD.ORG Sat Dec 6 10:39:41 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D67A16A4CE for ; Sat, 6 Dec 2003 10:39:41 -0800 (PST) Received: from vorpal.mcs.drexel.edu (vorpal.mcs.drexel.edu [129.25.6.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7246043F85 for ; Sat, 6 Dec 2003 10:39:40 -0800 (PST) (envelope-from jsmith@drexel.edu) Received: from drexel.edu (vorpal.mcs.drexel.edu [129.25.6.250]) hB6Idd84099362 for ; Sat, 6 Dec 2003 13:39:39 -0500 (EST) (envelope-from jsmith@drexel.edu) Message-ID: <3FD2226B.10508@drexel.edu> Date: Sat, 06 Dec 2003 13:39:39 -0500 From: Justin Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031130 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Unable to recognize output of /usr/bin/file X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 18:39:41 -0000 FreeBSD vorpal.mcs.drexel.edu 5.2-BETA FreeBSD 5.2-BETA #0: Fri Dec 5 08:59:31 EST 2003 jsmith@vorpal.mcs.drexel.edu:/usr/obj/usr/src/sys/GENERIC i386 This is a message I get when I rebuild some packages: *** Warning: the command libtool uses to detect shared libraries, *** /usr/bin/file, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org The command file libjbig.so.1 produces the output libjbig.so.1: ELF 32-bit LSB shared object, Intel 80386, version 1 (FreeBSD), not stripped which looks OK to me. Is this something that should concern me?