From owner-freebsd-ports Tue Oct 29 5:52:43 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 C4ECB37B401 for ; Tue, 29 Oct 2002 05:52:41 -0800 (PST) Received: from relay2.agava.net.ru (ofc.agava.net [195.161.118.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B30C43EB1 for ; Tue, 29 Oct 2002 05:52:35 -0800 (PST) (envelope-from mcsi@agava.com) Received: from ultra.domain (ultra.domain [192.168.1.58]) by relay2.agava.net.ru (Postfix) with ESMTP id C798E4772CD for ; Tue, 29 Oct 2002 16:52:23 +0300 (MSK) Received: from agava.com (ultra.domain [192.168.1.58]) by ultra.domain (8.12.6/8.12.5) with ESMTP id g9TDs9ZT067042; Tue, 29 Oct 2002 16:54:11 +0300 (MSK) (envelope-from mcsi@agava.com) Message-ID: <3DBE9300.3020906@agava.com> Date: Tue, 29 Oct 2002 16:54:08 +0300 From: Maxim Maximov Organization: AGAVA Software User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021024 X-Accept-Language: ru, en-us MIME-Version: 1.0 To: Uchimura Kenichirou Cc: ports@FreeBSD.ORG Subject: Re: bison install problem References: <3DBB47E8.8090407@isis.ocn.ne.jp> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 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