Bug 106697

Summary: amd64 "make release" wants to build SMP kernel
Product: Base System Reporter: Stephen J. Roznowski <sjr>
Component: amd64Assignee: freebsd-amd64 (Nobody) <amd64>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 6.2-PRERELEASE   
Hardware: Any   
OS: Any   

Description Stephen J. Roznowski 2006-12-13 23:10:08 UTC
	

	I'm trying to build my own CDROMs of a release, but it keeps
	failing trying to build the SMP kernel (which has been deleted).

	Final part of build log is:

	...
	kldxref: unknown metdata record 0 in file zlib.ko.symbols
	kldxref: unknown metdata record 0 in file zlib.ko.symbols
	cd /usr/src/release/..;  make TARGET_ARCH=amd64 TARGET=amd64   KERNCONF=SMP kernel  DESTDIR=/R/stage/kernels KODIR=/SMP
	ERROR: Missing kernel configuration file(s) (SMP).
	*** Error code 1

How-To-Repeat: 	

	# cd /usr/src/release
	# make release
Comment 1 Stephen J. Roznowski 2006-12-19 18:47:27 UTC
This report can be closed... It appears to be "user error".

I had an old version of the SMP file lying around that the system
was finding.

Additionally, I was able to successfully build using:

	# make release RELEASETAG=RELENG_6_2

My CVS repository is using the "RELENG_6" flag, not sure if that is
what was causing the (original) building problem.

Thanks,
-SR
-- 
Stephen J. Roznowski    (sjr@comcast.net)
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2006-12-19 20:36:50 UTC
State Changed
From-To: open->closed

Submitter reports this was user error.