Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2002 11:30:20 +0200
From:      Paul van der Zel <paul@is.co.za>
To:        ports@freebd.org
Subject:   bison-1.75 make fails on 4.6/4.6.2
Message-ID:  <20021115113020.C28673@is.co.za>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021115113020.C28673>