From owner-cvs-all@FreeBSD.ORG Tue Nov 22 19:49:37 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BD2916A41F for ; Tue, 22 Nov 2005 19:49:37 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05E1843D6B for ; Tue, 22 Nov 2005 19:49:35 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by wproxy.gmail.com with SMTP id i12so1116114wra for ; Tue, 22 Nov 2005 11:49:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XMM3NXF+tkn16kSw8s2o9x9kxj1p7s9KglK+UrYzgN0n3YvVLIG1tA1H6nsTgANUkijTJEwpCezqDl+vJYhB7D5cBfqXXFFkTsNFfnLL96j1e2j5bzssAsnciJ3viLWdSNK3fyUwSkmZv5VO6E+7xXP8V6UDUSr3/zSD+3QQuRw= Received: by 10.65.237.12 with SMTP id o12mr5069603qbr; Tue, 22 Nov 2005 11:49:31 -0800 (PST) Received: by 10.65.105.8 with HTTP; Tue, 22 Nov 2005 11:49:28 -0800 (PST) Message-ID: Date: Wed, 23 Nov 2005 03:49:28 +0800 From: Jiawei Ye To: Ruslan Ermilov In-Reply-To: <200511221202.jAMC2g2J037830@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200511221202.jAMC2g2J037830@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2005 19:49:37 -0000 On 11/22/05, Ruslan Ermilov wrote: > ru 2005-11-22 12:02:41 UTC > > FreeBSD src repository > > Modified files: > . Makefile.inc1 > Log: > Get rid of SPECIAL_INSTALLCHECKS variable that isn't settable > by a user. Instead, add individual checks as dependencies to > the main "installcheck" target. Make sure that installkernel > etc. depend on it (including the UID/GID checks). > > Revision Changes Path > 1.521 +10 -9 src/Makefile.inc1 I think this change causes the following problem when installworld jerry@panda-Z:/usr/src$ make installworld mkdir -p /tmp/install.Q6kcN61D for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep find grep install-info ln lockf make mkdir mtree mv pwd_mkdb rm sed sh sysctl test true uname wc zic; do cp `which $prog` /tmp/install.Q6kcN61D; done cd /usr/src; MAKEOBJDIRPREFIX=3D/usr/obj MACHINE_ARCH=3Di386=20 MACHINE=3Di386 CPUTYPE=3Dpentium4=20 GROFF_BIN_PATH=3D/usr/obj/usr/src/tmp/legacy/usr/bin=20 GROFF_FONT_PATH=3D/usr/obj/usr/src/tmp/legacy/usr/share/groff_font=20 GROFF_TMAC_PATH=3D/usr/obj/usr/src/tmp/legacy/usr/share/tmac=20 PATH=3D/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr= /bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/u= sr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/tmp/install.Q6kc= N61D /usr/obj/usr/src/make.i386/make -f Makefile.inc1 reinstall id: not found ERROR: Required proxy user is missing, see /usr/src/UPDATING. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. jerry@panda-Z:/usr/src$ grep proxy /etc/passwd proxy:*:62:62:Packet Filter pseudo-user:/nonexistent:/usr/sbin/nologin Jiawei -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming