From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5934 invoked by alias); 23 May 2002 01:06:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 5898 invoked by uid 71); 23 May 2002 01:06:00 -0000 Resent-Date: 23 May 2002 01:06:00 -0000 Resent-Message-ID: <20020523010600.5897.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, mat_geek@yahoo.com Received:(qmail 5274 invoked by uid 61); 23 May 2002 01:05:15 -0000 Message-Id:<20020523010515.5269.qmail@sources.redhat.com> Date: Wed, 22 May 2002 18:06:00 -0000 From: mat_geek@yahoo.com Reply-To: mat_geek@yahoo.com To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version:gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: libstdc++/6776: Build 3.1 Source - Build directory on another file system fails due to hard link creation. X-SW-Source: 2002-05/txt/msg00697.txt.bz2 List-Id: >Number: 6776 >Category: libstdc++ >Synopsis: Build 3.1 Source - Build directory on another file system fails due to hard link creation. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Wed May 22 18:06:00 PDT 2002 >Closed-Date: >Last-Modified: >Originator: mat_geek@yahoo.com >Release: 3.1 >Organization: >Environment: Linux, Redhat 7.0. GCC 3.0. Ext2 (/) file system. FAT 16 (/mnt/data) file system. >Description: Building LibSTDC++ fails if the build directory is not in the same file system as the source directory. >How-To-Repeat: Install source code on one file system, or file system that doesn't support hard links, and create the build directory on another file system, or the same one if it doesn't support hard links. Configure and 'make bootstrap'. The build progresses fine until the LibSTDC++ make where it attempts to create a hard link from a header in /usr/local/include on Ext2 to LibSTDC++'s "src/base_stdio.h" in build directory on FAT16. >Fix: Change the make file to handle the linking failure and do a copy instead. I tried to copy the file manually but the make file still tries to create the hard link. >Release-Note: >Audit-Trail: >Unformatted: