[5422] in testers
Re: "incorrectly built binary.." messages
daemon@ATHENA.MIT.EDU (Greg Hudson)
Wed May 21 19:39:19 2003
From: Greg Hudson <ghudson@MIT.EDU>
To: Alex T Prengel <alexp@mit.edu>
Cc: testers@mit.edu
In-Reply-To: <200305212055.h4LKtw7c031818@astrophel.mit.edu>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Message-Id: <1053560355.1448.70.camel@error-messages.mit.edu>
Mime-Version: 1.0
Date: 21 May 2003 19:39:16 -0400
On Wed, 2003-05-21 at 16:55, Alex T Prengel wrote:
> I'm seeing the messages:
>
> Incorrectly built binary which accesses errno, h_errno or _res
> directly. Needs to be fixed.
>
> in quite a few Linux applications in Athena 9.2- whatever reason
> notwithstanding, is there any way to make these go away without
> recompiling apps (which in many cases is not an option) or redirecting
> errors to /dev/null, which I don't think we want to do?
I took a look at the source for the dynamic linker, and it doesn't look
like there's any way to turn this off. I experimented with using the
9.1 dynamic linker on a 9.2 system, but that just dumps core.
You could pipe the stderr output through "grep -v '^Incorrectly built
binary'", I suppose.