From nobody@FreeBSD.org  Wed Jan 22 00:08:55 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 69B1A431
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 22 Jan 2014 00:08:55 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 5615817C1
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 22 Jan 2014 00:08:55 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s0M08t2A069978
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 22 Jan 2014 00:08:55 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s0M08tnC069974;
	Wed, 22 Jan 2014 00:08:55 GMT
	(envelope-from nobody)
Message-Id: <201401220008.s0M08tnC069974@oldred.freebsd.org>
Date: Wed, 22 Jan 2014 00:08:55 GMT
From: Jason Byrne <slvr32@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: release building fails with missing 'unbound' user error (releng/10.0)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         185976
>Category:       bin
>Synopsis:       release building fails with missing 'unbound' user error (releng/10.0)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    re
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 22 00:10:00 UTC 2014
>Closed-Date:    Mon Mar 31 13:21:28 UTC 2014
>Last-Modified:  Mon Mar 31 13:21:28 UTC 2014
>Originator:     Jason Byrne
>Release:        releng/10.0
>Organization:
>Environment:
built on a releng/9.1 machine, but release build happens in a chroot environment, not sure if the build machine environment is important
>Description:
Release build for releng/10.0 fails after running the following...

# mkdir /var/10.0
# cd /usr/src/release
# sh generate-release.sh releng/10.0 /var/10.0


--------------------------------------------------------------
>How-To-Repeat:
# mkdir /var/10.0
# cd /usr/src/release
# sh generate-release.sh releng/10.0 /var/10.0

(same error as above)
>Fix:
Make sure 'unbound' user exists in chroot build environment for 10.0 branches?

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-i386->re 
Responsible-Changed-By: remko 
Responsible-Changed-When: Fri Jan 24 08:18:34 UTC 2014 
Responsible-Changed-Why:  
Dear Release Engineers, can you tell the submitter whether or not the host build environment is 
required to be on a certain version because of the missing user? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185976 

From: Jason Byrne <slvr32@gmail.com>
To: bug-followup@FreeBSD.org, slvr32@gmail.com
Cc:  
Subject: Re: bin/185976: release building fails with missing &#39;unbound&#39;
 user error (releng/10.0)
Date: Wed, 29 Jan 2014 22:16:29 -0800

 I wouldn't mind closing this bug report, since historically it's
 seemed necessary to build a release on a box running the ~ same
 version of the OS, and maybe the chroot business doesn't necessarily
 change that reality.
 
 I went ahead and installed 10.0-release on another box and tried to
 build a releng/10.0 release there, and it fails with a different
 error, unrelated to the 'unbound' user mentioned in this report,
 although I'm not sure if the build failure is before or after where
 the unbound user would possibly be an issue.
 
 In any case, I suppose I'll file a new bug report for the releng/10.0
 build failure on the 10.0-release box.
 
 Thanks,
 - Jason
State-Changed-From-To: open->closed 
State-Changed-By: gjb 
State-Changed-When: Mon Mar 31 13:21:12 UTC 2014 
State-Changed-Why:  
Submitter feels this can be closed. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=185976 
>Unformatted:
 >>> World build completed on Tue Jan 21 14:42:46 PST 2014
 --------------------------------------------------------------
 ERROR: Required unbound user is missing, see /usr/src/UPDATING.
 *** Error code 1
 
 Stop.
 bmake: stopped in /var/10.0/usr/src
 *** [installworld] Error code 1
 
 Stop in /var/10.0/usr/src
 
 
