| Summary: | Problem with makeinfo when I'm building devel/autoconf262 | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Denis <deanis> |
| Component: | Individual Port(s) | Assignee: | Ade Lovett <ade> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-ports-bugs->ade Over to maintainer (via the GNATS Auto Assign Tool) State Changed From-To: open->closed FreeBSD versions less than 6.3-STABLE and 7.0-STABLE are unsupported by the ports tree, as per numerous announcements. I totally agree on the not-supported bit, but this little quirks will get you going again under FreeBSD 5.x for the time being ;-) $ mv /usr/bin/makeinfo /usr/bin/makeinfo.old $ cd /usr/ports/print/texinfo && make install /Rick -- http://rickvanderzwet.nl |
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. Fix: I don't know How-To-Repeat: anytime when I start make in port