From owner-freebsd-current@FreeBSD.ORG Tue Apr 30 18:17:30 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 49DB5652; Tue, 30 Apr 2013 18:17:30 +0000 (UTC) (envelope-from eirnym@gmail.com) Received: from mail-pd0-f176.google.com (mail-pd0-f176.google.com [209.85.192.176]) by mx1.freebsd.org (Postfix) with ESMTP id 2620E11F6; Tue, 30 Apr 2013 18:17:29 +0000 (UTC) Received: by mail-pd0-f176.google.com with SMTP id r10so441112pdi.21 for ; Tue, 30 Apr 2013 11:17:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=wugmgPPgKt6QiAnp/43oS5XNP2WVl9JDXIGtKWQ4SpE=; b=WuGJo26v0/Y8jzFRkUd+MJYgl/7eQga3TwLk47Pv9d4F7gXEAg0jaiDNBLvPYzzi2N cl6isXPfiRcyfvIWZqiTxEiAqHcGmPhnZ5P8lU0Zz5opwfnXZFvVX3lUguAQweztT3+Z b2/b5ATGOH0fBoyX4BKjxTPdtVwbui/smZEiZ1JO47Nnleh/tKhrTe4JkSrvSyjjJ/wL mAr67slCB0aCFrosCje7LhoVzO/f3dory1WWgpXVpOPjuq4lnh61/k3Wme2+pD7Gp/+N fMci+1NDQMrYbk5MBvYDa2oz/pv0edatG3drtjrWFA1FMZBLslZD7RPKKNW522EN35Hb w4wQ== X-Received: by 10.66.25.80 with SMTP id a16mr102552pag.97.1367345849294; Tue, 30 Apr 2013 11:17:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.66.156.163 with HTTP; Tue, 30 Apr 2013 11:17:09 -0700 (PDT) In-Reply-To: <20130429152546.GI50623@lor.one-eyed-alien.net> References: <20130429152546.GI50623@lor.one-eyed-alien.net> From: Eir Nym Date: Tue, 30 Apr 2013 22:17:09 +0400 Message-ID: Subject: Re: Installing new world failed (install -l) To: Brooks Davis Content-Type: text/plain; charset=UTF-8 Cc: freebsd-current@freebsd.org 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: Tue, 30 Apr 2013 18:17:30 -0000 -- Eir Nym On 29 April 2013 19:25, Brooks Davis wrote: > On Sun, Apr 28, 2013 at 11:36:20PM +0400, Eir Nym wrote: >> 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 > > heriarchy and distrib-dirs are both pointless here AFACT. > >> >> 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 > > Are you setting INSTALL= in make.conf, src.conf, etc? > > -- Brooks I don't set this option at all. As far as I know I should not set it setting and I've tested with clean environment (like __MAKE_CONF=/dev/null & SRCCONF=/dev/null). The PATH should be different for cross-platform build as I do. the correct install path is ${MAKEOBJDIRPREFIX}/i386.i386/usr/head/src/tmp/legacy/usr/bin/install