From owner-freebsd-stable Fri Aug 23 5:33:23 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E19937B400 for ; Fri, 23 Aug 2002 05:33:20 -0700 (PDT) Received: from nethouse.com (242827hfc93.tampabay.rr.com [24.28.27.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1335C43E84 for ; Fri, 23 Aug 2002 05:33:20 -0700 (PDT) (envelope-from btt@nethouse.com) Received: by nethouse.com (Postfix, from userid 1000) id 4DFE7CC19; Fri, 23 Aug 2002 08:34:05 -0400 (EDT) Date: Fri, 23 Aug 2002 08:34:05 -0400 From: btt@nethouse.com To: freebsd-stable@freebsd.org Subject: make's upgrade_check keeps failing despite upgrade Message-ID: <20020823123405.GA4965@fourier.mat> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I'm trying to upgrade a stable box here and for some strange reason the upgrade_check keeps failing. So, the system's make(1) gets automatically upgraded like it is supposed to. However, that doesn't help and the upgrade_check fails again. So I'm caught in this horrible, horrible loop of makeing the make. :( This is really odd because I've upgraded another (more recent) stable box and it worked fine. I even copied over the make program from that box to see if it helped, but it didn't. I thought maybe my /usr/src was fubar so I rm -rf'd it and cvsupped a fresh copy... still no luck. I'm starting with a empty /usr/obj, too. What follows is an excerpt of the weirdness. Any help would be greatly appreciated. Thanks in advance! FreeBSD 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Jun 27 03:41:35 EDT 2002 [root@laplace:/usr/src]# make clean -------------------------------------------------------------- Upgrading the installed make -------------------------------------------------------------- install -c -s -o root -g wheel -m 555 make /usr/bin install -c -o root -g wheel -m 444 make.1.gz /usr/share/man/man1 ===> share/info ===> include rm -f osreldate.h version vers.c ===> include/arpa ===> include/protocols ===> include/rpc ===> include/rpcsvc rm -f key_prot.h klm_prot.h mount.h nfs_prot.h nlm_prot.h rex.h rnusers.h rquota.h rstat.h rwall.h sm_inter.h spray.h yppasswd.h yp.h ypxfrd.h ypupdate_prot.h nis.h nis_cache.h nis_callback.h bootparam_prot.h crypt.h ===> lib ===> lib/csu/i386-elf "/usr/src/share/mk/bsd.lib.mk", line 19: Malformed conditional (defined(SHLIB_NAME) && ${SHLIB_NAME:M*.so.*}) "/usr/src/share/mk/bsd.lib.mk", line 19: Missing dependency operator "/usr/src/share/mk/bsd.lib.mk", line 28: if-less endif "/usr/src/share/mk/bsd.lib.mk", line 28: Need an operator make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /usr/src/lib. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. [root@laplace:/usr/src]# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message