From owner-freebsd-stable Thu Jul 6 20:36:42 2000 Delivered-To: freebsd-stable@freebsd.org Received: from assaris.sics.se (assaris.sics.se [193.10.66.234]) by hub.freebsd.org (Postfix) with ESMTP id 92E2337B5F6; Thu, 6 Jul 2000 20:36:35 -0700 (PDT) (envelope-from assar@assaris.sics.se) Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.9.3) id FAA59616; Fri, 7 Jul 2000 05:36:48 +0200 (CEST) (envelope-from assar) To: Mike Silbersack Cc: Doug Barton , hackers@freebsd.org, stable@freebsd.org, kris@freebsd.org, markm@freebsd.org Subject: Re: [Fwd: Re: Cant build 3.5-stable?] References: From: Assar Westerlund Date: 07 Jul 2000 05:36:47 +0200 In-Reply-To: Mike Silbersack's message of "Thu, 6 Jul 2000 21:15:51 -0500 (CDT)" Message-ID: <5lem561ui8.fsf@assaris.sics.se> Lines: 30 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mike Silbersack 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 .PATH: ${COM_ERRDIR} To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message