From owner-freebsd-current@FreeBSD.ORG Sun May 9 04:17:33 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E26716A4CF for ; Sun, 9 May 2004 04:17:33 -0700 (PDT) Received: from coruscant.rfc1149.org (coruscant.rfc1149.org [217.160.130.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30DAB43D49 for ; Sun, 9 May 2004 04:17:32 -0700 (PDT) (envelope-from arne@rfc2549.org) Received: by coruscant.rfc1149.org (Postfix, from userid 110) id 35C003F42; Sun, 9 May 2004 13:17:31 +0200 (CEST) Received: from kamino.rfc1149.org (kamino.rfc1149.org [2001:8d8:81:11::2]) by coruscant.rfc1149.org (Postfix) with ESMTP id 7C9983F40; Sun, 9 May 2004 13:17:28 +0200 (CEST) Received: by kamino.rfc1149.org (Postfix, from userid 1001) id 5B5ED358; Sun, 9 May 2004 13:17:27 +0200 (CEST) To: "Jun Su" In-Reply-To: <003701c43569$133560c0$6902a8c0@shasujunmv> (Jun Su's message of "Sun, 9 May 2004 09:58:01 +0800") References: <86u0yq3k72.fsf@kamino.rfc1149.org> <003701c43569$133560c0$6902a8c0@shasujunmv> From: Arne Schwabe Date: Sun, 09 May 2004 13:17:26 +0200 Message-ID: <861xltsvcp.fsf_-_@kamino.rfc1149.org> User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on coruscant.rfc1149.org X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Level: cc: freebsd-current@freebsd.org Subject: Re: make installworld failure X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 May 2004 11:17:33 -0000 "Jun Su" writes: >> I tried a make buildworld && make installworld with today's current >> sources: >> >> ===> usr.sbin/bsnmpd >> ===> usr.sbin/bsnmpd/gensnmptree >> install -s -o root -g wheel -m 555 gensnmptree /usr/sbin >> install -o root -g wheel -m 444 gensnmptree.1.gz /usr/share/man/man1 >> ===> usr.sbin/bsnmpd/bsnmpd >> install -s -o root -g wheel -m 555 bsnmpd /usr/sbin >> install -o root -g wheel -m 444 >> /usr/src/usr.sbin/bsnmpd/bsnmpd/../../../contrib/bsnmp/snmpd/FOKUS-MIB.txt >> /usr/src/usr.sbin/bsnmpd/bsnmpd/../../../contrib/bsnmp/snmpd/BEGEMOT-MIB.txt >> /usr/src/usr.sbin/bsnmpd/bsnmpd/../../../contrib/bsnmp/snmpd/BEGEMOT-SNMPD.txt >> /usr/share/snmp/mibs >> install: 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/bsnmpd/bsnmpd. >> *** Error code 1 >> >> >> What goes wrong here? >> >> Arne >> -- >> Ah, the beauty of OSS. Hundreds of volunteers worldwide volunteering >> their time inventing and implementing new exciting ways of old >> fashioned wheels. >> _______________________________________________ > > Try mergemaster Did not help some error :/ Arne -- Ah, the beauty of OSS. Hundreds of volunteers worldwide volunteering their time inventing and implementing new exciting ways of old fashioned wheels.