From owner-freebsd-bugs Thu Mar 26 02:10:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA13588 for freebsd-bugs-outgoing; Thu, 26 Mar 1998 02:10:08 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA13549; Thu, 26 Mar 1998 02:10:03 -0800 (PST) (envelope-from gnats) 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 CAA13456 for ; Thu, 26 Mar 1998 02:09:06 -0800 (PST) (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 LAA00679 for ; Thu, 26 Mar 1998 11:08:23 +0100 (MET) 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 LAA16950 for ; Thu, 26 Mar 1998 11:08:24 +0100 (CET) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.8.8/8.8.8) id LAA02005 for ; Thu, 26 Mar 1998 11:08:25 +0100 (CET) Message-Id: <199803261008.LAA25899@intern> Date: Thu, 26 Mar 1998 11:08:23 +0100 (CET) From: Andre Albsmeier To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/6138: error while building 2.2.6 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6138 >Category: bin >Synopsis: error while building 2.2.6 >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 26 02:10:01 PST 1998 >Last-Modified: >Originator: Andre Albsmeier >Organization: >Release: FreeBSD 2.2.5-STABLE i386 >Environment: any FreeBSD-System that wants to build the 2.2.6 version >Description: When the environment variable INFODIR is set to something, the buildprocess of 2.2.6 fails: /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 install -c -o bin -g bin -m 444 dir-tmpl /usr/obj/src/src-2.2/tmp/server/info/dir-tmpl install: /usr/obj/src/src-2.2/tmp/server/info/dir-tmpl: No such file or directory *** Error code 71 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. Here it was set to /server/info (that's where I keep the info stuff off various applications). The reason is in /usr/src/share/info/Makefile: beforeinstall: ${INSTALL} -c -o ${INFOOWN} -g ${INFOGRP} -m ${INFOMODE} dir-tmpl \ ${DESTDIR}${INFODIR}/dir-tmpl The directory /usr/obj/src/src-2.2/tmp/server/info is the concatenation of ${DESTDIR} and ${INFODIR}; maybe we should create this before... >How-To-Repeat: set INFODIR to anything and build world >Fix: ignore INFODIR in /usr/src/share/info/Makefile ?!? >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message