<div dir="auto">(just dumping a quick point else I'm sure I'll forget by the time I get to this mail when on the computer..)<div dir="auto"><br></div><div dir="auto">A build process really must not create random files in HOME, and possibly not even try to access them...</div><div dir="auto"><br></div><div dir="auto">If having a nonexistent home dir (which... Isn't the case of boh default pbuilder and sbuild?) leads to an ftbfs, that's pretty much a RC bug.  Although I don't remember the reference by heart, I'm quite sure I've seen such RC bugs filed in the past.</div><br><br><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr">On Wed, 9 Feb 2022, 7:36 pm Chris Lamb, <<a href="mailto:lamby@debian.org">lamby@debian.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Dominique,<br>
<br>
>>     --- a/dh_raku_build<br>
>>     +++ b/dh_raku_build<br>
>>     @@ -39,6 +39,7 @@ foreach my $pkg (getpackages()) {<br>
>>                       --from=. --to=debian/tmp/pre-compiled!;<br>
>>          doit({<br>
>>              update_env => {<br>
>>     +            HOME => "/nonexistent",<br>
>>                  RAKUDO_RERESOLVE_DEPENDENCIES => 0,<br>
>>              }<br>
>>          },@cmd);<br>
><br>
> Unfortunately, the build of perl6-zef with cowbuilder is already broken<br>
> with cowbuilder. The nonexistant home dir leads to build failures.<br>
<br>
Ah, shame. Although I wasn't experiencing a build failure, I was<br>
getting the same or similar warnings when building "perl6-readline".<br>
<br>
My gut sense is that this will require a change to Raku itself to not<br>
fail if the home directory does not exist. That would feel like a<br>
desired property anyway.<br>
<br>
<br>
Regards,<br>
<br>
-- <br>
      ,''`.<br>
     : :'  :     Chris Lamb<br>
     `. `'`      <a href="mailto:lamby@debian.org" target="_blank" rel="noreferrer">lamby@debian.org</a> 🍥 <a href="http://chris-lamb.co.uk" rel="noreferrer noreferrer" target="_blank">chris-lamb.co.uk</a><br>
       `-<br>
<br>
_______________________________________________<br>
Reproducible-builds mailing list<br>
<a href="mailto:Reproducible-builds@alioth-lists.debian.net" target="_blank" rel="noreferrer">Reproducible-builds@alioth-lists.debian.net</a><br>
<a href="https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/reproducible-builds" rel="noreferrer noreferrer" target="_blank">https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/reproducible-builds</a><br>
</blockquote></div></div>