Dominique Dumont
Dominique Dumont
Now I have a similar problem with the CORE precompiled files with rakudo 2022.07. Precompiled file for A37F26876B58371B70EDD889AD69F064C90AC2C6 and FE9457DC84F92CEBD254BA66DCE61591D0BD6C4B are missing: ``` $ tree debian/rakudo/usr/lib/perl6/core/precomp/ED5AAD52F389FB64D0EA2EEF080DCE27B9878338/A3 debian/rakudo/usr/lib/perl6/core/precomp/ED5AAD52F389FB64D0EA2EEF080DCE27B9878338/A3 └── A37F26876B58371B70EDD889AD69F064C90AC2C6.lock $...
I understand that running a Perl6 program can generate pre-compiled files on the fly and that's not a problem for people who are trying Perl6. However I believe that on-the-fly...
Hi Sorry for the long delay, I got side tracked by new year and incoming Debian release. I may have a workable plan to ensure installation, upgrade and removal of...
Will do. Don't hold your breath :-) BTW, to satisfy Debian policy (and formally allow us to re-distribute your software) could you mention the copyright owners and the license under...
Thanks for the LICENSE file. What is the `version` file ? (zef's version file contains '2'). Should this be kept or removed ? All the best
Thanks for the explanation. I'm still not sure what I should do with `version`. Before I tackle this, I need to better understand how precompiled files should be installed ([I'm...
For what it's worth, the extract from strace belows shows that a precompiled file is found in `/usr/share/perl6/precomp`, but a similar file is nonetheless written to `~/perl6/precomp`: ``` [pid 9337]...
BTW, I think zef files should be installed in `/usr/share/perl6/vendor` and not directly in `/usr/share/perl6`... Do you agree ?
Thanks for the `RAKUDO_MODULE_DEBUG=1` hint. it shows: ``` 8 26747 RMD: Outdated precompiled /usr/share/perl6/precomp/ED429562BF693CB189D0808E8C54097E4896CD6C.1489847017.95032/C7/C712FE6969F786C9380D643DF17E85D06868219E mtime: Instant:1489846936 since: Instant:1489846936 ``` The times are identical whereas `PrecompilationRepository` test to compare mtime and...
Hello I agree that using `install-dist.pl` is much simpler than using `zef`. Shipping pre-compiled file is indeed simpler than compiling in post-install script. That would be my preferred choice. But...