From owner-freebsd-current@FreeBSD.ORG Wed Jul 7 07:46:21 2004 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 C9E7A16A4CE for ; Wed, 7 Jul 2004 07:46:21 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9915243D41 for ; Wed, 7 Jul 2004 07:46:21 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.11) with ESMTP id i677kKM8090876; Wed, 7 Jul 2004 00:46:20 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i677kJ9R090848; Wed, 7 Jul 2004 00:46:19 -0700 (PDT) (envelope-from obrien) Date: Wed, 7 Jul 2004 00:46:19 -0700 From: "David O'Brien" To: Kris Kennaway Message-ID: <20040707074619.GC28368@dragon.nuxi.com> Mail-Followup-To: David O'Brien , Kris Kennaway , Scott Long , current@freebsd.org References: <20040704023714.GA73697@xor.obsecurity.org> <40E7B878.3070203@samsco.org> <20040704091011.GA81143@xor.obsecurity.org> <40E7CC71.50008@samsco.org> <20040704114855.GA83199@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040704114855.GA83199@xor.obsecurity.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: current@freebsd.org Subject: Re: Odd linker errors X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jul 2004 07:46:21 -0000 On Sun, Jul 04, 2004 at 04:48:55AM -0700, Kris Kennaway wrote: > > >>>>file.o(.text+0x623): In function `GetAOutFileInfo': > > >>>>: undefined reference to `le32toh' > > >>>>file.o(.text+0x63b): In function `GetAOutFileInfo': > > >>>>: undefined reference to `le32toh' > > >>> > > >>I can't reproduce this here. However, netbooting a VAX probably isn't > > >>a terribly common occurrance these days. > > > > > >I couldn't even find where it was calling le32toh. > > > > Are le32toh and similar functions supposed to be visible to userland? I > > thought that they were only visible to the kernel. Either way, > > something isn't right with your environment. > > That's the weird thing, this is a clean world built a few days ago, > and the port hasn't changed in 8 months. This may be related to my sys/sys/imgact_aout.h or include/a.out.h commits. I'll take a look after I'm done chasing Binutils issues. -- -- David (obrien@FreeBSD.org)