2.6.4 make error

Андрей Афонинский elcuore at gmail.com
Wed Mar 11 13:13:18 CET 2009


yes, the problem is:
# /usr/bin/makeinfo --version
makeinfo (GNU texinfo) 4.6
# /usr/local/bin/makeinfo --version
makeinfo (GNU texinfo) 4.11

thank you

p.s.: solved the problem by making empty Makefile in /doc

2009/3/11 Simon Josefsson <simon at josefsson.org>

> Андрей Афонинский <elcuore at gmail.com> writes:
>
> > hello,
> > i have some errors while installing from bsd ports:
> > #make
> > ...
> > restore=: && backupdir=".am$$" &&  am__cwd=`pwd` && cd . &&  rm -rf
> > $backupdir && mkdir $backupdir &&  if (/bin/sh
> > /usr/ports/security/gnutls/work/gnutls-2.6.4/build-aux/missing --run
> > makeinfo --version) >/dev/null 2>&1; then  for f in
> > ./gnutls.info./gnutls.info-[0-9] ./gnutls.info-[0-9][0-9]
> > ./gnutls.i[0-9]
> > ./gnutls.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/security/gnutls/work/gnutls-2.6.4/build-aux/missing --run
> > makeinfo -I ../doc  -I .  -o ./gnutls.info ./gnutls.texi;  then  rc=0;
>  cd
> > .;  else  rc=$?;  cd . &&  $restore $backupdir/* `echo "././gnutls.info"
> |
> > sed 's|[^/]*$||'`;  fi;  rm -rf $backupdir; exit $rc
> > ./gnutls.texi:1573: Unknown command `headitem'.
> > ./gnutls.texi:1996: Unknown command `euro'.
> > ./gnutls.texi:1996: Misplaced {.
> > ./gnutls.texi:1996: Misplaced }.
> > ./gnutls.texi:1997: Unknown command `euro'.
> > ./gnutls.texi:1997: Misplaced {.
> > ./gnutls.texi:1997: Misplaced }.
> > makeinfo: Removing output file `./gnutls.info' due to errors; use
> --force to
> > preserve.
> > *** Error code 1
> > ...
> > some useful (i guess) info:
> > # pkg_info | grep texinfo
> > texinfo-4.11        A typeset documentation system with multiple format
> > output
> >
> > FreeBSD 5.4-RELEASE FreeBSD 5.4-RELEASE
> >
> > your ideas?
>
> Can you run 'makeinfo --version'?  You need texinfo 4.8 or later for the
> @euro command.  I don't understand why it doesn't work if you really
> have 4.11 installed.
>
> However, the manual should not be rebuilt by default so it seems there
> is some other problem as well.
>
> /Simon
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/attachments/20090311/3d490c32/attachment.htm>


More information about the Gnutls-devel mailing list