From owner-freebsd-bugs@FreeBSD.ORG Wed Dec 12 21:20:00 2012 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B2425FD5 for ; Wed, 12 Dec 2012 21:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 85A018FC0A for ; Wed, 12 Dec 2012 21:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBCLK0ax000149 for ; Wed, 12 Dec 2012 21:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBCLK0KR000148; Wed, 12 Dec 2012 21:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 12 Dec 2012 21:20:00 GMT Resent-Message-Id: <201212122120.qBCLK0KR000148@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Wojciech A. Koszek" Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF97DB0C for ; Wed, 12 Dec 2012 21:14:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id B4F718FC0A for ; Wed, 12 Dec 2012 21:14:37 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qBCLEbbS007101 for ; Wed, 12 Dec 2012 21:14:37 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id qBCLEbUV007100; Wed, 12 Dec 2012 21:14:37 GMT (envelope-from nobody) Message-Id: <201212122114.qBCLEbUV007100@red.freebsd.org> Date: Wed, 12 Dec 2012 21:14:37 GMT From: "Wojciech A. Koszek" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/174405: make installkernel shouldn't check for existence of user accounts X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2012 21:20:00 -0000 >Number: 174405 >Category: misc >Synopsis: make installkernel shouldn't check for existence of user accounts >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 12 21:20:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Wojciech A. Koszek >Release: FreeBSD 10-CURRENT >Organization: FreeBSD >Environment: FreeBSD XXXXXX.XXXXXX.XXXX 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r230923M: Thu Feb 2 20:11:19 PST 2012 wkoszek@freebsd:/usr/obj/data/head/sys/T7400 amd64 >Description: I'm updating from older FreeBSD 10-CURRENT. Src/ is from svn.freebsd.org/base/head. I did: make -j4 buildkernel KERNCONF=GENERIC make -j4 buildworld make -j4 installkernel KERNCONF=GENERIC I got an error message about non-existing user. I think make shouldn't be checking for existing users at installkernel stage, since I may never want to do installworld stage, if my kernel doesn't work. ib32/usr/lib32 -O2 -pipe -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -o ldd32 ldd.o sods.o -------------------------------------------------------------- >How-To-Repeat: On the system without "auditdistd" user, try: svn co http://svn.freebsd.org/base/head make -j4 buildkernel KERNCONF=GENERIC make -j4 buildworld make -j4 installkernel KERNCONF=GENERIC >Fix: >Release-Note: >Audit-Trail: >Unformatted: >>> World build completed on Wed Dec 12 12:48:05 PST 2012 -------------------------------------------------------------- xaqbhill40# make -j4 installkernel KERNCONF=GENERIC KODIR=/boot/kernel.new ERROR: Required auditdistd user is missing, see /usr/src/UPDATING.