Date: Fri, 12 Sep 2008 11:00:36 GMT From: Denis <deanis@mail.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/127318: Problem with makeinfo when I'm building devel/autoconf-262 Message-ID: <200809121100.m8CB0aAc014380@www.freebsd.org> Resent-Message-ID: <200809121110.m8CBA12f054586@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 127318 >Category: ports >Synopsis: Problem with makeinfo when I'm building devel/autoconf-262 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Sep 12 11:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Denis >Release: 5.5 >Organization: Promline >Environment: FreeBSD gate.promline 5.5-RELEASE FreeBSD 5.5-RELEASE #1: Mon Nov 26 09:38:08 MSK 2007 denis@gate.promline >Description: I'm running FreeBSD 5.5 and trying to build autoconfig 2.62 from ports and have some problem whith it. Building for autoconf-2.62 gmake all-recursive gmake[1]: Entering directory `/usr/ports/devel/autoconf262/work/autoconf-2.62' Making all in bin ========Много кода пропущено======================== Making all in doc gmake[2]: Entering directory `/usr/ports/devel/autoconf262/work/autoconf-2.62/doc' restore=: && backupdir=".am$$" && \ am__cwd=`pwd` && cd . && \ rm -rf $backupdir && mkdir $backupdir && \ if (/bin/sh /usr/ports/devel/autoconf262/work/autoconf-2.62/build-aux/missing --run makeinfo --version) >/dev/null 2>&1; then \ for f in autoconf-2.62.info autoconf-2.62.info-[0-9] autoconf-2.62.info-[0-9][0-9] autoconf-2.62.i[0-9] autoconf-2.62.i[0-9][0-9]; do \ if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ done; \ else :; fi && \ cd "$am__cwd"; \ if /bin/sh /usr/ports/devel/autoconf262/work/autoconf-2.62/build-aux/missing --run makeinfo --no-split -I . \ -o autoconf-2.62.info autoconf-2.62.texi; \ then \ rc=0; \ cd .; \ else \ rc=$?; \ cd . && \ $restore $backupdir/* `echo "./autoconf-2.62.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc autoconf-2.62.texi:1723: Unknown command `'. autoconf-2.62.texi:3353: Unknown command `'. autoconf-2.62.texi:3920: Unknown command `'. autoconf-2.62.texi:3935: Unknown command `'. autoconf-2.62.texi:3947: Unknown command `'. autoconf-2.62.texi:3965: Unknown command `'. autoconf-2.62.texi:3986: Unknown command `'. autoconf-2.62.texi:4001: Unknown command `'. autoconf-2.62.texi:4085: Unknown command `'. autoconf-2.62.texi:4105: Unknown command `'. autoconf-2.62.texi:4113: Unknown command `'. autoconf-2.62.texi:4130: Unknown command `'. autoconf-2.62.texi:4171: Unknown command `'. autoconf-2.62.texi:5070: Unknown command `'. autoconf-2.62.texi:5083: Unknown command `'. autoconf-2.62.texi:5713: Unknown command `'. autoconf-2.62.texi:5731: Unknown command `'. autoconf-2.62.texi:5817: Unknown command `'. autoconf-2.62.texi:5834: Unknown command `'. autoconf-2.62.texi:5989: Unknown command `'. autoconf-2.62.texi:6011: Unknown command `'. autoconf-2.62.texi:6310: Unknown command `'. autoconf-2.62.texi:6326: Unknown command `'. autoconf-2.62.texi:6417: Unknown command `'. autoconf-2.62.texi:6452: Unknown command `'. autoconf-2.62.texi:6723: Unknown command `'. autoconf-2.62.texi:7398: Unknown command `'. autoconf-2.62.texi:7652: Unknown command `'. autoconf-2.62.texi:8146: Unknown command `'. autoconf-2.62.texi:8202: Unknown command `'. autoconf-2.62.texi:8212: Unknown command `'. autoconf-2.62.texi:8232: Unknown command `'. autoconf-2.62.texi:8275: Unknown command `'. autoconf-2.62.texi:8313: Unknown command `'. autoconf-2.62.texi:8859: Unknown command `'. autoconf-2.62.texi:10556: Unknown command `'. autoconf-2.62.texi:10566: Unknown command `'. autoconf-2.62.texi:10586: Unknown command `'. autoconf-2.62.texi:10599: Unknown command `'. autoconf-2.62.texi:10719: Unknown command `'. autoconf-2.62.texi:10995: Unknown command `'. autoconf-2.62.texi:11061: Unknown command `'. autoconf-2.62.texi:11161: Unknown command `'. autoconf-2.62.texi:11401: Unknown command `'. autoconf-2.62.texi:17391: Unknown command `'. autoconf-2.62.texi:17546: Unknown command `'. autoconf-2.62.texi:17584: Unknown command `'. autoconf-2.62.texi:18418: Unknown command `'. autoconf-2.62.texi:18535: Unknown command `'. autoconf-2.62.texi:18624: Unknown command `'. autoconf-2.62.texi:19143: Unknown command `'. autoconf-2.62.texi:19185: Unknown command `'. autoconf-2.62.texi:19219: Unknown command `'. autoconf-2.62.texi:19231: Unknown command `'. autoconf-2.62.texi:19305: Unknown command `'. autoconf-2.62.texi:20258: Unknown command `'. makeinfo: Removing output file `autoconf-2.62.info' due to errors; use --force to preserve. gmake[2]: *** [autoconf-2.62.info] Error 1 gmake[2]: Leaving directory `/usr/ports/devel/autoconf262/work/autoconf-2.62/doc' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/autoconf262/work/autoconf-2.62' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/devel/autoconf262. >How-To-Repeat: anytime when I start make in port >Fix: I don't know >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809121100.m8CB0aAc014380>