Bug 15870

Summary: PicoBSD Kernel link fails
Product: Base System Reporter: peter.jeremy <peter.jeremy>
Component: kernAssignee: freebsd-small (Nobody) <small>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description peter.jeremy 2000-01-04 01:20:00 UTC
	When building PicoBSD, the build script defines a global
	variable $SIZE to hold the MFS size.  The same variable is
	used by the kernel Makefile to refer to the size(1) command.
	This causes the kernel link step to fail as follows:
linking kernel
2400: not found
*** Error code 127

	The fix is to unset SIZE before the kernel build.

	In addition, the command `make depend all' is not safe
	because the updated dependency list will not be re-read
	between the `depend' and `all' steps.  This should be
	run as two separate makes.

How-To-Repeat: 
	# ed /usr/src/release/picobsd/dial/PICOBSD
	g/wd/s/^/#
	/wcd0/s/^/#
	w
	q
	# cd /usr/src/release/picobsd/build
	# sh build.sh
	Select "just build it"
Comment 1 Johan Karlsson freebsd_committer freebsd_triage 2000-08-24 12:28:40 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-small

Over to maintainer group.
Comment 2 joe freebsd_committer freebsd_triage 2000-11-05 12:39:04 UTC
State Changed
From-To: open->feedback

Recent changes have harnessed the 'make buildkernel' target, 
and I've not seen the bug mentioned here.  Is it still an 
issue?
Comment 3 joe freebsd_committer freebsd_triage 2000-12-18 19:07:25 UTC
State Changed
From-To: feedback->closed

Requested feedback wasn't received. 
I don't believe that this is an issue anymore.  If it is please 
open another PR.
Comment 4 Johan Karlsson freebsd_committer freebsd_triage 2002-08-25 03:44:48 UTC
Responsible Changed
From-To: freebsd-small->small

Use short names for mailing list to make searches    
using the web query form work with the shown responsible.