From owner-freebsd-current@FreeBSD.ORG Mon Oct 27 04:05:09 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77D9616A4BF for ; Mon, 27 Oct 2003 04:05:09 -0800 (PST) Received: from mail.dada.it (mail4.dada.it [195.110.100.4]) by mx1.FreeBSD.org (Postfix) with SMTP id 520B743F3F for ; Mon, 27 Oct 2003 04:05:07 -0800 (PST) (envelope-from mad@madpilot.net) Received: (qmail 9095 invoked from network); 27 Oct 2003 12:05:02 -0000 Received: from unknown (HELO jabba.madpilot.net) (195.110.114.197) by mail.dada.it with SMTP; 27 Oct 2003 12:05:02 -0000 Received: (qmail 13569 invoked from network); 27 Oct 2003 12:05:04 -0000 Received: from wedge.madpilot.net (192.168.13.11) by 0 with SMTP; 27 Oct 2003 12:05:04 -0000 Received: from wedge.madpilot.net (localhost.madpilot.net [127.0.0.1]) by wedge.madpilot.net (8.12.9p1/8.12.9) with ESMTP id h9RC54fV028575 for ; Mon, 27 Oct 2003 13:05:04 +0100 (CET) (envelope-from mad@wedge.madpilot.net) Received: (from mad@localhost) by wedge.madpilot.net (8.12.9p1/8.12.9/Submit) id h9RC53RZ028574 for current@freebsd.org; Mon, 27 Oct 2003 13:05:03 +0100 (CET) (envelope-from mad) Date: Mon, 27 Oct 2003 13:05:03 +0100 From: Guido Falsi To: current@freebsd.org Message-ID: <20031027120503.GA28563@wedge.madpilot.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="u3/rZRmxL6MmkK24" Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-RELEASE-p10 Subject: Makefile error from 5.1 to -current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 27 Oct 2003 12:05:09 -0000 --u3/rZRmxL6MmkK24 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi! I'm installing a box for experimenting, installed 5.1-RELEASE from CD on it. When I upgraded the sources to latest -current and after a build failure tried to cvsup again using "make update" got the attached output. I looked into tha makefile but could not get what is really wrong(I'm new to -current, even if I have followed this list for some time). Perhaps the condition causing the error is not a problem on non 5.1 machines. Thanks in advance! -- Guido Falsi --u3/rZRmxL6MmkK24 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="error.out" "Makefile.inc1", line 744: warning: String comparison operator should be either == or != "Makefile.inc1", line 744: Malformed conditional ((!defined(NO_RESCUE) || defined(RELEASEDIR)) && (${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101)) "Makefile.inc1", line 744: Missing dependency operator "Makefile.inc1", line 746: if-less endif "Makefile.inc1", line 746: Need an operator make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /usr/src. --u3/rZRmxL6MmkK24--