So I'm trying to install the freeBSD subversion port and I get an error when
it tries to install autoconf. If I cd into /ports/devel/autoconf261 and try
to install directly from there I get the same thing. Here's where the
problems seem to begin:
Making all in doc
gmake[1]: Entering directory
`/var/build/ports/devel/autoconf261/work/autoconf-2.61/doc'
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && cd . && \
rm -rf $backupdir && mkdir $backupdir && \
if (/bin/sh
/var/build/ports/devel/autoconf261/work/autoconf-2.61/build-aux/missing
--run makeinfo --version) >/dev/null 2>&1; then \
for f in autoconf-2.61.info autoconf-2.61.info-[0-9]
autoconf-2.61.info-[0-9][0-9] autoconf-2.61.i[0-9]
autoconf-2.61.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
/var/build/ports/devel/autoconf261/work/autoconf-2.61/build-aux/missing
--run makeinfo --no-split -I . \
-o autoconf-2.61.info autoconf-2.61.texi; \
then \
rc=0; \
cd .; \
else \
rc=$?; \
cd . && \
$restore $backupdir/* `echo "./autoconf-2.61.info" | sed
's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
autoconf-2.61.texi:704: Unknown command
`/archive/@/html/@/autoconf-patches/)'.
autoconf-2.61.texi:852: Unknown command `/software/@/autoconf/)'.
autoconf-2.61.texi:853: Unknown command `/software/@/automake/)'.
autoconf-2.61.texi:854: Unknown command `/software/@/gnulib/)'.
autoconf-2.61.texi:855: Unknown command `/software/@/libtool/)'.
autoconf-2.61.texi:869: Unknown command `/autobook/)'.
autoconf-2.61.texi:7227: Unknown command
`/version2/@/whatsnew/@/lfs20mar.html)'.
autoconf-2.61.texi:8134: Unknown command `/docs/)'.
autoconf-2.61.texi:8143: Unknown command `/7thEdMan/)'.
autoconf-2.61.texi:10913: Unknown command
`/susv3/@/utilities/@/xcu_chap02.html)'.
autoconf-2.61.texi:10915: Unknown command `/faqs/@/unix-faq/@/shell/)'.
autoconf-2.61.texi:10939: Unknown command
`/faqs/@/unix-faq/@/shell/@/shell-differences/)'.
makeinfo: Removing output file `autoconf-2.61.info' due to errors; use
--force to preserve.
gmake[1]: *** [autoconf-2.61.info] Error 1
gmake[1]: Leaving directory
`/var/build/ports/devel/autoconf261/work/autoconf-2.61/doc'
gmake: *** [all-recursive] Error 1
*** Error code 2
Stop in /ports/devel/autoconf261.
*** Error code 1
Stop in /ports/devel/automake19.
*** Error code 1
Stop in /ports/devel/apr.
*** Error code 1
Stop in /ports/devel/subversion.
*** Error code 1
Any suggestions would be greatly appreciated.
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-30 21:14:00 CET