Date: Sun, 19 Aug 2001 10:47:20 +0200 (SAT) From: John Hay <jhay@icomtek.csir.co.za> To: wosch@FreeBSD.ORG (Wolfram Schneider) Cc: matusita@jp.FreeBSD.org (Makoto MATSUSHITA), wosch@cs.tu-berlin.de, current@FreeBSD.ORG Subject: Re: no new snapshot onftp://current.freebsd.org/pub/FreeBSD/snapshots/i386/ Message-ID: <200108190847.f7J8lK925994@zibbi.icomtek.csir.co.za> In-Reply-To: <20010819030113.A703@paula.panke.de.freebsd.org> from Wolfram Schneider at "Aug 19, 2001 03:01:14 am"
next in thread | previous in thread | raw e-mail | index | archive | help
>
> > lrwxr-xr-x 1 root ftp 27 Aug 10 17:19 5-LATEST -> 5.0-CURRENT-20010810-JPSNAP
> >
> > The last successfully finished release should be Aug/10/2001.
>
> Right.
>
>
> > Current 5-current release is broken, since KerberosIV-enabled
> > src/gnu/usr.bin/cvs is broken as follows:
>
> Nevertheless, current sucks. No successfully builds since 9 days ;-{{
>
Its not that bad, I have been building releases with the following patch.
It just don't try and build a kerberised version of cvs. If you look on
internat, you will see that it was able to build a release more often
then not, the past week (with this patch applied).
John
--
John Hay -- John.Hay@icomtek.csir.co.za
Index: kerberosIV/Makefile
===================================================================
RCS file: /home/ncvs/src/kerberosIV/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- kerberosIV/Makefile 1999/09/06 06:30:48 1.13
+++ kerberosIV/Makefile 2001/08/12 08:32:52
@@ -21,7 +21,7 @@
# These are the programs which depend on kerberos
kprog:
cd ${SDIR}/bin/rcp; ${CODAI}
- cd ${SDIR}/gnu/usr.bin/cvs; ${CODAI}
+# cd ${SDIR}/gnu/usr.bin/cvs; ${CODAI}
cd ${SDIR}/libexec/ftpd; ${CODAI}
cd ${SDIR}/libexec/rlogind; ${CODAI}
cd ${SDIR}/libexec/rshd; ${CODAI}
@@ -37,7 +37,7 @@
# This target us used to rebuild these programs WITHOUT kerberos
dekerberise:
cd ${SDIR}/bin/rcp; ${CODAIN}
- cd ${SDIR}/gnu/usr.bin/cvs; ${CODAIN}
+# cd ${SDIR}/gnu/usr.bin/cvs; ${CODAIN}
cd ${SDIR}/libexec/ftpd; ${CODAIN}
cd ${SDIR}/libexec/rlogind; ${CODAIN}
cd ${SDIR}/libexec/rshd; ${CODAIN}
@@ -53,7 +53,7 @@
help-distribute: distribute
cd ${SDIR}/bin/rcp; ${CODAD}
- cd ${SDIR}/gnu/usr.bin/cvs; ${CODAD}
+# cd ${SDIR}/gnu/usr.bin/cvs; ${CODAD}
cd ${SDIR}/libexec/ftpd; ${CODAD}
cd ${SDIR}/libexec/rlogind; ${CODAD}
cd ${SDIR}/libexec/rshd; ${CODAD}
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108190847.f7J8lK925994>
