upgrade from 8.2 to 8.3 kernel needs setenv MK_INET_SUPPORT YES

Julian H. Stacey jhs at berklix.com
Fri May 25 20:47:57 UTC 2012


Hi hackers@
I'm not sure if this is a generic bug or a local oddity:

I upgraded an 8.2-RELEASE amd64 to 8.3-rel using src/
First building a new kernel, & that broke,
I've lost the error message, 
but the problem & fix was:
	cd /sys/amd64/conf
	config GENERIC
	cd ../compile/GENERIC
	make cleandepend	# failed
		line 373 of /sys/modules/Makefile
		.if ${MK_INET_SUPPORT} != "no" || defined(ALL_MODULES)
	setenv MK_INET_SUPPORT YES
	make cleandepend		# OK
	make depend			# OK
	make install			# OK
	make world			# OK

There's no mention of MK_INET_SUPPORT in src/UPDATING
Nor is set in my /etc/make.conf
Nor set in any of 8.3 src/ eg include/
Any comment ?

Cheers,
Julian
- -- 
Julian Stacey, BSD Unix Linux C Sys Eng Consultants Munich http://berklix.com
 Reply below not above, cumulative like a play script, & indent with "> ".
 Format: Plain text. Not HTML, multipart/alternative, base64, quoted-printable.
	Mail from @yahoo dumped @berklix.  http://berklix.org/yahoo/


More information about the freebsd-hackers mailing list