<div dir="ltr"><div>Hi Colomban,</div><div><br></div><div>I have set HOME to /tmp/mydir, it works.</div><div>Tks a lot.<br></div><div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><br>Régis Perdreau<br><br></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le jeu. 13 juil. 2023 à 11:18, Colomban Wendling <<a href="mailto:cwendling@hypra.fr">cwendling@hypra.fr</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello Régis,<br>
<br>
Le 13/07/2023 à 09:00, Regis Perdreau a écrit :<br>
> I'm trying to build master under Windows 11/cygwin.<br>
> Build failed with the message "autogen.sh: unsafe home directory: <br>
> `/home/Régis Perdreau"<br>
<br>
I'm not knowledgeable about Windows/CygWin, but I have two wild guesses:<br>
- the directory name contains non-ASCII characters ("é")<br>
- the directory name contains a space<br>
<br>
If it's anything like gnupg, it's likely the space (see the hardly <br>
readable check in <a href="https://github.com/gpg/gnupg/blob/master/autogen.sh#L127" rel="noreferrer" target="_blank">https://github.com/gpg/gnupg/blob/master/autogen.sh#L127</a>)<br>
<br>
You probably can work around this by either actually changing CygWin's <br>
homedir, or just adjust $HOME to point to some directory without those <br>
characters (e.g. HOME=/tmp/homedir, or anything less temporary yet still <br>
without spaces).<br>
<br>
HTH<br>
- Colomban<br>
</blockquote></div>