<div dir="ltr"><div dir="ltr"><div dir="ltr">Just a quick update:<div><br></div><div>The problem of this particular one is:</div><div><br></div><div>in puppet/file_system.rb</div><div><br></div><div> def self.symlink(path, dest, options = {})<br> @impl.symlink(assert_path(path), dest, options)<br> end<br></div><div><br></div><div>Changing this to:</div><div><br></div><div> def self.symlink(path, dest, **options)<br> @impl.symlink(assert_path(path), dest, **options)<br> end<br></div><div><br></div><div>Works. </div><div><br></div><div>I suspect the fix to <a href="https://bugs.debian.org/1006231">https://bugs.debian.org/1006231</a> to look very similar, but there are lots of code locations that use the same "hash as vararg" mechanism.</div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Mi., 13. Apr. 2022 um 16:33 Uhr schrieb Debian Bug Tracking System <<a href="mailto:owner@bugs.debian.org">owner@bugs.debian.org</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Thank you for filing a new Bug report with Debian.<br>
<br>
You can follow progress on this Bug here: 1009643: <a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009643" rel="noreferrer" target="_blank">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009643</a>.<br>
<br>
This is an automatically generated reply to let you know your message<br>
has been received.<br>
<br>
Your message is being forwarded to the package maintainers and other<br>
interested parties for their attention; they will reply in due course.<br>
<br>
Your message has been sent to the package maintainer(s):<br>
Puppet Package Maintainers <<a href="mailto:pkg-puppet-devel@lists.alioth.debian.org" target="_blank">pkg-puppet-devel@lists.alioth.debian.org</a>><br>
<br>
If you wish to submit further information on this problem, please<br>
send it to <a href="mailto:1009643@bugs.debian.org" target="_blank">1009643@bugs.debian.org</a>.<br>
<br>
Please do not send mail to <a href="mailto:owner@bugs.debian.org" target="_blank">owner@bugs.debian.org</a> unless you wish<br>
to report a problem with the Bug-tracking system.<br>
<br>
-- <br>
1009643: <a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009643" rel="noreferrer" target="_blank">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009643</a><br>
Debian Bug Tracking System<br>
Contact <a href="mailto:owner@bugs.debian.org" target="_blank">owner@bugs.debian.org</a> with problems<br>
</blockquote></div>