From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10960 invoked by alias); 22 May 2002 03:56:00 -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 10941 invoked by uid 71); 22 May 2002 03:56:00 -0000 Resent-Date: 22 May 2002 03:56:00 -0000 Resent-Message-ID: <20020522035600.10940.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, joshudson@hotmail.com Received:(qmail 7641 invoked by uid 61); 22 May 2002 03:53:30 -0000 Message-Id:<20020522035330.7640.qmail@sources.redhat.com> Date: Tue, 21 May 2002 20:56:00 -0000 From: joshudson@hotmail.com Reply-To: joshudson@hotmail.com To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version:gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: bootstrap/6763: bootstrap failed due to missing header file X-SW-Source: 2002-05/txt/msg00663.txt.bz2 List-Id: >Number: 6763 >Category: bootstrap >Synopsis: bootstrap failed due to missing header file >Confidential: no >Severity: non-critical >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Tue May 21 20:56:00 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Joshua Hudson >Release: gcc-3.1 >Organization: >Environment: Zipslack 3.5 >Description: Trying to build on zipslack 3.5 for another system PWD=/root/gccb ../gcc-*/configure --host=i586-pc-linux-gnulibc1 --libdir=/root/lib Configures w/o any errors or warnings make bootstrap finally dies with: mkdir libgcc if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi ./xgcc -B./ -B/usr/local/i586-pc-linux-gnulibc1/bin/ -isystem /usr/local/i586-pc-linux-gnulibc1/include -isystem /usr/local/i586-pc-linux-gnulibc1/sys-include -O2 -DIN_GCC -DUSE_GNULIBC_1 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.1/gcc -I../../gcc-3.1/gcc/. -I../../gcc-3.1/gcc/config -I../../gcc-3.1/gcc/../include -DL_muldi3 -c ../../gcc-3.1/gcc/libgcc2.c -o libgcc/./_muldi3.o In file included from tconfig.h:21, from ../../gcc-3.1/gcc/libgcc2.c:36: ../../gcc-3.1/gcc/config/i386/linux.h:225:26: sys/ucontext.h: No such file or directory make[3]: *** [libgcc/./_muldi3.o] Error 1 The only prior events are warnings of comparing signed with unsigned. The final destination for this build is a machine running muLinux (i586 linux 2.0.36 libc.so.5.4.13) /root/lib contains all libraries available on target platform. >How-To-Repeat: I don't know if something is wrong with GCC or my build environment. I lack a better machine to test on. Can't get enough disk space to build on target machine. >Fix: >Release-Note: >Audit-Trail: >Unformatted: