Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Aug 2008 10:38:55 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-amd64@freebsd.org
Cc:        gavin@freebsd.org
Subject:   Re: amd64/117186: [modules] kldload Unsupported file type on STABLE amd64
Message-ID:  <200808291038.56052.jhb@freebsd.org>
In-Reply-To: <200808281559.m7SFxSwC005660@freefall.freebsd.org>
References:  <200808281559.m7SFxSwC005660@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 28 August 2008 11:59:28 am gavin@freebsd.org wrote:
> Synopsis: [modules] kldload Unsupported file type on STABLE amd64
> 
> State-Changed-From-To: feedback->closed
> State-Changed-By: gavin
> State-Changed-When: Thu Aug 28 15:58:19 UTC 2008
> State-Changed-Why: 
> Feedback timeout (3 months).  To submitter: if you are still seeing
> this issue, we can reopen the PR
> 
> 
> Responsible-Changed-From-To: freebsd-amd64->gavin
> Responsible-Changed-By: gavin
> Responsible-Changed-When: Thu Aug 28 15:58:19 UTC 2008
> Responsible-Changed-Why: 
> Track
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=117186

This is still a bug.  It's a harmless warning, but it is caused by link_elf.c 
not handling a file and link_elf_obj.c then handling it ok.  Probably what 
needs to happen is that this specific error condition shouldn't output an 
error message, but should return a unique error value, and kern_linker.c 
should only output an error if all of the linker_if handlers fail with this 
error value and then output its own error message.

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808291038.56052.jhb>