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>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020823123405.GA4965>
