From owner-freebsd-current@FreeBSD.ORG Sun Apr 28 19:36:41 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0F2F188B for ; Sun, 28 Apr 2013 19:36:41 +0000 (UTC) (envelope-from eirnym@gmail.com) Received: from mail-pb0-x22b.google.com (mail-pb0-x22b.google.com [IPv6:2607:f8b0:400e:c01::22b]) by mx1.freebsd.org (Postfix) with ESMTP id E78571268 for ; Sun, 28 Apr 2013 19:36:40 +0000 (UTC) Received: by mail-pb0-f43.google.com with SMTP id ma3so1020054pbc.2 for ; Sun, 28 Apr 2013 12:36:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:from:date:message-id:subject:to :content-type; bh=iNc7rNEF67yB8Qm1JLBkQGZtWRa1a7Rxb0Rgpdqv80o=; b=DArmpYWkU4Zgms1fWaTvlinp+qNLwJRzL/4n6F5iQDGwj7ityuwBALWgHDMRjSX4gN R7lXMQNM8bFV+/D6YaIhu+/GZW1Ne0jGUUMyFyufRteEDd8/KU3Ge33zFRBo3nNjK/LT lB0y15k2GSrV0qJXg2sJYE17iomfHMDQmGqqINm/o6yaZ/oRkjdvllFANQi9K8IkD4Et lH7IMv1TIB7Gs2idEDVeupTD1SID4jO6QKZuIe0y6el+tWGH83VzO43Z3Xnkax7+kpak vP6jBc4wP52eWXuDCl7al2KmaWocxScG5ZzMYEJYT/7mqAYXacSGp45hDFyOJAYGOGaZ n/Ow== X-Received: by 10.66.187.231 with SMTP id fv7mr56051487pac.46.1367177800607; Sun, 28 Apr 2013 12:36:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.66.156.163 with HTTP; Sun, 28 Apr 2013 12:36:20 -0700 (PDT) From: Eir Nym Date: Sun, 28 Apr 2013 23:36:20 +0400 Message-ID: Subject: Installing new world failed (install -l) To: freebsd-current@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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, 28 Apr 2013 19:36:41 -0000 Since -l switch introduced into install(8), I can't build new FreeBSD box at all. I do following command set to build new box: (http://eroese.org/mkw.sh) 1) cd /usr/head/src && svn up 2) make buildworld 3) make DESTDIR=/path/to/directory hierarchy distrib-dirs distribution installworld This worked for long time but after some point it had been broken. I found only 20130425 in UPDATING about this, but installing mergemaster gives nothing, obviously. I can't compile new install(8) since I have old system like FreeBSD-9-RELEASE (FreeBSD-CURRENT, r226748) and it doesn't have needed functions. The tail of install log is below. .. (lines removed) mtree -deU -f /usr/head/src/etc/mtree/BSD.sendmail.dist -p /usr/home/root/logs/2013-04-28/16.18.03/distro.i386/ ./var/spool/clientmqueue missing (created) install -l s usr/src/sys /usr/home/root/logs/2013-04-28/16.18.03/distro.i386/sys install: illegal option -- l usage: install [-bCcMpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-bCcMpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 ... fileN directory install -d [-v] [-g group] [-m mode] [-o owner] directory ... *** [distrib-dirs] Error code 64 Stop in /usr/head/src/etc. *** [hierarchy] Error code 1 Stop in /usr/head/src. *** Error code 1 Stop in /usr/head/src. -- Eir Nym