From owner-freebsd-bugs Sun May 10 06:58:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA25393 for freebsd-bugs-outgoing; Sun, 10 May 1998 06:58:50 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA25386 for ; Sun, 10 May 1998 06:58:45 -0700 (PDT) (envelope-from andre.albsmeier@mchp.siemens.de) Received: from salomon.mchp.siemens.de (salomon.siemens.de [139.23.33.13]) by david.siemens.de (8.8.8/8.8.8) with ESMTP id PAA14264 for ; Sun, 10 May 1998 15:58:39 +0200 (MDT) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer david.siemens.de) Received: from curry.mchp.siemens.de (daemon@curry.mchp.siemens.de [146.180.31.23]) by salomon.mchp.siemens.de (8.8.8/8.8.5) with ESMTP id PAA29337 for ; Sun, 10 May 1998 15:58:40 +0200 (MDT) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.8.8/8.8.8) id PAA05911 for ; Sun, 10 May 1998 15:58:41 +0200 (CEST) From: Andre Albsmeier Message-Id: <199805101358.PAA18441@internal> Subject: Re: bin/6138 In-Reply-To: <199805092216.PAA20432@freefall.freebsd.org> from Wolfram Schneider at "May 9, 98 03:16:55 pm" To: wosch@FreeBSD.ORG (Wolfram Schneider) Date: Sun, 10 May 1998 15:58:40 +0200 (CEST) Cc: freebsd-bugs@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Synopsis: error while building 2.2.6 > > State-Changed-From-To: open-closed > State-Changed-By: wosch > State-Changed-When: Sat May 9 15:15:25 PDT 1998 > State-Changed-Why: > A workaround was submitted in revision: 1.6 src/share/info/Makefile > Unfortunately, it doesn't help when doing a "make world". If I create the directory by hand, it will be erased by "make world" when cleaning the temporary build directory. IMHO, the only way to solve this is either by 1. creating the directory or 2. ignoring INFODIR at least during the temporary build process. ===> doc /usr/obj/src/src-2.2/gnu/usr.bin/texinfo/doc created for /src/src-2.2/gnu/usr.bin/texinfo/doc cd /src/src-2.2/share/info && /usr/obj/src/src-2.2/tmp/usr/bin/make depend && /usr/obj/src/src-2.2/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPROFILE all && /usr/obj/src/src-2.2/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPROFILE -B install cleandir obj Warning: the directory /usr/obj/src/src-2.2/tmp/server/info does not exist! Perhaps the variable INFODIR is set incorrectly or your mtree database files are broken. As a workaround you can create the directory by hand, e.g.: install -d -o bin -g bin -m 0755 /usr/obj/src/src-2.2/tmp/server/info *** Error code 3 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message