hugin-devs team mailing list archive
-
hugin-devs team
-
Mailing list archive
-
Message #05420
[Bug 1181678]
Looks like Fedora opted for workarounding this preventing the rebuilding of the files:
http://pkgs.fedoraproject.org/cgit/enblend.git/commit/?id=1cb4748809b1aaef6821d4d6186a56152e2a8b41
Look at:
+# set MAKEINFO to allow use of pregenerated .info files, and avoid
+# problems with texinfo-5.x ( see https://bugzilla.redhat.com/919935 )
+(cd doc && make pdf MAKEINFO=/bin/true )
+
+make %{?_smp_mflags}
--
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Enblend.
https://bugs.launchpad.net/bugs/1181678
Title:
build-error with texinfo 5.1
Status in Enblend:
Triaged
Status in “enblend” package in Gentoo Linux:
New
Bug description:
Hello,
documentation generation fails with texinfo 5.1. texinfo seems to have stopped supporting colons in variable names (@set <-> @value), causing errors like this one:
-----
doc/enfuse.texi:564: bad syntax for @value
-----
According to texinfo 5.1 documentation basically the only thing
guaranteed to work are alpha-numericals:
Subsequent characters, if any, may not be whitespace, ‘@’, braces,
angle brackets, or any of ‘~`^+|’; other characters, such as ‘%’, may
work. However, it is best to use only letters and numerals in a flag
name, not ‘-’ or ‘_’ or others—they will work in some contexts, but
not all, due to limitations in TeX.
cu Andreas
See http://bugs.debian.org/708800 or
https://bugzilla.redhat.com/show_bug.cgi?id=919935
To manage notifications about this bug go to:
https://bugs.launchpad.net/enblend/+bug/1181678/+subscriptions
References