From owner-freebsd-sparc64@FreeBSD.ORG Sun Jan 23 17:34:24 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D028A16A4CE; Sun, 23 Jan 2005 17:34:24 +0000 (GMT) Received: from post-22.mail.nl.demon.net (post-22.mail.nl.demon.net [194.159.73.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85EB043D41; Sun, 23 Jan 2005 17:34:24 +0000 (GMT) (envelope-from kwm@rainbow-runner.nl) Received: from kazerne.demon.nl ([212.238.222.22]:64022 helo=heater.rainbow-runner.nl) by post-22.mail.nl.demon.net with esmtp (Exim 4.43) id 1Csld1-000F1m-GP; Sun, 23 Jan 2005 17:34:23 +0000 From: Koop Mast To: Kris Kennaway In-Reply-To: <20050122213501.GA22882@xor.obsecurity.org> References: <20050122213501.GA22882@xor.obsecurity.org> Content-Type: text/plain Date: Sun, 23 Jan 2005 18:34:31 +0100 Message-Id: <1106501671.677.1.camel@heater.rainbow-runner.nl> Mime-Version: 1.0 X-Mailer: Evolution 2.1.3.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: obrien@FreeBSD.org cc: sparc64@FreeBSD.org Subject: Re: file(1) broken on sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jan 2005 17:34:25 -0000 Op za, 22-01-2005 te 13:35 -0800, schreef Kris Kennaway: > Old file(1): > > monster# file /lib/libc.so.6 > /lib/libc.so.6: ELF 64-bit MSB shared object, SPARC V9, version 1 (FreeBSD), stripped > > New file(1): > > monster# file /lib/libc.so.6 > /lib/libc.so.6: data, stripped > > Among other things, this breaks a lot of package builds because > libtool 1.3 doesn't think FreeBSD/sparc64 can build shared libraries. > > Kris Seems to work here: # uname -a FreeBSD sparkel 6.0-CURRENT FreeBSD 6.0-CURRENT #6: Sat Jan 22 13:44:59 CET 2005 root@sparkel:/usr/obj/usr/src/sys/SeaLion sparc64 # file -v file-4.12 magic file from /usr/share/misc/magic # file /lib/libc.so.6 /lib/libc.so.6: ELF 64-bit MSB shared object, SPARC V9, version 1 (FreeBSD), stripped Koop