Hi
Lately I experienced failure to make world on FreeBSD Stable:
e.g.:
<snip>
cd /usr/src/gnu/usr.bin/cvs/libdiff; make _EXTRADEPEND
===> gnu/usr.bin/cvs/cvs
make: don't know how to make annotate.c. Stop
*** Error code 2
<snap>
or
<snip>
cd /usr/src/gnu/usr.bin/cvs/libdiff; make _EXTRADEPEND
===> gnu/usr.bin/cvs/cvs
make: don't know how to make rtag.c. Stop
*** Error code 2
<snap>
In the latter case reason of failure was an outdated Makefile in the
-stable source tree at
ftp3.uk.freebsd.org
ftp.de.freebsd.org
as diff clearly shows:
<snip>
diff /home/jahns/Makefile.ftp.de /usr/src/gnu/usr.bin/cvs/cvs/Makefile
1c1
< # $FreeBSD: src/gnu/usr.bin/cvs/cvs/Makefile,v 1.32.2.1 2001/04/25
12:03:33 ru Exp $
---
> # $FreeBSD: src/gnu/usr.bin/cvs/cvs/Makefile,v 1.32.2.2 2001/10/28 21:32:14 peter Exp $
9a10
> .PATH: ${CVSDIR}
14c15
< SRCS= add.c admin.c buffer.c checkin.c checkout.c classify.c client.c
\
---
> SRCS= add.c admin.c annotate.c buffer.c checkin.c checkout.c classify.c client.c \
21c22
< recurse.c release.c remove.c repos.c root.c rtag.c run.c
scramble.c \
---
> recurse.c release.c remove.c repos.c root.c run.c scramble.c \
40a42,48
>
> CLEANFILES+= version.c
> VERSION!= sed < ${CVSDIR}/configure \
> -e '/^VERSION=/!d' -e 's/.*=\(.*\)/\1/' -e q
>
> version.c: version.c.in
> sed -e "s,@VERSION@,${VERSION}-FreeBSD,g" ${.ALLSRC} > ${.TARGET}
<snap>
In case you think it might be relevant, you could check w/ the
hostmasters of these and other mirror to help them get on sync again.
Greetings
--
Dr.Volker Jahns, Deutsches Patent- und Markenamt, Tel.089 2195 2520,
Volker.Jahns(at)dpma.de
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-hubs" in the body of the message
Received on Fri 30 Nov 2001 - 07:40:14 CET