NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/53943 (kernel loader errors during ATF runs)



The following reply was made to PR kern/53943; it has been noted by GNATS.

From: Paul Goyette <paul%whooppee.com@localhost>
To: Martin Husemann <martin%duskware.de@localhost>
Cc: gnats-bugs%NetBSD.org@localhost, pgoyette%NetBSD.org@localhost
Subject: Re: kern/53943 (kernel loader errors during ATF runs)
Date: Wed, 6 Feb 2019 07:14:50 +0800 (PST)

 On Tue, 5 Feb 2019, Martin Husemann wrote:
 
 > I still get the errors for the following symbols:
 >
 > `puffs_50_fini'
 > `puffs_50_init'
 > `puffs_compat_incoming'
 > `puffs_compat_outgoing'
 >
 > Do I need to force a rebuild of some unchanged modules?
 
 The problem was (originally) caused because the kernel config had 
 "COMPAT_50" defined (which included the puffs compat_50 code), but did 
 not have puffs.  The tests attempted to use puffs, which caused us to 
 attempt to autoload the puffs module.  But the puffs module still had 
 its own copy of the puffs compat code.
 
 The puffs module should have been re-created when you updated, so I 
 don't quite understand why it is still failing.  I'm building a new 
 sparc64 release now.
 
 
 +------------------+--------------------------+----------------------------+
 | Paul Goyette     | PGP Key fingerprint:     | E-mail addresses:          |
 | (Retired)        | FA29 0E3B 35AF E8AE 6651 | paul at whooppee dot com   |
 | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd dot org |
 +------------------+--------------------------+----------------------------+
 


Home | Main Index | Thread Index | Old Index