bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: We can not run gnulib-tool in the MinGW.


From: Simon Josefsson
Subject: Re: We can not run gnulib-tool in the MinGW.
Date: Thu, 04 Jul 2024 10:22:32 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

anlex N <an0291170@gmail.com> writes:

> me@DESKTOP UCRT64 /e/workspace/github.com/gnu/gnulib
> $ ./gnulib-tool --list
>
> I run this command in the gnulib source code, but have no output, why?

Could this be EOL character problem?  In one of my .gitlab-ci.yml files
I have needed to add this:

    # 
https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings
    # ./iconv_open-aix.gperf:27: warning: junk after %% is ignored
    # ./iconv_open-aix.gperf:18: junk after declaration
    file configure.ac
    git config --global core.autocrlf false
    git config --global core.eol lf
    git rm -rf --cached . | tail
    git reset --hard HEAD
    file configure.ac

Maybe the problem is similar here.

/Simon

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]