After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 670067 - Use the gawk traditional option instead of -W compat
Use the gawk traditional option instead of -W compat
Status: RESOLVED FIXED
Product: gnome-doc-utils
Classification: Deprecated
Component: build utils
unspecified
Other All
: Normal trivial
: ---
Assigned To: gnome-doc-utils maintainers
gnome-doc-utils maintainers
Depends on:
Blocks:
 
 
Reported: 2012-02-14 13:15 UTC by Hib Eris
Modified: 2012-02-20 17:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0001-Use-the-gawk-traditional-option-instead-of-W-compat.patch (1.02 KB, patch)
2012-02-14 13:15 UTC, Hib Eris
committed Details | Review

Description Hib Eris 2012-02-14 13:15:28 UTC
Created attachment 207523 [details] [review]
0001-Use-the-gawk-traditional-option-instead-of-W-compat.patch

Please use the gawk --traditional option instead of -W compat.

The -W compat option is not working anymore with gawk 4.0.0.
The --traditional option is replacing the --W compat option in gawk and has been available since gawk 3.0.0.