http://bugs.winehq.org/show_bug.cgi?id=26482
Summary: Typo in c2man.pl leads to FTBFS Product: Wine Version: 1.3.16 Platform: All OS/Version: All Status: UNCONFIRMED Severity: critical Priority: P2 Component: tools AssignedTo: wine-bugs@winehq.org ReportedBy: debian@carbon-project.org CC: julliard@winehq.org
Created an attachment (id=33715) --> (http://bugs.winehq.org/attachment.cgi?id=33715) Trival patch to fix the typo
The recent changes to c2man.pl [0] introduced an typo leading to an build error:
make[3]: Entering directory `/tmp/buildd/wine-unstable-1.3.16/build32/dlls/acledit' ../../../tools/c2man.pl -o ../../documentation/man3w -R../.. -C../../../dlls/acledit -S3w -I../../../dlls/acledit -I. -I../../../include -I../../include -w acledit.spec main.c Global symbol "$FLAGS_DOCUMENTED" requires explicit package name at ../../../tools/c2man.pl line 1993. Execution of ../../../tools/c2man.pl aborted due to compilation errors. make[3]: *** [manpages] Error 255 make[3]: Leaving directory `/tmp/buildd/wine-unstable-1.3.16/build32/dlls/acledit' make[2]: *** [manpages] Error 2 make[2]: Leaving directory `/tmp/buildd/wine-unstable-1.3.16/build32' make[1]: *** [install-man] Error 2 make[1]: Leaving directory `/tmp/buildd/wine-unstable-1.3.16/build32/documentation'
Attached you'll find a trivial patch to fix the issue.
Cheers, Kai
P.S.: CCed Alexandre as he was the commiter
[0] http://source.winehq.org/git/wine.git/commitdiff/1d79674150d53f124febbb2d35e...