Subject: Re: is building suse91 on a non-COMPAT_LINUX kernel supposed to die gracefully?
To: None <tech-pkg@NetBSD.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-pkg
Date: 07/16/2005 14:00:13
On Fri, Jul 15, 2005 at 04:06:16PM -0700, Hisashi T Fujinaka wrote:
> Is this what you mean?
>
> htodd@kerry:~ > objdump -x /usr/pkg/emul/linux/sbin/ldconfig | grep note
> 18 .note.ABI-tag 00000020 080480d4 080480d4 000000d4 2**2
> 19 .note.SuSE 00000018 080480f4 080480f4 000000f4 2**2
> 080bdc08 l O .rodata 00000010 expected_note.3
> 080480d4 l d .note.ABI-tag 00000000
> 080480f4 l d .note.SuSE 00000000
To verify my hypothesis, can you try if "strip -R .note.SuSE ldconfig"
makes it work?
Joerg