Discussion:
Error while building autoconf-2.69
DUBEY, Abir (Intern)
2013-05-31 06:24:16 UTC
Permalink
I am trying to build autoconf-2.69. The ./configure command runs fine, but when i do make check, i get these errors

standards.texi:3229: Unknown command `guilsinglleft'.
standards.texi:3229: Misplaced {.
standards.texi:3229: Misplaced }.
standards.texi:3229: Unknown command `guilsinglright'.
standards.texi:3229: Misplaced {.
standards.texi:3229: Misplaced }.
makeinfo: Removing output file `standards.info' due to errors; use --force to preserve.
make[2]: *** [standards.info] Error 1
make[2]: Leaving directory `/home/MTS-AERO_Work-15/Aero_Design-15/Internship/TAU_Interpolation/Netcdf_libraries/autoconf-2.69/doc'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/MTS-AERO_Work-15/Aero_Design-15/Internship/TAU_Interpolation/Netcdf_libraries/autoconf-2.69'
make: *** [check] Error 2


Can you help. Please reply soon.
The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised.
If you are not the intended recipient, please notify Airbus immediately and delete this e-mail.
Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately.
All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free.
Eric Blake
2013-05-31 14:22:23 UTC
Permalink
Post by DUBEY, Abir (Intern)
I am trying to build autoconf-2.69. The ./configure command runs fine, but when i do make check, i get these errors
standards.texi:3229: Unknown command `guilsinglleft'.
What version of makeinfo are you using? Most likely, this is a case of
you using really old tools.

At any rate, doc/standards.info is not maintained by autoconf, but is
pulled from the gnustandards repository; you may want to redirect your
bug report to bug-***@gnu.org and mention what version of tools
you are using, in case it is decided upstream to make standards.texi
compatible to an older toolset.
Post by DUBEY, Abir (Intern)
The information in this e-mail is confidential.
Sorry, but by posting to a publicly-archived mailing list, you have
rendered this disclaimer unenforceable. Next time, consider posting
from an account that does not slam your employer's legalese trash at the
bottom.
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
Loading...