[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: /usr/bin/xgettext: Non-ASCII comment at or before tp/Texinfo/Convert
From: |
Gavin Smith |
Subject: |
Re: /usr/bin/xgettext: Non-ASCII comment at or before tp/Texinfo/Convert/LaTeX.pm:1880 |
Date: |
Sat, 4 Sep 2021 10:53:30 +0100 |
User-agent: |
Mutt/1.9.4 (2018-02-28) |
On Fri, Sep 03, 2021 at 07:33:38AM -0400, shoober420 wrote:
> case `/usr/bin/xgettext --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
> '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
> /usr/bin/xgettext --default-domain=texinfo --directory=.. \
> --add-comments=TRANSLATORS: \
> --files-from=./POTFILES.in \
> --copyright-holder='Free Software Foundation, Inc.' \
> --msgid-bugs-address="$msgid_bugs_address" \
> -cTRANSLATORS --keyword=_ --keyword=N_ --keyword=__ -k__ -k\$__ -k%__
> -k__x -k__n:1,2 -k__nx:1,2 -k__xn:1,2 -kN__ -kline_error:1 -kline_warn:1
> -kcommand_error:2 -kcommand_warn:2 -kline_error_ext:3
> --flag=error:3:c-format --flag=error_at_line:5:c-format
> --flag=asprintf:2:c-format --flag=vasprintf:2:c-format \
> ;; \
> *) \
> /usr/bin/xgettext --default-domain=texinfo --directory=.. \
> --add-comments=TRANSLATORS: \
> --files-from=./POTFILES.in \
> --copyright-holder='Free Software Foundation, Inc.' \
> --package-name="${package_prefix}texinfo" \
> --package-version='6.8dev' \
> --msgid-bugs-address="$msgid_bugs_address" \
> -cTRANSLATORS --keyword=_ --keyword=N_ --keyword=__ -k__ -k\$__ -k%__
> -k__x -k__n:1,2 -k__nx:1,2 -k__xn:1,2 -kN__ -kline_error:1 -kline_warn:1
> -kcommand_error:2 -kcommand_warn:2 -kline_error_ext:3
> --flag=error:3:c-format --flag=error_at_line:5:c-format
> --flag=asprintf:2:c-format --flag=vasprintf:2:c-format \
> ;; \
> esac
> /usr/bin/xgettext: Non-ASCII comment at or before
> tp/Texinfo/Convert/LaTeX.pm:1880.
I've had exactly the same problem when trying to build with the most
recent update so this needs to be fixed before I can do any other
work on Texinfo.