NetBSD-Bugs archive

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

Re: kern/54875: "modload compat_50" fails on kernel without "options QUOTA"



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

From: Paul Goyette <paul%whooppee.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: kern/54875: "modload compat_50" fails on kernel without "options
 QUOTA"
Date: Sat, 18 Jan 2020 13:53:59 -0800 (PST)

 The compat_50 module is built with the assumption that ``options
 QUOTA'' is available in the kernel.  If your kernel does not contain
 the option, then you have to build the module without the option by
 editing src/sys/modules/compat_50/Makefile and removing the relevant
 CPPFLAGS line.
 
 Perhaps someday the QUOTA option will be its own stand-alone module,
 but that day has not yet arrived.
 
 Note that the same issue arises for ``options WAPBL''...
 
 
 +--------------------+--------------------------+-----------------------+
 | Paul Goyette       | PGP Key fingerprint:     | E-mail addresses:     |
 | (Retired)          | FA29 0E3B 35AF E8AE 6651 | paul%whooppee.com@localhost     |
 | Software Developer | 0786 F758 55DE 53BA 7731 | pgoyette%netbsd.org@localhost   |
 +--------------------+--------------------------+-----------------------+
 


Home | Main Index | Thread Index | Old Index