Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ports/127318: Problem with makeinfo when I'm building devel/autoconf-262

11 views
Skip to first unread message

Denis

unread,
Sep 12, 2008, 7:00:36 AM9/12/08
to

>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 de...@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:
_______________________________________________
freebsd-p...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
To unsubscribe, send any mail to "freebsd-ports-b...@freebsd.org"

douw...@gmail.com

unread,
Sep 23, 2008, 5:47:25 PM9/23/08
to
I got the same problem atm

> ========Много кода пропущено============­============

> freebsd-ports-b...@freebsd.org mailing listhttp://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
> To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscr...@freebsd.org"- Hide quoted text -
>
> - Show quoted text -

nicki

unread,
Oct 9, 2008, 4:28:07 PM10/9/08
to
It seems there is a makeinfo installed with freebsd < 5.5, I had one
in /usr/bin. I renamed it, and the path then picks up the one
installed in /usr/local/bin via the texinfo port.

autoconf and automake then clean compiles.

Regards,
Nicki

0 new messages