From owner-freebsd-ports Fri Nov 15 1:31:14 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7BF337B401 for ; Fri, 15 Nov 2002 01:31:12 -0800 (PST) Received: from mercury.is.co.za (mercury.is.co.za [196.4.160.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D4AD43E91 for ; Fri, 15 Nov 2002 01:31:11 -0800 (PST) (envelope-from paulv@is.co.za) Received: from hermwas.is.co.za (hermwas.is.co.za [196.23.0.8]) by mercury.is.co.za (Postfix) with ESMTP id 5F7A1B891D for ; Fri, 15 Nov 2002 11:31:02 +0200 (SAST) Received: (from paulv@localhost) by hermwas.is.co.za (8.9.3/8.9.3) id LAA23992 for ports@freebsd.org; Fri, 15 Nov 2002 11:31:02 +0200 (SAT) Date: Fri, 15 Nov 2002 11:30:20 +0200 From: Paul van der Zel To: ports@freebd.org Subject: bison-1.75 make fails on 4.6/4.6.2 Message-ID: <20021115113020.C28673@is.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, I am compiling gcc33 from /usr/ports/lan/gcc33 and it is compiling bison-1.75 as a dependancy, on a FreeBSD 4.6-RELEASE system: blackhole# uname -a FreeBSD blackhole 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Tue Jun 11 06:14:12 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 This build fails with the ffg output: source='vcg.c' object='vcg.o' libtool=no depfile='.deps/vcg.Po' tmpdepfile='.deps/vcg.TPo' depmode=gcc /bin/sh ../config/depcomp cc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/local/share/bison\" -DLOCALEDIR=\"/usr/local/share/locale\" -I. -I. -I.. -I.. -I../lib -I/usr/local/include -O -pipe -c `test -f 'vcg.c' || echo './'`vcg.c cc -O -pipe -L/usr/local/lib -o bison LR0.o assoc.o closure.o complain.o conflicts.o derives.o files.o getargs.o gram.o lalr.o location.o main.o muscle_tab.o nullable.o output.o parse-gram.o print.o print_graph.o reader.o reduce.o relation.o scan-gram.o scan-skel.o state.o symlist.o symtab.o tables.o vcg.o /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib ../lib/libbison.a Making all in doc makeinfo --no-split -I . `test -f 'bison.texinfo' || echo './'`bison.texinfo -o bison.info bison.texinfo:37: Unknown command `copying'. bison.texinfo:58: Unmatched `@end'. bison.texinfo:93: Unknown command `insertcopying'. makeinfo: Removing output file `bison.info' due to errors; use --force to preserve. *** Error code 2 Stop in /usr/ports/devel/bison/work/bison-1.75/doc. *** Error code 1 Stop in /usr/ports/devel/bison/work/bison-1.75. *** Error code 1 Stop in /usr/ports/devel/bison/work/bison-1.75. *** Error code 1 Stop in /usr/ports/devel/bison. *** Error code 1 Stop in /usr/ports/lang/gcc33. I have attempted to "make clean" and build the bison-1.75 port independently, and have also re-fetched the source tarball in case that was corrupt. I have also checked that my ports tree is fresh so this is (afaik) the latest version of this port. Can anyone shed light on why this would fail? What am I doing wrong? The last command before errors is the: makeinfo --no-split -I . `test -f 'bison.texinfo' || echo './'`bison.texinfo -o bison.info and the bison.info file is removed because of errors. Should I make with the --force option to preserve that file and forward that too if more infor is required? Many thanks -- Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message