From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 18 13:20:23 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDA8A16A5E3 for ; Tue, 18 Jul 2006 13:20:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A03743D5F for ; Tue, 18 Jul 2006 13:20:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6IDKJQT017362 for ; Tue, 18 Jul 2006 13:20:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6IDKJOm017355; Tue, 18 Jul 2006 13:20:19 GMT (envelope-from gnats) Date: Tue, 18 Jul 2006 13:20:19 GMT Message-Id: <200607181320.k6IDKJOm017355@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Maxim Konovalov Cc: Subject: Re: misc/100466: make install world failed because of touch missing X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim Konovalov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2006 13:20:24 -0000 The following reply was made to PR misc/100466; it has been noted by GNATS. From: Maxim Konovalov To: Matthieu Michaud Cc: bug-followup@freebsd.org Subject: Re: misc/100466: make install world failed because of touch missing Date: Tue, 18 Jul 2006 17:14:17 +0400 (MSD) On Tue, 18 Jul 2006, 13:10-0000, Matthieu Michaud wrote: > Le Mar 18 juillet 2006 14:14, Lowell Gilbert a écrit : > > Matthieu Michaud writes: > > > >>>Fix: > >> copy touch too in temporary install PATH : > > > > Are you sure your clock is correct? > > > > [ As per the Frequently Asked Question "Why does > > buildworld/installworld die with the message “touch: not found”?": > > http://be-well.ilk.org/FreeBSD/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#TOUCH-NOT-FOUND > > ] > > > > i do, i sync it via ntp. the error i get is "touch: no such file or > directory". how can it be more explicit ? :) Are you sure you done "make buildworld" before "installworld"? An easiest way to check is to rebuild the world and install it then. -- Maxim Konovalov