Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Dec 2005 01:13:45 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Aaron Sloan <security@adtu.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: make problem after time change and upgrading
Message-ID:  <86u0dtzq3a.fsf@flame.pc>
In-Reply-To: <438E2AA5.7060209@adtu.org> (Aaron Sloan's message of "Wed, 30 Nov 2005 16:41:41 -0600")
References:  <438E2AA5.7060209@adtu.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Aaron Sloan <security@adtu.org> writes:
> I am having some problems after I rebuilt 5.4 from cvsup.
> After I mergemastered I have a "make" problem.
>
> This is the error I get when using make in /usr/src
>
> slick# make
> LC_ALL=C: Command not found.
> "Makefile", line 155: warning: "LC_ALL=C date" returned non-zero status
> MAKEFLAGS=: Command not found.
> "Makefile.inc1", line 116: warning: "MAKEFLAGS= CPUTYPE=pentium4 make
> -f /dev/null -m /usr/src/share/mk -V CPUTYPE" returned non-zero status
> "Makefile.inc1", line 118: CPUTYPE global should be set with ?=.
> *** Error code 1
>
> slick.adtu.org 5.4-STABLE FreeBSD 5.4-STABLE #0: Wed Nov 23 22:26:28 UTC
> 2005     aaron@slick.adtu.org:/usr/obj/usr/src/sys/GENERIC  i386
>
> I have done reading on this but I'm not getting anywhere with positive
> results.
>
> Someone has some direction for me to search?

The problem doesn't seem to be date-related but an error message that is
included in what you pasted:

    CPUTYPE global should be set with ?=.

Does your /etc/make.conf file set CPUTYPE unconditionally with something
like this:

    CPUTYPE=pentium4

?




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