From owner-freebsd-bugs Thu Oct 1 12:10:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14457 for freebsd-bugs-outgoing; Thu, 1 Oct 1998 12:10:23 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA14384 for ; Thu, 1 Oct 1998 12:10:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA19204; Thu, 1 Oct 1998 12:10:00 -0700 (PDT) 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 MAA13746 for ; Thu, 1 Oct 1998 12:04:09 -0700 (PDT) (envelope-from andre.albsmeier@mchp.siemens.de) Received: from mail.siemens.de (salomon.siemens.de [139.23.33.13]) by david.siemens.de (8.9.1a/8.9.1) with ESMTP id VAA22963 for ; Thu, 1 Oct 1998 21:03:34 +0200 (MET DST) Received: from curry.mchp.siemens.de (daemon@curry.mchp.siemens.de [146.180.31.23]) by mail.siemens.de (8.9.1a/8.9.1) with ESMTP id VAA17296 for ; Thu, 1 Oct 1998 21:03:34 +0200 (MET DST) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.8.8/8.8.8) id VAA10094 for ; Thu, 1 Oct 1998 21:03:34 +0200 (CEST) Message-Id: <199810011903.VAA21352@internal> Date: Thu, 1 Oct 1998 21:03:33 +0200 (CEST) From: Andre Albsmeier To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/8122: -current fails to build in INFODIR is set Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 8122 >Category: bin >Synopsis: -current fails to build in INFODIR is set >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 1 12:10:00 PDT 1998 >Last-Modified: >Originator: Andre Albsmeier >Organization: >Release: FreeBSD 2.2.7-STABLE i386 >Environment: An existing FreeBSD (2.2.7) system during the "make buildworld" in order to upgrade to -current. >Description: When the INFODIR variable is set, "make buildworld" fails. This is the same problem as desribed in PR# 6138. It has been solved by removing share/info from build-tools in /usr/src/Makefile. This was done for -STABLE in version 1.109.2.28 and for -current in version 1.176 by bde. However, I assume during the E-day transition this bug was reintroduced in Makefile.inc1. Now we find it here in the lib-tools: target. >How-To-Repeat: set INFODIR to anything and make buildworld with -current sources. >Fix: Maybe bde's commit log message is still valid and we can remove /share/info from lib-tools: simply... ------------------------ snip ------------------------------ 1.176 Sun May 10 16:51:07 1998 UTC by bde Diffs to 1.175 Removed share/info from build-tools. It should never have been there, and became redundant when it was put in SUBDIR, and became bogus when WORLDTMP was introduced, and became broken when INFODIR was introduced. PR: 6138 >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message