Skip site navigation (1)Skip section navigation (2)
Date:      07 Jul 2000 05:36:47 +0200
From:      Assar Westerlund <assar@sics.se>
To:        Mike Silbersack <silby@silby.com>
Cc:        Doug Barton <DougB@gorean.org>, hackers@freebsd.org, stable@freebsd.org, kris@freebsd.org, markm@freebsd.org
Subject:   Re: [Fwd: Re: Cant build 3.5-stable?]
Message-ID:  <5lem561ui8.fsf@assaris.sics.se>
In-Reply-To: Mike Silbersack's message of "Thu, 6 Jul 2000 21:15:51 -0500 (CDT)"
References:  <Pine.BSF.4.21.0007062112430.44086-100000@achilles.silby.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Mike Silbersack <silby@silby.com> writes:
> Ok, the problem seems to be that the new version of compile_et which was
> MFC'd is creating broken header files, it just happens that libfetch is
> the first part of the buildworld that hits it.

Please try the following patch.  It will get comitted when my
buildworld has completed (successfully).

/assar

Index: src/lib/libcom_err/Makefile
===================================================================
RCS file: /home/ncvs/src/lib/libcom_err/Makefile,v
retrieving revision 1.8.2.2
diff -u -w -u -w -r1.8.2.2 Makefile
--- src/lib/libcom_err/Makefile	2000/07/04 15:13:05	1.8.2.2
+++ src/lib/libcom_err/Makefile	2000/07/07 03:35:57
@@ -9,6 +9,12 @@
 
 SUBDIR=	doc
 
+beforeinstall:
+	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
+	    ${COM_ERRDIR}/com_err.h ${DESTDIR}/usr/include
+	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
+	    ${COM_ERRDIR}/com_right.h ${DESTDIR}/usr/include
+
 .include <bsd.lib.mk>
 
 .PATH:	${COM_ERRDIR}


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?5lem561ui8.fsf>