Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 May 2012 22:47:51 +0200
From:      "Julian H. Stacey" <jhs@berklix.com>
To:        hackers@freebsd.org
Subject:   upgrade from 8.2 to 8.3 kernel needs setenv MK_INET_SUPPORT YES
Message-ID:  <201205252047.q4PKlpr0022917@fire.js.berklix.net>

next in thread | raw e-mail | index | archive | help
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/



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