From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22499 invoked by alias); 12 May 2003 20:46:03 -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 22260 invoked by uid 71); 12 May 2003 20:46:02 -0000 Date: Mon, 12 May 2003 20:46:00 -0000 Message-ID: <20030512204602.22236.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Martin Sebor Subject: Re: bootstrap/10758: bootstrap failure on HP-UX 11.22/IPF Reply-To: Martin Sebor X-SW-Source: 2003-05/txt/msg01376.txt.bz2 List-Id: The following reply was made to PR bootstrap/10758; it has been noted by GNATS. From: Martin Sebor To: gcc-gnats@gcc.gnu.org Cc: Subject: Re: bootstrap/10758: bootstrap failure on HP-UX 11.22/IPF Date: Mon, 12 May 2003 14:46:33 -0600 No, I used the pre-release tarball. But installing GNU bison (and m4) did get me farher along. Unfortunately, the build still fails, now with a number of unsats (see below). Am I missing something else? Thanks Martin (cd ../../gcc-20030505/gcc && \ bison -d -o gengtype-yacc.c gengtype-yacc.y || \ ( rm -f ../../gcc-20030505/gcc/gengtype-yacc.c && false ) ) cc -Wp,-H256000 -c -g -DIN_GCC -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-20030505/gcc -I../../gcc-20030505/gcc/. -I../../gcc-20030505/gcc/config -I../../gcc-20030505/gcc/../include \ ../../gcc-20030505/gcc/gengtype-lex.c -o gengtype-lex.o cc -Wp,-H256000 -c -g -DIN_GCC -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-20030505/gcc -I../../gcc-20030505/gcc/. -I../../gcc-20030505/gcc/config -I../../gcc-20030505/gcc/../include \ ../../gcc-20030505/gcc/gengtype-yacc.c -o gengtype-yacc.o Warning 936: "../../gcc-20030505/gcc/system.h", line 527 # '__FUNCTION__' is predefined identifier. #define __FUNCTION__ "?" ^^^^^^^^^^^^ Warning 612: "gengtype-yacc.c", line 1551 # Label 'yyerrlab1' has no uses. yyerrlab1: ^^^^^^^^^^ cc -Wp,-H256000 -g -DIN_GCC -DHAVE_CONFIG_H -DGENERATOR_FILE -o gengtype \ gengtype.o gengtype-lex.o gengtype-yacc.o ../libiberty/libiberty.a ld: Unsatisfied symbol "lexer_toplevel_done" in file gengtype-yacc.o ld: Unsatisfied symbol "yyerror" in file gengtype-yacc.o ld: Unsatisfied symbol "yylex" in file gengtype-yacc.o ld: Unsatisfied symbol "parse_file" in file gengtype.o ld: Unsatisfied symbol "lexer_line" in file gengtype.o 5 errors. gmake[2]: *** [gengtype] Error 1 gmake[2]: Leaving directory `/build/sebor/gcc-build/gcc' gmake[1]: *** [stage1_build] Error 2 gmake[1]: Leaving directory `/build/sebor/gcc-build/gcc' gmake: *** [bootstrap] Error 2