From owner-freebsd-stable@FreeBSD.ORG Tue Sep 4 13:56:34 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33E0816A468 for ; Tue, 4 Sep 2007 13:56:34 +0000 (UTC) (envelope-from prebrov@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.235]) by mx1.freebsd.org (Postfix) with ESMTP id D627013C45D for ; Tue, 4 Sep 2007 13:56:31 +0000 (UTC) (envelope-from prebrov@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so902467nzf for ; Tue, 04 Sep 2007 06:56:31 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=U+V+uA6hlBmv4yUc1s66u2K+gVI84ccd3J5Rfl/WwIsNDRQM5Tgo94NQ1zSHkEoRZsi5UWynzsdIcR1tVG5RFFJ8MeskYWoIlAtNEbmevcQjeksqrSOWdvigeUObfwr/pHQ8NaRm44g2H/ZRPZXZQsYkVqDv4bIOBpYSgBX45WM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=DEkzPlZE9yo2I8ZkxGgt/qOF/2IqjLW+/0h3OhnW8rLQLapeD8F+bBCgwUEqqswNZ+AwHsfJitGw9S97OilEhSVFGveNPVEMTYhvcRSS+c0NudVyej3y6XFUMGOqHPx5pGqm7oQtoSUAbcd+f2/pHKVSWLbo7XGhKj5xq4FcFv8= Received: by 10.142.246.8 with SMTP id t8mr286670wfh.1188912584007; Tue, 04 Sep 2007 06:29:44 -0700 (PDT) Received: by 10.143.42.19 with HTTP; Tue, 4 Sep 2007 06:29:43 -0700 (PDT) Message-ID: <8ebeb4cb0709040629i6fa76218g6523df82c45656a5@mail.gmail.com> Date: Tue, 4 Sep 2007 17:29:43 +0400 From: "Pavel Rebrov" Sender: prebrov@gmail.com To: freebsd-stable@freebsd.org MIME-Version: 1.0 X-Google-Sender-Auth: 7d667cb378845261 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: buildworld problem on poweredge 1850 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2007 13:56:34 -0000 I've got Dell PowerEdge 1850 (2G RAM, 2x78G SCSI RAID, 2xXEON) running FreeBSD 6.1 SMP installed by the hosting provider and I can't make buildworld on it. Here's my /etc/make.conf: PERL_VER=5.8.8 PERL_VERSION=5.8.8 Here's the output of `make buildworld`. ===> usr.sbin/config (obj,depend,all,install) ................ ............... cc -O2 -fno-strict-aliasing -pipe -I. -I/usr/src/usr.sbin/config -I/usr/obj/usr/src/tmp/legacy/usr/include -static -L/usr/obj/usr/src/tmp/legacy/usr/lib -o config config.o main.o lang.o mkmakefile.o mkheaders.o mkoptions.o -ll -legacy sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 config /usr/obj/usr/src/tmp/legacy/usr/sbin : wrong number or types of arguments usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 ... fileN directory install -d [-v] [-g group] [-m mode] [-o owner] directory ... *** Error code 64 Stop in /usr/src/usr.sbin/config. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. I've erased all of /usr/src and /usr/obj and cvsup'ed it several times, did `make cleanworld` and whatever else I could do and got no luck. Prior to that I've been using 4-Release on another machine for years and that's been perfect. -- Pavel