Re: gnulib-tool.py in wget

2024-04-11 Thread Collin Funk
On 4/11/24 3:51 AM, Bruno Haible wrote: > => Applied. Thanks. Nice! Thanks for writing the ChangeLog entry. Collin

Re: gnulib-tool.py in wget

2024-04-11 Thread Bruno Haible
Hi Collin, > Can you test the attached patch for me? It is just an addition of a > sorted() call, which should hopefully fix it. The patch works fine. It fixes gnulib-tool.py in the packages wget wdiff freedink => Applied. Thanks. Bruno

Re: gnulib-tool.py in wget

2024-04-11 Thread Collin Funk
Hi Bruno, On 4/10/24 5:07 AM, Bruno Haible wrote: > The reason is a different order of the languages in LINGUAS. > gnulib-tool.sh uses > LC_ALL=C ls -1 *.po | sed -e 's,\.po$,,' > which produces sorted output. Whereas GLImport.py uses > for file in os.listdir(joinpath(destdir, pobase)) > which

gnulib-tool.py in wget

2024-04-10 Thread Bruno Haible
Hi Collin, Another package that shows a difference. Can you please handle it? $ export GNULIB_TOOL_IMPL=sh+py $ git clone https://git.savannah.gnu.org/git/wget.git $ cd wget $ ./bootstrap --no-git --gnulib-srcdir=$GNULIB_SRCDIR ... ./bootstrap: .../gnulib-tool --no-changelog --aux-dir=bu