Hi!

There seems to be a problem with the current svn version of openocd (revision 1509). The file doc/version.texi is not being generated. Here is the error log:

Making all in doc
restore=: && backupdir=".am$$" && \
        am__cwd=`pwd` && cd . && \
        rm -rf $backupdir && mkdir $backupdir && \
if (/bin/sh /Users/esdentem/projects/openocd/openocd-svn/ missing --run makeinfo --version) >/dev/null 2>&1; then \ for f in openocd.info openocd.info-[0-9] openocd.info-[0-9] [0-9] openocd.i[0-9] openocd.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 /Users/esdentem/projects/openocd/openocd-svn/ missing --run makeinfo -I . \
         -o openocd.info openocd.texi; \
        then \
          rc=0; \
          cd .; \
        else \
          rc=$?; \
          cd . && \
$restore $backupdir/* `echo "./openocd.info" | sed 's|[^/]* $||'`; \
        fi; \
        rm -rf $backupdir; exit $rc
openocd.texi:12: @include `version.texi': No such file or directory.
openocd.texi:47: warning: undefined flag: EDITION.
openocd.texi:48: warning: undefined flag: VERSION.
openocd.texi:48: warning: undefined flag: UPDATED.
makeinfo: Removing output file `openocd.info' due to errors; use -- force to preserve.
make[2]: *** [openocd.info] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

In earlier versions of the tree this file was generated automatically. Using the ./configure option --enable-maintainer-mode one can force the generation of doc/version.texi. I am not sure what the right fix here should be so I can not supply a patch to fix that.

I am to lazy to track down in which svn version it broke. But the version I know it was still working is: 1457

Does anyone have an idea how to fix that problem in a clean way?

Cheers Esden

--
My blog: http://www.esden.net
My projects: http://open-bldc.org, http://multicopter.org
Projects I am involved in: http://ng.uavp.ch

Attachment: PGP.sig
Description: This is a digitally signed message part

_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to