Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Dec 2003 17:13:34 +0200
From:      Ruslan Ermilov <ru@freebsd.org>
To:        Ruben de Groot <mail25@bzerk.org>
Cc:        Kent Stewart <kstewart@owt.com>
Subject:   Re: installworld to DESTDIR: touch: not found
Message-ID:  <20031204151334.GA14315@FreeBSD.org.ua>
In-Reply-To: <20031204142432.GA3846@ei.bzerk.org>
References:  <Pine.NEB.3.96L.1031129230913.62313F-100000@fledge.watson.org> <3FCF32E2.9050303@openet-telecom.com> <20031204142432.GA3846@ei.bzerk.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--GvXjxJ+pjyke8COw
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Thu, Dec 04, 2003 at 03:24:32PM +0100, Ruben de Groot wrote:
[...]
> Doesn't work here. I'm having the same problem. This simple change works=
=20
> for me:
>=20
> --- Makefile.inc1.orig  Thu Sep 25 16:09:00 2003
> +++ Makefile.inc1       Thu Oct  2 03:14:00 2003
> @@ -401,7 +401,7 @@
>         for prog in [ awk cap_mkdb cat chflags chmod chown \
>             date echo egrep find grep \
>             ln make mkdir mtree mv pwd_mkdb rm sed sh sysctl \
> -           test true uname wc zic; do \
> +           test touch true uname wc zic; do \
>                 cp `which $$prog` ${INSTALLTMP}; \
>         done
>         cd ${.CURDIR}; ${IMAKE} re${.TARGET:S/world$//}
>=20
touch(1) should not be run during the installworld, fullstop.
If make(1) attempts to execute it then either of the following
is true:

- buildworld was incomplete or sources were updated after
  buildworld has been run for the last time,

- your computer's clock is set incorrectly,

- some source files have modification time pointing to
  the future (check with ``find /usr/src -mtime -0'').

The last two items can confuse make(1) to think it should
rebuild something when it's not supposed to do it (i.e.,
during the installworld).


Cheers,
--=20
Ruslan Ermilov
FreeBSD committer
ru@FreeBSD.org

--GvXjxJ+pjyke8COw
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQE/z08dUkv4P6juNwoRAhHUAJ0XViVEiPJC+WhjLgulHSCParlY3gCfXynv
DaplBOzmnIBZl7cFxqkHN2w=
=d1tR
-----END PGP SIGNATURE-----

--GvXjxJ+pjyke8COw--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031204151334.GA14315>