Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Oct 2002 16:54:08 +0300
From:      Maxim Maximov <mcsi@agava.com>
To:        Uchimura Kenichirou <butakuma@isis.ocn.ne.jp>
Cc:        ports@FreeBSD.ORG
Subject:   Re: bison install problem
Message-ID:  <3DBE9300.3020906@agava.com>
References:  <3DBB47E8.8090407@isis.ocn.ne.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
If you are using STABLE, you have to upgrade your texinfo (makeinfo
included) to the date after 8 Aug 2002. If you have 4.6-RELEASE consider
upgrdaing to 4.7-RELEASE.

The workaround is after CVSup'ping latest stable sources:

cd /usr/src/gnu/usr.bin/texinfo
make all (texinfo won't compile, and it's ok)
make install
make all (now you have latest version of makeinfo, so texinfo will
compile without problems)
make install clean

Uchimura Kenichirou wrote:
> I'm using FreeBSD4.6.
> When I install bison(ver.1.75) from /usr/ports/devel/bison I get error
> message listed below;
> 
> --------------------------------------------------------------------------
> 
> 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.
> ** Command failed [exit code 1]: /usr/bin/script -qa
> /tmp/portupgrade47764.0 make
> ** Fix the problem and try again.
> ** The following packages were not installed or upgraded (*:skipped /
> !:failed)
> ! devel/bison (bison-1.35_1) (texinfo error)
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-ports" in the body of the message

-- 
Maxim Maximov
System Administrator
AGAVA Software (http://www.agava.com)


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?3DBE9300.3020906>